Commit Graph

6516 Commits

Author SHA1 Message Date
Stephen Anthony 8aa6636e06 Fix minor warning. 2020-12-20 11:14:29 -03:30
thrust26 a6b3ce1351 added mouse support to editable widgets
added missing hotkeys to launcher context menu
updated docs
2020-12-20 15:13:03 +01:00
Stephen Anthony e5bdccc4ad Disabled PlusROM for now, until we find more time to work on it. 2020-12-19 18:35:16 -03:30
Stephen Anthony d56c809b91 libretro: Fix warnings with memset; use default initialization instead. 2020-12-18 23:29:25 -03:30
Stephen Anthony 2d78828677 Various fixes for suggestions from cppcheck. 2020-12-18 19:25:27 -03:30
thrust26 0c0d838a37 minor enhancement of input global keys 2020-12-18 22:34:36 +01:00
thrust26 e665197cda fixed specific mouse axes for paddles (fixes #746)
added specific mouse axes properties for SWOOPS
2020-12-18 16:17:03 +01:00
Stephen Anthony 3ecd57911b Some of the checkers don't like stray Unicode in ASCII files. 2020-12-18 11:03:24 -03:30
thrust26 5c1f0fd228 reordered hotkeys and fixed UI for driving controller sensitivity (value used for digital input too) 2020-12-18 09:09:45 +01:00
thrust26 ca399c05d6 removed JOYSTICK_SUPPORT checks to align with header file 2020-12-18 08:13:55 +01:00
Stephen Anthony af9f1aa68a libretro: Fix compile errors (PlusROM and some minor joystick stuff). 2020-12-17 23:58:35 -03:30
Stephen Anthony ffe067d348 Add PlusROM to Xcode project. 2020-12-17 23:51:25 -03:30
Stephen Anthony 8991f66c5e Add PlusROM to Visual Studio project. 2020-12-17 23:45:02 -03:30
Stephen Anthony 476e57f518 Added beginning infrastructure for PlusROM support.
For now, none of the network functionality is present; PlusROM's are correctly detected, though.
2020-12-17 23:27:22 -03:30
thrust26 15586c8d92 changed sorting of saved mappings for easier debugging 2020-12-17 22:47:07 +01:00
thrust26 b7733f6879 added new hotkey mappings 2020-12-17 22:27:42 +01:00
Stephen Anthony 542f85dcfe Arrgh, should have just left this alone. 2020-12-17 15:57:57 -03:30
Stephen Anthony 7e8140cdbf Oops, seems gitignore is recursive, so we can't remove certain files. 2020-12-17 15:54:10 -03:30
Stephen Anthony 560ebca234 Ignore more files in git. 2020-12-17 14:44:14 -03:30
thrust26 39e8939054 fixed global hotkey logic and warning 2020-12-17 17:39:28 +01:00
thrust26 db1a0f584d added hotkeys for Input Devices & Ports settings
added hotkeys for Game Properties/Controller settings
added new global hotkey group for new hotkeys
add a few more tooltips
updated doc
2020-12-17 16:37:51 +01:00
Stephen Anthony b5da7bb456 Fix 'daptor devices sometimes not getting correct default mappings (fixes #685). 2020-12-14 15:34:05 -03:30
thrust26 04979ae29e fixed key map conversion for multiple modifier keys 2020-12-13 09:15:42 +01:00
thrust26 e1f3abda4f fixed MDM single bank ROM crash (fixes #743) 2020-12-09 20:55:08 +01:00
thrust26 2979069674 added sorting when saving JoyMap and KeyMap 2020-12-08 11:51:48 +01:00
thrust26 4271e4a801 moved new EventMode::kEditMode to end of list to fix mapping conversion 2020-12-08 11:39:22 +01:00
thrust26 a04c8a240e Merge branch 'master' of https://github.com/stella-emu/stella 2020-12-07 11:41:20 +01:00
thrust26 b82445f8b9 added support for default image in ROM info viewer (resolves #601) 2020-12-07 11:41:06 +01:00
Stephen Anthony 25c45d8df8 Fix compile warnings in Xcode. 2020-12-06 23:43:11 -03:30
Stephen Anthony 68c34c5bad Fix clang warning. 2020-12-06 22:23:42 -03:30
thrust26 2d40a7e0d2 improved playback sound muting 2020-12-06 21:17:56 +01:00
thrust26 b8698f27bc added sound to Time Machine playback
fixed playback speed
updated docs
2020-12-06 12:08:25 +01:00
thrust26 217515599b fixed and enhanced TimeMachineDialog 2020-12-05 23:25:21 +01:00
Stephen Anthony 1a40d38c69 Fix crash when loading ROMs into ROM launcher under certain circumstances. 2020-12-04 14:35:10 -03:30
thrust26 d6a7526a02 switched high score checksum calculations to md5
added high score properties for a few more games
updated docs
2020-12-04 13:20:13 +01:00
Aaron Kling 9b2520553f libretro: Update gitlab ci extends ordering 2020-12-03 17:59:27 -03:30
thrust26 7d81c6a337 refactored HighScoresDialog/Manager
added checksums to high scores
added high score properties for more games
updated docs
2020-12-03 15:07:05 +01:00
thrust26 701a89b14e update highscores doc, added currently supported game list
added input char limitation to DataGridWidget
2020-12-02 11:35:12 +01:00
thrust26 edf310c471 Merge branch 'master' of https://github.com/stella-emu/stella 2020-12-01 22:21:35 +01:00
thrust26 462b8f75f7 added shading to TIA surface when emulation paused or dialog on top 2020-12-01 22:21:23 +01:00
Stephen Anthony 80c1c18fcb Fix warnings from gcc. 2020-12-01 17:29:00 -03:30
thrust26 13a29ddddf Trying to fix build bug #736 2020-12-01 18:37:46 +01:00
thrust26 e4a99967a0 HighScoresDialog exception fix 2020-12-01 18:30:14 +01:00
thrust26 0a7a643d35 Merge branch 'master' of https://github.com/stella-emu/stella 2020-12-01 18:18:52 +01:00
thrust26 160629a202 JSON exception analysis 2020-12-01 18:18:39 +01:00
Christian Speckner 869d26a898 Condig style. 2020-12-01 18:17:42 +01:00
thrust26 05f3117081 changed high score (file) format to JSON 2020-12-01 16:20:09 +01:00
Stephen Anthony 31fc033abc Move function to bspf.hxx. It's not used yet, but it might be in the future. 2020-11-30 16:08:56 -03:30
Stephen Anthony cd910dadab Add high score stuff to Xcode project. 2020-11-30 15:55:37 -03:30
Stephen Anthony 65265382d1 Fixed a few warnings from clang. 2020-11-30 15:46:50 -03:30