182 Commits

Author SHA1 Message Date
Quapsel
7d6b7cbf4f slightly increased arena size (1 tile in height) for Chapter 2 Bonus Boss Stage. 2024-05-21 16:42:23 +02: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
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
Quapsel
2f2d286fa4 2_4 added. 2024-05-15 18:09:04 +02:00
Quapsel
b996a39905 2_5 early version added 2024-05-14 15:33:03 +02:00
Quapsel
f921e3951c Boss Stage - Chapter 2 - Bonus Boss 2024-05-10 12:39:57 +02:00
bd14a21793 Setup Hawk AI. Fix Hawk Animations. Added a property to ignore tile collisions for monsters. Add in monster artist name in credits. Release Build 9252. 2024-05-10 01:38:19 -05:00
Quapsel
aa8d6d92ce 2_3 added. 2024-05-06 13:45:38 +02:00
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. 2024-05-05 23:57:02 -05:00
e67a1ba684 Resolve Issue #53. Flipped directional value so monsters face west when their target is west and east when their target is east. Add error checking to detect when a missing monster strategy value is found in MonsterStrategies.txt to prevent potential future game crashes. Fix Turret monster strategy not utilizing shooting animation, replace with new animation duration code. Release Build 9207. 2024-05-04 17:04:50 -05:00
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. 2024-05-04 00:37:03 -05:00
17581cfaf4 Change goblin dagger stab to match new sprite positions and modify animation speeds slightly. Release Build 9180. 2024-05-03 09:38:08 -05:00
264cf998b9 Fix bow goblin reload AI and changing facing direction while aiming at target. Release Build 9174. 2024-05-01 18:50:49 -05:00
c4a3a6f915 Incorporated multi-directional sprites in-game. Included a method to change the current display animation sprite while retaining elapsed frame time information. Release Build 9146. 2024-04-28 21:31:18 -05:00
b9a382855c Merge Quapsel's updates. 2024-04-28 18:01:37 -05:00
33d81125df Change the radius of ranger's auto attack to use pixel units instead of tile units. Remove hardcoded player acceleration on shooting a player arrow. Refactor monster animation system to incorporate custom animations as part of the main set of animations and handle future 4-way directional animations easily. Release Build 9115. 2024-04-28 18:00:13 -05:00
Quapsel
a9bb2c62eb changes at 2_1 & tilepresets. 2024-04-28 19:52:51 +02:00
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. 2024-04-25 18:16:38 -05:00
96a8ba56c8 Update Dagger Goblin template to use a distinct icon in maps. Change all monster tileset paths from maps/Monsters to maps/ (game requires all tilesets placed in there). Added slash behaviors for dagger-wielding goblins. Release Build 9037. 2024-04-24 00:47:16 -05:00
c03f87aefd Goblin Dagger AI basic behaviors implemented. Release Build 9027. 2024-04-21 19:22:01 -05:00
Quapsel
578011d394 2_2 added. 2024-04-19 13:52:06 +02:00
ed0d5e2507 Boar test behaviors and general AI implemented. Release Build 8958. 2024-04-17 00:30:20 -05:00
a28f0706b3 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-04-15 20:58:53 -05:00
7330697806 First half of Boar AI completed. 2024-04-15 20:58:51 -05:00
Quapsel
2da1e111f5 added wall for start of 1_4. 2024-04-15 11:08:47 +02:00
483fe6b32d Include monster info for Goblin Boar Riders. Add copies of sprite for basic 4-animation tilesheet setup. Add in test spawn zone for 2-1. Release Build 8947. 2024-04-15 00:24:15 -05:00
05439de383 Add back in 2-1 and missing level entry and world map entry for 2-1 access. Added placeholder sprites and spawn templates for all chapter 2 enemies. 2024-04-15 00:14:11 -05:00
171cc49d46 Add back in connections for Chapter 2. 2024-04-14 23:25:23 -05:00
4557138662 Modified TMX Parser to read new map spawn format. Fix missing spawns. Added errors when spawns are missing from a monster. 2024-04-14 23:16:54 -05:00
1d1c12004e Updated all maps to utilize monster template system. 2024-04-14 21:36:48 -05:00
97030dd38f Upstream merge with master branch to update all chapter 1 levels to include boundaries on the stages. 2024-04-14 14:12:00 -05:00
5b35ca5c52 Remove Infinite Map setting from 1-B1 and 2-1 2024-04-13 15:53:01 -05:00
3215414e11 1-5. Fix a missed tile near waterfall area. 2024-04-13 11:34:45 -05:00
Quapsel
f899995c49 added Walls at beginning and end of every Map. 2024-04-12 18:39:51 +02:00
2b2ce710e0 World map should connect to 2-1. Rebuilt executable with latest files. Release Build 8817. 2024-04-11 11:30:11 -05:00
5494ab26e8 Downstream merge from demo branch. Fixes Steam crash when Steam is not installed. 2024-04-11 11:27:39 -05:00
Quapsel
468bf9e4b6 small Tileset change for map start/end 2024-04-11 16:25:12 +02:00
a81169cd7f Color mode sampling on tiles to determine minimap colors. Release Build 8703. 2024-04-02 21:14:19 -05:00
Nic0Nic0Nii
5773b5e95b Upstream Merge branch 'demo' 2024-04-02 13:20:06 +00:00
5cc7139025 Address Issue#45. Pressing opposite movement keys now properly stops animation. Movement with analog stick now properly sets last moved direction key as well instead of facing last digital input direction. Velocity is now applied and footsteps factor in total velocity before playing. Fixed a bug where the game could be closed by the player during a file save, causing the hash of the file to potentially become corrupted and unplayable. Fix some tiles at the end of 1-1 to match the underlying color of the surrounding forest. Removed erroneous upwards path from base camp on the world map. Release Build 8630. 2024-04-01 16:26:46 -05:00
21b6334a2a Fix staircase tile settings being incorrect, added small collision lining on standalone staircase tiles. Implement Chapter 2 level setups. Release Build 8601. 2024-03-31 14:02:49 -05:00
Quapsel
0e9d1b391d Details added to Chapter 2 Presets & v1 of 2_1 finished. 2024-03-31 13:41:36 +02:00
Quapsel
2c29912a3a start of 2_1 & some more basic shapes for the chapter 2 presets. 2024-03-30 13:20:34 +01:00
047819d548 Switch monster kill count tracking to use steam stats progress tracking. Release Build 8551. 2024-03-29 15:47:36 -05:00
e3f79e6965 Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530. 2024-03-29 06:00:03 -05:00
64a52d6910 Prep Time Trial system structure. Release Build 8492. 2024-03-27 19:08:38 -05:00
6258925932 Add in new base camp music and events. Added 3 unlock tiers for the base camp music progression. Release Build 8476. 2024-03-27 00:58:10 -05:00
2c799d5ef6 Add in Steam Rich Presence. Fix Display names of stage plates to be consistent with original naming conventions. Release Build 8226. 2024-03-22 01:32:16 -05:00