Commit Graph

1179 Commits (cb35d2c1fa8af5c13c213e08e79a8f905ec8663b)
 

Author SHA1 Message Date
sigonasr2 cb35d2c1fa 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. 7 months ago
sigonasr2 beb1bdfc79 Make Goblin Boar Rider sprite a bit more sensible. Mounted monster animations now properly update. Release Build 9200. 7 months ago
sigonasr2 5c7e5a3ab3 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 c83f84f29c Setup framework for the goblin boar rider. 7 months ago
sigonasr2 3051422383 Change goblin dagger stab to match new sprite positions and modify animation speeds slightly. Release Build 9180. 7 months ago
sigonasr2 cc3a95094a Update knockback logic and formula again. Release Build 9177. 7 months ago
sigonasr2 365d66098e Prevent monster facing directions from changing so rapidly and only allow directional changes when enough directional change has been reached for less choppy facing animations. Release Build 9176. 7 months ago
sigonasr2 253bbc610e Adjust all monster tilesets and presets with new sprites. 7 months ago
sigonasr2 8827d1ca4e Fix bow goblin reload AI and changing facing direction while aiming at target. Release Build 9174. 7 months ago
sigonasr2 7375d37d99 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 280a321abb 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 8a18e0bbaf Include animation gifs in repo. 7 months ago
sigonasr2 dbe52a2a4a 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. 7 months ago
sigonasr2 16c52bf397 olcUTIL_DataFile now properly parses out comments when using GetOrderedKeys(). Fixed monster animations not being read from the configuration file in the correct order. Release Build 9126. 7 months ago
sigonasr2 70906d5594 Fix crash when the game attempts to spawn item drops. Release Build 9125. 7 months ago
sigonasr2 f3f91f560e Merge Quapsel's updates. 7 months ago
sigonasr2 cdda8c9a99 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. 7 months ago
Quapsel b9f64982f8 changes at 2_1 & tilepresets. 7 months ago
sigonasr2 76c1396fec 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 00b18355c1 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. 7 months ago
sigonasr2 6b6bdf741b Add slight knockback effect on goblin dagger stabs. Release Build 9035. 7 months ago
sigonasr2 c37d52d186 Goblin (Dagger) dagger stab attack implemented. Release Build 9033. 7 months ago
sigonasr2 7320fe9348 Goblin Dagger AI basic behaviors implemented. Release Build 9027. 7 months ago
sigonasr2 e294c56c32 Change trim function on Visual Novel. 7 months ago
sigonasr2 69ee9ce5be Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 7 months ago
sigonasr2 d40ab48e78 Use smaller images for class character/visual novel sprites. Release Build 9020. 7 months ago
Quapsel 392afbb8be 2_2 added. 7 months ago
sigonasr2 f2c18a76a1 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 5912efeb4f Enforce const-ness across tilesets to ensure copies and writes are explicitly allowed. Release Build 8990. 7 months ago
sigonasr2 045e10b888 Fix backpedal logic to use move run towards strategy instead. Attacked by Player trigger added. 7 months ago
sigonasr2 adb35f2ce5 Boar test behaviors and general AI implemented. Release Build 8958. 7 months ago
sigonasr2 119efab573 Add animation utilities for getting current animation frame index and total animation duration. 7 months ago
sigonasr2 016251fde3 Merge upstream with demo branch. 8 months ago
sigonasr2 f5acd59b5b 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 42aab4b5e9 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 8 months ago
sigonasr2 4fb84cf365 First half of Boar AI completed. 8 months ago
Quapsel 9d0dfe9562 added exp values for new Monsters. 8 months ago
Quapsel f10f3a0fe4 added wall for start of 1_4. 8 months ago
sigonasr2 ec83c6351a 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. 8 months ago
sigonasr2 95c43b06b0 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. 8 months ago
sigonasr2 236b212eab Add back in connections for Chapter 2. 8 months ago
sigonasr2 a88b0b810b 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 d10127b721 Updated all maps to utilize monster template system. 8 months ago
sigonasr2 35acba879e Patch 1.2 8 months ago
sigonasr2 50515c515c Implement visual novel Wizard player character. Change displayed character image based on class selection. Change image for display on Equip and class info window for the Wizard. Release Build 8925. 8 months ago
sigonasr2 f769a77e42 Character art is now handled differently in visual novels to incorporate character art of any width. Release Build 8923. 8 months ago
sigonasr2 bdf126820a Add in breadcrumb re-exploration for minimaps. Release Build 8921. 8 months ago
sigonasr2 e0aea34a43 Upstream merge with master branch to update all chapter 1 levels to include boundaries on the stages. 8 months ago
sigonasr2 512c46ea8a Implement map tile repeating factors and implement animated blocked off map region animation frames. Release Build 8917. 8 months ago
sigonasr2 4c8a251e33 Minimap shadow ring implemented. Release Build 8904. 8 months ago