Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-01-03 | Fix silly bug in STOP implementation that caused excessive CPU usage | Michael Pavone | |
2017-12-31 | Fix accidental add to RSP with SZ_D and SZ_PTR. Using SZ_D breakse when the ↵ | Michael Pavone | |
stack is located outside of the 32-bit addressable range | |||
2017-12-31 | Enable LTO on certain targets that don't need the full LDFLAGS by splitting ↵ | Michael Pavone | |
out the optimization flags into a separate var | |||
2017-12-11 | Added RAM init and IO port config to system settings menu | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-11 | Added dropdowns for default region and savestate format | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-08 | Refactor basic settings dropdowns | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-08 | Initial work on system menu | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-07 | Update clean target to remove UI object files | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-07 | Fix GL include issue for 32-bit builds | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-07 | Move paths.o to CONFIGOBJS since config.c uses path_append now | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-06 | Fleshed out audio settings menu | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-04 | Fix buffer overrun in video settings menu | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-01 | Add shader selector to video settings | Michael Pavone | |
--HG-- branch : nuklear_ui | |||
2017-12-01 | Somewhat fleshed out video settings view | Michael Pavone | |
--HG-- branch : nuklear_ui |