199,291 Commits over 4,140 Days - 2.01cph!
added Celebrate anim trigger and Celebrate states to all unit anim controllers
added anim test key (C) to DevTools, triggers the TestAnimTriggerName trigger on all units in the match.
interiors seams polish, railings
ship deck and interior dressing
Fixed need fulfillment not increasing mood back up to pre-needs values
Awareness of thrown objects.
Avoidance of explosives.
Cargo ship decal progress
mission notifications now show when returning to the menu, smoothed out some of the timings, reduced damage needed for damage missions.
Replaced radial menu with context menu, opens instantly with RMB
Fixed context menu indicator not showing
Fixed unit inspector buttons not working
Improved animal reasoning in Scientists.
More animal reasoning improvements for Scientists.
Merge from prefab_pooling_3
enabled goat spawner in testbox to see if they are fixed
updated jenkinsfile to unity.Setup( '2018.2.4f1' )
tweak customiztion UI/ camera angles
changed some material/ texture compression
Fix context menu actions getting duplicated sometimes
[D11] UI events can now be sent to a parent objects if the select object has no use for it/has not implemented the event.
Added UIEvent handlers for shoulder buttons.
Implemented Editor script for D11Advanced Button
Reworked UI events for more consistent naming
ContextMenuWidget.MenuItem returns children to pool when entering the pool
util.(De)Compress now return empty string if first argument is an empty string or no value
COmmand pooling cleanup, implemented IPooled
PlayerController cleanup
GUI save (should fix unit widget buttons again)
Removed some holster effect prefabs with missing sound references
Fixed building conditional model prefab bundles
Command pooling debug logging
Fixed missing conditional model references on wooden wall
Fixed prefab pool warmup only being executed on first server connect
PathFinder now caches all tile neighbours on init instead of doing neighbour look ups every search
Allow player commands to command the interaction already being performed.
Hide depositing of individual items from the UI.
OwnableCondition checks if building is useable.
util.(De)Compress and util.Base64Encode error on no input
Building worker/job assignment via context menu
added NeighbourConnection, stores extra info about neighbouring tile connections, such as link type: normal, teleporter, etc.
PFTile now also stores a dictionary of neighbour connections by tile key.
UnitViewMovement can now handle teleport tile connections (just instantly moves the unit for now)
teleport movement now has delays and effects
Check a little less often
increased delay before AI first move of a turn
update customization UI adding description
tweak space environment, updated texture compression settings
daily mission available timer now resets at midnight, so you can now only receive one new mission a day (up to 3 at a time)
added next mission available timestamp to PlayerRecord + protobuf.
control room deck computers
scene update
Fixed NRE in PlayerController.EvaluateGeneralTargetCommands