log

age author description
Sun, 25 Mar 2018 12:03:01 -0700 Michael Pavone nuklear_ui has been merged to default and is now closed nuklear_ui
Sun, 25 Mar 2018 12:01:49 -0700 Michael Pavone Merged nuklear_ui into default
Sun, 25 Mar 2018 12:00:29 -0700 Michael Pavone Make sure config directory exists before trying to save config file nuklear_ui
Sun, 25 Mar 2018 10:49:19 -0700 Michael Pavone Remove unneeded duplicate typedef nuklear_ui
Sun, 25 Mar 2018 10:47:48 -0700 Michael Pavone Don't try to use GLES specific stuff unless we're actualy on a GLES platform nuklear_ui
Sun, 25 Mar 2018 10:30:40 -0700 Michael Pavone Added OSX implementation of default_font nuklear_ui
Sun, 25 Mar 2018 10:29:40 -0700 Michael Pavone Fix memory leak in edge case of font_win nuklear_ui
Sun, 25 Mar 2018 10:28:08 -0700 Michael Pavone MSG_NOSIGNAL doesn't exist on all platforms nuklear_ui
Sat, 24 Mar 2018 22:18:23 -0700 Michael Pavone Merge nuklear_ui
Sat, 24 Mar 2018 19:41:47 -0700 Michael Pavone Updated default config to reflect gz/zip/png support
Sat, 24 Mar 2018 19:40:51 -0700 Michael Pavone Added png screenshot support
Sat, 24 Mar 2018 15:33:44 -0700 Michael Pavone Add support for loading ROMs from zip files
Fri, 23 Mar 2018 22:30:02 -0700 Michael Pavone Added support for reading gzipped ROMs
Fri, 23 Mar 2018 22:23:39 -0700 Michael Pavone Updated fibonacci benchmark code to work with current test harness
Tue, 13 Mar 2018 22:18:20 -0700 Michael Pavone Set glClearColor back to black nuklear_ui
Tue, 06 Mar 2018 21:27:12 -0800 Michael Pavone Added support for TTC and dfont format true type fonts. More robust font selection on Windows nuklear_ui
Wed, 07 Feb 2018 19:21:44 -0800 Michael Pavone Filled in About view nuklear_ui
Wed, 07 Feb 2018 09:32:20 -0800 Michael Pavone Fix unguarged windows.h include nuklear_ui
Wed, 07 Feb 2018 00:07:12 -0800 Michael Pavone Fix Windows build, added Windows default_font_path implementation nuklear_ui
Tue, 06 Feb 2018 22:44:11 -0800 Michael Pavone Fix const correctness for path_extension nuklear_ui
Tue, 06 Feb 2018 22:42:16 -0800 Michael Pavone Key binding menu is now functional nuklear_ui
Mon, 05 Feb 2018 23:39:14 -0800 Michael Pavone More fleshed out keyboard bindings view nuklear_ui
Fri, 02 Feb 2018 09:24:01 -0800 Michael Pavone Initial work on keyboard binding settings view nuklear_ui
Wed, 31 Jan 2018 22:05:10 -0800 Michael Pavone Made the NOR flash emulation a bit more flexible, but not yet flexible enough to properly support the flash chip in the MegaWiFi cart
Wed, 31 Jan 2018 21:59:08 -0800 Michael Pavone Limit received LSD packets to 1440 bytes to match expectations of wflash code. Use MSG_NOSIGNAL to avoid getting killed with SIGPIPE
Mon, 22 Jan 2018 22:03:55 -0800 Michael Pavone Merge
Mon, 22 Jan 2018 22:02:29 -0800 Michael Pavone Get enough of MegaWifi implemented so that basic commands from wflash CLI command work
Tue, 16 Jan 2018 19:21:37 -0800 Michael Pavone Cleanup MegaWiFi command implementation
Tue, 16 Jan 2018 09:31:00 -0800 Michael Pavone Added support for MegaWiFi command IP_CURRENT
Mon, 15 Jan 2018 09:04:43 -0800 Michael Pavone Initial work on MegaWiFi support