|
45e6027c9e
|
Move the player outline repeating timer into a new OnLevelStart() callback for the player. Fixes a bug where the player outline will no longer update after the initial stage. Added more player timer helper functions for better control. Release Build 11031.
|
2024-08-14 23:18:29 -07:00 |
|
|
3d1d14ea2d
|
Implemented Poisonous Arrow enchant. Include unit tests. Release Build 10813.
|
2024-08-08 17:29:08 -05:00 |
|
|
d49e7ff6bb
|
Change shadow text rendering system to use a pre-generated shadow font sprite to improve text rendering speeds dramatically. Fix bug from commit cfd73ab036 where custom font colored shadow text kept creating new versionf of itself causing memory leaks. Release Build 10791.
|
2024-08-08 04:22:53 -05:00 |
|
|
9a65b731e9
|
Implement Reaper of Souls Enchant. Fix text rendering bug with really small pixel values getting clamped by integer scaling causing the cached text to be cut off. Release Build 10683.
|
2024-08-06 06:20:24 -05:00 |
|
|
9f4c7c7b0f
|
Added operator< for Pixel class to allow sets of pixels to be used. Add fragment item default description. Generate fragment images that randomly sample from the source ring's colors. Add base fragment item icon. Release Build 10443.
|
2024-07-30 17:46:51 -05:00 |
|
|
864b491c46
|
Adjust all spaces to tabs for consistent whitespace formatting on source files. Implement Throw Poison Ability. Added general Color Mod Buff so coloring targets a certain color based on applied buff is simpler. Release Build 10389.
|
2024-07-28 07:06:11 -05:00 |
|
|
98208fb3e0
|
Refactored monster list to use shared pointers instead of unique pointers. Converted all raw monster pointers that needed to store monster data to use weak pointers instead in case a monster gets despawned while owning object is still alive. Implemented Witch's auto attack, added turn_towards_direction function for homing ability. Fixed player reflections being drawn without additive blending. Added 30s cooldown to Trapper's Explosive trap ability. Release Build 10345.
|
2024-07-26 03:09:55 -05:00 |
|
|
f5ecc20339
|
Prepare Witch class animations and spritesheet.
|
2024-07-24 14:08:39 -05:00 |
|
|
3850cbaef9
|
Implemented Trapper's Explosive Trap ability. Release Build 10304.
|
2024-07-23 14:34:15 -05:00 |
|
|
2420d02f24
|
Make player dot damage numbers fall instead of rise as well. Remove unused originalRiseSpd damage number member. Refactor buff repeat action system to instead use internal hard-coded restoration functions. Include the target of buffs inside the buff classes themselves so they know what to interact with. Updated Player and Monster AddBuff functions to represent new buff constructor requirements. Implemented Bear Trap ability. Refactored Monster Hit callback for bullets to send the amount of stacks a monster had before getting hit which is used as getting hurt removed a mark stack. Release Build 10300.
|
2024-07-23 04:07:43 -05:00 |
|
|
b3c5894be7
|
Switch controller auto-targeting to use logic from Hurt function. This means the auto targeting tries to ensure it hits some target, but prefers a currently vulnerable target over an invulnerable / unhittable one. Cleanup the code to use std::optional. Add in a helper function to get nearest monster. Apply Mark to nearest selected target when Trapper Mark Target ability is used. Release Build 10275.
|
2024-07-23 00:09:28 -05:00 |
|
|
60b45cf6b1
|
Add visual indicator/graphics for Trapper Mark on targets. Added TriggerMark and ApplyMark helper functions. Release Build 10264.
|
2024-07-22 12:53:47 -05:00 |
|
|
2907fc9865
|
Add Trapper class new animation sheet. Change XP data size from holding 32 bit integers to 64 bit integers due to higher level EXP numbers overflowing the XP counter. Release Build 10172.
|
2024-07-19 16:34:30 -05:00 |
|
|
1f1d714dd1
|
Added shine effect to engine for upcoming Deadly Dash effect. Release Build 10097.
|
2024-07-17 11:14:17 -05:00 |
|
|
ee50d810bd
|
Add new ability icons for new classes. Release Build 10068.
|
2024-07-16 12:30:02 -05:00 |
|
|
453be13395
|
Implement Thief Hidden Dagger attack. Add in missing icons for Elixir of the Wind and Recovery Potions. Release Build 10061.
|
2024-07-16 05:08:47 -05:00 |
|
|
10f5521ec2
|
Adjust sword slash effect to accept config values. Add DrawPartialSquishedRotatedDecal to PGE. Performs rotation transform before scale transformation. Add thief animations to animation databases. Setup thief's auto attack ability. Release Build 10053.
|
2024-07-16 03:58:33 -05:00 |
|
|
4c72e2f3b4
|
Incorporate new class graphics (Sans Thief). Unlock new class buttons in character selection window. Release Build 9911.
|
2024-07-07 00:34:13 -05:00 |
|
|
c02d6cdb47
|
Create a SpellCircle effect to consolidate the two separate effects. Add a type identifier system for Effects. Finish spawn pillar phase of second chapter boss. Fix bug with the boss display info still appearing despite no longer being in a boss stage if the player leaves a boss level before the text has expired. Release Build 9622.
|
2024-06-09 12:33:16 -05:00 |
|
|
f24cf38f85
|
Add 0.25s fade time to generic bullets. Add feather bullet type. Add feather spawning to tornado attack for second bonus boss. Addresses Issue #56. Release Build 9576.
|
2024-06-06 09:11:27 -05:00 |
|
|
346f264c9d
|
Add middle() function for polygons in geometry util. Restructure stage mask overlays to be part of the stage mask polygon class. Reproduce sample using new class. Release Build 9572.
|
2024-06-06 03:42:23 -05:00 |
|
|
a1e04d38d9
|
Refactor redundant deactivation variable to now be tied to the fade out time. Make collision checks for bullets with radii of 0 no longer occur. Add mid phase tornado. Release Build 9546.
|
2024-06-02 15:51:35 -05:00 |
|
|
e4e1a42fc1
|
On death, Chapter 2 bonus boss clears the wind and overlay if it was in the middle of that attack. Wind speed gets reset when casting timer ends. Add an extra layer to bullet rendering so there is some consistency with rendering even when bullet Draws are overriden. Fix bug w/opening debug.log file once the AiL class has been initialized. Double the iframe time from getting hit by a tornado to prevent double-hits. Setup wind debris projectiles. Release Build 9515.
|
2024-06-01 05:46:42 -05:00 |
|
|
831901cc08
|
Tuned wind streak spawns and settings. Good to go. Release Build 9491.
|
2024-05-29 17:15:03 -05:00 |
|
|
3c47cb908e
|
Added an overlay control class. Optimize and rearrange rendering order of bullets and effects such that all bullets now appear above monsters. Fix a bug involving some objects that are supposed to appear behind the player end up in front when they are aligned on the same tile row. Preparations for wind attack. Release Build 9482.
|
2024-05-29 04:03:49 -05:00 |
|
|
b7372ec283
|
Define tornado bullet type and attack. Release Build 9451.
|
2024-05-28 01:26:10 -05:00 |
|
|
e53f7cb4cd
|
Add rotation parameter and hit iframe time to bullets. Iframe timers now compares current iframes to the new duration and keeps only the larger amount. Fix bug allowing monsters with jump attacks to still cause knockback and iframes even when the hit does not land. Fly Across attack implemented for second bonus boss. Release Build 9447.
|
2024-05-27 15:45:22 -05:00 |
|
|
2d2c123c33
|
Move damage numbers to be rendered on top of the HUD instead of below it. Add in boss indicators that appear while a boss is off-screen. Fix bugs with knockback buffs being applied in the wrong location, making them effectively useless. Fix bugs with player velocity being nan when standing directly on top of a monster spawn. Fix idle animation during stone elemental rock toss cast. Reduce enemy collision hitboxes to more sensible and playable numbers with new collision system. Release Build 9413.
|
2024-05-24 13:48:39 -05:00 |
|
|
1d5d4d8240
|
Implement rock toss and stone pillar spawning behaviors for stone elemental. Refactor HurtEnemies functions to instead hurt any target with targeting flags. Fix bug with player to monster collision not respecting new collision radii. Release Build 9318.
|
2024-05-18 05:04:52 -05:00 |
|
|
9a9cbe765e
|
Added casting spell circle graphic and AI for Stone Elemental Stone Pillar Attack. Added Stone Elemental configuration parameters. Release Build 9283.
|
2024-05-16 02:14:54 -05:00 |
|
|
b8e1006901
|
Added overrides for playing default animations in move towards and run away scripts. Implemented Bomb Goblin AI. Include convenience methods for proximity knockback functions. Prepped AI functions for the Hawk and Stone Elementals. Release Build 9230.
|
2024-05-05 23:57:02 -05:00 |
|
|
2fed323770
|
Setup framework for the goblin boar rider.
|
2024-05-03 16:58:56 -05:00 |
|
|
33d81125df
|
Change the radius of ranger's auto attack to use pixel units instead of tile units. Remove hardcoded player acceleration on shooting a player arrow. Refactor monster animation system to incorporate custom animations as part of the main set of animations and handle future 4-way directional animations easily. Release Build 9115.
|
2024-04-28 18:00:13 -05:00 |
|
|
593180c730
|
Fix player spawn locations being a whole tile off. Change map background scrolling to not be fixed, but to utilize the entire image across the span of a map. Add a foreground background layer to provide 2 potential parallax backgrounds. Release Build 9091.
|
2024-04-25 18:16:38 -05:00 |
|
|
96a8ba56c8
|
Update Dagger Goblin template to use a distinct icon in maps. Change all monster tileset paths from maps/Monsters to maps/ (game requires all tilesets placed in there). Added slash behaviors for dagger-wielding goblins. Release Build 9037.
|
2024-04-24 00:47:16 -05:00 |
|
|
270d70a387
|
Goblin (Dagger) dagger stab attack implemented. Release Build 9033.
|
2024-04-22 00:35:25 -05:00 |
|
|
31ccdee2f5
|
Character art is now handled differently in visual novels to incorporate character art of any width. Release Build 8923.
|
2024-04-14 15:31:18 -05:00 |
|
|
eb9114406e
|
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 |
|
|
92da000b13
|
Added vignette effect when taking damage. Release Build 8614.
|
2024-03-31 20:39:51 -05:00 |
|
|
90a20d77af
|
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.
|
2024-03-17 16:52:40 -05:00 |
|
|
d21352a633
|
Added low health warning visuals and sound effect. Release Build 8145.
|
2024-03-15 02:33:20 -05:00 |
|
|
e1088e9696
|
Warrior slash animation now extends based on actual attack range. Release Build 7997.
|
2024-03-07 05:29:02 -06:00 |
|
|
2c81cf15f2
|
Implemented locking of accessories in the inventory and merchant window to prevent immediate selling of an item. Fixed a bug that prevented custom menu actions to be performed on the menu select button when a button was clicked. Release Build 7966. Patch Version 0.4.5.
|
2024-03-05 06:05:28 -06:00 |
|
|
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.
|
2024-02-20 03:47:12 -06:00 |
|
|
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.
|
2024-02-10 18:56:22 -06:00 |
|
|
0a9136e6c4
|
Handle mouse buttons for rebinding controls. Release Build 6956.
|
2024-02-10 03:06:30 -06:00 |
|
|
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.
|
2024-02-10 00:01:24 -06:00 |
|
|
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.
|
2024-02-09 23:41:39 -06:00 |
|
|
2b7ebb32cc
|
Visual Novel character sizing now scales based on image size instead.
|
2024-01-30 23:47:29 -06:00 |
|
|
4d3b3b4930
|
Phase 1 and 2 implemented.
|
2024-01-24 19:50:53 -06:00 |
|