sigonasr2
|
3ee6d03728
|
Add in Rotating character display component
|
1 year ago |
sigonasr2
|
99c24b9c37
|
Setup internal menu components so they know what button was clicked on a menu function. Compacted the on click menu function for menu buttons.
Refactored some item convenience functions.
|
1 year ago |
sigonasr2
|
fe6737117d
|
Inventory Add,Remove,Use Management functions implemented.
|
1 year ago |
sigonasr2
|
ba6505b266
|
Item category, script, and all other information relating to items now load properly with error-handling and proper property overriding.
|
1 year ago |
sigonasr2
|
877c44c372
|
Setup Items, item categories, and item scripts, and all associated configuration files for them.
|
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
|
caddaefb02
|
Remove dependency of MonsterAttribute in Monster header to avoid long recompiles. Fix distance snapping on slime king jumps.
|
1 year ago |
sigonasr2
|
74a31dda2e
|
Monster spawning now adds to a queue to prevent memory adjustment corruption while inside of monster update functions.
Monster spawning on phase transition now occurs.
|
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
|
8aba4dfc5b
|
Prep animated tile structures.
|
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 |
sigonasr2
|
13eff22485
|
Super big refactor of the animation storage and monster storage system using configuration files.
|
1 year ago |
sigonasr2
|
690171497f
|
Refactored class initializations so reading into class list data from config files works properly.
|
1 year ago |
sigonasr2
|
a0916cfe9b
|
Switch to smart pointer implementation for damage numbers to handle damage combo'ing quick attack displays.
|
1 year ago |
sigonasr2
|
24030733bd
|
Fixed fElapsedTime bug going negative seemingly randomly. Thank std::chrono::library::that::is::way::too::annoying::to::use::and::apparently::is::not::ultra::accurate
|
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
|
8d117c42e3
|
Class quick test swapping reimplemented.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
1 year ago |
sigonasr2, Sig, Sigo
|
c75a01a1ad
|
Finish entire class refactor. Class swapping needs to be reimplemented. Fixed shadow color from white to black
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
1 year ago |
sigonasr2, Sig, Sigo
|
d3454727cd
|
Warrior refactor completed
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
1 year ago |
sigonasr2
|
0229982717
|
Added lightning bolt attack, added emitter system
|
1 year ago |
sigonasr2
|
6b81cd6e84
|
Layering rendering now proper.
|
1 year ago |
sigonasr2
|
46e3c7f7e7
|
Use pathfinding algorithm to determine teleport validity.
|
1 year ago |
sigonasr2
|
9aef66db47
|
Refactored all the game classes into derived classes.
|
1 year ago |
sigonasr2
|
1a441914ca
|
Bullets now have derived types.
|
1 year ago |
sigonasr2
|
db7744dad3
|
Wizard energy bolt attack implemented.
|
1 year ago |
sigonasr2
|
ccfeae19d4
|
Sonic Slash implemented for Warrior. Build updated w/new features.
|
1 year ago |
sigonasr2
|
21368f6f95
|
Define and setup internal class attributes.
|
1 year ago |
sigonasr2
|
01d1e44839
|
Added Bullet shooting
|
1 year ago |
sigonasr2
|
7e543a3021
|
Implement ground slam animation
|
1 year ago |