10 Commits

Author SHA1 Message Date
719ed53923 Change MapType to use an enum instead. Add a HUD message overlay system. Disable ability for players to swap equipment during a stage. Update all maps to use MapType enums. Release Build 11084. 2024-08-28 15:20:26 -05:00
Quapsel
9c8fc148f6 added End of Map Wall behind every Stone Blockade in Chapter 2. Fixed missing wall at the end of 2_3. 2024-08-10 12:32:28 +02:00
e43798fa9a Add cooldown charge system. Abilities can now only be used when they are holding charges. One charge gets restored for each full cooldown duration. The cooldown timer stops going down when maximum charges are reached. Fix item tests to use cooldown charges. Add in item checks for CDR test (Items should not be affected by CDR). Add GetPlayerAbilities function to collect and manipulate all player abilities at the same time (cleaner code structure + easier test functionality). Add helper functions util::vformat and util::wformat and to_wstring to make code using the std:: versions much more concise. Add unit test for cooldown charges system. Add helper functions to reset abilities to their original stats before enchant modifications tweak them. Added a helper function to retrieve which ability an enchant affects. Adapt ability HUD with new charge count features. Add Mountain theme to Chapter 2 maps. Multi-Multishot Enchant implemented. Release Build 10901. 2024-08-09 18:13:08 -05:00
ddf761b6b2 Boars should not keep changing facing direction once locked in by scratching the ground. Removed the Upper flag from all Second Chapter end zones in the stage (accidentally copy-pasted). Added a check that crashes the game if these are detected. Release Build 10186. 2024-07-19 20:16:52 -05:00
0131620b8b Set background music of Chapter 2 stages to the foresty track. 2024-07-15 04:39:43 -05:00
0a019d0f2c Add in Chapter 2 map spawn zones and end zones. 2024-07-15 04:31:19 -05:00
Quapsel
ec8402aeca Monster placement for 2_3, 2_4, 2_5 & 2_6 2024-06-30 19:10:56 +02:00
Quapsel
75370b9299 Spawn Zones for Chapter 2 placed. 2024-06-29 18:06:22 +02:00
5361525b70 Fix new maps having embedded tilesets (unsupported feature). Add in new overworld stage connections to new maps. Slightly randomize stone elemental attack cycles to vary their attack timings. Release Build 9352. 2024-05-20 06:22:31 -05:00
Quapsel
aa8d6d92ce 2_3 added. 2024-05-06 13:45:38 +02:00