224,682 Commits over 3,714 Days - 2.52cph!

7 Years Ago
made a TileHighlightTemplate scriptable object that can be used to configure the different tile highlights without doing it in code added a function to TileHighlighter that takes a tile list and a template started converting the hardcoded tile settings to the new templates
7 Years Ago
Various
7 Years Ago
Add Debug drawing binds. Added physgun beam drawing (debug draw for now). Add Transform class. Bullet spread now plays impact sounds for each different surface.
7 Years Ago
more
7 Years Ago
Moved all tile highlighting stuff out of BoardView and into a new TileHighlighter class, reworked all references
7 Years Ago
Added TileHighlighter class and copied the functions over from BoardView
7 Years Ago
more
7 Years Ago
Split destroy functions, renamed tilehighlight stuff and prep for moving tile highilighting out of BoardView
7 Years Ago
started refactoring BoardView, ripped out anything unused, started splitting functions
7 Years Ago
▊▍▋▋█▇▅▆ ▊▌▉▉▅▍▆█▍▍▄ █▄▄▅▄ ▌▍▌█-▅▆▌▌
7 Years Ago
Lolpost
7 Years Ago
Re-enabled shore wetness on terrain shader
7 Years Ago
Forced occlusion culling to always use pixel shader fallback
7 Years Ago
AI Footstep sound stuff. Screen shake. Various other things.
7 Years Ago
Created a BoardUtils class and moved a few functions from Board to it Fixed some warnings
7 Years Ago
removed test script from scene and deleted
7 Years Ago
Board refactoring
7 Years Ago
Added a GetIndexOfTile(Tile) to Board and moved a bunch of calls to it
7 Years Ago
Some movement refactoring
7 Years Ago
Add ConstraintAxisLock. Physgun freezing.
7 Years Ago
Trigger stuff Lighting tweak
7 Years Ago
More
7 Years Ago
Added WasRecentlyRendered
7 Years Ago
Spawn stuff wip
7 Years Ago
Physgun can pick up ragdolls
7 Years Ago
removed includes
7 Years Ago
fixed diamond hitbox length bullet sprites can be offset from hitbox, diamond bullet collision fixes
7 Years Ago
Broadcast PhysGun Shutdown to make sure clients release grabbed entity
7 Years Ago
DestroyLater should still trigger a shutdown once complete. Add OnShutdown event so external entities can know when another entity shutsdown. Physgun release on self shutdown or grabbed entity shutdown.
7 Years Ago
Fix random playing of hurt sounds
7 Years Ago
Only allow one physgun to grab an entity at a time
7 Years Ago
Load material dependencies for meshes on dedicated server (material loading shouldn't init any resources)
7 Years Ago
Testing prop impact sounds. Broadcasting hurt sounds. Testing death on hard physics impacts.
7 Years Ago
fixed the lr300 viewmodel attack animations being all jerky
7 Years Ago
Refactored a bunch of Attack class helper functions, removed old block chance code, shortened a bunch of function signatures
7 Years Ago
Scene
7 Years Ago
Moved attack side calculation helper function from Unit to Attack
7 Years Ago
Ore nav improvements
7 Years Ago
Various AI related improvements. Spider looks better, because totally important.
7 Years Ago
More board/pathfinder cleanup Started changing functions to use BoardPoint instead of x,y where possible
7 Years Ago
Nav improvements.
7 Years Ago
Some pathfinder cleanup Renamed a bunch of functions to be more readable
7 Years Ago
Ores don't carve nav Goblin nav update
7 Years Ago
Various
7 Years Ago
...
7 Years Ago
Unity test
7 Years Ago
.
7 Years Ago
ignore
7 Years Ago
Only trigger viewmodel fire on local controllable
7 Years Ago
ISerializables can now serialize on their own.