139 Commits

Author SHA1 Message Date
30a79cc307 Upon level completion, update Discord status and randomize the traveling merchant. 2024-01-30 00:15:16 -06:00
ebf7fcf395 Added NPC structures and new NPCs to the hub map. 2024-01-29 00:27:16 -06:00
51e838de24 Items should be unuseable in the hub area. Reset ability cooldowns at the start of a stage. 2024-01-28 21:32:49 -06:00
5c83a41a86 Refactored Map Data access so that other locations in code no longer had write abilities to the map data. Changed permanent exit zone spawning to a temporary. Fix equipment items being duplicated due to sorted inventory not being in sync with actual inventory. 2024-01-28 19:39:01 -06:00
7162b151e4 Button clicks for offline/online character buttons. Added campfire sound effect. Added tile collisions to hub. Added NPC spawn points, setup NPC objects, added NPC sprites, setup event flags on map. 2024-01-27 13:55:00 -06:00
Nic0Nic0Nii
4f6d9b09e3 Add Settings menu and an Unlocck All button
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-26 15:29:42 +00:00
e7760bcf97 Wisp Hitbox Radius added as an adjustable second boss script property. Release build 6381. 2024-01-26 01:11:40 -06:00
4d3b3b4930 Phase 1 and 2 implemented. 2024-01-24 19:50:53 -06:00
0db3dc4424 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-01-23 23:04:31 -06:00
934019e84e Add dynamic color and incrementing/decrementing counters for health/mana. 2024-01-23 23:04:29 -06:00
Nic0Nic0Nii
1490b2b9f9 Fix cmake for emscripten, do not include discord files. Add in second boss config preparations
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-01-23 16:37:50 +00:00
b8da4fbbbe Fixed missing operator= for the InputEngageGroup class. Add scaling damage number size based on relative damage multiplier. Release build 6264. 2024-01-22 18:49:40 -06:00
553baa5945 Changed reflection code to slightly account for rotations. 2024-01-22 04:36:49 -06:00
37fb379df9 Update to release build 6238. 2024-01-22 03:09:50 -06:00
c021c531f7 Added stage loot to levels configuration, and implemented stage loot upon level completion. 2024-01-22 03:07:49 -06:00
8a1689cb07 Added visited connection point alerts to stage plates. Removed save on window close (Deciding that saving the game at smart locations when the game is in a known good state is a better idea). Player XP config fixed. 2024-01-22 02:40:26 -06:00
d6a44c149d Wolves changed to Windhounds. 2024-01-22 01:48:22 -06:00
7c87766bc5 Update release build to version 6216. 2024-01-22 00:13:31 -06:00
0e4dbfd9f7 Add in arrow indicators for accessible locations on the overworld stage map. Move saving of the game to overworld map state change event. 2024-01-21 23:49:40 -06:00
64422e4a24 Auto-aim implemented for controller/keyboard gameplay. 2024-01-21 21:33:21 -06:00
ad05279ae7 Analog scrolling menu implementation completed. 2024-01-19 18:53:51 -06:00
df10dc43a8 Auto targeting a component when navigating/selecting in a ScrollableWindowComponent using gamepad/keyboard controls. Added analog stick navigation to load file menu. 2024-01-19 15:09:59 -06:00
7cf44b2462 Added infinite and nan checks for positions. 2024-01-19 01:44:50 -06:00
c972b33c56 Make lastActiveMousePos static for menus so the mouse cursor doesn't get detected as "moved" everytime we open a new menu. Fixed compile issues for various aspects of gamepad menu opening. Finished interpreting all combinations of setting up buttons and navigation. 2024-01-17 19:32:51 -06:00
3ff1ff0b04 Fix menu hovering causing selection on menus to be messed up in mouse navigation mode. 2024-01-16 22:30:10 -06:00
cbb277cab2 Add in structures to deal with custom menu navigation setups. 2024-01-16 20:14:43 -06:00
c0ae0697b7 Move to smart pointers for menu component system. 2024-01-16 00:20:30 -06:00
cfd3be4f13 Changes to bear sprite. 2024-01-15 17:22:42 -06:00
c4ee2608f2 Added basic controller keybind support. 2024-01-15 02:50:20 -06:00
db9c35f813 Wolf behavior implemented. Fixed facing direction behavior for AI scripts. 2024-01-14 16:23:31 -06:00
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. 2024-01-14 12:53:40 -06:00
803e2caf23 Fix title screen reliance on previous position to lerp to next value. 2024-01-10 03:37:39 -06:00
ece13c0b28 Added backdrop property and backdrop loading to maps. Release build 5549. 2024-01-10 02:24:12 -06:00
a2bcee0591 Moved loading to the fadeout between overworld map and game run state. Added _DEBUG preprocessor checks to prevent debug code from appearing in optimized builds. 2024-01-06 18:09:29 -06:00
3e1227a899 Fix bugs with money display in menus. Fix cooldown time value not being set properly while items are being loaded. Release Build 5395. 2024-01-06 05:47:04 -06:00
0ce0ce6e2d TODO updates 2024-01-06 03:35:52 -06:00
c352bf61df Fix language of executable being Germany. Corrected internal process name for windows executable. Properly update discord status state on Main Menu. 2024-01-06 03:35:32 -06:00
72c8796dcb Add BGM channel framework and setup audio event system. 2024-01-05 23:13:42 -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