sigonasr2
|
e53f7cb4cd
|
Add rotation parameter and hit iframe time to bullets. Iframe timers now compares current iframes to the new duration and keeps only the larger amount. Fix bug allowing monsters with jump attacks to still cause knockback and iframes even when the hit does not land. Fly Across attack implemented for second bonus boss. Release Build 9447.
|
6 months ago |
sigonasr2
|
81776a2c4e
|
Cherry pick health % not being applied bug from commit 94c3125e73 into master branch. Release Build 9424.
|
6 months ago |
sigonasr2
|
89c920d8e7
|
Fix bug with Health % item stats/set effects not being applied to the player. Release Build 9424.
|
6 months ago |
sigonasr2
|
2d2c123c33
|
Move damage numbers to be rendered on top of the HUD instead of below it. Add in boss indicators that appear while a boss is off-screen. Fix bugs with knockback buffs being applied in the wrong location, making them effectively useless. Fix bugs with player velocity being nan when standing directly on top of a monster spawn. Fix idle animation during stone elemental rock toss cast. Reduce enemy collision hitboxes to more sensible and playable numbers with new collision system. Release Build 9413.
|
6 months ago |
sigonasr2
|
440cc89c7b
|
Update No XP/Drop Hawk labels in Tiled Editor. Added spawn controllers, setup multi-tiered spawns. Fixed collision radius bugs. Added Chapter 2 Bonus Boss and Major Hawks Tiled Templates. Fix Stone Elemental Casting circle radius. Release Build 9378.
|
6 months ago |
sigonasr2
|
551cabf463
|
Implement Stone Elemental Burrowing attack, fixed Stone Elemental pathfinding towards target location, slightly increased visual indicator for stone pillar cast circle. Fixed sorted rendering for objects that appear before elements with collision. Refactored iteration loops for drawing so they don't cause multiple unnecessary draw iterations. Do not draw monsters that are marked for deletion anymore (prevent sudden pop-in when drawing on the last frame of fading out). Release Build 9350.
|
6 months ago |
sigonasr2
|
1d5d4d8240
|
Implement rock toss and stone pillar spawning behaviors for stone elemental. Refactor HurtEnemies functions to instead hurt any target with targeting flags. Fix bug with player to monster collision not respecting new collision radii. Release Build 9318.
|
6 months ago |
sigonasr2
|
b8e1006901
|
Added overrides for playing default animations in move towards and run away scripts. Implemented Bomb Goblin AI. Include convenience methods for proximity knockback functions. Prepped AI functions for the Hawk and Stone Elementals. Release Build 9230.
|
7 months ago |
sigonasr2
|
ef53d9852a
|
Update knockback logic and formula again. Release Build 9177.
|
7 months ago |
sigonasr2
|
89bc17c0a2
|
Added arrow simulation for bow goblins. Added perception levels which increase the accuracy of the shooting monster over time. Refactor bullet update code to be inside the bullet class itself. Release Build 9169.
|
7 months ago |
sigonasr2
|
aaaf10f6fc
|
Fix Ranger's Rapid Fire and Multi Shot abilities not abiding by the new Arrow constructor. Arrows once again have the correct acceleration and can hit monsters. Fix bug with knockback being applied while the player has iframes. Fix bug with Slime King constantly applying knockback to the player due to no iframes. Release Build 9152.
|
7 months ago |
sigonasr2
|
5ff64da26a
|
Tweak Boar behavior. Fix bug with knockback velocity not being saved when player comes into contact with another monster. Release Build 9019.
|
7 months ago |
sigonasr2
|
7aa455a890
|
Add in breadcrumb re-exploration for minimaps. Release Build 8921.
|
8 months ago |
sigonasr2
|
eb9114406e
|
Change checkmark from being two line decals to being a single decal. (Note: There is a bug with ViewPort PGEX's line clipping.) Fix scrolling navigation for menus where the navigation doesn't reset the actual scrolling. Corrects Issue #37. Added exit ring indicator on minimap. Auto Pause game setting added. Auto Pause behavior changed to only pause on taking damage when the window is not focused. Release Build 8901.
|
8 months ago |
sigonasr2
|
0b25bf1d1b
|
Implemented minimap HUD overlay and included miniature player marker. Rearranged initialization of player animations in loading process. Release Build 8851.
|
8 months ago |
sigonasr2
|
a37a7d41ce
|
Minimap chunk revealing and updating is now stored in user save files. Fix minimap map alignment to match the tile size of the map (The camp has a different base tile size). Release Build 8825.
|
8 months ago |
sigonasr2
|
6dd032c6f6
|
Minimap chunk revealing implemented. Release Build 8781.
|
8 months ago |
sigonasr2
|
205a974a7b
|
Setup chunk data structure and move black minimap outline rendering to the sprite instead of doing it in the decal rendering. Release Build 8767.
|
8 months ago |
sigonasr2
|
f9ffd026a9
|
Switch to storing unique pointers for the monsters list instead of objects. Added a source monster for frog tongues to remain attached to so they follow the monster that they originated from. Release Build 8734.
|
8 months ago |
sigonasr2
|
133dc1a2e0
|
Fix bug with leaving a stage via the pause menu while not having cleared a stage causing the unlock to still occur. Release Build 8656.
|
8 months ago |
sigonasr2
|
92da000b13
|
Added vignette effect when taking damage. Release Build 8614.
|
8 months ago |
sigonasr2
|
2a6f121938
|
gcc needs a float cast for std::min
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
8 months ago |
sigonasr2
|
f47aa88e2e
|
Auto-aim should lead slightly. Auto-retreat should attempt max distance retreat. Release Build 8598.
|
8 months ago |
sigonasr2
|
ecde7d1833
|
Blame Sherman for unlocking areas early. Add more leniency for the far zone on analog sticks to reach max speed quicker. Make auto aim target right on closest instead of max aiming distance. Release Build 8595.
|
8 months ago |
sigonasr2
|
36775982a6
|
Emscripten compatibility fixes.
|
8 months ago |
sigonasr2
|
cd8944db96
|
Finally figured out why "closest target" auto aim was not auto aiming at the actual closest target. Was aiming at the "max aiming point reach" of the closest target. Release Build 8578.
|
8 months ago |
sigonasr2
|
b8790c16b6
|
Added analog controller precision movement for controllers. Fixed bugs with animation system involving movement velocities not being consistent nor updating correctly for up/down directions. New Steam Controller Configurations. Release Build 8577.
|
8 months ago |
sigonasr2
|
5742c03c4f
|
Add class-specific level up achievements. Fix bug with recalculating next levelXP when obtaining multiple levels at once upon stage completion. Release Build 8534.
|
8 months ago |
sigonasr2
|
05abf6c3e9
|
Added emscripten compatiblity fix for all Steam API changes. Fix bug where walking direction took priority over manual aim when using controller aiming. Release Build 8465.
|
8 months ago |
sigonasr2
|
fe52623a17
|
Warrior sword swing now lingers for the entirety of the animation instead of only applying damage immediately on use. Release Build 8451.
|
8 months ago |
sigonasr2
|
19ceff257a
|
Fix lightbar settings, add failsafe retry loading for icons and action button handles when the icons fail to load for reasons. Fix sin wave breathing for lightbar on death screen, misplaced division operation. Release Build 8418.
|
8 months ago |
sigonasr2
|
412a88d294
|
Release builds of the game should hide the debug console by default and instead log to a debugging file. Release Build 8413.
|
8 months ago |
sigonasr2
|
df0d7d680f
|
Add controller lightbar response based on ingame events. Release Build 8399.
|
8 months ago |
sigonasr2
|
1742fa50eb
|
Fix Ranger Charged Shot and Multi Shot animations being overwritten by cast completion state resetting. Release Build 8367.
|
8 months ago |
sigonasr2
|
d442095fde
|
Add Steam input binding groups to tutorial tasks. Release Build 8357.
|
8 months ago |
sigonasr2
|
6ee3518c58
|
All Warrior abilities now cancel casts. Added in a small velocity threshold where the player can regain control via movement after getting bumped around. Release Version 8193.
|
8 months ago |
sigonasr2
|
d21352a633
|
Added low health warning visuals and sound effect. Release Build 8145.
|
9 months ago |
sigonasr2
|
73819416cc
|
Audio casting sound volume did not respect SFX option setting.
|
9 months ago |
sigonasr2
|
8917efbc51
|
Fix having the exact amount of XP not actually leveling you up. Fix strange shadow text clipping for text scaled less than 1.0 vertically. Release Build 8068.
|
9 months ago |
sigonasr2
|
2364176c79
|
Added Yellow Slime jump attack behavior. Release Build 8023.
|
9 months ago |
sigonasr2
|
92ae65270e
|
Prevent precast consumable items (Ex. Bandages) from still being activated when the loadout slot quantity reaches 0. Release Build 7998.
|
9 months ago |
sigonasr2
|
b55dbcb63b
|
Add in hp and atk growth rate displays on level ups. Make increase and decrease buttons disable when the appropriate sell/buy amounts have been reached. Sell inventory count now shows up in the selling window. Add Lock/Unlock input helper display on merchant accessory sell window. Fix missing collision tile in 1-1. Release Build 7992. Patch Version 0.5.
|
9 months ago |
sigonasr2
|
2bf1c74460
|
Fix health display on equipment menu to show max health instead of current health. Fix health values being reduced due to temporary unequips when hovering over items. Release Build 7887.
|
9 months ago |
sigonasr2
|
20a76315cc
|
Fix player starting with no items if they first load another file and then return to the main menu to begin another character. Fix player stats not being reset proper when loading another file and then returning to the main menu and beginning another character. Fix potential infinite XP bar gain loop. Added Return to Map option on level completion screen. Equip Stat labels now show live stats (changes on application of buffs, etc.). Release Build 7886. Patch version 0.4.4.
|
9 months ago |
sigonasr2
|
9afff3a8e5
|
Add slight knockback effect to Warrior's ground slam. Release Build 7885.
|
9 months ago |
sigonasr2
|
a8ec34c12b
|
Remove sold items from equipment slots and loadout slots if they exist there so they no longer linger. Relase Build 7870. Game Version 0.4.2
|
9 months ago |
sigonasr2, Sig, Sigo
|
cbf323da89
|
Story I unlocks from the beginning of the game.
Warrior auto-attack facing direction is now based on attacking direction of target.
|
9 months ago |
sigonasr2
|
f40d196637
|
Internally show censored text, but actual label must return the uncensored text of a TextEntryLabel/MenuLabel. Since emscripten doesn't have multi-threaded audio buffering, we immediately mute on stage load to prevent stuttering / bad noise. Fix HUB being a requirement when it's not a stage that can be unlocked for returning to camp conditions. Release Build 7852.
|
9 months ago |
sigonasr2
|
a803531a4d
|
Mouse auto aim mode no longer occurs if a mouse button is held down but the mouse hasn't moved for 2 or more seconds. Fix bug with background sound not respecting BGM volume during fade-in / fade-out. Fix non-combat sound effects not playing while on the title screen. Combine unused foresty stems for now. Add in follow-directions for defensive abilities when using controller or keyboard inputs as well as an inversion direction flag. These are desirable for the retreat types since aiming defensives towards the target is not what the player prefers. Limited pathfinding frequency for monsters and wizard pathfinding ability. Fixed bug with shared pointer being passed into two separate inventories, causing double item duplication everytime a stackable item was added to the player's inventory. Release Build 7795.
|
9 months ago |
sigonasr2
|
2bd3e370e5
|
Added tutorial tooltips. Release Build 7758.
|
9 months ago |