sigonasr2
|
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.
|
8 months ago |
sigonasr2
|
2599cfd14b
|
Switch monster kill count tracking to use steam stats progress tracking. Release Build 8551.
|
8 months ago |
sigonasr2
|
1c72a86945
|
Implement monster-specific kill achievements. Release Build 8532.
|
8 months ago |
sigonasr2
|
21e0cd5b65
|
Fix equipment upgrade tests, left them in by accident. Added kill amount achievements. Release Build 8530.
|
8 months ago |
sigonasr2
|
68e4934355
|
Add achievement icons and setup achievement config file. Add in unlock area achievements.
Release Build 8524.
|
8 months ago |
sigonasr2
|
794d38cdb3
|
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
|
18bfa4a26b
|
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
|
f2929d915d
|
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
|
32d681f130
|
Added VSync toggle to Settings windows. Release Build 8464.
|
8 months ago |
sigonasr2
|
ee382488f9
|
Warrior auto attack swing now has a frontal sweep angle. Release Build 8457.
|
8 months ago |
sigonasr2
|
9ca52cbead
|
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 |
sigonasr2
|
88572368b5
|
Fix linux build and distribution release processes.
|
8 months ago |
sigonasr2
|
561f403cd2
|
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
|
6e03f99543
|
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
|
758696d28b
|
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
|
cb39f0859b
|
Add controller lightbar response based on ingame events. Release Build 8399.
|
8 months ago |
sigonasr2
|
b4c9b29be4
|
Enable Keyboard input overlay when using Steam Big Picture. Enable Fullscreen automatically when using Steam Big Picture. Release Build 8394.
|
8 months ago |
sigonasr2
|
0830185829
|
Fix Ranger Charged Shot and Multi Shot animations being overwritten by cast completion state resetting. Release Build 8367.
|
8 months ago |
sigonasr2
|
37d738fbf9
|
Add Steam input binding groups to tutorial tasks. Release Build 8357.
|
8 months ago |
sigonasr2
|
2f8dee095f
|
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
|
bb86146a04
|
Version number updated to 1.0.0. Handle analog input hints for steam icons. Release Build 8348.
|
8 months ago |
sigonasr2
|
cd1e989e5e
|
Fix steam icons from being loaded too early if the game starts up quickly. Release Build 8330.
|
8 months ago |
sigonasr2
|
ecc0f1f733
|
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
|
2f6e3b1718
|
Hot swapping/plugging controllers now working. Refresh action sets of all active controllers. Release Build 8298.
|
8 months ago |
sigonasr2
|
3be02315a5
|
Retrieve Steam icons from steam platform files. Update official controller configs. Release Build 8290.
|
8 months ago |
sigonasr2
|
bdad7cf186
|
KEY_BACK was not referencing steam input's BACK enum but KEY's BACK enum. Release Build 8283.
|
8 months ago |
sigonasr2
|
fa79df59de
|
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
|
8011310d96
|
Get input detection from controllers configured through Steam Input. Release Build 8264.
|
8 months ago |
sigonasr2
|
06ee669034
|
Add in all steam input requests to input lists. Release Build 8238.
|
8 months ago |
sigonasr2
|
6593f43b96
|
Add in Steam Rich Presence. Fix Display names of stage plates to be consistent with original naming conventions. Release Build 8226.
|
8 months ago |
sigonasr2
|
6cd34639ef
|
If the game can be run through Steam, the app is restarted through Steam directly. Make sure OnUserDestroy() gets called if the game is killed when OnUserCreate() returns false to free all resources. Release Build 8224.
|
8 months ago |
sigonasr2
|
8768b89f38
|
Add check to ensure steam is running before attempting to use the Steam API. Release Build 8221.
|
8 months ago |
sigonasr2
|
03ac0be3f3
|
Add steam API to build. Release Build 8219.
|
8 months ago |
sigonasr2
|
b13fa843de
|
Fix crash when immediately exiting a new save file without unlocking anything. Change default conflicting keybind of Item 3 to Select by default. Release Build 8212.
|
8 months ago |
sigonasr2
|
48464e3d8b
|
Fix crash when hovering over a blank item loadout slot in the item loadout menu. Tutorial tasks now are only drawn while a stage is being actively played. Tutorial tasks get cleared upon a stage completion. Release Build 8210.
|
8 months ago |
sigonasr2
|
a71978c819
|
All Warrior abilities now cancel casts. Added in a small velocity threshold where the player can regain control via movement after getting bumped around. Release Version 8193.
|
8 months ago |
sigonasr2
|
f8e7144a02
|
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.
|
8 months ago |
sigonasr2
|
15d5d2fb4a
|
Tie PGE font setting to resource pack loading system. Release Build 8168.
|
9 months ago |
sigonasr2
|
585cd209be
|
Modified pixel font to incorporate a copyright symbol. Removed copyright unicode character from credits file to avoid out-of-bounds check. Added copyright symbols to credits and splash screen.
|
9 months ago |
sigonasr2
|
cb0e6105f2
|
Marketiiiiiiiiing
|
9 months ago |
sigonasr2
|
9133ab9e94
|
Added low health warning visuals and sound effect. Release Build 8145.
|
9 months ago |
sigonasr2
|
0484908b37
|
Add in showing of max health/mana display in settings menu. Release Build 8142.
|
9 months ago |
sigonasr2
|
4d912ab259
|
Change casting SFX volume when the SFX volume slider is changed. Release Build 8134.
|
9 months ago |
sigonasr2
|
a687bbe455
|
Change lock/unlock key for keyboard users to not conflict with the menu key. Prevent crafting requirements of an item from being displayed when the max stage is reached. Navigating down from the decrease amount button in Sherman's consumable crafting menu should redirect the cursor to the craft button if available instead of the cancel button. Inventory menu properly displays changing color descriptions now. Remove ultra fast hyper switching in the level completion window when pressing down the left or right triggers on a controller. Release Build 8082.
|
9 months ago |
sigonasr2
|
5a8a3d64e9
|
Fix crash when hovering over lock/unlock buttons in the accessories menu on the Merchant menu. Fix size of icons in merchant menus. Enable/Disable increase/decrease buttons on shermans's consumable crafting menu as appropriate. Labels in merchant window and inventory window properly update their item descriptions with flashing / changing colors as needed. Text rendering system no longer eats away at memory for text strings that are equivalent but have different HTML color codes. Release Build 8066.
|
9 months ago |
sigonasr2
|
72c5a7394b
|
Added Yellow Slime jump attack behavior. Release Build 8023.
|
9 months ago |
sigonasr2
|
dec1f0516f
|
Add in strange gamepad edge case where analog sticks may be falsely spazzing out between 0 and 1. Fix using software checks. Release Build 7967.
|
9 months ago |
sigonasr2
|
0fd57311be
|
Make Leave Area button work in the camp. Fix background music volume not being halved when entering/exiting the pause menu. Release Build 7909.
|
9 months ago |
sigonasr2
|
3dcce251ef
|
Fix menus being active during screen transitions. Release Build 7905.
|
9 months ago |
sigonasr2
|
a8b5b3f84a
|
Added shadow underneath bridge for Stage I-I. Release Build 7902.
|
9 months ago |