Commit Graph

59 Commits (9b507e9471139026a89745b16cd6187d3f7ea5b8)

Author SHA1 Message Date
sigonasr2 9b507e9471 Prepare sound effects, add leaderboard display for single races. 3 months ago
sigonasr2 c3fc8ec00a Fix string parsing emscripten side when loading data. Hamster color choice added. 3 months ago
sigonasr2 8a7ae48031 Add Player Options Menu 3 months ago
sigonasr2 c358f7e3c8 Add menu button system. 3 months ago
sigonasr2 d3bc589235 Add loading screen. 3 months ago
sigonasr2 6c0490596a Redo shadow text to use a shadow decal. 3 months ago
sigonasr2 6851b76f6a Added menu transition and state system. 3 months ago
sigonasr2 8551c9bacd Updated hamster images with profile icons. Added live placement tracking. 3 months ago
sigonasr2 92f2b4dd85 Add countdown timer. 3 months ago
sigonasr2 363ad229bb Keep persistent data about hamsters between map loads. Add menu backgrounds. 3 months ago
sigonasr2 e9c7fa0842 Move PBData reading to the assets directory. 3 months ago
sigonasr2 d7580453d3 Added Hamster colors. 3 months ago
sigonasr2 0f725d2403 Stage V + AI implemented. 3 months ago
sigonasr2 dd853d147e Stage IV added. AI implemented. Fix AI quirks. Fix other AI types not loading. 3 months ago
sigonasr2 34849a8518 Add Stage III. Add Stage III AI. Fix up AI routines. Make lava border tiles transparent. 3 months ago
sigonasr2 1f306af20e AI Boost actions implemented. 3 months ago
sigonasr2 16b9ad521e Add missing variance for AI flight controls. Add HUD elements for Boost. Implemented Boost mechanic for Hamster Wheel powerup. 3 months ago
sigonasr2 e967e00257 Fix bump collision direction bug. Add AIs for Stages I and II 3 months ago
sigonasr2 a235dc7ca3 Added music tracks. Extended AI reading to be any number of files beyond the initial amount. 3 months ago
sigonasr2 e3606ab931 Added Stage 2, AI per-map difficulty settings. 3 months ago
sigonasr2 9d56e9c564 Add support for mirrored horizontal tiles. 3 months ago
sigonasr2 faa063a11c Add Stage I 3 months ago
sigonasr2 12432dd61a Added burrow animation effect. 3 months ago
sigonasr2 a3214adc77 Added tunnel connections to tmx/tsx parsing 3 months ago
sigonasr2 fd6d186fb6 Remove SpecialRenderable and all associated code related to it. Performance gains. 3 months ago
sigonasr2 766eba4444 Added a radar. 3 months ago
sigonasr2 7eda510317 Add checkpoint arrow indicators for offscreen checkpoints. 3 months ago
sigonasr2 6ee7e293d5 Add Viewport PGEX back in for radar stuff. 3 months ago
sigonasr2 e37456f757 Add display names for powerups. 3 months ago
sigonasr2 98e0aa804f Center powerup icons, cleanup border. Select correct tile ID for rendering checkpoints. 3 months ago
sigonasr2 fefbbceef4 Fix acceleration / movement code issues, added race finished state, added checkpoints, added victory animation. 3 months ago
sigonasr2 0df1760f15 Added speedometer visual and text display. 3 months ago
sigonasr2 002b00f018 Added Fall-o-meter HUD elements, added crash landing mechanics, and fuel. 3 months ago
sigonasr2 5b188afc85 Fix respawn location bug. Prepare fuel meters 3 months ago
sigonasr2 fa25cfa54c Added landing mechanic and landing animations. Add safe spot find algorithm. Prepare Fallometer graphics. 3 months ago
sigonasr2 8720d20b82 Moved Hamster Jet camera down, added targeting indicator, fix ground detection issues while in the air. 3 months ago
sigonasr2 121061f3b8 Clean up Hamster Jet animations. Add hamster jet flame animations and rockets activate during movement. Refined Hamster Jet controls. 3 months ago
sigonasr2 2a821cb70a Fix collision bugs, added sky covers. Implemented basic hamster jet animations. 3 months ago
sigonasr2 132710d800 Fix bug with terrain collisions not being read properly. Added movement resolution and collisions. Made boundary solid. Make blank tiles be solid. Add water void. 3 months ago
sigonasr2 b77f355ba6 Implemented SpecialRenderable class. 3 months ago
sigonasr2 d662b3d6a5 Add Matrix texture animating. And prepare jet sprite. 3 months ago
sigonasr2 66622c84f7 Scale correction on right edge of camera. 3 months ago
sigonasr2 f47d49417b Add in burning and drowning states and all terrain effects. 3 months ago
sigonasr2 9673cadd7c Add in basic terrain powerup effect modifiers. 3 months ago
sigonasr2 b1e418bbc7 Add powerup collection and powerup collection effect. 3 months ago
sigonasr2 cb16ce831a Update graphics to match new palette. Powerup reading and parsing/spawning completed. 3 months ago
sigonasr2 7cf2bb7c3a Add in wheel and extra Animate2D helper functions. 3 months ago
sigonasr2 13908da158 Adjust all physics values to be modified by terrain types. 3 months ago
sigonasr2 32f6165f7d Detection of terrain types. 3 months ago
sigonasr2 6822a4916c Implement multi-layer map rendering. Fix bug with GetLayers() returning a reference to a temporary copy of MapData. For whatever reason...oops. 3 months ago