Commit Graph

6994 Commits

Author SHA1 Message Date
Stephen Anthony fc3a6b2d42 Added support for Mac. 2021-04-23 15:08:49 -02:30
Stephen Anthony 79d241de86 A few more formatting cleanups. 2021-04-22 20:08:14 -02:30
Stephen Anthony eed96c6065 More updates to MovieCart to match Stella style. 2021-04-22 16:07:09 -02:30
thrust26 b385907427 added movie cart test ROMs 2021-04-22 20:24:49 +02:00
Stephen Anthony f963657c21 (MovieCart) Implemented left_line/right_line kernel adaptations by Thomas Jentzsch 2021-04-22 15:30:44 -02:30
Stephen Anthony 8371fbe98a Fix minor compiler warnings. 2021-04-22 11:18:45 -02:30
thrust26 ab005bd0c7 added functional links to RomInfoWidget
added links to Robot City and Aardvark ROMs
2021-04-22 14:43:56 +02:00
thrust26 19e60b9d28 Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-22 11:43:26 +02:00
thrust26 f641457083 enhanced StaticTextWidget to display links
adapted AboutDialog accordingly
2021-04-22 11:43:08 +02:00
Stephen Anthony 9f12d5c16c Some cleanups for moviecart code.
- Compiles in Linux now, and without any warnings or errors
 - Converted some code to use that already in Stella
 - Formatting cleanups to match Stella style
2021-04-21 22:13:38 -02:30
Stephen Anthony 8873ffd0b7 Merge branch 'feature-moviecart' of git://github.com/lodefmode/stella into feature/lodefmode-moviecart 2021-04-21 19:47:14 -02:30
Stephen Anthony a3dfdb33bb Next development cycle (for 6.6) begins. 2021-04-21 14:59:31 -02:30
thrust26 b945e15adc added basic valid URL checks to cartridge links 2021-04-21 16:53:05 +02:00
thrust26 d1a01391b0 implemented cartridge links in GameInfoDialog (see #788) 2021-04-21 16:14:30 +02:00
thrust26 aa997a0cd5 enhanced the debugger exit fix 2021-04-21 15:03:29 +02:00
thrust26 d83f415192 cleaned up debugger exiting code (fixes #516) 2021-04-21 14:12:13 +02:00
Stephen Anthony e75d028c79 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 4859c85586 updated help key for macOS 2021-04-20 10:02:10 +02:00
thrust26 a8a549bdd2 moved and renamed help action in InputDialog 2021-04-20 08:38:22 +02:00
thrust26 2f6a536e72 added help key to HelpDialog 2021-04-20 08:35:02 +02:00
thrust26 0e139a47b9 added one more debugger help link 2021-04-19 21:56:40 +02:00
thrust26 e62573601d added some more debugger help links 2021-04-19 21:38:36 +02:00
thrust26 ea62581dd5 bug fix 2021-04-19 11:42:33 +02:00
thrust26 2813236885 added doc links to snapshot archive 2021-04-18 19:38:06 +02:00
thrust26 be68b984cf improved context-sensitive help, now also works per widget, tab or tab group 2021-04-18 17:59:06 +02:00
Stephen Anthony 278e1fdd3f Fix method in header and implementation with different parameter. 2021-04-18 12:11:24 -02:30
thrust26 8249411ffa enhanced help with optional direct URL 2021-04-18 08:24:59 +02:00
thrust26 c68871ec68 added help anchor to LauncherDialog 2021-04-17 21:33:59 +02:00
thrust26 6b812c059b added help anchor to DebuggerDialog 2021-04-17 20:59:29 +02:00
thrust26 55aa168602 fixed anchor in HTML 2021-04-17 19:52:41 +02:00
thrust26 f3048445ad fixed anchor 2021-04-17 19:49:16 +02:00
Stephen Anthony 767fef5646 Updated docs for 6.5.3 release for April 20 (this can change if necessary). 2021-04-17 14:59:16 -02:30
thrust26 dff3a2a874 Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-17 18:40:24 +02:00
thrust26 802480d94e updated doc and snapshots for help button 2021-04-17 18:34:35 +02:00
Stephen Anthony 3f19a3b0ac Fix non-ASCII character in ROM properties. 2021-04-17 13:23:25 -02:30
Stephen Anthony e788305810 Fix missing comma in EventHandler class. 2021-04-17 13:20:48 -02:30
Stephen Anthony 690b21f482 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 a91aea1b22 added help hotkey in UI mode (F1)
added missing anchors
2021-04-17 16:55:40 +02:00
thrust26 89966a9a2e added help links to most dialogs (see #740)
TODO: tab specific help?
2021-04-17 13:31:36 +02:00
thrust26 29ec5c5e66 updated props for coming Aardvark ROM release 2021-04-17 09:59:21 +02:00
thrust26 e7bc4d4d97 Updated Changes.txt 2021-04-14 22:34:48 +02:00
thrust26 bdf2fe4401 forgot to save before committing... 2021-04-12 22:45:24 +02:00
thrust26 6bd4987b22 fixed palette and custom BLARGG settings saving (see #787) 2021-04-12 22:38:41 +02:00
Stephen Anthony df7cb5639a Update to Xcode project file. 2021-04-07 12:26:24 -02:30
thrust26 1f1fb2c47d do not map QuadTari-only events if no QuadTari is used 2021-04-06 19:06:00 +02:00
Stephen Anthony 836137c7fc Fix minor warning in clang. 2021-04-06 13:15:49 -02:30
thrust26 f3e1e559cf fixed HiDPI mode
(note to myself: sometimes initialization is bad)
2021-04-06 16:53:44 +02:00
thrust26 e0585212b8 adapt desktop size and maximum TIA zoom level to display used 2021-04-06 15:56:01 +02:00
Lo Def 438bd2f5be (MovieCart) combined subfolder of classes into CartMVC 2021-04-05 23:39:26 -04:00
thrust26 2015d98abf Merge branch 'master' of https://github.com/stella-emu/stella 2021-04-05 22:01:15 +02:00