68 Commits

Author SHA1 Message Date
6c0490596a Redo shadow text to use a shadow decal. 2024-08-24 20:54:36 -05:00
e4af1b9e43 Fix requirement to sort and re-copy all foreground decals back into a decal rendering list unnecessarily. 2024-08-24 19:43:44 -05:00
6851b76f6a Added menu transition and state system. 2024-08-24 19:05:29 -05:00
8551c9bacd Updated hamster images with profile icons. Added live placement tracking. 2024-08-24 09:22:54 -05:00
92f2b4dd85 Add countdown timer. 2024-08-24 07:13:50 -05:00
363ad229bb Keep persistent data about hamsters between map loads. Add menu backgrounds. 2024-08-24 06:49:47 -05:00
e9c7fa0842 Move PBData reading to the assets directory. 2024-08-24 05:02:50 -05:00
c8e02a23a8 Added PB tracking for both emscripten and native builds of the game. 2024-08-24 05:02:04 -05:00
e2b5b873ef Add in Hamster Net. Add timer parsing util function. Move around level initialization code. 2024-08-24 03:02:17 -05:00
d7580453d3 Added Hamster colors. 2024-08-24 01:39:22 -05:00
0f725d2403 Stage V + AI implemented. 2024-08-23 17:14:04 -05:00
dd853d147e Stage IV added. AI implemented. Fix AI quirks. Fix other AI types not loading. 2024-08-23 05:58:09 -05:00
871ec89107 Update cast (formatting consistency) 2024-08-22 19:37:32 -07:00
Moros Smith
0bf3e25a15 use static_cast to make emscripten happy 2024-08-22 21:06:22 -04:00
1f306af20e AI Boost actions implemented. 2024-08-22 18:53:37 -05:00
16b9ad521e Add missing variance for AI flight controls. Add HUD elements for Boost. Implemented Boost mechanic for Hamster Wheel powerup. 2024-08-22 18:39:17 -05:00
e967e00257 Fix bump collision direction bug. Add AIs for Stages I and II 2024-08-22 17:18:25 -05:00
a235dc7ca3 Added music tracks. Extended AI reading to be any number of files beyond the initial amount. 2024-08-22 16:36:36 -05:00
e3606ab931 Added Stage 2, AI per-map difficulty settings. 2024-08-22 12:50:01 -05:00
9d56e9c564 Add support for mirrored horizontal tiles. 2024-08-22 11:43:49 -05:00
337b9ecc07 Add NPCAI class containing NPCAI file formats and storage for AI paths along with recording AIs. 2024-08-21 20:00:33 -05:00
a3214adc77 Added tunnel connections to tmx/tsx parsing 2024-08-21 17:39:04 -05:00
baf7ca769c Make Checkpoint hashes use 64-bit values. Remove manual updating of tiling water texture. 2024-08-21 08:41:06 -05:00
fd6d186fb6 Remove SpecialRenderable and all associated code related to it. Performance gains. 2024-08-21 07:57:25 -05:00
599114ca02 Lots of micro-optimizations and depth fixes for emscripten. 2024-08-21 06:10:30 -05:00
766eba4444 Added a radar. 2024-08-21 03:10:41 -05:00
7eda510317 Add checkpoint arrow indicators for offscreen checkpoints. 2024-08-21 01:39:21 -05:00
6ee7e293d5 Add Viewport PGEX back in for radar stuff. 2024-08-21 00:34:46 -05:00
e37456f757 Add display names for powerups. 2024-08-21 00:04:42 -05:00
051d2f32b0 Add Floating Text and DrawRotatedString functions in TransformedView. 2024-08-20 23:42:55 -05:00
98e0aa804f Center powerup icons, cleanup border. Select correct tile ID for rendering checkpoints. 2024-08-20 22:58:06 -05:00
fefbbceef4 Fix acceleration / movement code issues, added race finished state, added checkpoints, added victory animation. 2024-08-20 20:56:28 -05:00
76bc1ce3ae Fix player state getting modified to bump while preparing for flying state. Transition smoothly from hamster control to landing state for hamster jet. 2024-08-20 17:50:47 -05:00
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. 2024-08-20 05:42:01 -05:00
c85b8ebf2c I guess adding strings was really slow? 2024-08-20 05:10:57 -05:00
0df1760f15 Added speedometer visual and text display. 2024-08-20 04:45:50 -05:00
002b00f018 Added Fall-o-meter HUD elements, added crash landing mechanics, and fuel. 2024-08-20 03:52:29 -05:00
5b188afc85 Fix respawn location bug. Prepare fuel meters 2024-08-19 20:22:03 -05:00
a16dc51d23 Hamster landing speed controls. 2024-08-19 17:37:02 -05:00
fa25cfa54c Added landing mechanic and landing animations. Add safe spot find algorithm. Prepare Fallometer graphics. 2024-08-19 17:15:27 -05:00
8720d20b82 Moved Hamster Jet camera down, added targeting indicator, fix ground detection issues while in the air. 2024-08-19 14:57:12 -05:00
121061f3b8 Clean up Hamster Jet animations. Add hamster jet flame animations and rockets activate during movement. Refined Hamster Jet controls. 2024-08-19 14:13:50 -05:00
2a821cb70a Fix collision bugs, added sky covers. Implemented basic hamster jet animations. 2024-08-19 01:56:12 -05:00
086e244866 Implemented new 3D rendering integration with GFX3D engine. GFX3D PGEX now uses decals for drawing. Camera follows the player into the sky. 2024-08-18 23:13:44 -05:00
4fd6f22344 Make preparations for 3D flying effect integration. 2024-08-18 16:49:44 -05:00
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. 2024-08-18 15:38:38 -05:00
b77f355ba6 Implemented SpecialRenderable class. 2024-08-18 14:46:01 -05:00
d662b3d6a5 Add Matrix texture animating. And prepare jet sprite. 2024-08-18 13:53:41 -05:00
5e66fd009e Convert entire loaded map into a giant decal for performance reasons. 2024-08-18 05:00:23 -05:00
946c329b37 Fix the zoom! Finally! 2024-08-18 04:25:07 -05:00