1115 Commits

Author SHA1 Message Date
ef7fc2c826 Minimap can only be toggled when it's actually visible (e.g. not during boss fights) 2024-04-13 11:45:16 -05:00
5446da7ef8 1-5. Fix a missed tile near waterfall area. 2024-04-13 11:34:45 -05:00
bba33d43d2 Change checkmark from being two line decals to being a single decal. (Note: There is a bug with ViewPort PGEX's line clipping.) Fix scrolling navigation for menus where the navigation doesn't reset the actual scrolling. Corrects Issue #37. Added exit ring indicator on minimap. Auto Pause game setting added. Auto Pause behavior changed to only pause on taking damage when the window is not focused. Release Build 8901. 2024-04-13 11:27:29 -05:00
25075217dd When the game loses focus, the game will autopause during exploration. Release Build 8879. 2024-04-13 10:03:11 -05:00
145ecdaa01 Minimap follows camera instead of player. Minimap view setting is now saved in player configuration. Added controller option for minimap toggle input. Release Build 8875. 2024-04-13 09:37:18 -05:00
4a8ccd2e20 Add toggle between small,large, and hidden minimap. Release Build 8868. 2024-04-12 17:00:07 -05:00
2e39c0a3f5 Implemented minimap HUD overlay and included miniature player marker. Rearranged initialization of player animations in loading process. Release Build 8851. 2024-04-11 19:42:57 -05:00
64a25dc66c Minimap chunk revealing and updating is now stored in user save files. Fix minimap map alignment to match the tile size of the map (The camp has a different base tile size). Release Build 8825. 2024-04-11 15:09:50 -05:00
f2b17e8c85 Minimap is centered in frame, border is removed. Size is halved and positioned in upper-right corner of the HUD. Not visible during boss fights. Release Build 8819. 2024-04-11 12:20:48 -05:00
60696e9956 Implement a ViewPort for the minimap as a full circle. Fix a bug with ViewPort PGEX having hardcoded 4 sides for displaying decals. Release Build 8815. 2024-04-11 01:30:06 -05:00
089e84134f Minimap chunk revealing implemented. Release Build 8781. 2024-04-10 17:02:25 -05:00
c378939994 Setup chunk data structure and move black minimap outline rendering to the sprite instead of doing it in the decal rendering. Release Build 8767. 2024-04-09 18:38:01 -05:00
4306f4eab8 Switch to storing unique pointers for the monsters list instead of objects. Added a source monster for frog tongues to remain attached to so they follow the monster that they originated from. Release Build 8734. 2024-04-09 00:49:04 -05:00
254b4b3ea0 Fixed out-of-bounds crash for pathfinding spline algorithm. If the game's window is out-of-bounds when setting the position, the game will try to move the window to an appropriate spot to be on-screen, or to a default location if it has trouble finding a spot. Release Build 8723. 2024-04-08 23:16:34 -05:00
8c759f0367 Minimap shadowing. 2024-04-04 17:16:02 -05:00
90beda6807 Color mode sampling on tiles to determine minimap colors. Release Build 8703. 2024-04-02 21:14:19 -05:00
d2079f2a90 Minimap generation implemented. Release Build 8675. 2024-04-02 18:21:02 -05:00
37a8847e4e Fix major accessory duplication bug. Release Build 8666. 2024-04-01 20:58:29 -05:00
99d449400b Fix bug with leaving a stage via the pause menu while not having cleared a stage causing the unlock to still occur. Release Build 8656. 2024-04-01 19:19:23 -05:00
28003c88a0 Save file hash failing should log, not error. Release Build 8655. 2024-04-01 18:50:32 -05:00
020f47f1f9 Fixed bosses being able to leave their arenas. (Issue#41) Fix Slime King not actually moving during the Phase 4 retreat jump (division by zero when jump lockon timers were implemented). Release Build 8652. 2024-04-01 17:39:33 -05:00
3f13c574c0 Fix a bug where save file hashes with trailing spaces were not read properly, locking players out of the character. Release Build 8647. 2024-04-01 17:14:26 -05:00
35c269bd8b 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
Nic0Nic0Nii
c864e0f155 Fix invalid play.html file reference in emscripten_run.sh script. Update scripts to make sure packkey source file is always assumed unchanged. Fix typos. 2024-04-01 19:24:25 +00:00
Nic0Nic0Nii
24888f35db Issue#43 resolved. Steel weapons removed from blacksmith crafting list. 2024-04-01 18:17:24 +00:00
Nic0Nic0Nii
23f17ec459 Move global update items to its own game loop update function. Damage numbers now update on the overworld map menu.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-04-01 18:11:57 +00:00
bcbe2150ee Fix inventory and merchant windows displaying compact descriptions instead of non-compact descriptions. Make some more room for item descriptions in shop and inventory menus. Release Build 8619. 2024-04-01 00:19:45 -05:00
c362721096 Added noise to grass/ground tiles of maps. 2024-03-31 21:44:23 -05:00
02e7d5665a Added vignette effect when taking damage. Release Build 8614. 2024-03-31 20:39:51 -05:00
d6e140cfb4 Changed Bandages item description to include casting info. 2024-03-31 20:15:17 -05:00
65c3b2cdb6 Fixed Issue#40. Mmory leak found and corrected, forgot to delete corresponding sprite attached to a decal when cleaning up text caches. Release Build 8610. 2024-03-31 19:48:40 -05:00
8b3113fbde Upstream merge with released demo build. 2024-03-31 14:12:08 -05:00
78082c6bd4 gcc needs a float cast for std::min
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-03-30 02:36:55 -05:00
0a42be844b Auto-aim should lead slightly. Auto-retreat should attempt max distance retreat. Release Build 8598. 2024-03-30 02:24:10 -05:00
fcb557a2d1 Blame Sherman for unlocking areas early. Add more leniency for the far zone on analog sticks to reach max speed quicker. Make auto aim target right on closest instead of max aiming distance. Release Build 8595. 2024-03-29 23:30:51 -05:00
ddfe0cf13d Fix static animation bug for controllers when using the DPad for character navigation. Fix bug allowing players to unlock the next areas by hitting the Return to Camp button even if they did not complete the stage. Release Build 8585. 2024-03-29 23:07:55 -05:00
71acd6ef7d Remove extraneous commenting. Release Build 8582. 2024-03-29 22:54:11 -05:00
3c2c19f822 Make sure file hash does not include the | character due to emscripten using it to split a save request. 2024-03-29 22:18:00 -05:00
ad79910848 Create a compatible hash algorithm for both windows and linux cross-saving. Release Build 8579. 2024-03-29 21:10:49 -05:00
4c81506c64 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-03-29 21:04:56 -05:00
282f918d1d Emscripten compatibility fixes. 2024-03-29 21:04:55 -05:00
4870e5952b distribute script needs proper linux syntax to include wildcard items
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2024-03-29 21:04:27 -05:00
826aae50f0 Finally figured out why "closest target" auto aim was not auto aiming at the actual closest target. Was aiming at the "max aiming point reach" of the closest target. Release Build 8578. 2024-03-29 19:45:41 -05:00
e052f6e089 Added analog controller precision movement for controllers. Fixed bugs with animation system involving movement velocities not being consistent nor updating correctly for up/down directions. New Steam Controller Configurations. Release Build 8577. 2024-03-29 19:38:53 -05:00
2599cfd14b Switch monster kill count tracking to use steam stats progress tracking. Release Build 8551. 2024-03-29 15:47:36 -05:00
dfff1762f3 Include Weapon Upgrade/Equipment related Achievements. Release Build 8548. 2024-03-29 10:47:49 -05:00
e15f23bad1 Add class-specific level up achievements. Fix bug with recalculating next levelXP when obtaining multiple levels at once upon stage completion. Release Build 8534. 2024-03-29 06:30:32 -05:00
1c72a86945 Implement monster-specific kill achievements. Release Build 8532. 2024-03-29 06:19:10 -05:00
21e0cd5b65 Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530. 2024-03-29 06:00:03 -05:00
68e4934355 Add achievement icons and setup achievement config file. Add in unlock area achievements.
Release Build 8524.
2024-03-29 05:23:48 -05:00