summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-12-29Player action hooks (#93)hooksKiloku
* Create Player Action and Player Movement event types * Call Boost/Brake events * Change some event types * Make Boost/Brake events cancellable * Use new dynamic hooks * Use separate events for each player action * Add shoot events * Return early on cancel * Add Bomb and Charged Shot Events * Remove movement event hooks, add player param to action hooks * Fix whitespace * Register player action events
2024-12-29Added even more eventsKiritoDv
2024-12-29Added two new events for boss health and edge arrowsKiritoDv
2024-12-29Added functionality to draw hud eventsKiritoDv
2024-12-29Moved to a dynamic id system and increased id size to uint32_tKiritoDv
2024-12-28Fixed ItemDropEvent logicKiritoDv
2024-12-28Renamed from _ID to ID on autogenerated event macrosKiritoDv
2024-12-28Renamed some eventsKiritoDv
2024-12-28Implemented namespace system, added ItemDropEvent and cleaned up a little bitKiritoDv
2024-12-28Moved spawner to OnGameUpdate hookKiritoDv
2024-12-27Removed unnecessary includeKiritoDv
2024-12-27Fixed event typedefsKiritoDv
2024-12-27Added alt assetsKiritoDv
2024-12-27Removed unnecesary struct since event cant be cancelledKiritoDv
2024-12-27Fixed windows compilationKiritoDv
2024-12-27Fixed wrong idKiritoDv
2024-12-27Moved port cvars out of display updateKiritoDv
2024-12-27Hook system PoCKiritoDv
2024-12-26cleaner workaround with commentsbriaguya
2024-12-26manually init LUS to workaround init dependency issues in constructorsbriaguya
2024-12-26Bump LUS and fixed breaking changesKiritoDv
2024-12-25fix a couple whitespace mistakesKiloku
2024-12-25Add Infinite Boost cheatKiloku
2024-12-25Fixed CODEC_S16KiritoDv
2024-12-24Reverted some unnecesary thingsKiritoDv
2024-12-24Updated vs decompKiritoDv
2024-12-24fix medals in ranking menuQlonever
2024-12-22Corrected fullscreen bindAfevis
2024-12-22revert some trycoco875
2024-12-22fix clang errorcoco875
2024-12-22fix interpolation issueSonic Dreamcaster
2024-12-22set default interpolation to 60Sonic Dreamcaster
2024-12-22F1 to access enhancements menuSonic Dreamcaster
2024-12-21Added notification system from sohKiritoDv
2024-12-21fix crash when interpolation enabled on linuxbriaguya
2024-12-21ADD: Cheat - Current Mission Score EditorPurpleHato
2024-12-09remove hit+64 and put everything inside cheatsSonic Dreamcaster
2024-12-09revert back to a working stateSonic Dreamcaster
2024-12-0932/9Sonic Dreamcaster
2024-12-09Move calculations outside of the loop, as they only need to be calculated ↵Malkierian
once per frame. Bit of cleanup.
2024-12-09Add better cull region calculation, change gCurrentScreenWidth to 1600 to ↵Malkierian
allow aspect ratios up to 6.2.
2024-12-09Add check for render view to prevent drawing stars outside of it.Malkierian
Remove garbage star interp calculation.
2024-12-09Merge branch 'main' of https://github.com/HarbourMasters/StarshipSonic Dreamcaster
2024-12-09radio fixes: co-authored-by: @MalkierianSonic Dreamcaster
2024-12-09Fixed message box when resizingKiritoDv
2024-12-09fix radio facesSonic Dreamcaster
2024-12-09JumpToAllRange cheat checkSonic Dreamcaster
2024-12-07fix katina and venom briefing in level selectSonic Dreamcaster
2024-12-07definitive (hopefully) radio crash fix.Sonic Dreamcaster
2024-12-06fix ranking interpolationSonic Dreamcaster