Commit Graph

624 Commits (d9b8c2bc779c288309bc6b92d5f78481b367b925)

Author SHA1 Message Date
sigonasr2 2a9e698e0a Create a compatible hash algorithm for both windows and linux cross-saving. Release Build 8579. 8 months ago
sigonasr2 36775982a6 Emscripten compatibility fixes. 8 months ago
sigonasr2 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. 8 months ago
sigonasr2 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. 8 months ago
sigonasr2 047819d548 Switch monster kill count tracking to use steam stats progress tracking. Release Build 8551. 8 months ago
sigonasr2 e7c7504e6d Include Weapon Upgrade/Equipment related Achievements. Release Build 8548. 8 months ago
sigonasr2 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. 8 months ago
sigonasr2 3840b28468 Implement monster-specific kill achievements. Release Build 8532. 8 months ago
sigonasr2 e3f79e6965 Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530. 8 months ago
sigonasr2 de52654380 Add achievement icons and setup achievement config file. Add in unlock area achievements. 8 months ago
sigonasr2 a997c5944a Add in some achievement icons and file hashing saving/loading of save files. Release Build 8515. 8 months ago
sigonasr2 dbe79f2fac Popup debugging log scripts and sessions included in dev environment. 8 months ago
sigonasr2 64a52d6910 Prep Time Trial system structure. Release Build 8492. 8 months ago
sigonasr2 d17deb64ae Upstream demo branch merge with main. 8 months ago
sigonasr2 c39e43aa31 Stupid Linux. 8 months ago
sigonasr2 6258925932 Add in new base camp music and events. Added 3 unlock tiers for the base camp music progression. Release Build 8476. 8 months ago
sigonasr2 86242f9f87 Add tutorial button to use into the center of the display string instead of the beginning for clarity. Release Build 8472. 8 months ago
sigonasr2 d00fb5aa46 Add a tutorial task that requires the player to equip a crafted piece of gear. Release Build 8467. 8 months ago
sigonasr2 a63f5f9b6c Set VSync once the settings loads, since emscripten builds do not respect the vsync parameter at the very start of launching. 8 months ago
sigonasr2 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. 8 months ago
sigonasr2 68ed4d2b5d Added VSync toggle to Settings windows. Release Build 8464. 8 months ago
sigonasr2 9fb5946369 Warrior auto attack swing now has a frontal sweep angle. Release Build 8457. 8 months ago
sigonasr2 fe52623a17 Warrior sword swing now lingers for the entirety of the animation instead of only applying damage immediately on use. Release Build 8451. 8 months ago
Quapsel b3e4f99754 Small progress on Chapter 2 presets. 8 months ago
sigonasr2 8e595546ab Fix tutorial task input prompts being too large. Release Build 8445. Rebuild with official pack key. 8 months ago
sigonasr2 d0366c21c7 Fix linux build and distribution release processes. 8 months ago
sigonasr2 0f2deb5f99 Open Binding panel when controller configuration is selected. Move steam API initialization to the beginning of the program's execution. Release Build 8442. 8 months ago
sigonasr2 66cb19abc5 Correct issues with not returning early when an invalid item slot is detected in the level complete window. Release Build 8427. 8 months ago
sigonasr2 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. 8 months ago
sigonasr2 412a88d294 Release builds of the game should hide the debug console by default and instead log to a debugging file. Release Build 8413. 8 months ago
sigonasr2 df0d7d680f Add controller lightbar response based on ingame events. Release Build 8399. 8 months ago
sigonasr2 07d4dbf1b4 Add in controller rumble for steam API controllers. Release Build 8398. 8 months ago
sigonasr2 dcc101296b Game pauses when a controller is disconnected. Release Build 8395. 8 months ago
sigonasr2 0c80c13449 Enable Keyboard input overlay when using Steam Big Picture. Enable Fullscreen automatically when using Steam Big Picture. Release Build 8394. 8 months ago
sigonasr2 97f6987028 Fixed icon sizes on Blacksmith crafting window and consumable crafting windows being too small. Added attribution for Animated Slime sprite. Release Build 8369. 8 months ago
sigonasr2 1742fa50eb Fix Ranger Charged Shot and Multi Shot animations being overwritten by cast completion state resetting. Release Build 8367. 8 months ago
sigonasr2 d442095fde Add Steam input binding groups to tutorial tasks. Release Build 8357. 8 months ago
sigonasr2 41228265b2 Add Shoulder2 button hack to get the other controller button scroll up/down pair to appear in input helpers. Release Build 8351. 8 months ago
sigonasr2 f18cba0b97 Version number updated to 1.0.0. Handle analog input hints for steam icons. Release Build 8348. 8 months ago
sigonasr2 78227b9c4c Implemented proper steam icon displays for all users of DrawInput (base camp NPCs). Release Build 8339. 8 months ago
sigonasr2 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. 8 months ago
sigonasr2 b9c89e5715 Fix steam icons from being loaded too early if the game starts up quickly. Release Build 8330. 8 months ago
sigonasr2 3194ade0d8 Added icon displays for Steam. Removed the menu/gameplay action set split and condensed everything into one simple configuration. Release Build 8324. 8 months ago
sigonasr2 3d621fa95b Hot swapping/plugging controllers now working. Refresh action sets of all active controllers. Release Build 8298. 8 months ago
Quapsel 4c85f8bd4c initial shape for some Chapter 2 Tilepresets. 8 months ago
sigonasr2 8f17c3b0fc Implement analog control detection. Invert Y axis for right analog stick because steam wants it to be inverted by default? Release Build 8293. 8 months ago
sigonasr2 40983204eb Retrieve Steam icons from steam platform files. Update official controller configs. Release Build 8290. 8 months ago
sigonasr2 6a7b40dd67 KEY_BACK was not referencing steam input's BACK enum but KEY's BACK enum. Release Build 8283. 8 months ago
sigonasr2 1d1929a1cc Press, Held, and Release events from Steam API controllers properly respond. Fix a bug involving the steam input API not returning handles properly on initialization. Release Build 8281. 8 months ago
sigonasr2 7b3c6adcc5 Include switch pro config because Steam is dumb and auto-switches inputs on it. 8 months ago