sigonasr2
|
3a3d405272
|
Implemented lingering effect item script capabilities. Added Molotov item and item graphic. Added burning sound effect. Release Build 11755.
|
1 month ago |
sigonasr2
|
868a089666
|
Separate ThrowingProjectiles from PoisonBottle class to create generic throwable item bullets. Added throwable projectile item script. Made Bomb item functional. Release Build 11748.
|
1 month ago |
sigonasr2
|
6b0c17b5ff
|
Add ambient wave and gull sounds to Chapter 3 stages. Add slight pitch variance to environmental audio. Release Build 11667.
|
2 months ago |
sigonasr2
|
422c6f02cc
|
Update Chapter 3 maps and entries to be playable. Added Chapter 3 stage and boss music. Pirate Captain base AI completed, mounted parrot AI added. Release Build 11657.
|
2 months ago |
sigonasr2
|
d6c2b6c87f
|
Implement Pirate Marauder AI. Release Build 11609.
|
2 months ago |
sigonasr2
|
880b8e4335
|
Implement default audio event property to stages. Add fanfare transition and post-boss song event to the game. Add appropriate triggers for when boss fight completes. Addresses Issue #66. Release Build 11576.
|
2 months ago |
sigonasr2
|
86e2976549
|
Added some menu scrolling helper functions. Implemented Artificer Enchant window. Added controller compatibility to Artificer Refining Window. Release Build 11652.
|
2 months ago |
sigonasr2
|
1e7345d7b5
|
Implement skeleton for Enchant Confirm Window. Make original ability functions static for player class ability retrieval. Add private static access internal functions. Remove check for non-existing animations for player (would just not change the animation if it doesn't exist). Release Build 11598.
|
2 months ago |
sigonasr2
|
bc795ecb2b
|
Remove songs from git index into commercial assets. Update distribution and build scripts to not include songs commercial folder. Fix early destruction of audio buffer data causing a crash. Release Build 11544.
|
2 months ago |
sigonasr2
|
da65f1525b
|
Implemented the Artificer Accessory Disassembling menu. Added support for children of RowInventoryScrollingWindowComponents to be selected. Added a MenuDecal menu component. Release Build 11414.
|
3 months ago |
sigonasr2
|
050821b1d2
|
Expand Wizard's Meteor ability configuration parameters. Implemented Summon Comet and Solar Flare enchants. Added incompatibility checks for these two enchants as equipment. Add in unit tests to check for validity of equipping accessories. Release Build 11350.
|
3 months ago |
sigonasr2
|
bcaed9aed5
|
Updated all BGM tracks with newest versions. Release Build 11330.
|
3 months ago |
sigonasr2
|
6fbb8a8ed1
|
Implemented Trail of Fire enchant, added Trail of Fire effect. Fix effects not having their type set with the new Effect constructor arrangement. Adjusted Trail of Fire damage potency from 10% to 30% per tick. Release Build 11309.
|
3 months ago |
sigonasr2
|
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.
|
3 months ago |
sigonasr2
|
c017c353db
|
Normalized player's auto attack variable to now represent its range in units. Privatized it and added a GetAttackRange() function to use instead. Implemented Adrenaline Stim enchant. Release Build 10977.
|
4 months ago |
sigonasr2
|
a6b4caad02
|
Correct a bug in olcPGEX_MiniAudio: GetCursorMilliseconds() was not returning properly. Added loop repeating start point capabilities to the audio engine and bgm config file. Release Build 10936.
|
4 months ago |
sigonasr2
|
e43798fa9a
|
Add cooldown charge system. Abilities can now only be used when they are holding charges. One charge gets restored for each full cooldown duration. The cooldown timer stops going down when maximum charges are reached. Fix item tests to use cooldown charges. Add in item checks for CDR test (Items should not be affected by CDR). Add GetPlayerAbilities function to collect and manipulate all player abilities at the same time (cleaner code structure + easier test functionality). Add helper functions util::vformat and util::wformat and to_wstring to make code using the std:: versions much more concise. Add unit test for cooldown charges system. Add helper functions to reset abilities to their original stats before enchant modifications tweak them. Added a helper function to retrieve which ability an enchant affects. Adapt ability HUD with new charge count features. Add Mountain theme to Chapter 2 maps. Multi-Multishot Enchant implemented. Release Build 10901.
|
4 months ago |
sigonasr2
|
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.
|
4 months ago |
sigonasr2
|
1747b1e5ef
|
Adjusted audio events for earlier camp unlocks. Removed bass line for earlier versions of the camp song, reintroduce after chapter 2 is completed. Added placeholder Artificer sprite. Added Artificer dialog. Updated world map with a chapter 2 base location for convenience. Connect new connection points between map locations correctly. Adjust connection point unlock conditions and layer unlock conditions to their new chapter 2 levels. Release Build 10399.
|
4 months ago |
sigonasr2
|
c36f783fc9
|
Tidied up monster drawing functions with portable lambdas to get rid of some copy-pasted code, making draw manipulation simpler. Implement Curse of Death ability. Release Build 10391.
|
4 months ago |
sigonasr2
|
19f3483b44
|
Add sound effects for Witch auto attack, Curse of Pain, Throw Poison, and Curse of Death abilities. Release Build 10390.
|
4 months ago |
sigonasr2
|
a35ea5b772
|
Add cat mew sound effect for Witch Leap ability. Refactor Buffs to include a player/monster callback function when a buff expires. This is used specifically for the curse debuff. Clean up buff update code to use lambdas instead of macros. Release Build 10359.
|
4 months ago |
sigonasr2
|
4a7ad23196
|
Make knockups pause monster strategies. Fix Effect drawing code being invisible if their fadein timer was zero. Add explosion sound effect to Trapper's Explosive Trap ability. Add knockup and 100% temporary slowdown to Trapper's Bear Trap ability. Release Build 10324.
|
4 months ago |
sigonasr2
|
fad8f83554
|
Add in missing Beep sound effect for explosive traps.
|
4 months ago |
sigonasr2
|
8903410848
|
Add sound effect for Mark Target ability. Release Build 10303.
|
4 months ago |
sigonasr2
|
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.
|
4 months ago |
sigonasr2
|
a763469fa5
|
Add in adrenaline rush buff. Make attack speed bonuses be applied via modifiers. Release Build 10153.
|
4 months ago |
sigonasr2
|
bc27f18178
|
Add a distinct sound effect when Hidden Dagger hits a target. Deadly Dash's sound effect updated with a harder hitting sound. Add iframes at the end of Deadly Dash's attack. Footstep playing code now moved into its own function. Appropriate footstep sound plays while Roll is performed. Release Build 10116.
|
4 months ago |
NicoNicoNii
|
873e25f927
|
Add deadly dash attack sound effects and basic behavior
|
4 months ago |
sigonasr2
|
7bb265e82a
|
Add stone rain attack to second chapter boss. Second Chapter boss AI routine completed. Release Build 10015.
|
5 months ago |
sigonasr2
|
8e3cdf9d14
|
Fix Stage Plates 2-6,2-7,2-8, and 2-B to point to their respective stages. Move the additional pillar spawning code outside of the regular boss' phase cycle since it's supposed to happen while the boss does other things according to the original spec. When new pillars appear/disappear, recalculate the safe areas dynamically. Release Build 9974.
|
5 months ago |
sigonasr2
|
1c9641be0c
|
Add in missing placeholder item images. Finish collision checking for shockwave attack. Release Build 9715.
|
5 months ago |
sigonasr2
|
9f88460c0e
|
Add RepeatingSoundEffect class to allow easy creation and handling of looping sound effects ingame. Add rock breaking, rock toss cast, pillar rise, dig sound effects. Fix typo on Hawk Feather item description key name. Placeholder item icons added. Add sound effects to Stone Elemental's attacks. Release Build 9656.
|
5 months ago |
sigonasr2
|
f9ad9c4390
|
Add in Hawk attack sequence. Add wing flap sound effects. Fix bug with charging towards ground attack not quite reaching ground level. Release Build 9256.
|
7 months ago |
sigonasr2
|
c3f2620d5d
|
Add bomb explosion sound effect. Fix bug with the player getting knocked back whenever a monster's proximity knockback function is called. Release Build 9247.
|
7 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
|
7608e9dfe2
|
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
|
d21352a633
|
Added low health warning visuals and sound effect. Release Build 8145.
|
9 months ago |
sigonasr2
|
73819416cc
|
Audio casting sound volume did not respect SFX option setting.
|
9 months ago |
sigonasr2
|
2364176c79
|
Added Yellow Slime jump attack behavior. Release Build 8023.
|
9 months ago |
sigonasr2
|
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.
|
9 months ago |
sigonasr2
|
a803531a4d
|
Mouse auto aim mode no longer occurs if a mouse button is held down but the mouse hasn't moved for 2 or more seconds. Fix bug with background sound not respecting BGM volume during fade-in / fade-out. Fix non-combat sound effects not playing while on the title screen. Combine unused foresty stems for now. Add in follow-directions for defensive abilities when using controller or keyboard inputs as well as an inversion direction flag. These are desirable for the retreat types since aiming defensives towards the target is not what the player prefers. Limited pathfinding frequency for monsters and wizard pathfinding ability. Fixed bug with shared pointer being passed into two separate inventories, causing double item duplication everytime a stackable item was added to the player's inventory. Release Build 7795.
|
9 months ago |
sigonasr2
|
3350fa8cb1
|
Fix story pause command to not actually get rid of the story dialog. Release Build 7759.
|
9 months ago |
sigonasr2
|
37c4aca8bf
|
Add in visual novel audio pitch and BGM change commands. Add in XP bonus when completing stages. Release Build 7706.
|
9 months ago |
sigonasr2
|
99049d6fa0
|
Add in intro level scenes and identify combat-related sounds so they do not play on the main menu. Release Build 7587.
|
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
|
63f7062841
|
Add unequip hotkey to character equipment menu. Implemented mouse inputs displaying on input helper when mouse navigation is used. Release Build 7465.
|
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
|
e5ace36a60
|
Added locked item sound effect. Fixed label member being protected accessible, now private requiring all children to access through SetLabel. Fix reversed logic check for locked craftable items. Added controller compatibility for consumable item crafting selection window. Release Build 7291.
|
9 months ago |
sigonasr2
|
48ba282fa5
|
Implemented equipment menu navigation (partially).
|
10 months ago |