191,033 Commits over 4,049 Days - 1.97cph!
Don't show for overlay UI for units that are invisible
Even more work on dormant ai bug.
Fixed unit fog flickering
Traditional FogOfWar is default, uses TOD fog color and lower alpha, hides non-player controlled units
Buildings can clear fog of war (on by default)
More work on dormant ai bug.
Improved offshore junkpile spawns
Fixed animals spawning inside small cliffs
Improved Ch47 drop points (no longer dropping on top of buildings)
Added CH47 drop point to SiteA
Fixed missing ladder volume from launch site
Pumping station has slightly larger prevent building volume
Islands WIP
When reloading / firing crossbow, only show / hide the arrowhead game object instead of the entire rig
Wrote a possibly stupid event class. Will think about this better on Monday.
Gang warfare test mode edit - Leave gang on death. Plus NetworkGameMode method work.
Fixed gang leader serialization. With any luck, gang sync is now good.
Fixed another gang member bug. And there's one more to come.
FINALLY got gang members synchronising properly. Added gang member NetworkUsers as referenced entities for the gangs. On top of that, we needed to delay the member stuff that was in Deserialize until OnPostDeserialize because:
- User entities need to be deserialized and ready so we can use FindUser to find them by ID.
- Gangs set their members as Referenced entities so that they're sent along with the gang, making sure they're available.
- So everything gets deserialized, but the base thing (gang) gets deserialized first, so the members still aren't ready.
- OnPostDeserialize isn't called until after ALL referenced entities are deserialized, so it now works.
Got rid of the NetworkGameMode singleton option. Better to integrate it with NetworkPeer. But I don't like how there's a short time where NetworkPeer exists and NetworkGameMode isn't assigned yet - need to think about options there.
Fixed campfire not being lightable
Removed all temperature stats, AI scoring and Effect application now uses environmental temperature conditions/triggers and insulation checks
Removed a bunch of stat considerations for stats that had bene removed in the combat revamp
Added generated EffectTypes enum (EffectSettings can be implicitly converted to this type, and it can be used for lookup in Unit.Effects)
Jenkinsfile (build OSX & linux)
Attempt at fixing Dormant AI wakeup bug.
Fixed bad max value source on body temperature
▄▇▇▊▆ ▆▉▄▋ ▅▉▉▌▅▆▌▋ ██▇ ▋▊▊▊▍▍▋ ▇█▇▄▅ ▉▌▄▌▋▉▇ █▅▆▊█▉▋▊▍▋▅
scientist sentry turret prefab with hierarchy
compound perimeter walls placement
scene2prefab
Fixed gaps between compound walls
Deleted unused gate materials
Short compound wall lods/col/prefab
Compound gates LODs COL and prefabs / Fixed missing barbed wire material on compound walls
Fix for potential material-related NRE in water rendering
Removed old fields from VitalTypeDefinition
StatSimulators can override GetExampleValue to return an example value in the editor using a give list of StatData
Apparently some enum dlls
Fixed StatCollection lists not being populated
Nuked duplicate condition
Removed RangedStat, IRangedStat et al
Cleaned up how vitals define their max value (def, unit data or simulator)
Fixed stats not being properly updated from data on init
▌▋▌▌▄▇▆▉▉ ▊▊▇ ▆▍▋ ▅▄▋ ▍▅▋▇▅▌▇▊ ▊▊▊█ ▊▅▉▆▇ ▉▅▋▌▍▊ ▇▅▅█▍▋ ▆▅▅█▇▉▋ (▄▉▉ ▍█ ▇▊▊▍▅▄▉▋?)
renamed condition that Plastic tried to rename
Removed avoidance stat.
Dodging now uses target's agility.
Accuracy calculation is only applied to ranged attacks.
Units can now override stats data per age/gender combination
Removed StatsImporter
Renamed UpdatePositionFromNetwork to SetNetworkPosition
Renamed UpdateRotationFromNetwork to SetNetworkRotation
Made PositionLerp more generic
Fight chance based on distance is now a curve.
Hopefully fixed fleeing calculation not doing its job properly.