12,641 Commits over 3,803 Days - 0.14cph!
Added idle spinning mode to game camera.
Camera idle spins during outcome screen.
Camera input can now be locked.
Changed tip text formatting.
Few more tips.
Added space bar shortcut for emote menu
Practice crowds set to full and 20%
player areas now know about their crowd
crowd attendance is set from the server sent streak value
help button is now ignored when you mouseover it while turning camera
Crowd randomised, attendance can bet set to a percentage based on streak
vector camera motion thing
remove debris when clearing boardview
explosion debug test now limited to editor
Moved ripple/scorch stuff to BoardView
Unit death now triggers it
Cleanup, tile position fix for multiple ripples
decals move with tiles, rigidbody tiles, more ripple tests
added crowd streak to Player protobufs and send them with match info
explosion debris can now be colour coded
Floor/wall decals now get random scale and rotation
changed the order of GetNeighbourTiles() to hopefully be N,E,S,W
moved scorch/decal stuff out of TileView and into new TileScorchDecals
Flamethrower now child of muzzle
Fix for burner flamethrower not scaling correctly when child of muzzle
Set rough position of attack anim event on burner
Anim event script to turret
merge burner anim branch to main
Explosions leave tile scorch decals
wip neighbour tile ring functions
Added and now call SetScorched() on the TileView.cs of tiles that units explode on, ready to set scorched stuff
Added streakCounter to PlayerRecord protobuf
Server now tracks player streak stat
Crowd test merge fuck fix
Added smoke trail to debris bits
UnitView not triggers debries explosion when unit dies
Added debris explosion prefab link to all units
Selected unit now faces the direction of highlighted attack tile when mousing over tiles
Added a lifetime to explosion debris (default 10 secs)
Disabled tile colliders for empty tiles when in non-edit modes