Commit Graph

7775 Commits

Author SHA1 Message Date
Stephen Anthony 362a3b837a Remove 32-bit builds; going forward, only 64-bit is supported. 2024-05-08 19:44:13 -02:30
Stephen Anthony 08773fd7ac Fix CI compiling for Windows. 2024-05-08 19:35:32 -02:30
Stephen Anthony ce6cc2ef02 Move codebase to requiring C++20, and fix resultant non-standard code. 2024-05-08 19:13:23 -02:30
thrust26 4aba8a1955 improved QuadTari auto detection and setup 2024-05-07 17:14:40 +02:00
thrust26 c713f4f3fa enabled warning for extra qualifier errors 2024-05-06 21:33:43 +02:00
thrust26 91d92b7ca0 fixed compile error 2024-05-06 20:44:01 +02:00
thrust26 bede5cc0ca added auto detection for QuadTari controllers 2024-05-06 19:32:14 +02:00
thrust26 68e671169f minor property update (2/2) 2024-05-04 00:12:10 +02:00
thrust26 00ca0cf30c Merge branch 'master' of https://github.com/stella-emu/stella 2024-05-03 07:56:19 +02:00
thrust26 6f81cc08c5 minor property update 2024-05-03 07:56:03 +02:00
Stephen Anthony 4c04c4baad Fixes for suggestions from clang-tidy. 2024-05-01 17:25:29 -02:30
Stephen Anthony 09be43c506 Minor syntax corrections. 2024-04-04 14:25:47 -02:30
lodefmode 98b2b9b1c3
MVC: Stay in title mode when valid file not found. (#1023) 2024-04-04 14:18:32 -02:30
lodefmode 8e8549c1c4
Reach first/last movie frame, show both fields and mute. (#1020) 2024-03-08 15:19:43 -03:30
thrust26 21f26885e4 Fixed MVC debugger crash 2024-03-07 20:55:29 +01:00
thrust26 cd46d87777 Fixed PlusROM detection (fixes #1021) 2024-03-07 18:28:52 +01:00
thrust26 a311e1d714 another overflow fix (see #1017) 2024-03-03 11:56:45 +01:00
Christian Speckner 92a7137d01 Fix overflow. 2024-03-03 11:31:18 +01:00
thrust26 13d782b149 fixed #1018 2024-02-29 21:17:37 +01:00
Stephen Anthony 4557099e5d Refactor a little; SDL-specific header stuff should stay in SDL_lib.hxx. 2024-02-02 11:23:36 -03:30
Stephen Anthony 444dfdc4a9 libretro: fix #1013 2024-02-02 11:10:13 -03:30
Stephen Anthony 9ad90d9f47 Disable various URL buttons if using a version of SDL that doesn't support it. 2024-02-02 00:29:29 -03:30
Stephen Anthony ac51eb10ad Fixed minor clang warning. 2024-02-01 12:29:57 -03:30
Christian Speckner 5a39e9666b Fix life display in solaris. 2024-01-31 21:07:22 +01:00
thrust26 34a9df151a fixed and adjusted build w/o IMAGE_SUPPORT 2024-01-31 19:57:42 +01:00
thrust26 4388c7aad6 fixed #1011 2024-01-30 17:27:53 +01:00
thrust26 4acf4e3a73 made random hotspots peeks a developer option
added check for duplicate hotkeys
2024-01-30 15:40:48 +01:00
Stephen Anthony b83a74d256 Fix minor warnings from clang. 2024-01-26 13:08:24 -03:30
thrust26 0aeffe0392 enhanced and optimized auto-phosphor 2024-01-25 12:24:18 +01:00
thrust26 274490128f added many phosphor properties 2024-01-24 13:24:56 +01:00
thrust26 a430ad6927 added auto-phosphor (resolves #1009) 2024-01-24 11:24:21 +01:00
thrust26 d2c36ae159 slightly optimized movementTick
copied movementTick comments from ball to player and missile
2024-01-20 10:29:34 +01:00
thrust26 6ead8ca42c added Cosmic Ark to profiled ROMs (starfield effect) 2024-01-19 09:41:17 +01:00
thrust26 9476bddf17 updated WhatsNewDialog 2024-01-18 16:15:02 +01:00
thrust26 6d6ace429f minor doc update 2024-01-13 19:37:17 +01:00
thrust26 d259e13479 Merge branch 'master' of https://github.com/stella-emu/stella 2024-01-13 11:16:57 +01:00
thrust26 a11618e80b some random ROM polishing 2024-01-13 11:16:47 +01:00
Stephen Anthony 97d259718e Fixed up current changelog for interim 6.7.1 release. 2024-01-12 16:13:07 -03:30
thrust26 6d2c97a667 minor property updates 2024-01-12 19:51:53 +01:00
thrust26 14df3bc79a added random ROM loading option (resolves #995) 2024-01-11 10:11:20 +01:00
thrust26 39caf7d629 more work on bezel name properties 2024-01-07 10:50:10 +01:00
thrust26 92307092b8 cleaned and updated bezel name properties 2024-01-06 12:00:54 +01:00
thrust26 ecdacfb924 added detected bezel name to GameInfoDialog 2024-01-06 10:28:02 +01:00
thrust26 07f5957294 Merge branch 'master' of https://github.com/stella-emu/stella 2024-01-06 10:26:30 +01:00
thrust26 ddb6f49e59 fixed empty file listing bug 2024-01-06 10:26:20 +01:00
Stephen Anthony 3b14482363 Moved some changes from 7.0 into 6.7.1. 2024-01-05 22:01:13 -03:30
thrust26 cafe2acbcf block keyboard directory navigation in files-only mode 2024-01-05 22:39:36 +01:00
thrust26 cf20011628 added file browser button for bezel selection 2024-01-05 22:23:44 +01:00
thrust26 5642b4ff56 fixed swapped parameters 2024-01-05 22:16:52 +01:00
lodefmode 402ee101c8
Reach first/last movie frame, show both fields and mute. (#1003) 2024-01-04 08:52:04 +01:00