|
c0e813ca97
|
Escape the backticks so they aren't interpreted when outputting the runGame.sh file for Linux.
|
2024-05-30 21:07:04 -05:00 |
|
|
0b84e69709
|
Flip argn and args in main function (to properly correspond to the main prototype).
|
2024-05-30 21:07:02 -05:00 |
|
|
b46350ac78
|
Move get_Command_line_args function into WIN32 define macro (to allow building on Linux).
|
2024-05-30 21:06:56 -05:00 |
|
|
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.
|
2024-05-30 21:06:40 -05:00 |
|
|
71466f2b97
|
Implement Rendering fixes (Infinite iterator bugs) from demo fixes. Release Build 9509.
|
2024-05-30 21:02:37 -05:00 |
|
|
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.
|
2024-05-30 18:01:38 -05:00 |
|
|
25a2879929
|
Add player projectile auto attack flag to identify bullets for wind affecting. Release Build 9497.
|
2024-05-30 10:42:47 -05:00 |
|
|
36a7ceb26e
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
|
2024-05-30 09:44:51 -05:00 |
|
|
6016316503
|
Add player velocity adjustment function. Add Wind attack functionality for second bonus boss. Add overlay ease-in transparency. Release Build 9494.
|
2024-05-30 09:44:49 -05:00 |
|
Quapsel
|
9cf84b94cf
|
Missing Chapter 2 stages added.
|
2024-05-30 14:45:24 +02:00 |
|
|
831901cc08
|
Tuned wind streak spawns and settings. Good to go. Release Build 9491.
|
2024-05-29 17:15:03 -05:00 |
|
|
e83515e6a0
|
Setup wind debris random variables. On the Overworld map selection, the currently selected stage now shows the selection cursor when the mouse cursor is not hovering over another stage to better indicate what stage you are looking at. Release Build 9486.
|
2024-05-29 14:05:49 -05:00 |
|
|
563471f7e8
|
Fix accidental removal of knockback reduction for Warriors while blocking. Also add in knockup reduction for Warrior block. Release Build 9484.
|
2024-05-29 09:06:13 -05:00 |
|
|
fb6e47fbfa
|
Simplify fade in and fade out bullet code. Remove unnecessary variables. Release Build 9483.
|
2024-05-29 08:48:25 -05:00 |
|
|
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.
|
2024-05-29 04:03:49 -05:00 |
|
|
32c0052971
|
Move fadeouttimer for bullets to be private scope. Account for hits multiple flag for bullets that strike a player and adds them to the hit list. Coincidentally, this need also address Issue #17. Fix a bug with multi-hit bullets not applying additional hit effects to monsters. Tornado Attack Implemented. Release Build 9473.
|
2024-05-29 01:42:11 -05:00 |
|
|
7cf8c0b138
|
Bullet fade in timer effects added. Added Tornado rings for second bonus boss. Release Build 9455.
|
2024-05-28 11:25:24 -05:00 |
|
|
b7372ec283
|
Define tornado bullet type and attack. Release Build 9451.
|
2024-05-28 01:26:10 -05:00 |
|
|
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.
|
2024-05-27 15:45:22 -05:00 |
|
|
bea3d5b6ee
|
Setup Zephy AI phases. Added slight recoil when monsters take damage. Release Build 9434.
|
2024-05-27 04:12:00 -05:00 |
|
|
1169630459
|
Indentation and fix includes for macros in Error.h Release Build 9427.
|
2024-05-27 03:08:41 -05:00 |
|
|
e4215d108d
|
Merge with master.
|
2024-05-24 20:53:19 -05:00 |
|
|
81776a2c4e
|
Cherry pick health % not being applied bug from commit 94c3125e73 into master branch. Release Build 9424.
|
2024-05-24 20:52:24 -05:00 |
|
|
89c920d8e7
|
Fix bug with Health % item stats/set effects not being applied to the player. Release Build 9424.
|
2024-05-24 20:47:52 -05:00 |
|
|
3ed876aa91
|
Add missing boss indicator to Ursule and fix Ursule's overlay sprite being mirrored to its main sprite. Fix Ursule facing direction not updating correctly before charging. Release Build 9416.
|
2024-05-24 14:03:02 -05:00 |
|
|
e4317384af
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
|
2024-05-24 13:48:41 -05:00 |
|
|
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.
|
2024-05-24 13:48:39 -05:00 |
|
Quapsel
|
8f346d724d
|
early version for 2_8 added.
|
2024-05-24 17:13:44 +02:00 |
|
|
9e9f46f461
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
|
2024-05-22 09:12:36 -05:00 |
|
|
3e4a1c53ac
|
Make 4-way directional facing directions updating a bit more lenient. Framework for boss arrow indicators when bosses go off-screen. Release Build 9382.
|
2024-05-22 09:12:35 -05:00 |
|
Quapsel
|
7d6b7cbf4f
|
slightly increased arena size (1 tile in height) for Chapter 2 Bonus Boss Stage.
|
2024-05-21 16:42:23 +02:00 |
|
|
4fcc5db4af
|
Fix Major Hawk AI transition not working properly when only one remains. Release Build 9381.
|
2024-05-21 05:13:20 -05:00 |
|
|
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.
|
2024-05-21 05:05:02 -05:00 |
|
|
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.
|
2024-05-20 17:34:16 -05:00 |
|
|
d6409f4604
|
Setup framework and stats for Major Hawk and Bonus Chapter 2 Boss. Add in override Hawk strategy behaviors for Major Hawk strategy. Release Build 9353.
|
2024-05-20 09:16:23 -05:00 |
|
|
5361525b70
|
Fix new maps having embedded tilesets (unsupported feature). Add in new overworld stage connections to new maps. Slightly randomize stone elemental attack cycles to vary their attack timings. Release Build 9352.
|
2024-05-20 06:22:31 -05:00 |
|
|
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.
|
2024-05-19 23:22:39 -05:00 |
|
|
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.
|
2024-05-18 05:04:52 -05:00 |
|
|
9a9cbe765e
|
Added casting spell circle graphic and AI for Stone Elemental Stone Pillar Attack. Added Stone Elemental configuration parameters. Release Build 9283.
|
2024-05-16 02:14:54 -05:00 |
|
|
7ff1c60d94
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
|
2024-05-16 01:09:46 -05:00 |
|
|
ad04f89526
|
Change Bullet collision function name to make more sense. Implement collision radius property with a default value when unspecified, and allow setting to custom values individually from the size of the monster. Release Build 9272.
|
2024-05-16 01:09:44 -05:00 |
|
Quapsel
|
2f2d286fa4
|
2_4 added.
|
2024-05-15 18:09:04 +02:00 |
|
|
dce39df412
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
|
2024-05-14 10:12:11 -05:00 |
|
|
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.
|
2024-05-14 10:12:09 -05:00 |
|
Quapsel
|
b996a39905
|
2_5 early version added
|
2024-05-14 15:33:03 +02:00 |
|
|
3c23cc774f
|
Adjust fade effect so monsters are unaffected while on the title screen. Add in Stone Pillar graphic and setup stone pillar monster/sprite data. Release Build 9270.
|
2024-05-13 22:02:54 -05:00 |
|
|
8fa1a72fad
|
Setup Stone Elemental AI framework. Fix spritesheet alignment for certain animations. Setup animation data. Added casting animations.
|
2024-05-13 12:05:57 -05:00 |
|
|
71f7363c4e
|
Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria
|
2024-05-12 18:21:06 -05:00 |
|
|
1dc1447fbf
|
Add transparency effect for mismatching Z axis for bullets/monsters or if the player has iframes. Release Build 9266.
|
2024-05-12 18:21:04 -05:00 |
|
Quapsel
|
f921e3951c
|
Boss Stage - Chapter 2 - Bonus Boss
|
2024-05-10 12:39:57 +02:00 |
|