|
d27009efa3
|
Implemented centroid and signed_area functions to the geom2d util. Just a bunch of maths, I don't know why it works. Release Build 9683.
|
2024-06-20 18:01:44 -05:00 |
|
|
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.
|
2024-06-06 03:42:23 -05: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 |
|
|
a803531a4d
|
Mouse auto aim mode no longer occurs if a mouse button is held down but the mouse hasn't moved for 2 or more seconds. Fix bug with background sound not respecting BGM volume during fade-in / fade-out. Fix non-combat sound effects not playing while on the title screen. Combine unused foresty stems for now. Add in follow-directions for defensive abilities when using controller or keyboard inputs as well as an inversion direction flag. These are desirable for the retreat types since aiming defensives towards the target is not what the player prefers. Limited pathfinding frequency for monsters and wizard pathfinding ability. Fixed bug with shared pointer being passed into two separate inventories, causing double item duplication everytime a stackable item was added to the player's inventory. Release Build 7795.
|
2024-02-28 23:09:55 -06:00 |
|
|
60df8f0510
|
Add disabling of return to camp button when already at the camp or the camp has yet to be unlocked. Release Build 7644.
|
2024-02-27 04:01:05 -06:00 |
|
Nic0Nic0Nii
|
1f244777c9
|
Add in ability to redefine keybinds. Keybinds currently do not translate to actual key controls (?) Replaced all 2023 copyright references with 2024, fix copyright symbols.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
|
2024-02-06 20:57:22 +00:00 |
|
|
db9c35f813
|
Wolf behavior implemented. Fixed facing direction behavior for AI scripts.
|
2024-01-14 16:23:31 -06:00 |
|
|
1655fe7b51
|
Frog animations setup. Frog tongue bullet setup.
|
2024-01-12 11:51:07 -06:00 |
|
|
2c54e9a9c7
|
Monsters get a 1-second cooldown on collision to avoid overwhelming the player through constant charging. Remove extra A* nodes that are not required during map loading. Reversed the surround sound directions so stuff on the right is heard from the right channel, and stuff on the left is heard from the left channel. Fix lerp function in olcPGEX geometry util.
|
2024-01-12 09:56:49 -06:00 |
|
|
6d11eb5048
|
Update to geom2d 2.0 util
|
2024-01-10 17:49:24 -06:00 |
|
|
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.
|
2024-01-04 05:21:56 -06:00 |
|