Commit Graph

58 Commits (7703a64d02ac7fdf903e9f861ff8ab382a804524)

Author SHA1 Message Date
sigonasr2 7703a64d02 Release build 1198. Upper ground/spawn fade group auto detection now properly implemented. Reduced fade out range of spawn groups along the bottom edge. Added wall boundary for the campaign level. 2 years ago
sigonasr2 0add68396f Finished slime king jump attack, account for Z axis when determining damage validity. 2 years ago
sigonasr2 0ddfda2a0a Bullets do not die immediately when view goes offscreen anymore. Initial jump states and setup for Slime King are now implemented. 2 years ago
Nic0Nic0Nii fc65c8bcdf Size reduction on slime king per phase. Add in size transition amounts based on time. 2 years ago
sigonasr2 2831c8d626 Fix sprites being indexed funky. Consolidated tile group code, broke some of the overlapping tiles functionality. 2 years ago
sigonasr2 56f9aaca1d Scuffed lambda function passing for tile group handling. Need to prep multi-layer rendering for tile groups. 2 years ago
sigonasr2 d041d9f408 Setup King Slime encounter, Boss room map setup with spawn and player, made non-infinite. Implemented enemy iframes and added phase framework for the boss. 2 years ago
sigonasr2 2fca13a6a2 Moved all enemy reading over to purely using config files. Removed all enemy enum dependencies. Removed bugs involving loading infinite maps by accident. 2 years ago
Nic0Nic0Nii fce9a9bc24 Setup class config file directory structure 2 years ago
Nic0Nic0Nii a70f89f7ef Fix indexing and use _ identifiers to please the compiler 2 years ago
Nic0Nic0Nii 460ea2d0c2 Reorganize data file specs and implement custom operator syntax 2 years ago
sigonasr2 c17ff42a23 Graphics configuration file and initial configuration layout setup. 2 years ago
sigonasr2 62ed2dfda6 Add in Charged Shot ability and allow precasting without the targeting indicator. 2 years ago
Nic0Nic0Nii cf51ad539c Rapid Fire ranger ability implemented. 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 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
sigonasr2, Sig, Sigo 32c1d9d30c Warrior refactor completed 2 years ago
sigonasr2 c4b0f78881 Add in inherited class structure for effects, so effects can have customized behaviors. 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 d916b03f9b Add in pathfinding abilities to monster movement strategies. 2 years ago
sigonasr2, Sig, Sigo 6c70437620 Added collision checks and interactions based on upper/lower level status. 2 years ago
sigonasr2 0c28a3a608 Layering rendering now proper. 2 years ago
sigonasr2 bf01744143 Zones caused the player to swap between upper and lower levels. 2 years ago
sigonasr2 57490f86e1 Corrected set position bugs when X axis is not valid while Y is. Corrected staircase collision boxes. Upper Foreground tiles added. 2 years ago
sigonasr2 d89aa712c4 Bridge flags properly enabled and working. Fix image paths in maps. 2 years ago
sigonasr2, Sig, Sigo 86f22698cc Fix teleport ability, reverse logic in has tile collision. Also use precise collision checking for tiles. Teleporting distance clamping is now proper (650 range) 2 years ago
sigonasr2 65cae7aea7 Teleport code added in Wizard. Needs more debugging. 2 years ago
sigonasr2 0482020b19 Add energy bolt splash effect and fade out. 2 years ago
sigonasr2 db7744dad3 Wizard energy bolt attack implemented. 2 years ago
sigonasr2 9a8859ffe8 Adjusted shoot afar AI to account for collision tiles. 2 years ago
sigonasr2 46a16b8ae2 Changed version display string shadow to match other shadow texts. 2 years ago
sigonasr2 cdab15d8d3 Add hit reset flag for monsters that charge at players such that they must reset it to damage the player with contact damage again. Player spawn location now reads from the level file. Collision tile data loaded. 2 years ago
sigonasr2 60c8317b20 Detect connected tile groups and allow for fade out of the foreground layer when the player gets in range. These groups are initialized on level loading and self-expand. 2 years ago
sigonasr2 5ffcf3126a Basic foreground layer hiding code implementation. 2 years ago
sigonasr2 2613a9ea33 Load a level using its tileset instead. 2 years ago
sigonasr2 d6e9ade54e Made map data xml tag more specific (output width and height as values). Add load level functionality, changes world size. 2 years ago
sigonasr2 8d5d509c7c Level loading modularized. Levels auto-load/cache tilesets that are already loaded and shared between maps. 2 years ago
sigonasr2 1d3b07eb98 Revamped TMXParser.h such that there is a separation between function declarations and definitions for modular support. 2 years ago
sigonasr2 ccfeae19d4 Sonic Slash implemented for Warrior. Build updated w/new features. 2 years ago
sigonasr2 ca151cedd9 Add Sonic Slash graphics. Fixed Issue #8 such that larger enemies are no longer affected by Battlecry. 2 years ago
sigonasr2 77bd085908 Mana implemented. When not enough mana is available for an ability, a notification appears. 2 years ago
sigonasr2 6d4c069fe4 Implemented Battlecry. Debuff/Buff modifiers. Fixed bug where player can auto attack during a ground slam. 2 years ago
sigonasr2 9e6573729e All underlying class differences now applied to code. Preparation for other class implementations. Implemented class swapping via mouse wheel. 2 years ago
sigonasr2 e090bc775d Implemented blocking. Made player abilities dynamic instead of fixed for class expansion preparation. 2 years ago
sigonasr2 9db2565060 Added health indicator 2 years ago
sigonasr2 a94528fe3e Added Spawners 2 years ago
sigonasr2 01d1e44839 Added Bullet shooting 2 years ago