Commit Graph

15 Commits (4a4ffb1c6c886946163ef2b1db89bd47b0c93c9d)

Author SHA1 Message Date
sigonasr2 4a4ffb1c6c Block off nonexistent <stacktrace> dependency for web builds. Fix up emscripten build errors with old CMakeCache. Update to C++23 in CMakeLists. Convert CanModifyEquipSlots function into a menu static function that returns a boolean (instead of being calculated only once on initialization. oops) Release Build 12111. 2 weeks ago
sigonasr2 842a32e947 Arrow indicator for monsters now adjustable. Additional zones added without a class now properly show up in the filterable zones list. Added coin toss, hide, and hit boss mechanic. Release Build 12109. 2 weeks ago
sigonasr2 dbf140e0bd Add pair argument conversion for Oscillator class. Collided with player flag gets set to false each frame. Implement Pirate's Coin/Curse mechanic and spinning/debuff effects. Release Build 12094. 3 weeks ago
sigonasr2 e1575081ce Add in Curse and coin debuffs. Add in Pirate's Treasure spawn and collision check for placing and removing the curse. Adding buffs to the player will not immediately apply them but put them in a buff list to be applied on the next tick. AddBuff now returns the buff. GetOrAddBuff now properly uses the AddBuff function to add a buff to avoid any behavior discrepancies. Added a new test to check for buffs to be added. Fixed unit tests that broke due to waiting an extra game tick to apply buffs. 222/222 Tests Passing. Release Build 12049. 1 month ago
sigonasr2 ded7e53fd7 Slash animation plays when ghost saber hits player. Release Build 12036. 1 month ago
sigonasr2 d24c016d3e Pirate Captain Ghost moves towards player. Release Build 12032. 1 month ago
sigonasr2 071e98aecd Added ghost saber expanding behavior. Fix Prediction bombardment pattern to properly use player's previous position. Release Build 12029. 1 month ago
sigonasr2 51a3feb5b6 Add Ghost Saber attack. Release Build 12016. 1 month ago
sigonasr2 24d36da0ab Add afterimage rendering for monsters. Release Build 12003. 2 months ago
sigonasr2 4e099b71f9 Add placeholder item graphics for chapter 4 items. Setup map classes for chapter 4 maps. Add in force set position function for monsters. Release Build 12001. 2 months ago
sigonasr2 6c5648bac9 Add previous player position variable and getter for the player. Add in other cannon pattern types to rotation. 2 months ago
sigonasr2 27bfd8e1d4 Add shrapnel shot attack. Fix random dispersion of cannon shots (incorrect math that overcorrected for random angle + random distance vector). Release Build 11980. 2 months ago
sigonasr2 dc9717c07f Tweak and fix Falling Bullet behavior to use proper coloring. Release Build 11958. 2 months ago
sigonasr2 e2b6e9318a Add in initial cannonball attack. Setup Chapter 3 boss spawn. Release Build 11946. 2 months ago
sigonasr2 9732c57983 Generalized FallingStone into FallingBullet to supply a custom image. Prepare graphics and add extra map items and basic AI structure for Chapter 3 boss. Release Build 11936. 2 months ago