sigonasr2
|
bc27f18178
|
Add a distinct sound effect when Hidden Dagger hits a target. Deadly Dash's sound effect updated with a harder hitting sound. Add iframes at the end of Deadly Dash's attack. Footstep playing code now moved into its own function. Appropriate footstep sound plays while Roll is performed. Release Build 10116.
|
4 months ago |
NicoNicoNii
|
00bb4fd22a
|
Deadly Dash directional fix + Additive Blending toggle.
|
4 months ago |
sigonasr2
|
c62f24cdcd
|
Add in Deadly Dash state. Change zoom out effect to zoom in when loading into a map. Dramatically decrease effect, too much motion sickness. Add deadly dash animation state. Release Build 10109.
|
4 months ago |
sigonasr2
|
1f1d714dd1
|
Added shine effect to engine for upcoming Deadly Dash effect. Release Build 10097.
|
4 months ago |
sigonasr2
|
6620dbe1b4
|
Add in zoom targeting and ease-in functions for the camera system. Release Build 10094.
|
4 months ago |
sigonasr2
|
0927e57438
|
Add Thief Roll Ability. Release Build 10093.
|
4 months ago |
sigonasr2
|
aaea75c6c6
|
Added Item Tests file. Added a check to make sure item loadout slot is not blank when attempting to use the item loadout slot. 95/95 tests passing. Release Build 9944.
|
5 months ago |
sigonasr2
|
e57f281ac4
|
Add tests for CDR checking. Move Game State initialize change to Main Menu into the actual initialization function instead of hiding inside the Game State's Initialize function. 78/78 tests passing.
|
5 months ago |
sigonasr2
|
dba8ee124d
|
Add a proximity knockback overload function that handles hurt list target types instead. Make large stone toss knockback only apply to targets actually hit. Release Build 9837.
|
5 months ago |
sigonasr2
|
c879cafe1e
|
Targets already in the air should not be knocked back. Fix image loading dependencies internally within the engine so they work even during unit testing. Rearrange some item initializing functions to occur after the GFX map is reset so all graphics are loaded properly. Release Build 9835.
|
5 months ago |
sigonasr2
|
b617120867
|
Implement unit tests for the project. Fix Display Name bug (found in InternalNameCheck unit test). Add Monster Unit Tests.
|
5 months ago |
sigonasr2
|
9b9ba195f1
|
Chapter 2 Boss shockwave safe spot location indicators added.
|
5 months ago |
sigonasr2
|
053e2ba724
|
Only adjust DPS boss damage counter for monsters spawned and considered part of the boss fight. Add in ability for attacks to deal true damage. Change hurt function to handle a True Damage Flag. Stone Throw now breaks pillars it hits. Release Build 9675.
|
5 months ago |
sigonasr2
|
a66edefc19
|
Fix distance check mismatch with actual hurt range of the large stone toss. Knockback collisions now match the Hurt collisions. Add a universal knockback function. Release Build 9659.
|
5 months ago |
sigonasr2
|
9f88460c0e
|
Add RepeatingSoundEffect class to allow easy creation and handling of looping sound effects ingame. Add rock breaking, rock toss cast, pillar rise, dig sound effects. Fix typo on Hawk Feather item description key name. Placeholder item icons added. Add sound effects to Stone Elemental's attacks. Release Build 9656.
|
5 months ago |
sigonasr2
|
c02d6cdb47
|
Create a SpellCircle effect to consolidate the two separate effects. Add a type identifier system for Effects. Finish spawn pillar phase of second chapter boss. Fix bug with the boss display info still appearing despite no longer being in a boss stage if the player leaves a boss level before the text has expired. Release Build 9622.
|
6 months ago |
sigonasr2
|
b06199efe0
|
Setup second chapter boss spawn group, template, and map. Fix issues with being able to click stage plates that were hidden behind the menu or off-screen. Fix crash when item drops spawn in a certain position. Release Build 9585.
|
6 months ago |
sigonasr2
|
d9b8c2bc77
|
Remove test code for stage overlay mask implementation. Release Build 9574.
|
6 months ago |
sigonasr2
|
346f264c9d
|
Add middle() function for polygons in geometry util. Restructure stage mask overlays to be part of the stage mask polygon class. Reproduce sample using new class. Release Build 9572.
|
6 months ago |
sigonasr2
|
9c17b3b649
|
Split up implementation of Pixel from the header file so that the entire pixel game engine header isn't required for Pixels. [WIP] Stage Mask polygon and overlay structures setup.
AreaHighlightTest branch.
|
6 months ago |
sigonasr2
|
27d0e16a94
|
AreaHighlightTest branch created. Added test code for highlighting arbitrary areas via polygons within a map using optimization map rendering. Release Build 9561.
|
6 months ago |
sigonasr2
|
6be3e5e83d
|
Fix bug involving lingering tornado attack. Reduce size of boss arena so item drops and the end zone ring spawn within player reachable locations. Made item drop locations respect boss arenas. Added mid phase for 2nd chapter bonus boss. Fix boss indicator appearing when no boss is present. Release Build 9534.
|
6 months ago |
sigonasr2
|
78d2234ccc
|
Refactor manual typing of HP Ratios with an HP Ratio function for the monster and player classes. Release Build 9524.
|
6 months ago |
sigonasr2
|
59dcde475a
|
Fix a bug where hp recovery when at full health still applied passive hp recovery effects. Fix bug with volume transitions not respecting the user's set volume controls when adjusting audio events. Add debris spawning for second bonus boss. Release Build 9522.
|
6 months ago |
sigonasr2
|
e4e1a42fc1
|
On death, Chapter 2 bonus boss clears the wind and overlay if it was in the middle of that attack. Wind speed gets reset when casting timer ends. Add an extra layer to bullet rendering so there is some consistency with rendering even when bullet Draws are overriden. Fix bug w/opening debug.log file once the AiL class has been initialized. Double the iframe time from getting hit by a tornado to prevent double-hits. Setup wind debris projectiles. Release Build 9515.
|
6 months ago |
sigonasr2
|
0b84e69709
|
Flip argn and args in main function (to properly correspond to the main prototype).
|
6 months ago |
sigonasr2
|
b46350ac78
|
Move get_Command_line_args function into WIN32 define macro (to allow building on Linux).
|
6 months ago |
sigonasr2
|
764fdfb06d
|
Fix redistribution scripts and Linux scripts. Linux scripts now detect if Steam is installed and if the game properly initializes with steam. If it does not, it will restart itself to run in nosteam mode. Added the ability to read command line arguments into the game. Release Build 9441.
|
6 months ago |
sigonasr2
|
71466f2b97
|
Implement Rendering fixes (Infinite iterator bugs) from demo fixes. Release Build 9509.
|
6 months ago |
sigonasr2
|
46ee54d7c5
|
Fix bug with double rendering. Not using iterator marker to determine what else to draw. Fix bug with maximum health not healing to maximum when health is affected by Health %. Refactored wind speed to be a global value within the game's engine. Included speed reduction properties for wind when warrior blocks. Include projectiles/player being affected by wind and casting to be allowed when pushed by wind. Release Build 9507.
|
6 months ago |
sigonasr2
|
3c47cb908e
|
Added an overlay control class. Optimize and rearrange rendering order of bullets and effects such that all bullets now appear above monsters. Fix a bug involving some objects that are supposed to appear behind the player end up in front when they are aligned on the same tile row. Preparations for wind attack. Release Build 9482.
|
6 months ago |
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
|
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
|
a39551c356
|
Change monster data image storing to use an unordered_map instead. Create an optional display name for monsters to use when monster data is being generated to allow for name overrides while retaining unique monster types. Added No XP variant of Hawks. Setup Chapter 2 Bonus Boss spawn. Release Build 9362.
|
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
|
3e68c9ac9e
|
Update Stone Pillar graphic. Update Stone Pillar Monster data. Include a do nothing strategy. Implement immovable property for monsters. Implement Invulnerable property for monsters. Implement lifetime property for monsters. Include a fadeout timer for when the lifetime expires. Implement capability for monsters to be deleted from the map. Release Build 9271.
|
7 months ago |
sigonasr2
|
3fafcd39f3
|
Implement mounted monster behavior and animations that run separately from the main monster itself. Added Goblin Boar Rider AI and Goblin Bow (while on Boar Rider) AI. Added spawn of submonster on death of main mounted monster. Release Build 9199.
|
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
|
593180c730
|
Fix player spawn locations being a whole tile off. Change map background scrolling to not be fixed, but to utilize the entire image across the span of a map. Add a foreground background layer to provide 2 potential parallax backgrounds. Release Build 9091.
|
7 months ago |
sigonasr2
|
e40f7dccd5
|
Use smaller images for class character/visual novel sprites. Release Build 9020.
|
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
|
64dc8bcf10
|
Enforce const-ness across tilesets to ensure copies and writes are explicitly allowed. Release Build 8990.
|
7 months ago |
sigonasr2
|
ed0d5e2507
|
Boar test behaviors and general AI implemented. Release Build 8958.
|
7 months ago |
sigonasr2
|
54c36d61fa
|
Controller vibrations should all be halted during the death screen and reset (as a failsafe) when reloading a stage. Release Build 8947.
|
8 months ago |
sigonasr2
|
4557138662
|
Modified TMX Parser to read new map spawn format. Fix missing spawns. Added errors when spawns are missing from a monster.
|
8 months ago |
sigonasr2
|
188f2f28b2
|
Implement map tile repeating factors and implement animated blocked off map region animation frames. Release Build 8917.
|
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
|
3c65db545d
|
When the game loses focus, the game will autopause during exploration. Release Build 8879.
|
8 months ago |