Commit Graph

74 Commits (472e8ecedab149eeb4558aa864d8f2f2da5a3468)

Author SHA1 Message Date
sigonasr2 773f72a45c Main Menu and Game Play state switching. 1 year ago
sigonasr2 2f302f7370 Convert all world size positions to use the map's direct map width and height values instead. Fix a bug where using teleport outside the map crashed the game. 1 year ago
sigonasr2, Sig, Sigo bff7eabef5 Debug map toggle configuration paramater added. Added in tiled and scaled versions of interface 9-patch patterning. 1 year ago
sigonasr2 03f2738ead Windowing System button controls, stack system, and custom functions implemented. 1 year ago
sigonasr2 f0169b06ab Display DPS tracker + encounter timer 1 year ago
sigonasr2 c4db27a78d Boss name overlays added to map editor and game. 1 year ago
sigonasr2 b9e1352288 Keybind system redone, display keybinds and mana costs on HUD. 1 year ago
sigonasr2 388cf0ba2d Mana costs and ability short names are now displayed on the HUD. 1 year ago
sigonasr2 f48a6a89b2 Added DrawPie function, fix up invisible foreground tiles (was not rendering). 1 year ago
sigonasr2 1cabb34b94 Added tile render depth ordering for bullets and effects to prevent ordering weirdness. 1 year ago
sigonasr2 74a31dda2e Monster spawning now adds to a queue to prevent memory adjustment corruption while inside of monster update functions. 1 year ago
sigonasr2 465fb0b6c2 All animation references now auto-generate from gfx.txt. All animation references in code have been updated. Safemaps now have the ability to reset their contents (currently used for GFX map unloading) since Renderables must be deleted before the engine uninitializes. Slime King jump now has knockback. 1 year ago
sigonasr2 5140b92317 Water tile reflections implemented. 1 year ago
sigonasr2 195364e0ab Tile animations implemented. Fix off-by-one error with tileset identification. 1 year ago
sigonasr2, Sig, Sigo 11742b61f9 Populate animation data into map 1 year ago
sigonasr2, Sig, Sigo 596d4122b4 Added display configuration parameter for debugging pathfinding. Reduced distance threshold for Wizard teleport to prevent jarring returns to previous position. 1 year ago
sigonasr2 e8f6d972ad 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. 1 year ago
sigonasr2 100a3ece57 Finished slime king jump attack, account for Z axis when determining damage validity. 1 year ago
sigonasr2 942e8e0ef7 Bullets do not die immediately when view goes offscreen anymore. Initial jump states and setup for Slime King are now implemented. 1 year ago
Nic0Nic0Nii a69be08a1a Size reduction on slime king per phase. Add in size transition amounts based on time. 1 year ago
sigonasr2 fccca64493 Fix sprites being indexed funky. Consolidated tile group code, broke some of the overlapping tiles functionality. 1 year ago
sigonasr2 d601f0945a Scuffed lambda function passing for tile group handling. Need to prep multi-layer rendering for tile groups. 1 year ago
sigonasr2 c75e56d642 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. 1 year ago
sigonasr2 6a12a45cb2 Moved all enemy reading over to purely using config files. Removed all enemy enum dependencies. Removed bugs involving loading infinite maps by accident. 1 year ago
Nic0Nic0Nii 3cb8c43da1 Setup class config file directory structure 1 year ago
Nic0Nic0Nii 68393d2b07 Fix indexing and use _ identifiers to please the compiler 1 year ago
Nic0Nic0Nii 11aa50105c Reorganize data file specs and implement custom operator syntax 1 year ago
sigonasr2 f7f29196c5 Graphics configuration file and initial configuration layout setup. 1 year ago
sigonasr2 045441b595 Add in Charged Shot ability and allow precasting without the targeting indicator. 1 year ago
Nic0Nic0Nii d4183180e1 Rapid Fire ranger ability implemented. 1 year ago
sigonasr2 79a8dca88a Refactor Animation loading to reduce repetition. 1 year ago
sigonasr2 3a880c55a2 Class abilities are statically set so they are initialized on load to allow for proper swapping. 1 year ago
sigonasr2 88df322042 Effect particles realigned and particles that are behind the center move to the back. 1 year ago
Nic0Nic0Nii eb5bb15918 Meteor Effect particles and impact code completed 1 year ago
sigonasr2, Sig, Sigo d3454727cd Warrior refactor completed 1 year ago
sigonasr2 0dfb58a777 Add in inherited class structure for effects, so effects can have customized behaviors. 1 year ago
sigonasr2 0229982717 Added lightning bolt attack, added emitter system 1 year ago
sigonasr2, Sig, Sigo e172483cc6 Fade transition added to bridge fade layer and upper foreground layer as well 1 year ago
sigonasr2, Sig, Sigo 0529de4bf9 Add in pathfinding abilities to monster movement strategies. 1 year ago
sigonasr2, Sig, Sigo d494be6970 Added collision checks and interactions based on upper/lower level status. 1 year ago
sigonasr2 6b81cd6e84 Layering rendering now proper. 1 year ago
sigonasr2 69fac079f7 Zones caused the player to swap between upper and lower levels. 1 year ago
sigonasr2 7e4816631c Corrected set position bugs when X axis is not valid while Y is. Corrected staircase collision boxes. Upper Foreground tiles added. 1 year ago
sigonasr2 ef83e7f865 Bridge flags properly enabled and working. Fix image paths in maps. 1 year ago
sigonasr2, Sig, Sigo d658bb9973 Fix teleport ability, reverse logic in has tile collision. Also use precise collision checking for tiles. Teleporting distance clamping is now proper (650 range) 1 year ago
sigonasr2 888d2a91a6 Teleport code added in Wizard. Needs more debugging. 1 year ago
sigonasr2 ba6bc74f1f Add energy bolt splash effect and fade out. 1 year ago
sigonasr2 db7744dad3 Wizard energy bolt attack implemented. 1 year ago
sigonasr2 9a8859ffe8 Adjusted shoot afar AI to account for collision tiles. 1 year ago
sigonasr2 46a16b8ae2 Changed version display string shadow to match other shadow texts. 1 year ago