thrust26
95d3be60f0
made random hotspots peeks a developer option
...
added check for duplicate hotkeys
2024-01-30 15:40:48 +01:00
Stephen Anthony
41abca8a29
Fix minor warnings from clang.
2024-01-26 13:08:24 -03:30
thrust26
822837aefd
enhanced and optimized auto-phosphor
2024-01-25 12:24:18 +01:00
thrust26
15cb66df0e
added many phosphor properties
2024-01-24 13:24:56 +01:00
thrust26
580b86904b
added auto-phosphor ( resolves #1009 )
2024-01-24 11:24:21 +01:00
thrust26
01a0941ffb
slightly optimized movementTick
...
copied movementTick comments from ball to player and missile
2024-01-20 10:29:34 +01:00
thrust26
c902f94e99
added Cosmic Ark to profiled ROMs (starfield effect)
2024-01-19 09:41:17 +01:00
thrust26
7f8a1f9e8a
updated WhatsNewDialog
2024-01-18 16:15:02 +01:00
thrust26
d87b7b793f
minor doc update
2024-01-13 19:37:17 +01:00
thrust26
a4e8a5e4b5
Merge branch 'master' of https://github.com/stella-emu/stella
2024-01-13 11:16:57 +01:00
thrust26
780edfe9bd
some random ROM polishing
2024-01-13 11:16:47 +01:00
Stephen Anthony
8b79368b2e
Fixed up current changelog for interim 6.7.1 release.
2024-01-12 16:13:07 -03:30
thrust26
2365f65b2e
minor property updates
2024-01-12 19:51:53 +01:00
thrust26
02b204d1b9
added random ROM loading option ( resolves #995 )
2024-01-11 10:11:20 +01:00
thrust26
e9dff90979
more work on bezel name properties
2024-01-07 10:50:10 +01:00
thrust26
ba4184fc61
cleaned and updated bezel name properties
2024-01-06 12:00:54 +01:00
thrust26
942e0659cf
added detected bezel name to GameInfoDialog
2024-01-06 10:28:02 +01:00
thrust26
c44a7abe0a
Merge branch 'master' of https://github.com/stella-emu/stella
2024-01-06 10:26:30 +01:00
thrust26
bca1f9e2a9
fixed empty file listing bug
2024-01-06 10:26:20 +01:00
Stephen Anthony
bb419a7c69
Moved some changes from 7.0 into 6.7.1.
2024-01-05 22:01:13 -03:30
thrust26
2252be4a86
block keyboard directory navigation in files-only mode
2024-01-05 22:39:36 +01:00
thrust26
2e2c870e38
added file browser button for bezel selection
2024-01-05 22:23:44 +01:00
thrust26
157ce930ae
fixed swapped parameters
2024-01-05 22:16:52 +01:00
lodefmode
87324ed3fa
Reach first/last movie frame, show both fields and mute. ( #1003 )
2024-01-04 08:52:04 +01:00
thrust26
a729d207eb
added lots of bezels (using ChatGpt and Python)
2024-01-03 21:39:27 +01:00
Stephen Anthony
175756dd1f
Bumped copyright for 2024. Happy New Year for anyone following these commits!
2024-01-01 12:38:25 -03:30
thrust26
4e4bf34e62
final update for 2023 (properties again)
2023-12-31 16:53:08 +01:00
thrust26
08fa71141f
updated properties (mostly PAL-60 added)
2023-12-29 13:06:58 +01:00
thrust26
eb8985762f
updated/added properties for Turbo
2023-12-13 20:17:23 +01:00
thrust26
5a48ed79c5
worked on PAL palette (brighter)
2023-11-26 15:43:19 +01:00
Stephen Anthony
f2350d5d18
clang-tidy: Fix a few remaining warnings.
2023-11-17 18:58:05 -03:30
Stephen Anthony
d7ab11d7d5
Minor fixes for Xcode.
2023-11-17 12:40:01 -03:30
Stephen Anthony
c315bd6655
clang-tidy: convert 'endl' to '\n' for performance.
2023-11-16 14:34:02 -03:30
Stephen Anthony
0d0a5a1ddf
clang-tidy: Remove redundant header includes.
2023-11-16 12:26:39 -03:30
thrust26
81d6628bd8
fixed spelling
2023-11-14 20:32:48 +01:00
thrust26
c3d4c2c36d
Merge branch 'master' of https://github.com/stella-emu/stella
2023-11-14 20:30:57 +01:00
thrust26
208aca7e9a
added trace logging like z26 ( fixes #204 )
2023-11-14 20:30:42 +01:00
Stephen Anthony
d36a33098d
Fix 'dangling else' warning from clang.
2023-11-08 19:07:38 -03:30
thrust26
43ff2cd1e2
Revert "enhanced color switches"
...
This reverts commit 6a4c4668e3
.
2023-11-04 17:50:26 +01:00
thrust26
6a4c4668e3
enhanced color switches
...
enhanced Stella version information
2023-11-04 17:37:29 +01:00
Stephen Anthony
687d4ace0e
Updated included libpng and zlib to latest release.
2023-10-25 22:18:46 -02:30
thrust26
201d7da936
Merge branch 'master' of https://github.com/stella-emu/stella
2023-10-16 17:42:25 +02:00
thrust26
dcde9bd35b
fixed missing events in debugger
2023-10-16 17:42:18 +02:00
Stephen Anthony
85b9738b2a
Fixes for suggestions from clang-tidy.
2023-10-15 13:53:46 -02:30
thrust26
aaae28287f
Merge branch 'master' of https://github.com/stella-emu/stella
2023-10-02 10:04:17 +02:00
thrust26
8aca3ce406
added that peeks to ROM hotspots return random values
2023-10-02 10:04:05 +02:00
Stephen Anthony
06581eb845
Fix minor warnings from clang.
2023-09-23 18:34:02 -02:30
lodefmode
83c5920810
Movie Cart PAL format ( #990 )
...
* MVC format expanded to include vsync, vblank, overscan, visible, and framerate.
Allows for playback of various formats including, PAL.
* Match MovieCart title screen format to detected timing.
Does not affect encoded video content, just title screen.
* simple moviecart PAL examples
---------
Co-authored-by: LoDef Mode <lodef.mode@gmail.ca>
2023-09-16 15:43:25 +02:00
thrust26
9e5da28a65
fixed comments and minor enhancement in CartFE
2023-09-15 13:52:39 +02:00
thrust26
af7f02f0e9
minor RomImageWidget polishing
2023-09-15 11:10:34 +02:00