200,267 Commits over 4,140 Days - 2.02cph!
ECS tick back into main update loop in EntityManager, not LateUpdate
Fied potential NRE in Effect where Entity.Stats was null
Fixed Effects created by Dispensers not being correctly added to the Unit interacting with the Dispenser, but instead being added to the Dispenser's parent entity.
Island 4 noodling
Ignoring some local third party
ResourceSpawner allows spawning things without view prefabs (grazing areas)
Player camera component order
Started on the runtime batching.
Swapped anti aliasing for the other version from cinematic effects, which has no artifcating and less jitter? ;|
Graphics options cleanup, menu UI fiddling
UI sprite import settings, menu UI tweaks
Removed BaseEntity.Transform and replaced all usage with BaseEntity.View.transform
Fixed potential NRE in GridManager.UpdateEntity
▉ █▊▅▄▍▌ ▅▅▍▆▉▄▅▌▄/ ▋▊▇ ▊▉▌▅▍▇▋▇▆ ▋▋▉▌▊▍▍▄▅
▍▇▉ ▆▅▌▄ ▇▍▌▌ ▄▊▊ ▌▄▍▅▋▆ ▊▌▇▊▉▇▇█▇
Just added some comments to Interpolator.cs for my own benefit
Beginnings of client interpolation work. Just duplicated the default interpolator for now. Moved Snapshot out of the Interpolator class so it's not super unwieldy to use in my own interpolator.
Apparently I modified the bleeding effect
Put Corpse on Fire should be an Interaction executable for the player.
rock flat texture set (for cave floors)
Spears should be crafted from Big Stick.
Unimplemented mode in MachineCanProcessItemSettings, so set up a debug error hook, just in case.
Implemented the TargetMachineCarriedItems mode in MachineCanProcessItemSettings, just in case, but a deprecation error on the mode is still in there to warn usage, since we would probably prefer to use a BB approach.
Removed deprecated mode from MachineCanProcessItemSettings... :-P
Switched scene to use new layout, added hub entrance, moved mission points
remade tiremark material, reexported central hub with rotated points and separated cones
removed old cones on under_construction barrier and hub. added separate cone prop. reexported barrier and hub. Removed helpers from hub.
Added new Goal and Plan to Human Food AI Module. Prepare for Cooking/Light Fire for Cooking should cause people to prepare a fire when there are uncooked corcasses lying around
Removed all multi-select functionality from the PlayerController
renamed erroneous "objects" in hub to proper names and added to scene
Making an Improved Spear should also require a Big Stick, rather than a tiny stick.
Skinning animation loop time import fix again
Cook Corpse process now use DateTime rather than accumulating minutes for determining the cooking progress of attached corpse, this way we can time-jump and all kinds of nifty cheats/hacks.
BehaviourChain elements can now be conveniently collapsed in the AI Designer
Corpse is now using DateTime for rotting and decay timers.
WorldManager.Time now pimpls TOD_Sky.Instance.Cycle.DateTime.
Replaced most/all uses of TOD_Sky.Instance.Cycle.DateTime with WorldManager.Time.
Upped momentum drain rate on herbivore food goal plans
Added a consideration for using influence map scores
Cleaning up GameUI in preparation for expanded radial stuff. Selection/hover indicators re-written, selected Unit indicator now colored to match the mood of the unit. We sims now.
Another UnitView.FaceTarget NRE catch
Added cone prefab
Sets TOD immediately
Triggers are created for rooms. Updated some material stuff.
Radial menu refactor, they show a lot of bullshit now. WIP
Selectable indicator tweaks