Thomas Jentzsch
|
d36afa740e
|
fixed libretro builds
|
2023-03-24 16:24:06 +01:00 |
Thomas Jentzsch
|
b8e2641e34
|
added right controller KEYBOARD properties for Star Raiders (auto detected as Joy 2B+)
|
2023-03-19 17:56:16 +01:00 |
Thomas Jentzsch
|
dc780d8e25
|
added paging for PromptWidget output
fixed disAsm of graphic bits
|
2023-03-19 10:46:21 +01:00 |
Thomas Jentzsch
|
fd7c4951c2
|
trying to address #962 for Linus & MacOS
|
2023-03-18 21:06:06 +01:00 |
Thomas Jentzsch
|
790bc51c83
|
added alternative theme, switchable via hotkey. this is a preparation for SDL2 supporting system theme change events (day/night) soon
|
2023-03-15 17:06:52 +01:00 |
Thomas Jentzsch
|
05a048186e
|
minor fixes to debugger cart info
|
2023-03-15 16:46:43 +01:00 |
Thomas Jentzsch
|
fb9323272a
|
added missing changed class
|
2023-03-15 14:44:01 +01:00 |
Thomas Jentzsch
|
45157e8eb2
|
fixed odd ROM sizes for 3E+ (fixed #960
|
2023-03-15 13:57:30 +01:00 |
Thomas Jentzsch
|
93ea39d615
|
catch exception in BSPF::stoi (fixes #958)
|
2023-02-27 19:43:23 +01:00 |
Stephen Anthony
|
7676e9b4c8
|
Some fixes for warnings from cppcheck.
|
2023-02-18 15:33:28 -03:30 |
Stephen Anthony
|
e5af3b20d3
|
Attempt to fix macOS automated builds.
|
2023-02-16 17:57:30 -03:30 |
Thomas Jentzsch
|
0ac532519f
|
fixed right controller detection for Maze Craze
|
2023-02-16 19:20:16 +01:00 |
Thomas Jentzsch
|
e9ec5a09d3
|
enhanced PlusROM dialog to show device id
|
2023-02-08 09:50:36 +01:00 |
Stephen Anthony
|
bbbaced452
|
Fix minor spelling mistake; there are no castrated goats here :)
|
2023-01-29 12:17:48 -03:30 |
Thomas Jentzsch
|
433d8da8a2
|
added "code in RAM" execution check for F4SC, F6SC and F8SC (addresses #933)
|
2023-01-29 12:55:03 +01:00 |
Thomas Jentzsch
|
5f1f90260c
|
minor fix for unwind/rewind display string
|
2023-01-29 10:01:38 +01:00 |
Stephen Anthony
|
b71573f1f6
|
Fix missing const caught by clang-tidy.
|
2023-01-28 19:22:31 -03:30 |
Thomas Jentzsch
|
bc0dce8487
|
added two missing debugger save states
|
2023-01-28 10:22:07 +01:00 |
Stephen Anthony
|
07e0d35339
|
A few items I forgot in the last commit.
|
2023-01-26 17:04:05 -03:30 |
Stephen Anthony
|
f72aff57a9
|
Further optimization to FSNodeWINDOWS; eliminate function call.
|
2023-01-26 16:44:16 -03:30 |
Thomas Jentzsch
|
a4c5e57454
|
fixed jittering driving controller when using keyboard
|
2023-01-25 17:02:48 +01:00 |
Thomas Jentzsch
|
9d46bb614f
|
re-enabled mouse and Stelladaptor input for Driving Controller (fixes #951)
|
2023-01-18 17:01:21 +01:00 |
Thomas Jentzsch
|
dd5b16f997
|
Another attempt to fix #931 in a good way.
|
2023-01-17 23:04:52 +01:00 |
Thomas Jentzsch
|
acbdaed7f3
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2023-01-17 16:29:23 +01:00 |
Thomas Jentzsch
|
951e74580b
|
stop disassembling at areas marked as ROW (fixes #931)
|
2023-01-17 16:29:11 +01:00 |
Stephen Anthony
|
d05957510a
|
Small optimization; don't unnecessarily clear buffers.
|
2023-01-08 21:52:24 -03:30 |
Stephen Anthony
|
6ba428ff37
|
Fix Xcode project after recent refactoring.
|
2023-01-06 11:38:34 -03:30 |
Thomas Jentzsch
|
265a090cc1
|
improved driving controller responsiveness to digital input
|
2023-01-06 00:43:38 +01:00 |
Thomas Jentzsch
|
cb4f3b4965
|
fixed saving driving controller mappings
|
2023-01-05 22:21:15 +01:00 |
Thomas Jentzsch
|
e69c8f447c
|
fixed Joy2B+ code for libretro
|
2023-01-05 08:37:48 +01:00 |
hunterk
|
e14af76eb5
|
add Joy2B+ support to libretro (#950)
fixes #949 and returns input to Elevator Agent game
|
2023-01-05 08:33:14 +01:00 |
Stephen Anthony
|
8ded49c33a
|
Fix compile error in clang-16; large number of constexpr string_view causes compile error.
|
2022-12-30 21:17:02 -03:30 |
Stephen Anthony
|
498af52ca2
|
Updated httplib, libpng and sqlite libs to latest releases.
|
2022-12-30 19:56:45 -03:30 |
Stephen Anthony
|
3458da8445
|
Remove FIXME for string_view conversion.
|
2022-12-30 18:34:12 -03:30 |
Stephen Anthony
|
89fb53a510
|
Minor string optimizations.
|
2022-12-30 18:00:37 -03:30 |
Stephen Anthony
|
9cc804d0e0
|
Updated files to 2023; an early Happy New Year to anyone reading this logs.
|
2022-12-30 14:11:04 -03:30 |
Stephen Anthony
|
1ed89f079a
|
Updated UNIX config files to latest version.
|
2022-12-30 14:08:34 -03:30 |
Stephen Anthony
|
72fe8ebebe
|
Minor formatting fixes.
|
2022-12-29 20:03:24 -03:30 |
Stephen Anthony
|
226cc3c3c7
|
Another string_view conversion.
|
2022-12-29 15:22:38 -03:30 |
Stephen Anthony
|
b09e6cb71c
|
Convert MD5 functionality to proper C++17 class.
|
2022-12-29 12:25:39 -03:30 |
Stephen Anthony
|
a15b56aa1e
|
Various fixes for suggestions from clang-16.
|
2022-12-29 10:19:14 -03:30 |
Stephen Anthony
|
204aafa927
|
Remove std::stoi completely; reimplement with std::from_chars and string_view.
|
2022-12-28 20:57:31 -03:30 |
Thomas Jentzsch
|
e150a3dd58
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2022-12-28 14:12:42 +01:00 |
Thomas Jentzsch
|
999e13b4d3
|
Added images processing files (Windows only)
|
2022-12-28 14:12:23 +01:00 |
Stephen Anthony
|
423a6e01a9
|
Add experimental 'mold' linker support to configure for UNIX.
|
2022-12-27 10:58:01 -03:30 |
Thomas Jentzsch
|
6923d3b446
|
updated doc for new high score game support
|
2022-12-25 10:14:41 +01:00 |
Thomas Jentzsch
|
ce46240aa7
|
added some more high score properties (resolves #929)
|
2022-12-25 10:07:51 +01:00 |
Stephen Anthony
|
027efc5979
|
Consolidate and refactor some code (mostly string conversions).
|
2022-12-24 16:42:08 -03:30 |
Stephen Anthony
|
da0b491429
|
Fix potential crash on empty string.
|
2022-12-24 13:21:13 -03:30 |
Stephen Anthony
|
1657538b87
|
More conversions to string_view.
|
2022-12-23 20:01:24 -03:30 |