Commit Graph

6772 Commits

Author SHA1 Message Date
Stephen Anthony 82666d6e43 Merge branch 'feature-moviecart' of git://github.com/lodefmode/stella into feature/lodefmode-moviecart 2021-04-21 19:47:14 -02:30
Stephen Anthony a0e666aef2 Next development cycle (for 6.6) begins. 2021-04-21 14:59:31 -02:30
thrust26 a593fdfb49 added basic valid URL checks to cartridge links 2021-04-21 16:53:05 +02:00
thrust26 204c1f092c implemented cartridge links in GameInfoDialog (see #788) 2021-04-21 16:14:30 +02:00
thrust26 8d67d9a2e5 enhanced the debugger exit fix 2021-04-21 15:03:29 +02:00
thrust26 c7869803b1 cleaned up debugger exiting code (fixes #516) 2021-04-21 14:12:13 +02:00
Stephen Anthony b9f4a9258f Final updates for 6.5.3 release.
Added debugging note when not using SDL 2.0.14, so we know that OpenURL won't work.
2021-04-20 12:33:11 -02:30
thrust26 b50798242a updated help key for macOS 2021-04-20 10:02:10 +02:00
thrust26 0e51197934 moved and renamed help action in InputDialog 2021-04-20 08:38:22 +02:00
thrust26 4f73d84f49 added help key to HelpDialog 2021-04-20 08:35:02 +02:00
thrust26 d9140500db added one more debugger help link 2021-04-19 21:56:40 +02:00
thrust26 d3166fee1d added some more debugger help links 2021-04-19 21:38:36 +02:00
thrust26 eed55ed3b1 bug fix 2021-04-19 11:42:33 +02:00
thrust26 a61f5f5977 added doc links to snapshot archive 2021-04-18 19:38:06 +02:00
thrust26 9d427d5260 improved context-sensitive help, now also works per widget, tab or tab group 2021-04-18 17:59:06 +02:00
Stephen Anthony f4a8947528 Fix method in header and implementation with different parameter. 2021-04-18 12:11:24 -02:30
thrust26 7f98563a6f enhanced help with optional direct URL 2021-04-18 08:24:59 +02:00
thrust26 b28526da7d added help anchor to LauncherDialog 2021-04-17 21:33:59 +02:00
thrust26 2cdd9bc1f6 added help anchor to DebuggerDialog 2021-04-17 20:59:29 +02:00
thrust26 a83683a902 fixed anchor in HTML 2021-04-17 19:52:41 +02:00
thrust26 091ccf3506 fixed anchor 2021-04-17 19:49:16 +02:00
Stephen Anthony b22b4d963a Updated docs for 6.5.3 release for April 20 (this can change if necessary). 2021-04-17 14:59:16 -02:30
thrust26 4e9f1fc9c5 Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-17 18:40:24 +02:00
thrust26 37c27ef52b updated doc and snapshots for help button 2021-04-17 18:34:35 +02:00
Stephen Anthony a4edbe8b85 Fix non-ASCII character in ROM properties. 2021-04-17 13:23:25 -02:30
Stephen Anthony 59708aab62 Fix missing comma in EventHandler class. 2021-04-17 13:20:48 -02:30
Stephen Anthony 4e71ab3c79 Fix compilation when using SDL < 2.0.14 (needed for SDL_OpenURL).
Abstract SDL functionality into SDL-specific class, away from Dialog class.
2021-04-17 13:18:10 -02:30
thrust26 0a77776cd2 added help hotkey in UI mode (F1)
added missing anchors
2021-04-17 16:55:40 +02:00
thrust26 0248e4a6dc added help links to most dialogs (see #740)
TODO: tab specific help?
2021-04-17 13:31:36 +02:00
thrust26 15aa163b84 updated props for coming Aardvark ROM release 2021-04-17 09:59:21 +02:00
thrust26 cd497bc8a5 Updated Changes.txt 2021-04-14 22:34:48 +02:00
thrust26 fd5713d764 forgot to save before committing... 2021-04-12 22:45:24 +02:00
thrust26 e66bfc2c99 fixed palette and custom BLARGG settings saving (see #787) 2021-04-12 22:38:41 +02:00
Stephen Anthony 8c29b3749f Update to Xcode project file. 2021-04-07 12:26:24 -02:30
thrust26 083bc8b556 do not map QuadTari-only events if no QuadTari is used 2021-04-06 19:06:00 +02:00
Stephen Anthony 8834f4770f Fix minor warning in clang. 2021-04-06 13:15:49 -02:30
thrust26 2841ac52ca fixed HiDPI mode
(note to myself: sometimes initialization is bad)
2021-04-06 16:53:44 +02:00
thrust26 30656f73c2 adapt desktop size and maximum TIA zoom level to display used 2021-04-06 15:56:01 +02:00
Lo Def 65180d524f (MovieCart) combined subfolder of classes into CartMVC 2021-04-05 23:39:26 -04:00
thrust26 6fa24835c0 Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-05 22:01:15 +02:00
thrust26 d7a3ab5b6c Swapped (Shift+)Backspace keys between Frying and CompuMate Backspace 2021-04-05 22:00:38 +02:00
Christian Speckner df9758903a Fix genesis widget. 2021-04-05 20:31:49 +02:00
Stephen Anthony eec90382e7 Very small cleanup to Makefile. 2021-04-05 13:40:43 -02:30
Christian Speckner dde7ab5936 Fix update order, change genesis to pull pin to ground. 2021-04-05 17:54:12 +02:00
Christian Speckner c33bccbc61 Properly model analog input. 2021-04-05 15:46:30 +02:00
Rob Bairos 0e39371e76 (MovieCart) Limit reading of image data to single frame
when its likely an MVC file. This avoids reading of GB of data.
2021-04-05 09:27:51 -04:00
Rob Bairos 6593e25f41 MovieCart
Streaming image and audio content created by presenting dynamic
1K of data on the bus, with On Screen Display. Volume, Brightness
and Shuttle controlled by joystick and console switches.
Original implementation: github.com/lodefmode/moviecart
2021-04-05 09:27:20 -04:00
Christian Speckner eccf1d0d36 Forgot to save. 2021-04-05 14:17:10 +02:00
Christian Speckner db44445386 PaddleReader goes AnalogReadout. 2021-04-05 14:16:29 +02:00
Christian Speckner 077cd38c76 Use a more realistic resistance in dump mode. 2021-04-04 00:36:20 +02:00