3,355 Commits over 972 Days - 0.14cph!
Fixed range indicators not showing when hovering a tile surrounding a unit
Round timer reminder emote for local player
Shitty hack to hide player profile button when in what's new screen.
UI fixes/button disables for different states
Merge & removed player areas from scene, started splitting to prefabs with hierachy
some avatar setup prep work
Your turn is now auto-ended if none of your units can move or attack and you have CP left
Player areas now get hidden/shown correctly
added %area for attack descriptions, updated healer attack description
Player profile win/loss counts are now real
Fixed player profile button level starting at 0
map name and date are now used for match history events
Merge and some basic match history functionality
wip player profile placeholder ui
MatchHistoryEntry protobuf
Grabber range increased 5->6
added a default formation for map4
reworked some ai/attack helper functions. Fixed AI trying to attack to the direct unit tile when it should be a splash tile
Reworked command queue slightly and it now keeps a history of all commands in a match
Refactored ClientInputCmd creations into a single ClientInputCmd.IssueCmd(), AI and player actions now both call this function.
Added UnitMove and UnitAttack AI actions
increased Burner attack area size 3->4
moved to a scan & think AI... sheets?
Biter health reduced 6->5, movement 4->3
Fix for intro not playing after first match
added exit button to map and squad editors
Enemy in-range indicators in movement mode, upgrade to 5.6
Biter health 8->6, reduced front and side block
Reworked healer attempt #1