224,801 Commits over 3,714 Days - 2.52cph!

7 Years Ago
more whats new wip
7 Years Ago
latest art
7 Years Ago
seems to be more or less working now
7 Years Ago
Profiler cleanup
7 Years Ago
WIP
7 Years Ago
arena hidden in menu, space theme applied when entering menu
7 Years Ago
Updated mission panels
7 Years Ago
Stripped Mesh.MarkDynamic entirely because it's retarded
7 Years Ago
7 Years Ago
Reset game time when restarting or starting a new session
7 Years Ago
SmartObject subscription logs are gated by AIManager.DebugLoggingEnabled Removed debug logs in FuelToEffect, fixed incorrect DateTime comparison in OnHour callback
7 Years Ago
squad editor help text
7 Years Ago
Back to base
7 Years Ago
Fixed fuel to effect not consuming items as they burn
7 Years Ago
Reverting old building code
7 Years Ago
Don't instance buildingmeshes yet.
7 Years Ago
help text for map edit mode
7 Years Ago
Fixed rare ArgumentOutOfRangeException in InvokeHandler
7 Years Ago
squad/map editor load help prompts
7 Years Ago
Merge main
7 Years Ago
Working towards fixing the issue with DM.
7 Years Ago
Sleep tweak fix attempts
7 Years Ago
Reduced shadow distance. Better frames, minimal impact.
7 Years Ago
DoEffect warning spam editor only
7 Years Ago
Quick fixed menu UI until we determine that the canvas changes are on purpose Reduced default animal populations
7 Years Ago
Added lots of timewarnings for profiling ideas.
7 Years Ago
added pop in animation placeholder to kill feed entries
7 Years Ago
lasersight world model lod updates
7 Years Ago
holosight worldmodel lod updates
7 Years Ago
Bundle decals properly
7 Years Ago
BinaryHeapPriorityValue replaces LastDecisionScore in the binary heap random selector.
7 Years Ago
path fix
7 Years Ago
Merge from invoke_handler
7 Years Ago
Added Facepunch.UnityEngine for TimeWarning class
7 Years Ago
Fix for NRE when opponent hovers empty tiles
7 Years Ago
Merge from main
7 Years Ago
Small improvement for NPC collider updates.
7 Years Ago
ServerVar is always ServerAdmin = true by default Added ServerUserVar (1:1 replaces [User]) Updated old convars to use new attributes
7 Years Ago
ServerVar is always ServerAdmin = true by default Added ServerUserVar (1:1 replaces [User]) Updated old convars to use new attributes
7 Years Ago
GPV score comparison logging
7 Years Ago
Show invoke handler tasks with "perf 7"
7 Years Ago
Rocket facility site / roof buildings, doors, warehouse interior, windows
7 Years Ago
BoardView now sets tileset render settings
7 Years Ago
render settings tool
7 Years Ago
Fixed machine process being stopped in Tick due to stupid code
7 Years Ago
FuelToEffect.AddItem only adds time to the process EndTime when already running, else we let StartImplementation do the calculation
7 Years Ago
Machine process cleanup
7 Years Ago
BehaviourChainElement handles smartObject unsubscription
7 Years Ago
CancelSmartObjectSubscriptions should be called consistently from BehaviourChain with respect to IsBroken check. Remove dangling CancelSmartObjectSubscriptions from Agent+Behaviour (from past reservation logic).
7 Years Ago
Removed old call to BehaviourChain.CancelSmartObjectSubscriptions