Commit Graph

65 Commits (6b2f9e80e88a23bac2b5416979d0706daafbebf7)

Author SHA1 Message Date
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 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 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 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 d442095fde Add Steam input binding groups to tutorial tasks. Release Build 8357. 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
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 9fa6e7e44f Get input detection from controllers configured through Steam Input. Release Build 8264. 8 months ago
sigonasr2 4520737042 Add in all steam input requests to input lists. Release Build 8238. 8 months ago
sigonasr2 9b21d447da Fix game settings not properly loading for the emscripten version. 9 months ago
sigonasr2 ddddd966aa Credits navigation key actually pops up the credits for controllers. 9 months ago
sigonasr2 d909c140cf Solve crash that occurs when selling items not in your loadout item slots. Release Build 7872. 9 months ago
sigonasr2 2bd3e370e5 Added tutorial tooltips. Release Build 7758. 9 months ago
sigonasr2 750227a04d Change default controller keybinds for new characters. Player proceeds back to overworld if the camp has not been unlocked yet. Buttons adjusted accordingly. Rumble only occurs on the main menu while in the settings menu and only when toggling the rumble button. Cause iframes to continuously refresh on the main menu so the invisible player doesn't "die" if they view the main menu for too long. Release Build 7700. 9 months ago
sigonasr2 141e1622d6 Added background story commercial assets. Scrolling Background. Release Build 7577. 9 months ago
sigonasr2 e317b7b23b Add in input displays for gameplay HUD, showing current hotkeys for abilities and items. Updated class info menu to show current inputs. Added slight outlines to mouse control icons. Release Build 7574. 9 months ago
sigonasr2 ee215b132c Fix Menu crash for tab switching on blacksmith (inactive scrolled menu items were unfocused and unselectable). Added sound effect for toggling button icon sets. Fix Key DrawInput functions to respect new extended icon types. Bosses now respect boundaries of boss arenas. Release Build 7474. 9 months ago
sigonasr2 397d8abc0a Implemented controller navigation for Input Keybind window. Fix inputs being completely eaten up by controller inputs when reassigning to keys. Release Build 7432. 9 months ago
sigonasr2 66b0648a59 Moved settings related to the game itself into its own settings save file. Emscripten build also saves a separate system settings file in indexeddb. Added checks to prevent menu sounds from playing when the menu is not currently open, but adjusted in a different location in the game. Implemented different button icon sets and a setting to toggle between them. Removed the double button display (caused more confusion and took up more room). Fixed a bug with iterating through navigation groups when a button was removed/disabled from the list. Removed iconscaling dependency based on MenuIconButton sizes. 9 months ago
sigonasr2 d5bd8655a9 Added additional toggle and setting options in Settings menu. Made screen shake, gamepad rumble, keyboard aim assist, and terrain collision box display toggles functional. Added toggle sound effect. Release Build 7344. 9 months ago
sigonasr2 5d315ada93 Added controller compatibility for buy item menu. Removed restriction on mouse navigation not handling inputs defined in input engage groups of menus. Release Build 7242. 9 months ago
sigonasr2 fe648f8fbf Rebinding controls updates the input helper display. Release Build 7202. 10 months ago
sigonasr2 22b1557c05 Added wrapping menu macro functionality. Implemented controller compatibility for level complete window. Added right alignment for menu labels. Added ProgressBar component. Added XP-related functions for callbacks to other components in-game. Fix giant normalized vector issue with Wolf AI script. Release Build 7041. 10 months ago
sigonasr2 52a01d04ad Begin work on Level Completion controller compatibility. Add in inventory scrollable window helper navigation macros to make coding wrapping functionality easier. Release Build 7010. 10 months ago
sigonasr2 116c3c1a51 Fix Overworld Menu encounters scrolling for keyboard-only controls. Remove redundant rendering for display text on key DrawInput popups. Make sure mouse-displayed inputs don't render the primary mouse icon twice. Release Build 6993. 10 months ago
sigonasr2 0a9136e6c4 Handle mouse buttons for rebinding controls. Release Build 6956. 10 months ago
sigonasr2 35cc847671 Add in shoulder button navigation to consumables window. Fix down navigation when reaching a partially filled row in the inventory consumables window. Added arrows navigation input helper icon. 10 months ago
sigonasr2 6a5b74b3e6 Added in shoulder button navigation schemes, related icons, and DAS press input handling for menu navigation. Added in button visibility settings for input helper. Added Confirm input display for load game window. 10 months ago
sigonasr2 ce46a1d3d7 Refactored analog control system to use digital DAS input system with directional input support. 10 months ago
sigonasr2 b0e9799624 Fix DAS Input for menu navigation. 10 months ago
Nic0Nic0Nii cbc4fa5470 Add DAs input functions 10 months ago
sigonasr2 fd1f762e20 Fully implemented controller/keyboard controls for Inventory Consumable Window. Fix bug with loadout items that were set during file loads were not selected in consumable window. Release Build 6907. 10 months ago
sigonasr2 331a8c7941 Save/Load Game Keybind settings. Release build 6872. 10 months ago
sigonasr2 4015f485ea Added ability to set controller keybinds. Fixed initial loading of save data when no metadata file is detected or present for online builds. Fixed "Online Character" checkbox being desynced when selecting the Online character mode, enabling online mode. Display context-sensitive messages for setting keys depending on whether we are in keyboard mode or controller mode. Release build 6866. 10 months ago
sigonasr2 3fff17417e Refactored the input display menu to allow for dynamic changing of row displays. Remove controller specific keybinding menu, integrating with initial keyboard menu. 10 months ago
sigonasr2 0ca94369ac Fix 'K' key to display "K" instead of "L". Fix keys being improperly deleted/added to new keybinds list. Allow keybinds to now be changed. Fix keybind update request message not updating properly for menu keys. 10 months ago
Nic0Nic0Nii 1f244777c9 Add in ability to redefine keybinds. Keybinds currently do not translate to actual key controls (?) Replaced all 2023 copyright references with 2024, fix copyright symbols. 10 months ago