summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Collapse)Author
2026-04-30Accomodate menu for the Spanish audio romhack supportSonic Dreamcaster
2026-04-30Add Spanish Translation ROMHACK supportSonic Dreamcaster
2026-03-11Selectable Radio Comm Box positionSonic Dreamcaster
2026-01-15Add gDebugLevelComplete special condition for LEVEL_FORTUNASonic Dreamcaster
2025-10-16Restore beta bomb explosionSonic Dreamcaster
2025-08-09add NOMINMAXAltoXorg
2025-08-09Fix non-portable buildAltoXorg
2025-08-09Fixed 32 bit issuesKiritoDv
2025-07-31Renamed to `ObjectInitResource` from src/portAltoXorg
2025-05-25formatSonicDcer
2025-05-25OpenGL Apply Point Filtering to UI ElementsSonic Dreamcaster
2025-05-25JP/EU ROM selection closes game if no ROM selected. (#201)sitton76
* Added else state to close the game if no rom is found when attempting to extact EU/JP assets. * Did it properly(confirmed on Linux)
2025-05-25update ROM Extraction MessageSonic Dreamcaster
2025-05-24Render parallelization Enabled by defaultSonic Dreamcaster
2025-05-20Additional 5ch options (#196)tortugaveloz
* Added angle selector for surround channels, subwoofer threshold and rear music volume slider. * Change comment. * Integrate options in game. * Added reset button for positions. * Added option to show / hide menu for 5.1. * Added mfpu=neon option to aarch64. --------- Co-authored-by: Sonic Dreamcaster <alejandro.asenjo88@gmail.com>
2025-05-13update LUSSonic Dreamcaster
2025-05-06Attempted appimage load fix (#195)sitton76
2025-05-06N64 Recorded Cutscene Timings for Corneria, Meteo, Macbeth and Sector Y BossesSonic Dreamcaster
2025-04-29comment out audio prints for nowSonic Dreamcaster
2025-04-18Bump LUS (#191)Alejandro Asenjo Nitti
* Bump LUS (#190) * Bump LUS * Disabled shader-based linear conversion on metal * Fixed missing mInterpolationIndex * Bump LUS --------- Co-authored-by: KiritoDv <kiritodev01@gmail.com> * restore console * bump LUS * Reverted linear conversion on shader --------- Co-authored-by: KiritoDv <kiritodev01@gmail.com>
2025-04-13restore consoleSonic Dreamcaster
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-02disable console for releaseSonic 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-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-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-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 importersKiritoDv
2025-03-08Added install audio buttonsKiritoDv
2025-03-07Enabled quit againKiritoDv
2025-03-05Fixed workflow and added osSetTimeKiritoDv
2025-03-05Fixed some compilation errorsKiritoDv
2025-03-05Add missing RCP callKiloku
2025-03-05Fixed crash on OTRSigCheckKiritoDv
2025-03-05Allow users to disable Point Filtering.Mateus Lacerda
2025-02-21fine tune commentsSonic Dreamcaster
2025-02-16Add Frame Advance featureKiloku
2025-02-16Make DebugPause work with a shortcutKiloku