Commit Graph

6772 Commits

Author SHA1 Message Date
thrust26 e5d623f688 removed two non-implemented methods 2021-02-27 10:37:31 +01:00
Thomas Jentzsch 15664a0ee4
Merge pull request #773 from skitt/spelling-fix
Another spelling fix ("toggle")
2021-02-26 10:48:36 +01:00
Stephen Kitt 415d1d6ce9
Another spelling fix ("toggle")
Signed-off-by: Stephen Kitt <steve@sk2.org>
2021-02-26 10:09:39 +01:00
Stephen Anthony 95c5040daa Final updates for 6.5.2 release. 2021-02-24 14:10:31 -03:30
Stephen Anthony 0c50908f42 Updated a few files for upcoming release.
Now in testing phase; final release coming in a few days.
2021-02-22 16:52:47 -03:30
thrust26 e5ba8c691d Updated changes and WhatsNewDialog
Updated version number in docs
2021-02-22 09:58:30 +01:00
thrust26 71aeb846f2 did some code cleanup 2021-02-21 21:56:53 +01:00
thrust26 756b6ff207 added ARM stats to BUS and DPC+ debug widgets 2021-02-10 16:07:28 +01:00
thrust26 47e9269cf2 fix Libretro build 2021-02-09 22:44:59 +01:00
thrust26 3c188fbb9a added some ARM stats to CDF debug widget 2021-02-09 19:47:50 +01:00
Keith Bowes 7199ab7feb Only use static libgcc/libstdc++ if they're present 2021-02-08 12:52:17 -03:30
Keith Bowes 87bbf20c11 Implemented input bitmasks 2021-02-08 12:32:48 -03:30
thrust26 e7e0a0c57d minor QuadTari timing fix 2021-02-07 22:33:05 +01:00
thrust26 d3f250a516 fixed QuadTari multiplexing timing (fixes #766) 2021-02-06 10:27:17 +01:00
thrust26 54f33da48d enhanced QuadTari detection pattern 2021-02-04 15:25:55 +01:00
thrust26 6e6a1f4b43 fixed broken driving controller support (see #760) 2021-02-02 15:44:28 +01:00
thrust26 a7bde4603e derived Genesis and Booster from Joystick controller class 2021-01-30 11:25:51 +01:00
thrust26 b6e0b8fdcd fixed R77 doc graphics links 2021-01-26 19:30:10 +01:00
thrust26 22a055075a fixed missing SliderWidget initialization command if value is -1 2021-01-26 19:29:36 +01:00
thrust26 1bb126b06a fixed merge bug (fixes #758) 2021-01-26 13:18:14 +01:00
thrust26 0a0b014c13 Merge branch 'master' of https://github.com/stella-emu/stella 2021-01-25 09:25:50 +01:00
thrust26 b0611a7f60 fixed #756 (CDFJ rom size always 512KB) 2021-01-25 09:25:36 +01:00
Stephen Anthony 823ceb79c0 Added patches from Debian build (too bad I didn't see these about 6 hours ago).
Bumped version number, to start work on 6.6.
2021-01-24 15:57:29 -03:30
Stephen Anthony ad80972b2d Final updates for 6.5.1 release. 2021-01-24 10:11:01 -03:30
thrust26 dcb155a003 partially reverted a95d40c6 (debugger widgets needed for saveOldState) 2021-01-24 10:09:30 +01:00
Stephen Anthony 08fab4a5bd Getting ready for 6.5.1 release. 2021-01-23 15:33:20 -03:30
Stephen Anthony f7afebbbce Fix dialogs not being rendered in certain cases. 2021-01-23 15:10:40 -03:30
Stephen Anthony 982e7d18a6 Merge branch 'feature/fix-surfaces' 2021-01-23 13:10:40 -03:30
Stephen Anthony f28784112a libretro: Don't reload non-existent surfaces. 2021-01-23 13:08:16 -03:30
Stephen Anthony 95c8203f8d Fix final issue with snapshots not loading in RomInfoWidget. 2021-01-23 12:57:51 -03:30
thrust26 a5504a88a3 updated Changes.txt & WhatsNewDialog 2021-01-20 13:47:41 +01:00
Christian Speckner 3a54adeca2 Merge remote-tracking branch 'origin/master' into feature/fix-surfaces 2021-01-19 20:44:58 +01:00
thrust26 fb73d90cf9 refactored Paddles class 2021-01-19 10:23:41 +01:00
Stephen Anthony 9f74a780ed Fix crash when FrameBuffer message surfaces haven't been created.
The next task is to move all FrameBuffer message-related functionality into its own class.
2021-01-16 15:27:18 -03:30
thrust26 bf5a9e5749 changed LauncherDialog and EditableWidget ContextMenu and dialog shade surface creation to on demand 2021-01-15 08:36:06 +01:00
thrust26 d9c8750d01 renamed pause dimming setting 2021-01-14 09:40:02 +01:00
thrust26 27118f3ed0 added option to disable emulation shading in pause mode via command line (resolves #755) 2021-01-14 09:32:39 +01:00
thrust26 489188a2e2 fixed memory leak in EventMappingWidget 2021-01-13 22:30:40 +01:00
Stephen Anthony 6187d3b542 Attempt to fix continuous creation of dialog surfaces without cleanup, causing crashes on R77.
Remove cache of surfaces from FrameBuffer, into each dialog that owns it.
Make surfaces be unique_ptr instead of shared_ptr, so we can be sure cleanup occurs.
2021-01-13 16:24:09 -03:30
thrust26 0fa0a339e6 added to allocate tooltip surface on demand only 2021-01-13 08:26:34 +01:00
thrust26 a95d40c682 create DebuggerDialog and included OptionsDialog on demand only 2021-01-12 15:46:36 +01:00
thrust26 b225a684bf refactored launcher dialog to use only one pointer for other dialogs 2021-01-12 11:44:52 +01:00
thrust26 29685703d4 refactored dialogs to use only one pointer for other dialogs 2021-01-12 11:24:24 +01:00
thrust26 b2acd8b266 added missing re-rendering 2021-01-12 11:23:16 +01:00
thrust26 877ceba7e3 added missing files 2021-01-10 12:33:17 +01:00
thrust26 8a27c2d03d enhanced R77 doc 2021-01-10 12:32:52 +01:00
thrust26 dc21b7ab2c fixed, extra joystick button mappings are for R77 only 2021-01-10 10:00:33 +01:00
thrust26 28c8274777 added high scores button to R77 command dialog 2021-01-09 20:59:59 +01:00
Stephen Anthony 1db4bb490d And so it begins again ... 2021-01-09 15:56:07 -03:30
Stephen Anthony 9ce440403b Final commit for 6.5 release. 2021-01-09 10:15:06 -03:30