200,680 Commits over 4,171 Days - 2.00cph!
Fixed perception checks not working for units in UDM
Combat/General/Observe Threat behaviour tweaks
Finally got doors saving and loading their details correctly. Also moved door init code back to where it used to be originally.
Fixed navmesh generation on loaded games and CreateMapObject calls from server side.
Merging in that latest from trunk
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