summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-11Bump LUSBumpLUSKiritoDv
2025-04-11Fixed missing mInterpolationIndexKiritoDv
2025-04-11Disabled shader-based linear conversion on metalKiritoDv
2025-04-11Bump LUSKiritoDv
2025-04-11Merge branch 'main' of https://github.com/HarbourMasters/StarshipSonic Dreamcaster
2025-04-11fix Electric Arc interpolationSonic Dreamcaster
2025-04-09Update shortcut in readmeParker Smith
2025-04-09Change reset shortcut, handle shortcutParker Smith
2025-04-06Left and Right triggers to accelerate/brakeSonic Dreamcaster
2025-04-06Fix texture interpolation issues in aquas (#186)Nicholas Estelami
2025-04-06Audio assets installed messageSonic Dreamcaster
2025-04-06Audio Language install refactor.Sonic Dreamcaster
2025-04-03fix train and landmaster wheel rotationSonic Dreamcaster
2025-04-03no luck with 3.5, going back to 3.16.0 for nowSonic Dreamcaster
2025-04-03cmake 3.5 retrySonic Dreamcaster
2025-04-03disable texture interpolation in aquas floor and surface for nowSonic Dreamcaster
2025-04-03revert cmake versionSonic Dreamcaster
2025-04-02disable console for releaseSonic Dreamcaster
2025-04-02cmake 3.5Sonic Dreamcaster
2025-04-02correctionSonic Dreamcaster
2025-04-02Aquas floor and surface commentsSonic Dreamcaster
2025-04-01Sector Y Intro Cutscene white flash fixSonic Dreamcaster
2025-03-31Unify FPS and V-Sync controls and behavior + Jitterfix change to Checkbox (#182)Spodi
* Unify FPS and V-Sync controls and behavior (#181) - DirectX's "Match Refresh Rate" is now a checkbox like in OpenGL and Metal. - Clamp max FPS to refresh rate when V-Sync is enabled or can't be disabled, regardless of the FPS sliders setting, to avoid slowdown in Metal / OpenGL and dropping frames in DirectX as much as possible. -FPS slider allows up to 360 FPS in every renderer. - More descriptive V-Sync tooltip Also fixes GetInterpolationFPS() not being used to calculate desired FPS. * "Jitter Fix" to "Render parallelization" checkbox Changes the Jitter Fix FPS threshold slider to a simple checkbox named "Render parallelization". CVar also changed to "gRenderParallelization". * Fix V-Sync checkbox not representing the default
2025-03-29revert whatever happened hereSonic Dreamcaster
2025-03-29fix Starfield InterpolationSonic Dreamcaster
2025-03-29Seam stars margin increaseSonic Dreamcaster
2025-03-28Rename added resource file due to name conflictsSpodi
2025-03-28Add build nameSpodi
2025-03-28Add Windows resourcesSpodi
- executable icon - manifest for DPI awareness - version info
2025-03-28test linux uploadinspectredc
2025-03-28Unify FPS and V-Sync controls and behavior (#181)Spodi
- DirectX's "Match Refresh Rate" is now a checkbox like in OpenGL and Metal. - Clamp max FPS to refresh rate when V-Sync is enabled or can't be disabled, regardless of the FPS sliders setting, to avoid slowdown in Metal / OpenGL and dropping frames in DirectX as much as possible. -FPS slider allows up to 360 FPS in every renderer. - More descriptive V-Sync tooltip Also fixes GetInterpolationFPS() not being used to calculate desired FPS. Co-authored-by: Lywx <kiritodev01@gmail.com>
2025-03-28Remove jitter fix sliderSpodi
LUS defaults to always on now (if not set by the port). And this option was confusing for most users. Might increase input latency by one frame, when V-Sync is on and FPS is even above the refresh rate for a moment. (Normal behavior with jitter fix on).
2025-03-28Floor Scrolling Interpolation (#176)Nicholas Estelami
* Floor Scrolling Interpolation * Scrolling Improvements * Fix scroll stutter * bump LUS & Torch * missing prototype --------- Co-authored-by: Sonic Dreamcaster <alejandro.asenjo88@gmail.com>
2025-03-28bump TorchSonic Dreamcaster
2025-03-27Bump LUSKiritoDv
2025-03-24Update subproject libultraship.Tortuga veloz
2025-03-24Adapt to latest libultraship.Tortuga veloz
2025-03-24Update cvar.Tortuga veloz
2025-03-24Fix Engine with latest version of libultraship.Tortuga veloz
2025-03-24Fix AIBUF_LEN.Tortuga veloz
2025-03-24Fix spectrogram.Tortuga veloz
2025-03-24Fix music playback. Attempt at fixing reverb.Tortuga veloz
2025-03-24Fix bit2.Tortuga veloz
2025-03-24Point to my version of libultraship.Tortuga veloz
2025-03-24Add 6-channel audio support.Tortuga veloz
2025-03-23Merge branch 'main' of https://github.com/HarbourMasters/StarshipSonic Dreamcaster
2025-03-21audio WIPSonic Dreamcaster
2025-03-16Fixed fromLinearKiritoDv
2025-03-16Added linear conversion on metal shaderKiritoDv
2025-03-16Fixed importersKiritoDv