Commit Graph

8036 Commits

Author SHA1 Message Date
Stephen Anthony debec03900 More const fixes, this time from suggestions from VS code analyzer. 2024-12-20 19:24:20 -03:30
Stephen Anthony c7acb9d65e Disable warnings from external libs (SDL) in VS code analysis mode. 2024-12-20 16:29:02 -03:30
Stephen Anthony 27a40f6926 Fixed non UTF-8 chars. 2024-12-20 14:47:37 -03:30
jfroco dacf66131c
libretro: add reload/next game (#1059)
- Enable reload/next game option in Core options
- Map reload/next game action to X button
2024-12-18 11:41:12 +01:00
thrust26 2abd72ff86 added PAL60 signature check to auto detect display type (resolves #1061) 2024-12-17 23:03:57 +01:00
thrust26 db3a38be7b moved loading of config and DASM list & symbols files before executing auto scripts 2024-12-15 22:29:25 +01:00
thrust26 617147a175 slightly enhanced PlusROM display in debugger (keeps last send/receive now) 2024-12-13 09:33:15 +01:00
Stephen Anthony 4ba7bfde71 Fix potential uninitialized array access. 2024-12-10 21:23:05 -03:30
thrust26 91417312f1 fixed #1057 2024-12-09 16:09:54 +01:00
thrust26 4bb07a90a3 improved default NTSC custom palette 2024-12-09 15:24:38 +01:00
Stephen Anthony 8d5eb28053 Use constexpr. 2024-12-05 17:57:24 -03:30
thrust26 e2f59ae9a4 Merge branch 'master' of https://github.com/stella-emu/stella 2024-12-01 09:33:20 +01:00
thrust26 28db219b22 improved 'help' command in debugger prompt (case insensitive now) 2024-12-01 09:33:09 +01:00
Stephen Anthony 0e2ce2771c Fix whitespace. 2024-11-17 19:14:20 -03:30
SvOlli 2c5882edff
Debian build requires libgtest-dev, but is not specified (#1049)
Co-authored-by: Sven Oliver Moll <svolli@svolli.de>
2024-11-10 20:13:54 +00:00
Stephen Anthony 5ccf090154 Updated libpng to latest release. 2024-10-31 16:13:50 -02:30
Stephen Anthony f8ecf21384 Updated httplib to latest release. 2024-10-31 16:07:37 -02:30
Stephen Anthony 94a3447666 Remove executable bit on data files. 2024-10-21 14:27:31 -02:30
Eric Warmenhoven 50f69d82fe
ios/tvos: properly set min supported version (#1048) 2024-10-21 15:30:52 +00:00
thrust26 62ca90a784 Merge branch 'master' of https://github.com/stella-emu/stella 2024-10-20 09:59:25 +02:00
thrust26 356e61f0ff added missing "PlusROM support enabled" initialization 2024-10-20 09:59:15 +02:00
Stephen Anthony 6d5d6f0144 Match style in surrounding code for FileListWidget. 2024-10-19 16:54:47 -02:30
thrust26 408e42e328 added PlusROM support developer option (fixes #1019) 2024-10-19 10:01:16 +02:00
thrust26 810d587a9b fixed #1047 2024-10-17 15:48:16 +02:00
Stephen Anthony f30842061b Fix doc to match commit to webpage docs. 2024-10-17 10:21:29 -02:30
Stephen Anthony 9fec8afac8 Update docs; macOS 10.13 is the minimum supported version. 2024-10-10 17:03:18 -02:30
Stephen Anthony 39356e8d72 For Windows build, remove *all* DLL's before install, and only install
SDL2.dll.
2024-10-07 17:05:27 -02:30
Stephen Anthony 541245ec06 Re-add ZIP build for Windows. 2024-10-07 16:28:50 -02:30
Stephen Anthony 565a5c2717 Fix misplaced PNG files. 2024-10-07 16:23:31 -02:30
Stephen Anthony 2d184b6754 Fixes from clang-tidy-19 that didn't make it for the last release. 2024-10-06 20:27:25 -02:30
Stephen Anthony 18db75df5e Automatically remove old DLL's for Windows install.
This fixes exe not starting with latest release.
2024-10-06 20:25:59 -02:30
Stephen Anthony d69e47421c Update release to version 7. 2024-10-04 13:46:46 -02:30
Stephen Anthony 0a759a49b0 Fix macOS build script. 2024-10-03 12:44:17 -02:30
Stephen Anthony 7c90c9fe18 Getting docs ready for 7.0 release. 2024-10-02 12:50:28 -02:30
Stephen Anthony 80909f1c98 Fix filename case. 2024-10-02 12:10:47 -02:30
Stephen Anthony fd51326aaf Update Xcode project to v16. 2024-10-02 11:37:05 -02:30
Eric Warmenhoven 0016f74a69
libretro: fix gitlab CI (#1044) 2024-10-02 10:50:01 -02:30
thrust26 cb61f676ec minor doc fixes 2024-09-26 22:02:12 +02:00
Stephen Anthony cb77dc1a8f Potential speedup in Windows FSNode::getChildren().
Worst case is it doesn't improve at all.
2024-09-18 20:42:24 -02:30
thrust26 03c5d7f1cf changed buttonLast type (fixes #1043) 2024-09-09 10:28:20 +02:00
thrust26 cb624aece0 Some fixes to ELF doc 2024-09-07 09:01:00 +02:00
Stephen Anthony 77e45307c4 Updated docs, merged back changes made to live page. 2024-09-06 21:30:49 -02:30
thrust26 2a509a2f82 updated screenshots for ELF developer options 2024-09-06 17:20:43 +02:00
Stephen Anthony b1e297153b Fix missing initializations. 2024-09-01 01:16:23 -02:30
Christian Speckner 1dd364bc8a Merge remote-tracking branch 'origin/late-hmove-experiments' 2024-08-31 18:49:51 +02:00
Christian Speckner 59f82b1fe1 Remove cast. 2024-08-29 20:49:24 +02:00
Stephen Anthony 498e8bc4de libretro: Fix interfacing with paddle sensitivity. 2024-08-29 14:27:28 -02:30
Stephen Anthony bb374fb982 Minor fixes for warnings from clang-tidy. 2024-08-28 21:51:40 -02:30
thrust26 40ab63ff5e Oops 2024-08-28 12:17:01 +02:00
thrust26 f3dd2cd884 removed dynamic_cast
removed unused method in Debugger
2024-08-28 11:09:15 +02:00