Commit Graph

176 Commits (62ed2dfda6668e32ebbf56a1f1cda971d4bcc5b1)
 

Author SHA1 Message Date
sigonasr2 62ed2dfda6 Add in Charged Shot ability and allow precasting without the targeting indicator. 2 years ago
sigonasr2 a29bb9bb0a Rapid fire reimplemented because I goofed? 2 years ago
sigonasr2 135fe2c6e1 Merge conflict 2 years ago
sigonasr2 9860a12498 Include pragma regions for specific class abilities and move Ranger stuff (that is actually player-implemented over) 2 years ago
Nic0Nic0Nii 436b3cd019 Ranger should be the only one updating the ranger-specific shooting animation 2 years ago
sigonasr2 7741d47b84 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/Crawler 2 years ago
sigonasr2 7a8d52f536 Ranger only should receive the ranger shooting animation state 2 years ago
Nic0Nic0Nii cf51ad539c Rapid Fire ranger ability implemented. 2 years ago
sigonasr2 4c43eb7757 Meteor shadow is now following the world~ 2 years ago
sigonasr2 a8f83dfec8 Added ghost fading images for retreat ability and facing direction implemented. 2 years ago
Nic0Nic0Nii 8685e3b5ef Retreat dash back code completed 2 years ago
sigonasr2 82d58a6dd1 Fixed fElapsedTime bug going negative seemingly randomly. Thank std::chrono::library::that::is::way::too::annoying::to::use::and::apparently::is::not::ultra::accurate 2 years ago
sigonasr2 2a7c9582cd Implemented Ranger auto attack plus animations. 2 years ago
sigonasr2 fad343bde3 Refactor Animation loading to reduce repetition. 2 years ago
sigonasr2 405cd32a4b Class abilities are statically set so they are initialized on load to allow for proper swapping. 2 years ago
sigonasr2 4fa797fad9 Casting range clamping. Refactored hurt function to accept an upperlevel check so there's no requirement to do it manually anymore. Converted AoE damage functions for Meteor to use AoE hurt functions built-in. Fix upper bridge targeting indicator rendering. 2 years ago
sigonasr2 2cf02aa19b Added lingering field effect. 2 years ago
sigonasr2 cdb60ac5c8 Effect particles realigned and particles that are behind the center move to the back. 2 years ago
Nic0Nic0Nii b1cea8d77c Meteor Effect particles and impact code completed 2 years ago
Nic0Nic0Nii d7d57cb86d Precast targeting indicator now centered 2 years ago
Nic0Nic0Nii c3548e2dc5 Let's not be stuck repeatedly casting when a prre-cast finishes.... 2 years ago
Nic0Nic0Nii 548d22e3d2 Condensed and finished pre-casting code. Refactored the way ability casting is handled 2 years ago
Nic0Nic0Nii 51b24f36c9 Add precast ability conditions 2 years ago
Nic0Nic0Nii 40c576eb17 Cast bar display implementation 2 years ago
Nic0Nic0Nii f48f0b4a3c Class quick test swapping reimplemented. 2 years ago
sigonasr2, Sig, Sigo adf0d17190 Finish entire class refactor. Class swapping needs to be reimplemented. Fixed shadow color from white to black 2 years ago
sigonasr2, Sig, Sigo 32c1d9d30c Warrior refactor completed 2 years ago
sigonasr2, Sig, Sigo 1d9a52ab62 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/Crawler 2 years ago
sigonasr2, Sig, Sigo 376b3b59e9 Prep player class structure refactor. Add default destructors to all parent classes. 2 years ago
sigonasr2 3986754176 Move class-specific animation update functions into their own class update functions. 2 years ago
sigonasr2 c4b0f78881 Add in inherited class structure for effects, so effects can have customized behaviors. 2 years ago
sigonasr2, Sig, Sigo 38b80e8e25 Giant meteor and add check for dead targets for lightning bolt chain spread 2 years ago
sigonasr2 d66e780504 Added lightning bolt attack, added emitter system 2 years ago
sigonasr2, Sig, Sigo d617ee461a Fade transition added to bridge fade layer and upper foreground layer as well 2 years ago
sigonasr2, Sig, Sigo 4508c9b9e3 Added MAXIMUM_MEMORY flag to emscripten compile. The game is now large enough to require it 👀 2 years ago
sigonasr2, Sig, Sigo c88d5f1708 Transition fade added for foreground items. 2 years ago
sigonasr2 cd3ebd4fc0 Fixed a tree that wasn't in the upper foreground layer. Release build 594 created. 2 years ago
sigonasr2 794fb92534 Upper level and lower level spawning now distinguished in map editor. 2 years ago
sigonasr2 90680af4ba Tidy up map zones, fix upper and lower level collision interactions. 2 years ago
sigonasr2 0e26a9a090 Re-did Tile grouping code, using a flood fill algorithm now instead of sequential tile checking. Prevents bugs with neighboring tile groups being split improperly. 2 years ago
sigonasr2, Sig, Sigo 39aa134e7c Incomplete tile merging implementation 2 years ago
sigonasr2, Sig, Sigo c6220a6333 Correct certain foreground trees not correctly lining up with tile bounds and causing disappearing glitches. 2 years ago
sigonasr2, Sig, Sigo d916b03f9b Add in pathfinding abilities to monster movement strategies. 2 years ago
sigonasr2, Sig, Sigo eb91cb1505 Pathfinding now returns the nodes to reach a destination in preparation for use w/AI pathfinding 2 years ago
Quapsel 41cfd02ecb small positions changes for 1-1 objects. 2 years ago
sigonasr2 a6dbc81b78 Include executable in build. 2 years ago
sigonasr2 32174f1a5c Update gitignore 2 years ago
Quapsel 5dca356aba placed Monsters for 1-1 2 years ago
sigonasr2 0493252a08 Implemented reading spawn zones on maps. Monsters now spawn according to spawn zones. 2 years ago
sigonasr2 c2cc6e83ab Add in lower bridge tile zones (horizontal blocks on lower level). Use official map instead of test map. 2 years ago