249,398 Commits over 3,959 Days - 2.62cph!
FOR FUCK SAKE minimap shader / tweak minimap cam
▄▆▅█▊▊█▉▍▊▅ ▆▆▆▋ ▌█▄▉▊ ▅▇▅ █▇ ▌▆█ ██▅ ▉▄▋▇▌▌▄▆▍▄▍, ▆▍▊█ ▄▆ ▅▅▋▋▋▍, ▌▋▄▊ /▅▌▇▄▅▉ █▉▆█▌▍▍ ▇▌▊
SmartObject.TrySubscribe overload with interaction name lookup
FOR FUCK SAKE asset cleaning
FOR FUCK SAKE WIP prefab room
removed component with missing script
Shifted about some Agent+DM code to Agent+SmartBehaviour that deals with auto-completing a "current" SmartBehaviour if it's action chain is completed and a new behaviour is being stacked on top of it.
Fixed a gazillion missing ST textures, rebuilt their materials a few dozen times for fun
ScreenOverlayEx takes light intensity into account
Added UnsubscribeOnCompletion flag to InteractionSettings, allowing SO subscription to persist after completion of the SmartBehaviour ActionChain
DM will call SmartObject.Unsubscribe when applicable
Projectile tracers no longer disconnect from their parent one frame too soon
▇▇▍█ ▄▌▋▉▊▋█▆▌█▉ ▉▇▋▍▄▄ ▋▉▇▋▌▆ ▄▆▊▆▆▊▅
!▆██▊▊ ▌▋▌ ▆▉▍▋ ▌█▉▄█▄▍▋
PVT: forgot to touch the standard terrainblend shader; fixes tiling issues
Fixed EffectRecycle lifetime calculation
SpeedTree asset tools support multi-selections
Missing collision component on trainyard1
Progress on water treatment plant
Extended the sewers greybox set
Water filtering tanks greybox's
Strairs overhang/catwalk greybox
▉▊▉▅▊▌▆▉▊ ▋▇█▇▊ ▅▉▊▋▅▅▄▋▌ ▅▉▍▅▄█ ▅▆▇▍▇▄
▄▍▆▇▄▋▋▄▋▄▄ ▆▄▅▌▅ ▅▇▅ ▉▆▍▄▉
cut in to lava court platforms to make it less uniform
Testing out racket trail effect
Added clientsideEffect and clientsideAttack flags to projectile (for non-authoritative projectiles)
Fixed NRE in projectile prediction if non-authoritative
Explicit case for fake projectiles with a penetration power of 0
ST: reverted billboard vface compensating for inverted orientation
ST: updated all materials
Interaction tweaks
GoToSmartObject tweaks
Projectile prediction tweak
Fixing stupid CanSubscribe checks
Hooked up some of the tweaks stuff.
More InteractionPosition stuffs
Entity attachment positions
▄ ▅▍▌▉▄ ▅▊▇▌▉▊▉ ▄▉▇ ▍▇▋▊▄▄
SpeedTree update script fixes
Fixed Consumable Effect Settings.
Since "hours_passed" accumulator is a ulong, I moved it to the StatCollection, that we only store one per Agent. Means we only register a single listener per Agent to the OnHour TOD event too.