190,956 Commits over 4,049 Days - 1.97cph!
End of round overlay all working
Added basic end of round UI
Death overlay UI fully working
toggle trophy Glow object when hovering a platform with an equipped trophy
trophy items get setup to use platform for rotation/interaction.
trophies now use trophy platform collider as interaction collider.
Maybe fixed Sebov's collapsed UI panel issue.
Use away colours for opponent team when kits clash.
RadialIndicator uses the properly padded circle graphic because sampling.
RadialIndicator clashes less with outline shader
Less spammy resourcewidget until implemented.
Went over a bunch of effects for color consistency and icon stuff.
Merge hell too.
update beard accessories, tweak bunny and cat hat to avoid clipping with beards, getting latest
Added DamageElement to display the damage of the highest damage combat ability of a given type.
ResourceWidget
Herb stuff & icons.
Added StatElement for displaying stat values / descriptions.
Updated some staged descriptions on stats.
UIConfig gradient for stat value colours.
Removed unused AllowVerticalRotation from CIV.
Added MinMaxHorizontalRotation & MinMaxVeritcalRotation to CIV, enforced when ClampRotation is ticked.
Death overlay screen UI complete
Fix NRE if inventory update is called before init (somehow)
Cave lift uses parenting trigger
use translated names for objects instead of prefab names
better wire connections
better lookat info
fixed laser detector
added flow blocker
many bugfixes
protocol++
Daily challenge opponent customisation is now based on the daily seed.
Merge from kit clash branch.
BiggestThreat fact boilerplate
Chop Down Tree interaction is player exposed.
Diet Balance uses range 1-Max instead of 0-Max so that eating a single food type doesn't count.
Different tick rates for Diet Balance increase and decrease.
Don't try to replace units in the squad editor if nothing is being dragged
[D11] Client side of introduction of KeepAlive packet to cover loading - not fully enabled because the active servers need upgrading first.
[D11] Server side handling for a KeepAlive packet that the client can send when it is loading, so that we don't just have to rely on long timeouts. Client side code will be committed next, and enabled once servers are upgraded.
cherry pick grabber LOS fix
KitDatabase returns a non-colour-clashing kit definition for AI teams.
Had to change a bunch of KitDatabase/ColourManager stuff for this, so it needs a good testing before merging to main, but it seems to be working.
Update GA SDK (fixes freeze on exit)
line attack area can now check unit LOS too, set to true for Grabber
Better caching of goal/plan priorities in AI modules (removes sometimes expensive priority update on every tick, now only happens if the data gets dirty in playmode)
UnitCollection.Tick no longer sets position to follow unit average at ground height, removing raycast unless we see a need for such precision