sigonasr2
|
1bb0ceb096
|
Add monster entries and animations for Giant Octopus boss and Octopus Arm. Release Build 11756.
|
1 month ago |
sigonasr2
|
2f441f76b7
|
Implement missing SetAbility4 function stub. Add HasBuff function to both the Player and Monster classes. Implemented Giant Crab AI. 219/219 tests passing. Release Build 11710.
|
2 months ago |
sigonasr2
|
90d9bc86b1
|
Add in templates, strategies, and setup for Chapter 3 monsters. Fix tile collisions on Chapter 3 tiles. Release Build 11595.
|
2 months ago |
sigonasr2
|
efcd3f0bf8
|
Add Chapter 2 boss AI setup. Add Chapter 2 Boss Monster Entry. Add Boss Pillar Monster Entry. Setup Breaking Pillar Monster Strategy. Release Build 9554.
|
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
|
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.
|
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
|
c3f2620d5d
|
Add bomb explosion sound effect. Fix bug with the player getting knocked back whenever a monster's proximity knockback function is called. Release Build 9247.
|
7 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
|
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.
|
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
|
2fed323770
|
Setup framework for the goblin boar rider.
|
7 months ago |
sigonasr2
|
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.
|
7 months ago |
sigonasr2
|
270d70a387
|
Goblin (Dagger) dagger stab attack implemented. Release Build 9033.
|
7 months ago |
sigonasr2
|
c03f87aefd
|
Goblin Dagger AI basic behaviors implemented. Release Build 9027.
|
7 months ago |
sigonasr2
|
7330697806
|
First half of Boar AI completed.
|
8 months ago |
Nic0Nic0Nii
|
8149db260b
|
Update copyright 2024 for FreeType. Equipment can now have an initial crafting cost. RowItemDisplays will have a craftable and upgradeable tag.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
10 months ago |
sigonasr2
|
dcabc05702
|
Creating a new character in the desktop build is now fixed. Added NPC interact functionality.
|
10 months ago |
sigonasr2
|
ebf7fcf395
|
Added NPC structures and new NPCs to the hub map.
|
10 months ago |
sigonasr2
|
7705a64624
|
Fix bullet patterns, add transition sound effect. Fix bug involving accidental multi-hit bullets.
|
10 months ago |
sigonasr2
|
4d3b3b4930
|
Phase 1 and 2 implemented.
|
10 months ago |
sigonasr2
|
07139f06b7
|
Release build 6277. Fix second boss script not being loaded properly.
|
10 months ago |
sigonasr2
|
3e2bd6feb6
|
Add bear sprite and bear strategy framework.
|
11 months ago |
sigonasr2
|
acaf1bc3bf
|
Attack recovery time on frogs were being ignored. Made move speed stats implementations consistent across both monsters and players. Added shooting sound effects. Begin wolf behavior implementation.
|
11 months ago |
sigonasr2
|
e8d2ec9e9d
|
Frog behavior implemented.
|
11 months ago |
sigonasr2
|
62a2119ab2
|
Initial frog behavior aiming implemented.
|
11 months ago |
sigonasr2
|
296ea1f2e6
|
Updated all references of Crawler project to now reference Adventures in Lestoria. Fixed a loading bug with the current connection point buttons and information not updating upon loading into the overworld map. Fix component count initialization bug (On Linux and Emscripten builds the component count would start uninitialized and would result in poor depth ordering sometimes.
|
11 months ago |
sigonasr2
|
8c986f17db
|
Remove 2018 references for copyrighted files of my origin.
|
11 months ago |
sigonasr2
|
fa7dfb601f
|
Add game title images, replace all 2023 copyright notices with 2024 copyright notices.
|
11 months ago |
sigonasr2
|
fcb3ee87fd
|
Remove magic number IDs from Monsters and use display names as the key names. Fixed all references to numerical IDs in code. Refreshed all game maps so the monster name enums export as name strings instead of numbers.
|
11 months ago |
sigonasr2
|
455dd3a818
|
Converted all Monster Strategy IDs to using strings instead of magic numbers, removed magic numbering system from configs.
|
11 months ago |
sigonasr2
|
2af830d400
|
FreeType license (required for PGEX_TTF) included in all license notices. Setup project with freetype libraries and includes. Added gamepad PGEX for future gamepad support.
|
1 year ago |
sigonasr2
|
e4fae723c9
|
Fix up warnings (mostly loss of data cast warnings). When an ability gets interrupted, the key is required to be depressed before another cast attempt can be made. Added collision layer tiles to a few tiles in 1-1 due to ability to walk out-of-bounds.
|
1 year ago |
sigonasr2
|
3ff558d44e
|
Added pragma regions to all license comment fields in files and collapsed them.
|
1 year ago |
sigonasr2
|
2bf45dacef
|
It's 2023 btw
|
1 year ago |
sigonasr2
|
dd531d1fd7
|
Apply OLC-3 License to all source files.
|
1 year ago |
sigonasr2
|
de04905983
|
Phase 4 implemented.
|
1 year ago |
sigonasr2
|
c75e56d642
|
Setup King Slime encounter, Boss room map setup with spawn and player, made non-infinite. Implemented enemy iframes and added phase framework for the boss.
|
1 year ago |
Nic0Nic0Nii
|
c8dba733d0
|
Added in config parameters for slime king
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
1 year ago |
sigonasr2
|
6cfb40d642
|
Add custom monster strategy properties for monster config files.
|
1 year ago |
sigonasr2
|
6a12a45cb2
|
Moved all enemy reading over to purely using config files. Removed all enemy enum dependencies. Removed bugs involving loading infinite maps by accident.
|
1 year ago |