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
|
d432966e3e
|
Worked on Pirate Captain base AI. (Mounted Parrot AI still needs implemented).
|
2 months ago |
sigonasr2
|
90d9bc86b1
|
Add in templates, strategies, and setup for Chapter 3 monsters. Fix tile collisions on Chapter 3 tiles. Release Build 11595.
|
2 months ago |
sigonasr2
|
9b69a4ebb3
|
ogg vorbis resource pack encoding/decoding implementation started (currently crashes during playback)
|
3 months ago |
sigonasr2
|
23673ec2af
|
Added unit tests for new strip leading color and final render color engine rendering functions. Fixed rendering bug with text elements of different HTML color codes but with same content not having rendering with the correct color code. Fix potential memory leak errors occurring with rendering Font versions of shadow strings that would have different pulsating colors w/same text content. Added an admin console and added the ability to give the player items and accessories with enchants. Also added a help command. Change version number to appear red while in admin mode (as a visual). Unlock all button tied to admin mode. Release Build 10604.
|
4 months ago |
sigonasr2
|
0e03cb0f67
|
Add in edge case so movement targeting direction while standing still for Deadly Dash will still work for controllers. Fix bug with Releasing spell key required for precast spells with target indicators, now activate immediately on press. Release Build 10164.
|
4 months ago |
sigonasr2
|
0b4b1d6566
|
Fix Wizards and Rangers being able to override iframe timer when using Teleport and Retreat respectively. Remove last released key state. Seemed redundant when animation facing direction exists. Make player animation changes be reflected in the facing direction variable. Add pathfinding to Thief's Deadly Dash attack so it can't go through barriers. Added new class counterpoints as equippable classes for the prior weapons. Release Build 10146.
|
4 months ago |
sigonasr2
|
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.
|
4 months ago |
sigonasr2
|
ad1dafa0b4
|
Fix wind speed to check for bullet collisions via microsteps like regular bullets do. Fix bug with danger area color for second chapter boss' shockwave attack not matching config color. Add in new spell descriptions and config variables for the new classes. Release Build 10044.
|
4 months ago |
sigonasr2
|
ce482d19b5
|
Accidental copying of triangles in collision checking loop.
|
5 months ago |
sigonasr2
|
d27009efa3
|
Implemented centroid and signed_area functions to the geom2d util. Just a bunch of maths, I don't know why it works. Release Build 9683.
|
5 months ago |
sigonasr2
|
02b06424a9
|
Knockbacks are disabled on solid monsters. Add in small knockback effect on stone throw hit. Release Build 9641.
|
5 months ago |
sigonasr2
|
daad7d82fb
|
Monsters that ignore terrain collision should not be moved by other solid objects. Hide fade timers and the internal UpdateFadeTime function from inherited bullet types. Add large stone graphic. Apply fixed time step to large stone throw. Add in physics for large stone throw attack. Release Build 9630.
|
5 months ago |
sigonasr2
|
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.
|
6 months ago |
sigonasr2
|
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.
|
6 months ago |
sigonasr2
|
46ee54d7c5
|
Fix bug with double rendering. Not using iterator marker to determine what else to draw. Fix bug with maximum health not healing to maximum when health is affected by Health %. Refactored wind speed to be a global value within the game's engine. Included speed reduction properties for wind when warrior blocks. Include projectiles/player being affected by wind and casting to be allowed when pushed by wind. Release Build 9507.
|
6 months ago |
sigonasr2
|
4fcc5db4af
|
Fix Major Hawk AI transition not working properly when only one remains. Release Build 9381.
|
6 months ago |
sigonasr2
|
5361525b70
|
Fix new maps having embedded tilesets (unsupported feature). Add in new overworld stage connections to new maps. Slightly randomize stone elemental attack cycles to vary their attack timings. Release Build 9352.
|
6 months ago |
sigonasr2
|
e122de36db
|
Make bomb explosion sizes be calculated independent of initial bomb size. Shrink down bomb size to be more reasonable. Bombs knock back players and monsters, regardless of the friendly flag. Only deals damage to opposing targets. Release Build 9237.
|
7 months ago |
sigonasr2
|
1d1c12004e
|
Updated all maps to utilize monster template system.
|
8 months ago |
sigonasr2
|
debe7054b0
|
Minimap shadow ring implemented. Release Build 8904.
|
8 months ago |
sigonasr2
|
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.
|
8 months ago |
sigonasr2
|
a81169cd7f
|
Color mode sampling on tiles to determine minimap colors. Release Build 8703.
|
8 months ago |
sigonasr2
|
914b55e4c1
|
Minimap generation implemented. Release Build 8675.
|
8 months ago |
sigonasr2
|
962ee84da9
|
Changed Bandages item description to include casting info.
|
8 months ago |
sigonasr2
|
b089ea9ed5
|
Fixed Issue#40. Mmory leak found and corrected, forgot to delete corresponding sprite attached to a decal when cleaning up text caches. Release Build 8610.
|
8 months ago |
sigonasr2
|
f47aa88e2e
|
Auto-aim should lead slightly. Auto-retreat should attempt max distance retreat. Release Build 8598.
|
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
|
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.
Release Build 8524.
|
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
|
64a52d6910
|
Prep Time Trial system structure. Release Build 8492.
|
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
|
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 |
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
|
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
|
f18cba0b97
|
Version number updated to 1.0.0. Handle analog input hints for steam icons. Release Build 8348.
|
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
|
4520737042
|
Add in all steam input requests to input lists. Release Build 8238.
|
8 months ago |
sigonasr2
|
2a98097336
|
Add steam API to build. Release Build 8219.
|
8 months ago |
sigonasr2
|
5ca9690028
|
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 |