Commit Graph

  • c6ce6e80e8 Updated included sqlite library to latest release. master Stephen Anthony 2025-06-26 19:19:12 -0230
  • c4afcbae32
    small libretro follow-on fixes (#1085) hunterk 2025-06-26 10:25:06 -0500
  • adfea72258
    split paddles and rearrange core option hunterk 2025-06-26 10:02:02 -0500
  • b41e8e7c65
    add missing gitignore hunterk 2025-06-26 09:43:06 -0500
  • f0eec9b53a Merge branch 'master' into feature/sdl3-conversion feature/sdl3-conversion Stephen Anthony 2025-06-26 10:24:05 -0230
  • 6f8def5b3d
    libretro additions and fixes (#1083) hunterk 2025-06-26 07:51:19 -0500
  • 2e2ffad3ef libretro additions and fixes hunterk 2025-06-23 21:18:57 -0500
  • 878851ab61 Merge branch 'master' into feature/sdl3-conversion Stephen Anthony 2025-06-23 15:08:40 -0230
  • 6ce835b3e6 added extra buttons to right Paddle A too thrust26 2025-06-23 09:06:18 +0200
  • ac57149ebd added extra buttons to Paddles and Driving Controller (resolves #1082) thrust26 2025-06-22 22:30:56 +0200
  • 6f4c2f7bf6 Merge branch 'master' into feature/sdl3-conversion Stephen Anthony 2025-06-20 13:54:16 -0230
  • 54c3c197ab Properly initialise the shadow registers for HMxy. Christian Speckner 2025-06-19 19:48:49 +0200
  • a61325f195 Merge branch 'master' into feature/sdl3-conversion Stephen Anthony 2025-06-13 18:17:43 -0230
  • 6a251308e8 Fix minor warnings from clang-tidy. Stephen Anthony 2025-06-13 18:17:05 -0230
  • ee0b96cd87
    De-duplicate some cart names (#1080) Greg Kennedy 2025-06-12 08:01:43 -0500
  • 9c8805fad9
    De-duplicate some cart names Greg Kennedy 2025-06-11 21:15:26 -0500
  • 69857756e3 Fix error with never reaching code. Stephen Anthony 2025-06-02 10:14:45 -0230
  • f198be5d2f Remove UNSAFE_OPTIMIZATIONS from Thumbulator. Stephen Anthony 2025-06-01 17:34:09 -0230
  • 3efa52d2c4 Fix typo in method name. Stephen Anthony 2025-06-01 12:38:00 -0230
  • 4c7fdf59eb Remove dead code. Stephen Anthony 2025-06-01 12:33:57 -0230
  • 6868abec68 Fixed WAV playback; KidVid games work again. Stephen Anthony 2025-05-31 18:46:54 -0230
  • 9eac43823d update doc thrust26 2025-05-31 11:49:08 +0200
  • 8581c7c54b updated doc (fixes #959) thrust26 2025-05-31 11:15:49 +0200
  • df3c9838b8 trying to fix Trackball mouse barriers (#1079), but mouse becomes sluggish now. thrust26 2025-05-31 10:47:43 +0200
  • 644dc07604 Removed R77 support. Did it all in one commit, so it can be reverted if necessary. But I don't think we will, since SDL3 will not support that device. Stephen Anthony 2025-05-30 15:27:10 -0230
  • eea8c368f9 fixed mangled logging of available display modes changed version to 8.0pre thrust26 2025-05-30 19:41:45 +0200
  • 2b1d57b48e Fix some compile warnings, and also errors for libretro. Stephen Anthony 2025-05-30 13:12:38 -0230
  • b2b5db7034 fixed text events and QWERTY detection (see #978) thrust26 2025-05-30 15:27:14 +0200
  • 59b236e493 fixed fullscreen refresh rate adaption (see #978) fixed logging of available video modes thrust26 2025-05-30 14:00:22 +0200
  • 857f133614 Merge branch 'feature/sdl3-conversion' of https://github.com/stella-emu/stella into feature/sdl3-conversion thrust26 2025-05-30 09:18:00 +0200
  • 99880d50b6 added option for switching Stella's theme in sync with OS (TODO: Doc) updated .gitignore thrust26 2025-05-30 09:17:51 +0200
  • bf3995a566 Fix pkgconfig. SIgh. Christian Speckner 2025-05-29 22:55:36 +0200
  • 11c2776508 Add the actual lib for the linker. Christian Speckner 2025-05-29 22:35:14 +0200
  • b209f56df2 Fix paths. Christian Speckner 2025-05-29 22:25:53 +0200
  • 351c1c9dd1 Ups. Christian Speckner 2025-05-29 22:22:37 +0200
  • b9250e2c9c A stab at fixing linux. Christian Speckner 2025-05-29 22:19:31 +0200
  • 18ce2ebe42 Hrmpf. Christian Speckner 2025-05-29 21:53:03 +0200
  • 4786e8e277 Update CI workflow to build via XCode. Christian Speckner 2025-05-29 21:49:46 +0200
  • 236b6abea1 Fix SDL3 in XCode. Christian Speckner 2025-05-29 21:21:43 +0200
  • 96d986b7b4 Consistency. Christian Speckner 2025-05-29 20:23:06 +0200
  • 4a6c799d1c Adjust to changed color order. Christian Speckner 2025-05-29 20:19:18 +0200
  • 6c851ca672 Fix blitting surfaces without alpha blending. Christian Speckner 2025-05-29 20:12:17 +0200
  • d466022bcd Fix undefined behavior for rsync during hblank. Christian Speckner 2025-05-29 10:53:42 +0200
  • 6c815186a6 Some video refactoring, but render-to-texture still not working. Stephen Anthony 2025-05-27 18:01:13 -0230
  • d2436a2637 Don't reserve audio buffer if sound is disabled. Stephen Anthony 2025-05-26 18:14:08 -0230
  • a4bd8a562b Fixed sound crash in Windows. Stephen Anthony 2025-05-26 17:10:30 -0230
  • bd607a37dc Added sound support. - Still needs more testing, particularly in Windows - WAV playback not working yet Stephen Anthony 2025-05-26 13:11:13 -0230
  • 75d4cff7f9 Attempt to fix auto-builds for SDL3 (not yet working for macOS). Stephen Anthony 2025-05-23 17:15:08 -0230
  • d18bde79a3 Merge branch 'feature/sdl3-conversion' of github.com:stella-emu/stella into feature/sdl3-conversion Stephen Anthony 2025-05-23 16:29:35 -0230
  • b35d71e10d Remove more SDL2 stuff from various locations. Stephen Anthony 2025-05-23 14:35:23 -0230
  • 96d2d44aae Fixes for Xcode project to build with SDL3. Still doesn't compile since I haven't committed the WIP sound code yet. Stephen Anthony 2025-05-23 14:26:16 -0230
  • 6bd7dedeef Merge branch 'master' into feature/sdl3-conversion Stephen Anthony 2025-05-22 12:56:54 -0230
  • c9c077aa07 Visual Studio can't find main without a new SDL header file. Stephen Anthony 2025-05-22 12:20:13 -0230
  • 3d3f223a17 abort dialog rendering if surface is null (fixes #1078) thrust26 2025-05-21 22:14:00 +0200
  • 8421af8931 forgot some formatting thrust26 2025-05-17 23:31:31 +0200
  • 6a8714fb9b Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2025-05-17 23:30:15 +0200
  • a1e7323abb fixed timer saving (fixes #1077) thrust26 2025-05-17 23:29:40 +0200
  • 916fb88dd8 Fixed joystick support. Stephen Anthony 2025-05-15 17:17:05 -0230
  • 0db0774147 Updated Visual Studio project file for building with SDL3. It doesn't actually compile yet, since I haven't fixed the sound code. But at least it's not complaining about not finding SDL. Stephen Anthony 2025-05-15 16:35:56 -0230
  • c02aa1ea0a First pass at converting to SDL3. Mostly still broken in several ways: - only works in Linux - sound, debugger and joystick not working (compiled out) - QisBlitter not working (issues with render targets) - adaptable refresh not working (not converted, and unable to test) - text events not working (so no input in UI textboxes, etc) - not entirely optimized - probably some other stuff. Stephen Anthony 2025-05-15 15:52:37 -0230
  • c217990d6d
    Fix CM description (#1076) Wolfgang Stubig 2025-05-15 14:25:48 +0200
  • f7b846c3c5
    Fix CM description Wolfgang Stubig 2025-05-15 14:07:01 +0200
  • 807b3c8ea1 Fix size conversion warning. Stephen Anthony 2025-05-12 18:20:00 -0230
  • b91f0d9299 Fix clang warning. Stephen Anthony 2025-05-12 17:46:10 -0230
  • 0a2d94ec1d Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2025-05-12 21:10:23 +0200
  • 2ee4bbd3ab Fixed Starpath debugging (fixes #1075) thrust26 2025-05-12 21:10:00 +0200
  • 0d660c2be6 Updated included libpng to version 1.6.48. Stephen Anthony 2025-05-08 16:55:38 -0230
  • e13b683c52 Updated Xcode project with name changes for SDL2 classes. Stephen Anthony 2025-04-29 10:46:39 -0230
  • c34127a536 First pass at SDL3 conversion. For now, just rename classes to 'SDL'. Stephen Anthony 2025-04-26 22:15:08 -0230
  • 7b5c19ff5e Fix warning from clang-tidy. Stephen Anthony 2025-04-19 16:11:51 -0230
  • 709237c79c Fix minor warning from clang-20. Stephen Anthony 2025-04-19 12:59:04 -0230
  • b753f6eefa added joystick detection pattern for RubyQ thrust26 2025-03-29 21:14:17 +0100
  • aaa6c15475 Updated included libpng to v1.6.47. Stephen Anthony 2025-03-17 15:21:17 -0230
  • dccefede9b Fix minor warning from clang-tidy. Test if commit is working on repo after reorg changes. Stephen Anthony 2025-02-16 13:34:58 -0330
  • 17652d9348 Attempt to fix MacOS CI. Christian Speckner 2025-02-16 10:30:44 +0100
  • d9d4ea0ad4 Clarify licensing for PGO ROMs. Christian Speckner 2025-02-16 10:24:53 +0100
  • d67ac42bbc enhanced duplicated local label handling (fixes #1067) thrust26 2025-02-13 19:54:43 +0100
  • 60e07663d1 aligned gray PAL colors in standard palette (fixes #1066) thrust26 2025-02-09 00:18:09 +0100
  • 4c8740f309 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2025-02-08 20:28:33 +0100
  • acaeed8322 added mirrors to 3E hotspots adapted derived 3E+ so that it does not use the mirrors thrust26 2025-02-08 20:28:22 +0100
  • 37e02b5a69 Detect _host_prefix and allow cross pkg-config (#1065) Stephen Kitt 2025-01-31 22:27:22 +0100
  • 09f79bf21a
    Detect _host_prefix and allow cross pkg-config Helmut Grohne 2025-01-31 08:03:10 +0100
  • 55fe4bf007
    Revert "Convert stringstream::str() to stringstream::view() where applicable." Rui Chen 2025-01-23 01:34:27 -0500
  • d4f3187ee0 added four more axis to joystick handlers (fixes #1063) thrust26 2025-01-17 20:10:42 +0100
  • 01c8a87e19 added four more axis to joystick handlers (fixes #1063) thrust26 2025-01-17 20:10:42 +0100
  • 122409e6f8 Include latest required vcruntime libs, so Stella can start again. Stephen Anthony 2025-01-02 17:44:35 -0330
  • 66823c533a Include latest required vcruntime libs, so Stella can start again. Stephen Anthony 2025-01-02 17:44:35 -0330
  • c4016ea489 Include latest required vcruntime libs, so Stella can start again. 7.0c release/7.0 Stephen Anthony 2025-01-02 17:44:35 -0330
  • 34e4439729 fixed #1053 thrust26 2025-01-01 09:50:33 +0100
  • 1c7bafb70c fixed #1053 thrust26 2025-01-01 09:50:33 +0100
  • 9b0c8c18de Updated copyright to 2025. To anyone reading these logs, Happy New Year! Stephen Anthony 2024-12-31 19:25:08 -0330
  • 4c270091c9 Updated copyright to 2025. To anyone reading these logs, Happy New Year! Stephen Anthony 2024-12-31 19:25:08 -0330
  • 108478aaab fixed problems with VS project file thrust26 2024-12-31 19:49:48 +0100
  • 16034dcd3f fixed problems with VS project file thrust26 2024-12-31 19:49:48 +0100
  • 175d578c07 changed VS setting for PGO thrust26 2024-12-30 15:48:27 +0100
  • 3932b85a68 changed VS setting for PGO thrust26 2024-12-30 15:48:27 +0100
  • 0852d72dc9 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-12-30 12:41:18 +0100
  • 6d6522ad41 Merge branch 'master' of https://github.com/stella-emu/stella thrust26 2024-12-30 12:41:18 +0100
  • e4b4b08c46 fixed a bug where the combination of RAM banks and PlusROM would break a game (this should fix #1058) thrust26 2024-12-30 12:41:01 +0100
  • 86a5454f1a fixed a bug where the combination of RAM banks and PlusROM would break a game (this should fix #1058) thrust26 2024-12-30 12:41:01 +0100