Commit Graph

7458 Commits

Author SHA1 Message Date
Thomas Jentzsch 67a55e5769 added messages for Kid Vid 2022-09-10 15:56:25 +02:00
Thomas Jentzsch ca2542d3a1 added mute all songs option for Kid Vid 2022-09-09 14:09:46 +02:00
Stephen Anthony 8978295e84 Eliminate unused variable. 2022-09-08 22:59:11 -02:30
Stephen Anthony 397d7a003e Update appveyor Windows CI builds to use latest SDL. 2022-09-08 22:08:39 -02:30
Thomas Jentzsch a77569d1e5 enhanced KidVid to allow selecting and starting the games via console switches 2022-09-08 19:43:58 +02:00
Thomas Jentzsch 35bebad0f8 fixed cut off Kid Vid songs 2022-09-07 12:26:03 +02:00
Thomas Jentzsch 40c77bba71 minor Kid Vid doc update 2022-09-06 08:56:56 +02:00
Thomas Jentzsch 0d5bc7e7ac enhanced KidVid song skipping
removed clicks at end of songs
2022-09-05 23:15:21 +02:00
Stephen Anthony fb0736b2e0 Bumped state number for changes to KidVid state file. 2022-09-04 14:31:15 -02:30
Thomas Jentzsch 4f1b1ab97e refactored KidVid code a bit
updated doc
2022-09-04 18:40:46 +02:00
Stephen Anthony 87eee88752 Bump state version for KidVid; clean up some typos. 2022-09-04 12:55:53 -02:30
Thomas Jentzsch 497cf09a98 added KidVid tape state serializing 2022-09-04 10:03:40 +02:00
Thomas Jentzsch cd147492be updated doc for Kid Vid 2022-09-04 08:48:19 +02:00
Stephen Anthony f753d47c71 Add stubs to KidVid for save/load functionality (TODO). 2022-09-03 22:43:42 -02:30
Stephen Anthony 6924a3d159 Minor formatting cleanups for recent commits. 2022-09-03 20:10:22 -02:30
Thomas Jentzsch c7cac63a38 added WAV file volume adjustment (resolves #77) 2022-09-03 20:56:38 +02:00
Stephen Anthony d54e7f34fe 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 574b60588b libretro: Fix compile failure from latest Sound changes. 2022-09-03 14:08:09 -02:30
Stephen Anthony 287a035440 Fix minor compile warning. 2022-09-03 13:13:29 -02:30
Thomas Jentzsch 9b1238464e added WAV playing and adapted KidVid code accordingly 2022-09-03 16:54:33 +02:00
Stephen Anthony 8e246e200c Convert KidVid file I/O to C++ ifstreams. 2022-09-02 10:14:14 -02:30
Thomas Jentzsch d0fad1091a some KidVid refactoring 2022-09-02 08:18:55 +02:00
Stephen Anthony 74c0613147 One last fix for Xcode project. 2022-09-01 15:24:37 -02:30
Stephen Anthony 02a8970bb6 Finally fixed Xcode project. 2022-09-01 15:07:57 -02:30
Stephen Anthony 5f0ded46ce More fixes to Xcode project. 2022-09-01 14:12:52 -02:30
Thomas Jentzsch 371c369ae4 Merge branch 'master' of https://github.com/stella-emu/stella 2022-09-01 17:47:35 +02:00
Thomas Jentzsch 59c1b21b01 allow playing KidVid without tapes 2022-09-01 17:47:19 +02:00
Stephen Anthony b8812d7b6b Second pass at fixing Xcode project. 2022-09-01 13:05:26 -02:30
Stephen Anthony c8b3bd8ba0 First pass at fixing Xcode project. 2022-09-01 12:52:03 -02:30
Stephen Anthony 99d81cc58c Test commit from my Mac. 2022-09-01 12:19:47 -02:30
Thomas Jentzsch 98b06cffc0 reworked KidVid code a little bit (still not working) 2022-09-01 13:58:43 +02:00
Stephen Anthony d6c1481d17 Fix minor initialization warning. 2022-08-25 20:57:57 -02:30
Thomas Jentzsch 4b79864ccc disabled random start bank for MDM bankswitching ROMs 2022-08-22 09:36:38 +02:00
Thomas Jentzsch 21f1154c07 fixed multiple images crash when no images exist 2022-08-22 09:35:53 +02:00
Stephen Anthony 9179a5b1f0 Fix minor warning with g++ and tinyexif. 2022-08-21 19:42:37 -02:30
Stephen Anthony 2048c8f2a6 Final batch of fixes from clang-tidy (for now). 2022-08-21 19:33:08 -02:30
webgeek1234 af50ea273c libretro: android: Fix jni source paths (#921)
Change-Id: Ic580fee9833b4110ddcead0033e8106871b22241
2022-08-21 21:14:15 +02:00
Stephen Anthony 109d36a1c2 Second pass at fixes for suggestions from clang-tidy. 2022-08-21 13:53:52 -02:30
Thomas Jentzsch 3e59afb4cf added alternative debugger snapshot naming option 2022-08-21 12:49:13 +02:00
Stephen Anthony 7f86868cbe Merge branch 'master' of github.com:stella-emu/stella 2022-08-20 15:32:45 -02:30
Stephen Anthony 84a63da5da Yay, got clang-tidy working again. First pass at fixing suggestions. 2022-08-20 15:32:15 -02:30
Thomas Jentzsch 85c6172224 Merge branch 'master' of https://github.com/stella-emu/stella 2022-08-20 20:00:27 +02:00
Thomas Jentzsch 72a4254272 added "swchb" command to debugger 2022-08-20 20:00:03 +02:00
Stephen Anthony 4dfdc1b0f8 libretro: Second pass at fixing Android builds. 2022-08-19 18:40:42 -02:30
Stephen Anthony 8063a3dacd libretro: Attempt to fix Android build script. 2022-08-19 16:05:55 -02:30
Stephen Anthony 17a29dec98 Update .gitignore for recent directory changes. 2022-08-19 15:26:17 -02:30
Thomas Jentzsch 2a6adb536e 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 a117ebd31e Fixed a few new paths missed in previous commits. 2022-08-18 19:15:28 -02:30
Stephen Anthony ec7d93b065 Fix Windows auto-builds. 2022-08-18 19:06:18 -02:30
Thomas Jentzsch df59607b4d updated .gitignore for reorganized folders 2022-08-18 21:46:16 +02:00