Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-11 | Fix regression in right audio channel | Michael Pavone | |
2018-04-08 | Fix timing for Z80 JP cc, nn instruction | Michael Pavone | |
2018-04-05 | Added code to fallback to Yosemite or pre-Yosemite system font in case ↵ | Michael Pavone | |
current system font can't be found or is in an unusable format. San Francisco font used on current OS X versions is in a .otf file whih presumably means it has CFF outlines that stb_truetype can't use. | |||
2018-04-04 | Fix silly bug in handling of Mac Roman font names. Make Mac font search more ↵ | Michael Pavone | |
exhaustive if the faster prefix check fails. Added a bunch of debug printfs in case those aren't sufficient to get things working on other machines | |||
2018-04-02 | Fix vgmplay | Michael Pavone | |
2018-04-02 | Fix Z80 bank access for $800000-$A00000 region for 10M flat mapped ROMs | Michael Pavone | |
2018-03-30 | Randomize soft reset timing and fix silly bug that was accidentally clearing ↵ | Michael Pavone | |
IO state on soft reset | |||
2018-03-30 | More audio refactoring in preparation for allowing proper sync to video with ↵ | Michael Pavone | |
dynamic audio rate control | |||
2018-03-29 | Allow double click to open ROM in file browser | Michael Pavone | |
2018-03-29 | Added vsync to video settings | Michael Pavone | |
2018-03-28 | Add support for float32 format audio samples | Michael Pavone | |
2018-03-28 | Small cleanup to audio interface between emulation code and renderer backend | Michael Pavone | |
2018-03-26 | There will be no 0.5.2 at this point | Michael Pavone | |
2018-03-26 | Allow numpad keys to be mapped | Michael Pavone | |
2018-03-26 | Allow MegaWiFi support to be toggled in config file. Defaults to off due to ↵ | Michael Pavone | |
security concerns | |||
2018-03-26 | Remove some debug print stuff from font_win.c | Michael Pavone | |
2018-03-26 | Get Windows build working again. MegaWiFi code probably needs more work ↵ | Michael Pavone | |
before it will actually work on Windows, but at least it doesn't break the build now | |||
2018-03-26 | Add back button to Key binding view and add a window and back button to ↵ | Michael Pavone | |
empty controller view so you can always get back to the main menu | |||
2018-03-25 | Fix use after free in get_extension_list | Michael Pavone | |
2018-03-25 | Fix no-default targets | Michael Pavone | |
2018-03-25 | Merged nuklear_ui into default | Michael Pavone | |
2018-03-25 | Make sure config directory exists before trying to save config file | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-25 | Remove unneeded duplicate typedef | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-25 | Don't try to use GLES specific stuff unless we're actualy on a GLES platform | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-25 | Added OSX implementation of default_font | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-25 | Fix memory leak in edge case of font_win | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-25 | MSG_NOSIGNAL doesn't exist on all platforms | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-24 | Merge | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-24 | Updated default config to reflect gz/zip/png support | Michael Pavone | |
2018-03-24 | Added png screenshot support | Michael Pavone | |
2018-03-24 | Add support for loading ROMs from zip files | Michael Pavone | |
2018-03-23 | Added support for reading gzipped ROMs | Michael Pavone | |
2018-03-23 | Updated fibonacci benchmark code to work with current test harness | Michael Pavone | |
2018-03-13 | Set glClearColor back to black | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-03-06 | Added support for TTC and dfont format true type fonts. More robust font ↵ | Michael Pavone | |
selection on Windows --HG-- branch : nuklear_ui | |||
2018-02-07 | Filled in About view | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-02-07 | Fix unguarged windows.h include | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-02-07 | Fix Windows build, added Windows default_font_path implementation | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-02-06 | Fix const correctness for path_extension | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-02-06 | Key binding menu is now functional | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-02-05 | More fleshed out keyboard bindings view | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-02-02 | Initial work on keyboard binding settings view | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2018-01-31 | Made the NOR flash emulation a bit more flexible, but not yet flexible ↵ | Michael Pavone | |
enough to properly support the flash chip in the MegaWiFi cart | |||
2018-01-31 | Limit received LSD packets to 1440 bytes to match expectations of wflash ↵ | Michael Pavone | |
code. Use MSG_NOSIGNAL to avoid getting killed with SIGPIPE | |||
2018-01-22 | Merge | Michael Pavone | |
2018-01-22 | Get enough of MegaWifi implemented so that basic commands from wflash CLI ↵ | Michael Pavone | |
command work | |||
2018-01-16 | Cleanup MegaWiFi command implementation | Michael Pavone | |
2018-01-16 | Added support for MegaWiFi command IP_CURRENT | Michael Pavone | |
2018-01-15 | Initial work on MegaWiFi support | Michael Pavone | |
2018-01-04 | Merge | Michael Pavone | |