202,625 Commits over 4,171 Days - 2.02cph!
Merging the updated save/load system into Main, this is usable now.
Block loading saves in CLIENT+SERVER mode
Added memoverride.cpp implementation compatible with VS2017
Skip client input rate check if the server is really struggling. Last playtest, we pushed the server to the max and suddenly everyone got kicked for "cheating".
Major improvement to garbage gen on network sends. Character sends now generate ZERO garbage (down from >200KB) apart from the single BitConverter.GetBytes calls in NetworkServer. Other sends (vehicles etc) could be improved also with similar techniques (not using ToProtoBytes etc).
Fixed up AddRecord stuff I missed
A bit more interesting application of mood change when scared and fleeing.
ground zero cols and LODs progress + prefabs
Fix for portrait render breaking builds
more match-time spawning WIP
Added -steamtest to try to identify a cause of NoSteamUser
Automated Linux DS Build #741
Automated Linux Build #741
Automated Windows Build #741
Started cleaning up face target/look at code
Watch target scoring improvements, break conditions
Goal plan editor and break condition eval cleanup
Attack hit/block bonus is now worked out at 5% per tile height instead of a flat 10% for being higher/lower
ground zero cols and LODs progress + prefabs
unit miniframe prefab updated with hit header link
Looking at pre allocated NetworkEntities.
Set message object enabled again
Attack info panel hit % now shows attack direction
replaced & added burner A anims - ( not final, committingfor Adam to check code)
ground zero cols and LODs progress + prefabs
Burner prefab updates
Anim updates
Controller updates
Looking at merging level generation with NetworkLevel
Added smell calculation of entities to Senses
Enabled practice mode on anim branch, AI auto ends turn
Removed ground surface from prefab
- Fixed null unit selection in AI Designer
- Added WIP Human Territory AI module
Cleaning up Senses.CanPerceive overloads
Merge from entity smell to main
ground zero cols and LODs progress + prefabs
Added SmartObjectComponentSystem, update free interaction position counts in SmartObjkect.SimTick
Lots of categories on various things
Tweaked Influence on buildings
Territory at target as bonus or consideration for various target filters
Animals should move towards food they can smell if they can't find anything to eat
Improved AssetMenu & AssetList groupings
Practice mode button is now flagged as editor only