Commit Graph

75 Commits (a618782ca6e0290f81984ec5f3d3b2cad35ffcce)

Author SHA1 Message Date
sigonasr2 a618782ca6 Added sound effects, menu music. 7 months ago
sigonasr2 9b507e9471 Prepare sound effects, add leaderboard display for single races. 7 months ago
sigonasr2 c3fc8ec00a Fix string parsing emscripten side when loading data. Hamster color choice added. 7 months ago
sigonasr2 8a7ae48031 Add Player Options Menu 7 months ago
sigonasr2 c358f7e3c8 Add menu button system. 7 months ago
sigonasr2 b114907cae Fix radar. 7 months ago
sigonasr2 d3bc589235 Add loading screen. 7 months ago
sigonasr2 6c0490596a Redo shadow text to use a shadow decal. 7 months ago
sigonasr2 e4af1b9e43 Fix requirement to sort and re-copy all foreground decals back into a decal rendering list unnecessarily. 7 months ago
sigonasr2 6851b76f6a Added menu transition and state system. 7 months ago
sigonasr2 8551c9bacd Updated hamster images with profile icons. Added live placement tracking. 7 months ago
sigonasr2 92f2b4dd85 Add countdown timer. 7 months ago
sigonasr2 363ad229bb Keep persistent data about hamsters between map loads. Add menu backgrounds. 7 months ago
sigonasr2 e9c7fa0842 Move PBData reading to the assets directory. 7 months ago
sigonasr2 c8e02a23a8 Added PB tracking for both emscripten and native builds of the game. 7 months ago
sigonasr2 e2b5b873ef Add in Hamster Net. Add timer parsing util function. Move around level initialization code. 7 months ago
sigonasr2 d7580453d3 Added Hamster colors. 7 months ago
sigonasr2 0f725d2403 Stage V + AI implemented. 7 months ago
sigonasr2 dd853d147e Stage IV added. AI implemented. Fix AI quirks. Fix other AI types not loading. 7 months ago
sigonasr2 871ec89107 Update cast (formatting consistency) 7 months ago
Moros Smith 0bf3e25a15 use static_cast to make emscripten happy 7 months ago
sigonasr2 1f306af20e AI Boost actions implemented. 7 months ago
sigonasr2 16b9ad521e Add missing variance for AI flight controls. Add HUD elements for Boost. Implemented Boost mechanic for Hamster Wheel powerup. 7 months ago
sigonasr2 e967e00257 Fix bump collision direction bug. Add AIs for Stages I and II 7 months ago
sigonasr2 a235dc7ca3 Added music tracks. Extended AI reading to be any number of files beyond the initial amount. 7 months ago
sigonasr2 e3606ab931 Added Stage 2, AI per-map difficulty settings. 7 months ago
sigonasr2 9d56e9c564 Add support for mirrored horizontal tiles. 7 months ago
sigonasr2 337b9ecc07 Add NPCAI class containing NPCAI file formats and storage for AI paths along with recording AIs. 7 months ago
sigonasr2 a3214adc77 Added tunnel connections to tmx/tsx parsing 7 months ago
sigonasr2 baf7ca769c Make Checkpoint hashes use 64-bit values. Remove manual updating of tiling water texture. 7 months ago
sigonasr2 fd6d186fb6 Remove SpecialRenderable and all associated code related to it. Performance gains. 7 months ago
sigonasr2 599114ca02 Lots of micro-optimizations and depth fixes for emscripten. 7 months ago
sigonasr2 766eba4444 Added a radar. 7 months ago
sigonasr2 7eda510317 Add checkpoint arrow indicators for offscreen checkpoints. 7 months ago
sigonasr2 6ee7e293d5 Add Viewport PGEX back in for radar stuff. 7 months ago
sigonasr2 e37456f757 Add display names for powerups. 7 months ago
sigonasr2 051d2f32b0 Add Floating Text and DrawRotatedString functions in TransformedView. 7 months ago
sigonasr2 98e0aa804f Center powerup icons, cleanup border. Select correct tile ID for rendering checkpoints. 7 months ago
sigonasr2 fefbbceef4 Fix acceleration / movement code issues, added race finished state, added checkpoints, added victory animation. 7 months ago
sigonasr2 76bc1ce3ae Fix player state getting modified to bump while preparing for flying state. Transition smoothly from hamster control to landing state for hamster jet. 7 months ago
sigonasr2 220beffeae Hamster Jet platform was lagging behind. Moved platform following to after hamster movement code. Remove all string_view conversions being converted into strings. VERY EXPENSIVE OPERATIONS apparently. 7 months ago
sigonasr2 c85b8ebf2c I guess adding strings was really slow? 7 months ago
sigonasr2 0df1760f15 Added speedometer visual and text display. 7 months ago
sigonasr2 002b00f018 Added Fall-o-meter HUD elements, added crash landing mechanics, and fuel. 7 months ago
sigonasr2 5b188afc85 Fix respawn location bug. Prepare fuel meters 7 months ago
sigonasr2 a16dc51d23 Hamster landing speed controls. 7 months ago
sigonasr2 fa25cfa54c Added landing mechanic and landing animations. Add safe spot find algorithm. Prepare Fallometer graphics. 7 months ago
sigonasr2 8720d20b82 Moved Hamster Jet camera down, added targeting indicator, fix ground detection issues while in the air. 7 months ago
sigonasr2 121061f3b8 Clean up Hamster Jet animations. Add hamster jet flame animations and rockets activate during movement. Refined Hamster Jet controls. 7 months ago
sigonasr2 2a821cb70a Fix collision bugs, added sky covers. Implemented basic hamster jet animations. 7 months ago