userandrecancel
reporust_rebootcancel

10,922 Commits over 3,959 Days - 0.11cph!

6 Years Ago
Fuckin NavMeshGridCell
6 Years Ago
Refactored prefab pool prewarming Increased prefab pool prewarm count (test)
6 Years Ago
Skip LOD OnEnable / OnDisable while prewarming prefab pool
6 Years Ago
Removed ancient unused broken gib prefab
7 Years Ago
Run prefab pool warmup after destroying map entities (otherwise warmed entities will be destroyed)
7 Years Ago
Fixed IndexOutOfRangeException during prefab pool warmup Fixed initial missing audio issues from prefab pool warmup
7 Years Ago
Compile fix
7 Years Ago
Unified "GameManager Warmup" and "Asset Warmup" to avoid doing duplicate work
7 Years Ago
Run prefab pool warmup after loading the level scene (otherwise some warmed up prefabs will be destroyed)
7 Years Ago
Fixed some entities and construction conditional models pooling on the server, which is not supported
7 Years Ago
Fixed prefab pool warmup only being executed on first server connect
7 Years Ago
Fixed missing conditional model references on wooden wall
7 Years Ago
Removed some holster effect prefabs with missing sound references Fixed building conditional model prefab bundles
7 Years Ago
Compile fix
7 Years Ago
Merge from prefab_pooling_3
7 Years Ago
Merge from main
7 Years Ago
Fixed animal spawn loop when admin-spawning them via spawn console command
7 Years Ago
Prefab pool warmup baseline
7 Years Ago
Fixed error on effect onfire.prefab
7 Years Ago
Added prefab pool state export to csv file (export_prefabs)
7 Years Ago
More effect prefabs
7 Years Ago
More effect prefabs
7 Years Ago
Post-merge fix
7 Years Ago
Merge from main
7 Years Ago
NPC prefabs
7 Years Ago
Player prefabs
7 Years Ago
Plant prefabs
7 Years Ago
AI prefabs
7 Years Ago
Throwable prefabs
7 Years Ago
Clothing prefabs
7 Years Ago
Deployable prefabs
7 Years Ago
Projectile prefabs
7 Years Ago
UI prefabs
7 Years Ago
Sound prefabs
7 Years Ago
Tree prefabs
7 Years Ago
Static entity prefabs
7 Years Ago
Loot prefabs
7 Years Ago
Effect prefabs
7 Years Ago
Resource prefabs
7 Years Ago
Clutter prefabs
7 Years Ago
Building prefabs
7 Years Ago
Batching prefabs
7 Years Ago
Fixes
7 Years Ago
New prefab pooling baseline
7 Years Ago
Added PrefabPostProcess (runs after after components and children have been cleaned up)
7 Years Ago
PrefabInfo is now called Poolable (separate commit to keep the file history intact)
7 Years Ago
inventory.give takes item condition as an optional third parameter
7 Years Ago
Eliminated GC from TOD image effects
7 Years Ago
Cherry picking 28046 & 28047
7 Years Ago
Cherry picking 28048