1070 Commits

Author SHA1 Message Date
cd8944db96 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
b8790c16b6 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
047819d548 Switch monster kill count tracking to use steam stats progress tracking. Release Build 8551. 2024-03-29 15:47:36 -05:00
e7c7504e6d Include Weapon Upgrade/Equipment related Achievements. Release Build 8548. 2024-03-29 10:47:49 -05:00
5742c03c4f 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
3840b28468 Implement monster-specific kill achievements. Release Build 8532. 2024-03-29 06:19:10 -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
de52654380 Add achievement icons and setup achievement config file. Add in unlock area achievements.
Release Build 8524.
2024-03-29 05:23:48 -05:00
a997c5944a Add in some achievement icons and file hashing saving/loading of save files. Release Build 8515. 2024-03-29 02:40:06 -05:00
dbe79f2fac Popup debugging log scripts and sessions included in dev environment. 2024-03-27 19:47:03 -05:00
64a52d6910 Prep Time Trial system structure. Release Build 8492. 2024-03-27 19:08:38 -05:00
d5d54b250e Release script needs to deposit the static libs into the Adventures in Lestoria folder instead. 2024-03-27 01:22:37 -05:00
c39e43aa31 Stupid Linux. 2024-03-27 01:20:38 -05:00
820476756c Update linux distribution script. 2024-03-27 01:12:50 -05:00
6258925932 Add in new base camp music and events. Added 3 unlock tiers for the base camp music progression. Release Build 8476. 2024-03-27 00:58:10 -05:00
86242f9f87 Add tutorial button to use into the center of the display string instead of the beginning for clarity. Release Build 8472. 2024-03-27 00:35:38 -05:00
d00fb5aa46 Add a tutorial task that requires the player to equip a crafted piece of gear. Release Build 8467. 2024-03-26 22:45:09 -05:00
a63f5f9b6c Set VSync once the settings loads, since emscripten builds do not respect the vsync parameter at the very start of launching. 2024-03-26 22:23:50 -05:00
05abf6c3e9 Added emscripten compatiblity fix for all Steam API changes. Fix bug where walking direction took priority over manual aim when using controller aiming. Release Build 8465. 2024-03-26 22:19:17 -05:00
68ed4d2b5d Added VSync toggle to Settings windows. Release Build 8464. 2024-03-26 19:48:06 -05:00
9fb5946369 Warrior auto attack swing now has a frontal sweep angle. Release Build 8457. 2024-03-26 18:53:17 -05:00
3329d1a0e0 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-03-26 17:31:38 -05:00
fe52623a17 Warrior sword swing now lingers for the entirety of the animation instead of only applying damage immediately on use. Release Build 8451. 2024-03-26 17:31:34 -05:00
Quapsel
b3e4f99754 Small progress on Chapter 2 presets. 2024-03-26 19:00:43 +01:00
b8339ff9cc Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-03-25 22:51:14 -05:00
8e595546ab Fix tutorial task input prompts being too large. Release Build 8445. Rebuild with official pack key. 2024-03-25 22:51:12 -05:00
d0366c21c7 Fix linux build and distribution release processes. 2024-03-25 22:33:24 -05:00
0f2deb5f99 Open Binding panel when controller configuration is selected. Move steam API initialization to the beginning of the program's execution. Release Build 8442. 2024-03-25 19:37:53 -05:00
66cb19abc5 Correct issues with not returning early when an invalid item slot is detected in the level complete window. Release Build 8427. 2024-03-25 18:00:26 -05:00
19ceff257a Fix lightbar settings, add failsafe retry loading for icons and action button handles when the icons fail to load for reasons. Fix sin wave breathing for lightbar on death screen, misplaced division operation. Release Build 8418. 2024-03-25 17:23:13 -05:00
412a88d294 Release builds of the game should hide the debug console by default and instead log to a debugging file. Release Build 8413. 2024-03-25 14:15:37 -05:00
df0d7d680f Add controller lightbar response based on ingame events. Release Build 8399. 2024-03-25 13:32:07 -05:00
07d4dbf1b4 Add in controller rumble for steam API controllers. Release Build 8398. 2024-03-25 09:43:11 -05:00
dcc101296b Game pauses when a controller is disconnected. Release Build 8395. 2024-03-25 06:40:19 -05:00
0c80c13449 Enable Keyboard input overlay when using Steam Big Picture. Enable Fullscreen automatically when using Steam Big Picture. Release Build 8394. 2024-03-25 06:32:43 -05:00
97f6987028 Fixed icon sizes on Blacksmith crafting window and consumable crafting windows being too small. Added attribution for Animated Slime sprite. Release Build 8369. 2024-03-25 04:47:34 -05:00
1742fa50eb Fix Ranger Charged Shot and Multi Shot animations being overwritten by cast completion state resetting. Release Build 8367. 2024-03-25 04:26:26 -05:00
d442095fde Add Steam input binding groups to tutorial tasks. Release Build 8357. 2024-03-25 03:02:38 -05:00
41228265b2 Add Shoulder2 button hack to get the other controller button scroll up/down pair to appear in input helpers. Release Build 8351. 2024-03-25 02:36:39 -05:00
f18cba0b97 Version number updated to 1.0.0. Handle analog input hints for steam icons. Release Build 8348. 2024-03-25 02:20:30 -05:00
78227b9c4c Implemented proper steam icon displays for all users of DrawInput (base camp NPCs). Release Build 8339. 2024-03-25 01:00:39 -05:00
3e35645b09 Added proper icon return based on button style game setting and proper icon translation when a current graphic of that button exists by default. Release Build 8336. 2024-03-25 00:36:59 -05:00
b9c89e5715 Fix steam icons from being loaded too early if the game starts up quickly. Release Build 8330. 2024-03-25 00:05:19 -05:00
3194ade0d8 Added icon displays for Steam. Removed the menu/gameplay action set split and condensed everything into one simple configuration. Release Build 8324. 2024-03-24 23:45:23 -05:00
681e13dd12 Merge branch 'master' of http://sig.projectdivar.com/sigonasr2/AdventuresInLestoria 2024-03-24 17:11:39 -05:00
3d621fa95b Hot swapping/plugging controllers now working. Refresh action sets of all active controllers. Release Build 8298. 2024-03-24 17:11:38 -05:00
Quapsel
4c85f8bd4c initial shape for some Chapter 2 Tilepresets. 2024-03-24 17:41:27 +01:00
8f17c3b0fc Implement analog control detection. Invert Y axis for right analog stick because steam wants it to be inverted by default? Release Build 8293. 2024-03-24 08:26:29 -05:00
40983204eb Retrieve Steam icons from steam platform files. Update official controller configs. Release Build 8290. 2024-03-24 07:47:25 -05:00
6a7b40dd67 KEY_BACK was not referencing steam input's BACK enum but KEY's BACK enum. Release Build 8283. 2024-03-24 03:27:20 -05:00