32 Commits

Author SHA1 Message Date
1d1c12004e Updated all maps to utilize monster template system. 2024-04-14 21:36:48 -05:00
Quapsel
f899995c49 added Walls at beginning and end of every Map. 2024-04-12 18:39:51 +02: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
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
7608e9dfe2 Fix crash when a removed map unlock condition is loaded from a save file and saving to a save file. Move world rendering into each individual state draw method to prevent dividing by zero for invalid maps being loaded in. Loaded up new Overworld song. Added extra flower indicator under the bridge of 1-1. Fix 1-5 tree tiles. Make current map name / level name functinos return the proper story level name if we are in a story level to avoid programmer confusion / provide more flexible functions. Both Blacksmith story and chapter 1 bonus boss remove the visited flag from the camp, notifying the player visually on the world map that they need to revisit it. Move Blacksmith Tutorial trigger from requiring you to visit the camp via the world map to when you enter the camp regardless if you did it from completing a level or doing it from the world map. Release Build 8187. 2024-03-20 00:33:30 -05:00
Quapsel
97f2dddf45 changes on End_of_Map Tileset and grass transition at map end for 1_1. 2024-03-19 14:17:34 +01:00
b55dbcb63b Add in hp and atk growth rate displays on level ups. Make increase and decrease buttons disable when the appropriate sell/buy amounts have been reached. Sell inventory count now shows up in the selling window. Add Lock/Unlock input helper display on merchant accessory sell window. Fix missing collision tile in 1-1. Release Build 7992. Patch Version 0.5. 2024-03-07 04:16:20 -06:00
d45e0f6f04 Fix mob spawns in 1-1 and 1-7 for mobs that were spawning inside of map hitboxes. 2024-03-05 02:15:16 -06:00
4a24b17b70 Added shadow underneath bridge for Stage I-I. Release Build 7902. 2024-03-04 17:49:20 -06:00
20a76315cc Fix player starting with no items if they first load another file and then return to the main menu to begin another character. Fix player stats not being reset proper when loading another file and then returning to the main menu and beginning another character. Fix potential infinite XP bar gain loop. Added Return to Map option on level completion screen. Equip Stat labels now show live stats (changes on application of buffs, etc.). Release Build 7886. Patch version 0.4.4. 2024-03-03 18:41:40 -06:00
Quapsel
4e175948ab 1_7 & 1_8 Border added. 2024-01-24 14:00:47 +01:00
7c87766bc5 Update release build to version 6216. 2024-01-22 00:13:31 -06:00
aec9646d40 When switching from mouse to keyboard navigation, the first input is ignored such that it will reveal where the cursor currently is at. Updated to Release Build 6020. 2024-01-18 23:24:24 -06:00
Quapsel
ad10a08644 small fixes in 1_2 2024-01-17 11:48:33 +01:00
Quapsel
afb05b9616 End of Map Collision + 1_1 Borders added 2024-01-16 13:21:05 +01:00
cfd3be4f13 Changes to bear sprite. 2024-01-15 17:22:42 -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
62a2119ab2 Initial frog behavior aiming implemented. 2024-01-13 16:37:46 -06:00
c193aa7116 Added collision handling for areas where there are no valid tiles. 2024-01-10 03:11:03 -06:00
ece13c0b28 Added backdrop property and backdrop loading to maps. Release build 5549. 2024-01-10 02:24:12 -06:00
57f482016f Added error handling for when creatures are specified in spawn zones but do not have a corresponding image. Gracefully handle random extra zones that are accidentally added with no type specified. Add in foresty boss/overworld sample themes. Add in placeholder frog info. Refactor MapName to just use strings instead of an enum since we don't want manual upkeep. 2024-01-09 04:50:01 -06:00
bcc71601b6 Wolf Sprite, baseline wolf monster entry added, updated foresty and included loop files. 2024-01-08 22:31:44 -06:00
ac8bca2396 Birbs 2024-01-08 02:18:15 -06:00
725a858fab Implemented environmental audio loading in maps. Added stb_vorbis header/cpp file for ogg format support. Converted track parts and sound effect to be ogg instead. 2024-01-08 02:05:09 -06:00
e7dbdea62d Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-01-06 18:09:30 -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
Quapsel
096acb2081 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-01-06 22:24:37 +01:00
bbc027609b Setup configuration framework and test music for audio engine. 2024-01-05 22:25:25 -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