userAdam Wcancel
branchspacechess/maincancel

3,355 Commits over 972 Days - 0.14cph!

9 Years Ago
Added PlayerRecord protobuf
9 Years Ago
PlayerRecord stuff
9 Years Ago
PlayerDatabase monobehaviour no mo
9 Years Ago
Chat disabled on game finish. Added chat closed message. Chat clears start of each game.
9 Years Ago
Fixed player health bar bug with not unregistering unit death callback
9 Years Ago
wip movement directions
9 Years Ago
bunch of sutff
9 Years Ago
hit % display logic improvements
9 Years Ago
More hit % panel improvements
9 Years Ago
fixed friendly-target abilities after moving a unit, fixed NRE on combat text
9 Years Ago
todo
9 Years Ago
added TurnState protobuf
9 Years Ago
more turnstate stuff
9 Years Ago
more turnstate
9 Years Ago
more
9 Years Ago
units can now attack and move in any order in a turn
9 Years Ago
turnbanner stays on longer, state fixes
9 Years Ago
Added tile-based LOS testing class
9 Years Ago
tile hovering wip stuff
9 Years Ago
moved some OnTileHover stuff to BoardView
9 Years Ago
some TileView setup on Tile prefab, removed some debug spam
9 Years Ago
basic tile hover glow working and networked
9 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)
9 Years Ago
added a LOS check flag to attack range. Gunker uses LOS
9 Years Ago
Added LeanTween, wip movement stuff
9 Years Ago
more movement stuff
9 Years Ago
more
9 Years Ago
more movement
9 Years Ago
unit tweaks
9 Years Ago
units now visually reflect sleeping only at the end of player's turn
9 Years Ago
layers/physics stuff
9 Years Ago
PlayerRecord now created for new users
9 Years Ago
PlayerRecord protobuf is now sent to player on connection to server
9 Years Ago
PlayerDatabase now tracks wins + losses
9 Years Ago
player XP classes wip
9 Years Ago
xp functions
9 Years Ago
xp tests
9 Years Ago
Xp modifications now applied to PlayerRecords after match outcome, player level calculated based on xp mod.
9 Years Ago
local PlayerRecord stored
9 Years Ago
Tile stuff
9 Years Ago
More tile stuff, slightly increased visual movement speed of units
9 Years Ago
doc
9 Years Ago
merge to main
9 Years Ago
added Attack.Range function to take into account any bonus
9 Years Ago
more tile wip
9 Years Ago
pathfinding fix for varying height cost
9 Years Ago
removed test tile :)
9 Years Ago
cam tests
9 Years Ago
commented height test
9 Years Ago
player record database is now serialized on server, protobuf