userAdam Wcancel
repospacechesscancel

4,871 Commits over 2,068 Days - 0.10cph!

8 Years Ago
PlayerRecord now created for new users
8 Years Ago
layers/physics stuff
8 Years Ago
units now visually reflect sleeping only at the end of player's turn
8 Years Ago
unit tweaks
8 Years Ago
more movement
8 Years Ago
more
8 Years Ago
more movement stuff
8 Years Ago
Added LeanTween, wip movement stuff
8 Years Ago
added a LOS check flag to attack range. Gunker uses LOS
8 Years Ago
tile hover events are only sent to the server during a player's turn, so you can't annoy the other player during their turn :) (and to halve bandwidth)
8 Years Ago
basic tile hover glow working and networked
8 Years Ago
some TileView setup on Tile prefab, removed some debug spam
8 Years Ago
moved some OnTileHover stuff to BoardView
8 Years Ago
tile hovering wip stuff
8 Years Ago
Added tile-based LOS testing class
8 Years Ago
turnbanner stays on longer, state fixes
8 Years Ago
units can now attack and move in any order in a turn
8 Years Ago
more
8 Years Ago
more turnstate
8 Years Ago
more turnstate stuff
8 Years Ago
added TurnState protobuf
8 Years Ago
todo
8 Years Ago
fixed friendly-target abilities after moving a unit, fixed NRE on combat text
8 Years Ago
More hit % panel improvements
8 Years Ago
hit % display logic improvements
8 Years Ago
bunch of sutff
8 Years Ago
wip movement directions
8 Years Ago
Fixed player health bar bug with not unregistering unit death callback
8 Years Ago
Chat disabled on game finish. Added chat closed message. Chat clears start of each game.
8 Years Ago
PlayerDatabase monobehaviour no mo
8 Years Ago
PlayerRecord stuff
8 Years Ago
Added PlayerRecord protobuf
8 Years Ago
increased turn time 60->90 seconds
8 Years Ago
todo
8 Years Ago
chat fadeouts, refreshes etc
8 Years Ago
ui fix
8 Years Ago
Launcher unit def fix (was pointing to the wrong attack)
8 Years Ago
squad editor unit panel moved to right side
8 Years Ago
more
8 Years Ago
chat tweaks
8 Years Ago
commands can be set to not be queued, commands can have string arg, chat works
8 Years Ago
more chat wip
8 Years Ago
chatting shit
8 Years Ago
wip UI setup for chat
8 Years Ago
todo
8 Years Ago
placeholder turn timer bar
8 Years Ago
hacky implementation of player turn verification for commands
8 Years Ago
CmdNextTurn now includes the round timer duration from the server. Some event stuff.
8 Years Ago
Added round timers to server game instances. 30 seconds. Need to add server check to check client commands are ignored after their turn ends
8 Years Ago
small refactor