Mercurial > repos > blastem
graph
-
WIP UI for creating an SDL2 mapping for controllers that don't have oneMon, 30 Jul 2018 09:38:01 -0700, by Michael Pavone
-
Allow selecting controller type when controllers have an SDL 2 mapping, but heuristics fail to idenify detailsFri, 27 Jul 2018 22:40:56 -0700, by Michael Pavone
-
Made controller binding page more resolution independent. Added binding boxes for all buttons/axesWed, 25 Jul 2018 09:38:40 -0700, by Michael Pavone
-
Use better names for "Guide" button on PS and Xbox controllers, handle d-pad directions in get_button_labelWed, 25 Jul 2018 09:35:46 -0700, by Michael Pavone
-
Update controller config when changed in UI without restartFri, 06 Jul 2018 17:39:59 -0700, by Michael Pavone
-
Fix some issues identified by cppcheckFri, 29 Jun 2018 09:33:23 -0700, by Michael Pavone
-
Fix a number of other memory errors (mostly leaks again) identified by valgrindThu, 28 Jun 2018 09:27:05 -0700, by Michael Pavone
-
Fix some memory errors (mostly leaks) identified by valgrindFri, 22 Jun 2018 23:10:27 -0700, by Michael Pavone
-
Fix code for handling switch between sync styles at runtimeFri, 22 Jun 2018 21:11:38 -0700, by Michael Pavone
-
Initial attempt at handling switches between sync modes at runtime. Needs workThu, 21 Jun 2018 09:44:34 -0700, by Michael Pavone
-
Limit underflow warning spamWed, 20 Jun 2018 22:49:21 -0700, by Michael Pavone
-
Fix double free in sync to video modeWed, 20 Jun 2018 09:43:28 -0700, by Michael Pavone
-
Fix missing include in bindings.cTue, 19 Jun 2018 23:47:36 -0700, by Michael Pavone
-
Fix memory leak in prep_argsMon, 18 Jun 2018 00:50:29 -0700, by Michael Pavone
-
Fix cycle counts for BCD instructions, RESET, and MOVE from SRFri, 18 May 2018 19:00:10 -0700, by Michael Pavone
-
Fix instruction timing for a number of instructions with only a single operandThu, 17 May 2018 00:43:16 -0700, by Michael Pavone
-
Refactor to split device bindings from IO emulation codeSat, 05 May 2018 23:30:40 -0700, by Michael Pavone
-
Added null check to reload_mediaWed, 02 May 2018 09:41:05 -0700, by Michael Pavone
-
Fix drag and drop when using Nuklear UIWed, 02 May 2018 00:03:22 -0700, by Michael Pavone
-
Fix deadlock when changing settings before loading first ROMTue, 01 May 2018 23:55:48 -0700, by Michael Pavone
-
Add some basic scaling to rest of UITue, 01 May 2018 20:19:31 -0700, by Michael Pavone
-
Basic interface scaling for rest of settings UITue, 01 May 2018 19:27:17 -0700, by Michael Pavone
-
Persist config on exit if config has changedTue, 01 May 2018 19:11:37 -0700, by Michael Pavone
-
Release capture of mouse and keyboard when entering UITue, 01 May 2018 09:44:44 -0700, by Michael Pavone
-
Fix config value set when "Mega Mouse" is selected in settings UIMon, 30 Apr 2018 23:58:24 -0700, by Michael Pavone
-
Fix sync to audio optionMon, 30 Apr 2018 23:54:52 -0700, by Michael Pavone
-
Only save config file if something has changed. Re-initialize audio and video with new settings if config has changedFri, 27 Apr 2018 20:08:47 -0700, by Michael Pavone
-
Scale UI font size based on window size and start basing widget sizes based on font sizeTue, 24 Apr 2018 20:31:18 -0700, by Michael Pavone
-
WIP controller binding viewSat, 21 Apr 2018 14:48:01 -0700, by Michael Pavone
-
Use read_bundle_file for controller PNG. Re-upload texture when GL context is recreatedThu, 19 Apr 2018 09:44:15 -0700, by Michael Pavone
-
Add code for loading PNG images. Added 360 controller image. WIP work on gamepad mapping UIThu, 19 Apr 2018 00:51:10 -0700, by Michael Pavone
-
Add sync_source to default.cfg and the Nuklear UITue, 17 Apr 2018 23:05:08 -0700, by Michael Pavone
-
Audio DRC seems to be working pretty well now. Removed debug printfsTue, 17 Apr 2018 22:26:39 -0700, by Michael Pavone
-
Moved resample rate adjustment to after frame flip rather than in audio callback as it makes more sense there. Needs adjustment to avoid audible pitch changesTue, 17 Apr 2018 00:20:41 -0700, by Michael Pavone
-
Audio DRC now sounds good in both NTSC and PAL, just need to adjust constants to minimize latency without leading to dropoutsSat, 14 Apr 2018 23:08:08 -0700, by Michael Pavone
-
Mostly working dynamic rate control. Needs some tweaking, especially for PALSat, 14 Apr 2018 00:07:20 -0700, by Michael Pavone
-
WIP dynamic rate controlFri, 13 Apr 2018 22:25:50 -0700, by Michael Pavone
-
Fix regression in right audio channelWed, 11 Apr 2018 00:17:23 -0700, by Michael Pavone
-
Fix timing for Z80 JP cc, nn instructionSun, 08 Apr 2018 12:26:18 -0700, by Michael Pavone
-
Added code to fallback to Yosemite or pre-Yosemite system font in case 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.Thu, 05 Apr 2018 00:06:19 -0700, by Michael Pavone
-
Fix vgmplayMon, 02 Apr 2018 00:58:42 -0700, by Michael Pavone
-
Fix Z80 bank access for $800000-$A00000 region for 10M flat mapped ROMsMon, 02 Apr 2018 00:11:43 -0700, by Michael Pavone
-
Randomize soft reset timing and fix silly bug that was accidentally clearing IO state on soft resetFri, 30 Mar 2018 22:01:05 -0700, by Michael Pavone
-
More audio refactoring in preparation for allowing proper sync to video with dynamic audio rate controlFri, 30 Mar 2018 00:37:08 -0700, by Michael Pavone
-
Allow double click to open ROM in file browserThu, 29 Mar 2018 00:40:41 -0700, by Michael Pavone
-
Added vsync to video settingsThu, 29 Mar 2018 00:09:50 -0700, by Michael Pavone
-
Add support for float32 format audio samplesWed, 28 Mar 2018 23:56:38 -0700, by Michael Pavone
-
Small cleanup to audio interface between emulation code and renderer backendWed, 28 Mar 2018 23:36:08 -0700, by Michael Pavone
-
There will be no 0.5.2 at this pointMon, 26 Mar 2018 23:36:39 -0700, by Michael Pavone
-
Allow numpad keys to be mappedMon, 26 Mar 2018 23:07:17 -0700, by Michael Pavone
-
Allow MegaWiFi support to be toggled in config file. Defaults to off due to security concernsMon, 26 Mar 2018 22:13:22 -0700, by Michael Pavone
-
Remove some debug print stuff from font_win.cMon, 26 Mar 2018 21:39:18 -0700, by Michael Pavone
-
Get Windows build working again. MegaWiFi code probably needs more work before it will actually work on Windows, but at least it doesn't break the build nowMon, 26 Mar 2018 21:25:40 -0700, by Michael Pavone
-
Add back button to Key binding view and add a window and back button to empty controller view so you can always get back to the main menuMon, 26 Mar 2018 09:49:03 -0700, by Michael Pavone
-
Fix use after free in get_extension_listSun, 25 Mar 2018 23:11:17 -0700, by Michael Pavone
-
Fix no-default targetsSun, 25 Mar 2018 12:11:41 -0700, by Michael Pavone
-
nuklear_ui has been merged to default and is now closed nuklear_uiSun, 25 Mar 2018 12:03:01 -0700, by Michael Pavone
-
Merged nuklear_ui into defaultSun, 25 Mar 2018 12:01:49 -0700, by Michael Pavone