Thomas Jentzsch
16a3a977dd
enhanced save command, saves to user directory by default
...
added "autosave" command
2021-05-13 17:26:22 +02:00
Thomas Jentzsch
20aa94f4fc
improved/fixed some event renaming (sorry)
2021-05-12 23:31:29 +02:00
Stephen Anthony
bd56e31b45
libretro: Fix compile error with recent event renaming.
2021-05-12 13:55:21 -02:30
Thomas Jentzsch
69740f25f8
made port naming (left/right) consistent (see #796 )
2021-05-11 22:51:40 +02:00
Thomas Jentzsch
82e1430598
Updated Changes.txt and WhatsNewDialog
2021-05-11 20:20:03 +02:00
Thomas Jentzsch
6172943aaf
added clearHistory command for PromptWidget (see #240 )
2021-05-10 20:30:32 +02:00
Stephen Anthony
b8ed09695f
Fix minor warnings from g++11.
2021-05-10 15:04:01 -02:30
Thomas Jentzsch
587bdee678
refactored history buffer and increased max size from 20 to 1000
2021-05-10 16:06:43 +02:00
Thomas Jentzsch
2420988cab
added history filtering and duplicate removal (see #240 )
2021-05-10 12:35:28 +02:00
Thomas Jentzsch
2526fd85d8
minor polishing of PromptWidget
2021-05-09 20:19:30 +02:00
Thomas Jentzsch
b8807232b8
Refactored PromptWidget a bit
2021-05-09 19:21:15 +02:00
Thomas Jentzsch
abde496632
further improved debugger tab auto complete (see #240 )
2021-05-09 11:23:14 +02:00
Thomas Jentzsch
4ebf3f2203
added game properties for two Simone Serra games
2021-05-08 10:36:56 +02:00
Thomas Jentzsch
023882b423
enhanced tab auto complete for _functions
2021-05-08 10:35:37 +02:00
Thomas Jentzsch
96f42e1a6d
Merge branch 'master' of https://github.com/stella-emu/stella
2021-05-07 23:13:38 +02:00
Thomas Jentzsch
0dba7af51b
enhanced PromptWidget tab auto complete (camel case)
2021-05-07 23:13:28 +02:00
Stephen Anthony
d1cc7f4a8d
Fix minor warning from g++11.
2021-05-06 19:56:37 -02:30
Thomas Jentzsch
4ce6c978d3
added URL properties for prototypes
2021-05-06 13:23:54 +02:00
Thomas Jentzsch
fbbb86f964
added option to log breaks and traps instead of interrupting emulation ( resolves #741 )
2021-05-06 10:29:45 +02:00
Thomas Jentzsch
54af434260
switched user palette loading to on demand
2021-05-04 23:04:44 +02:00
Thomas Jentzsch
a86c63fa86
merged new URL properties
2021-05-04 16:00:13 +02:00
Thomas Jentzsch
d0ce5d4cf2
added links for many homebrews
2021-05-04 15:01:49 +02:00
Stephen Anthony
4334965b63
Fix libretro build.
2021-05-03 20:59:35 -02:30
Stephen Anthony
bc877443c1
Move detection of MVC file out of FSNode class. There are several reasons for this:
...
- It more properly belongs in the class actually opening the ROM, since FSNode can represent more than just ROM files.
- Some ports don't have proper FSNode support, so MVC would break there.
- In general, it makes FSNode::read more general, able to read partial files.
2021-05-03 20:35:11 -02:30
Thomas Jentzsch
106e9eeb89
Added aborting editing ( closes #726 )
2021-05-03 20:26:50 +02:00
Stephen Anthony
48719537ea
Fix warning about 'sequence-points' from gcc.
2021-04-30 15:02:16 -02:30
thrust26
eb873afc8b
merged emulation and UI event mapping tabs
2021-04-30 19:10:52 +02:00
thrust26
abc2d09b8e
fixed occasional NoType mappings being saved and loaded
2021-04-30 14:00:30 +02:00
thrust26
47acf30fba
disabled focus handling for ColorWidget (reduces draws)
2021-04-29 10:17:04 +02:00
thrust26
f37f841750
reworked Palette settings a bit
2021-04-28 23:16:29 +02:00
thrust26
7873bddee5
enhanced links in HelpDialog
...
fixed link color for Dark theme
2021-04-25 21:08:06 +02:00
Lo Def
e5287ae125
Merge remote-tracking branch 'upstream/feature/lodefmode-moviecart' into feature/lodefmode-moviecart
2021-04-25 00:07:50 -04:00
Lo Def
08441d980a
(MovieCart) Avoid unnecessary shuffling of color data during encoding
...
and decoding, as new kernel does not require it.
2021-04-24 23:46:46 -04:00
thrust26
e463ef2fb4
redesigned RomInfoWidget link display
...
enhanced AboutDialog with more links
2021-04-24 11:53:26 +02:00
Stephen Anthony
ea6ead0afe
Fix crash in debugger. Much more work still required here.
2021-04-23 18:00:44 -02:30
thrust26
7404981105
Merge branch 'feature/lodefmode-moviecart' of https://github.com/stella-emu/stella into feature/lodefmode-moviecart
2021-04-23 22:22:03 +02:00
thrust26
570a118ff9
added more movie cart test ROMs
2021-04-23 22:21:44 +02:00
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