Commit Graph

7429 Commits

Author SHA1 Message Date
Thomas Jentzsch
9d6cee710e added messages for Kid Vid 2022-09-10 15:56:25 +02:00
Thomas Jentzsch
2027882c77 added mute all songs option for Kid Vid 2022-09-09 14:09:46 +02:00
Stephen Anthony
098710a32e Eliminate unused variable. 2022-09-08 22:59:11 -02:30
Stephen Anthony
cb31e95d01 Update appveyor Windows CI builds to use latest SDL. 2022-09-08 22:08:39 -02:30
Thomas Jentzsch
3293aecdd0 enhanced KidVid to allow selecting and starting the games via console switches 2022-09-08 19:43:58 +02:00
Thomas Jentzsch
8aa67f8493 fixed cut off Kid Vid songs 2022-09-07 12:26:03 +02:00
Thomas Jentzsch
0739d521bf minor Kid Vid doc update 2022-09-06 08:56:56 +02:00
Thomas Jentzsch
201a2c909a enhanced KidVid song skipping
removed clicks at end of songs
2022-09-05 23:15:21 +02:00
Stephen Anthony
5b2e714d4f Bumped state number for changes to KidVid state file. 2022-09-04 14:31:15 -02:30
Thomas Jentzsch
69e61fb4e5 refactored KidVid code a bit
updated doc
2022-09-04 18:40:46 +02:00
Stephen Anthony
01e8d29190 Bump state version for KidVid; clean up some typos. 2022-09-04 12:55:53 -02:30
Thomas Jentzsch
0f09b945ce added KidVid tape state serializing 2022-09-04 10:03:40 +02:00
Thomas Jentzsch
80a5615db1 updated doc for Kid Vid 2022-09-04 08:48:19 +02:00
Stephen Anthony
087767b17b Add stubs to KidVid for save/load functionality (TODO). 2022-09-03 22:43:42 -02:30
Stephen Anthony
2296b334dc Minor formatting cleanups for recent commits. 2022-09-03 20:10:22 -02:30
Thomas Jentzsch
21f3b319c2 added WAV file volume adjustment (resolves #77) 2022-09-03 20:56:38 +02:00
Stephen Anthony
1c38d3e57a Fix a few minor compiler warnings.
Make WAV play methods not pure virtual, so we can change them without affecting libretro.
2022-09-03 14:51:20 -02:30
Stephen Anthony
dfccad83cf libretro: Fix compile failure from latest Sound changes. 2022-09-03 14:08:09 -02:30
Stephen Anthony
b1234dd086 Fix minor compile warning. 2022-09-03 13:13:29 -02:30
Thomas Jentzsch
ba6b32aa21 added WAV playing and adapted KidVid code accordingly 2022-09-03 16:54:33 +02:00
Stephen Anthony
162921b9f3 Convert KidVid file I/O to C++ ifstreams. 2022-09-02 10:14:14 -02:30
Thomas Jentzsch
bbb87af60f some KidVid refactoring 2022-09-02 08:18:55 +02:00
Stephen Anthony
b00af67d83 One last fix for Xcode project. 2022-09-01 15:24:37 -02:30
Stephen Anthony
36026b3164 Finally fixed Xcode project. 2022-09-01 15:07:57 -02:30
Stephen Anthony
b2324da378 More fixes to Xcode project. 2022-09-01 14:12:52 -02:30
Thomas Jentzsch
64eac84bf9 Merge branch 'master' of https://github.com/stella-emu/stella 2022-09-01 17:47:35 +02:00
Thomas Jentzsch
3789843b39 allow playing KidVid without tapes 2022-09-01 17:47:19 +02:00
Stephen Anthony
284147e243 Second pass at fixing Xcode project. 2022-09-01 13:05:26 -02:30
Stephen Anthony
e7e9e97afd First pass at fixing Xcode project. 2022-09-01 12:52:03 -02:30
Stephen Anthony
48bf93a2f0 Test commit from my Mac. 2022-09-01 12:19:47 -02:30
Thomas Jentzsch
601287f8c7 reworked KidVid code a little bit (still not working) 2022-09-01 13:58:43 +02:00
Stephen Anthony
f8bcfc3c64 Fix minor initialization warning. 2022-08-25 20:57:57 -02:30
Thomas Jentzsch
c0bea2763b disabled random start bank for MDM bankswitching ROMs 2022-08-22 09:36:38 +02:00
Thomas Jentzsch
a7e19d1d6b fixed multiple images crash when no images exist 2022-08-22 09:35:53 +02:00
Stephen Anthony
31efb08742 Fix minor warning with g++ and tinyexif. 2022-08-21 19:42:37 -02:30
Stephen Anthony
19da02fb9c Final batch of fixes from clang-tidy (for now). 2022-08-21 19:33:08 -02:30
webgeek1234
c64277346a
libretro: android: Fix jni source paths (#921)
Change-Id: Ic580fee9833b4110ddcead0033e8106871b22241
2022-08-21 21:14:15 +02:00
Stephen Anthony
fc0a8c91a8 Second pass at fixes for suggestions from clang-tidy. 2022-08-21 13:53:52 -02:30
Thomas Jentzsch
faf7e8b775 added alternative debugger snapshot naming option 2022-08-21 12:49:13 +02:00
Stephen Anthony
df8c7a6ff6 Merge branch 'master' of github.com:stella-emu/stella 2022-08-20 15:32:45 -02:30
Stephen Anthony
f987c3f72c Yay, got clang-tidy working again. First pass at fixing suggestions. 2022-08-20 15:32:15 -02:30
Thomas Jentzsch
6a07d2b967 Merge branch 'master' of https://github.com/stella-emu/stella 2022-08-20 20:00:27 +02:00
Thomas Jentzsch
ea05619402 added "swchb" command to debugger 2022-08-20 20:00:03 +02:00
Stephen Anthony
6215829efa libretro: Second pass at fixing Android builds. 2022-08-19 18:40:42 -02:30
Stephen Anthony
e67b88d35f libretro: Attempt to fix Android build script. 2022-08-19 16:05:55 -02:30
Stephen Anthony
08a2c63a0b Update .gitignore for recent directory changes. 2022-08-19 15:26:17 -02:30
Thomas Jentzsch
27c694ac0e made image area in Launcher a square to allow better display of vertical oriented images (e.g. boxes)
changed unused image area background to black
2022-08-19 10:23:34 +02:00
Stephen Anthony
7c58ea2a61 Fixed a few new paths missed in previous commits. 2022-08-18 19:15:28 -02:30
Stephen Anthony
7f7079e0e9 Fix Windows auto-builds. 2022-08-18 19:06:18 -02:30
Thomas Jentzsch
8183bbc287 updated .gitignore for reorganized folders 2022-08-18 21:46:16 +02:00