branchrust_reboot/maincancel

35,729 Commits over 4,324 Days - 0.34cph!

8 Years Ago
▆▌▊▇▄█▍█▋▌▌ ▄▆▋▋▆█▆▋▆▄ ▉▆▉
8 Years Ago
Fixed animal spawn loop when admin-spawning them via spawn console command
8 Years Ago
Merge from prefab_pooling_3
8 Years Ago
Compile fix
8 Years Ago
Removed some holster effect prefabs with missing sound references Fixed building conditional model prefab bundles
8 Years Ago
Fixed missing conditional model references on wooden wall
8 Years Ago
Fixed prefab pool warmup only being executed on first server connect
8 Years Ago
Fixed some entities and construction conditional models pooling on the server, which is not supported
8 Years Ago
Run prefab pool warmup after loading the level scene (otherwise some warmed up prefabs will be destroyed)
8 Years Ago
Bandit Town shopkeeper room dressing Bandit Town and swamp_c scene2prefab
8 Years Ago
Unified "GameManager Warmup" and "Asset Warmup" to avoid doing duplicate work
8 Years Ago
Compile fix
8 Years Ago
Fixed IndexOutOfRangeException during prefab pool warmup Fixed initial missing audio issues from prefab pool warmup
8 Years Ago
Run prefab pool warmup after destroying map entities (otherwise warmed entities will be destroyed)
8 Years Ago
smoke grenade NRE fix
8 Years Ago
Merge from combinedfog
8 Years Ago
▍▊▅▌▌▄ ▆▊▊▋▌▉ ▋▋▄█▉▆▄
8 Years Ago
Merged from AI improvement branch.
8 Years Ago
Updated manifest
8 Years Ago
Removed ancient unused broken gib prefab
8 Years Ago
Skip LOD OnEnable / OnDisable while prewarming prefab pool
8 Years Ago
Refactored prefab pool prewarming Increased prefab pool prewarm count (test)
8 Years Ago
Fuckin NavMeshGridCell
8 Years Ago
A bit more robust AI sensation data being sent out when explosives explode.
8 Years Ago
can no longer use smoke grenades under water
8 Years Ago
Removed rigidbody from lanterns in bandit town Scene2prefab
8 Years Ago
New AI can't be wounded.
8 Years Ago
Subtracting 28192
8 Years Ago
Validate position checks in new AI.
8 Years Ago
terrain blend maps for swamps and bandit town fixed water surface size/shape in them
8 Years Ago
Subtracting 28202
8 Years Ago
New AI use radio comm voices. New AI goes dormant properly now.
8 Years Ago
nre fix smoke effect no longer gone forever outside network range
8 Years Ago
Fixed smoke grenade ordering issue with some glass windows
8 Years Ago
Cherry picking 28210
8 Years Ago
▍▌▊▅ ▅▅▌ ▉▋▇▄▌▆▍▉█▊▊
8 Years Ago
▌▊▌▆▇▊▄▉▆▌▄ ▋█▍▋▍▍▅
8 Years Ago
NPC heading can't be zero. NPCs won't kill family members.
8 Years Ago
NPC cleanup pass. NPC movement now ticked via repeated invoke, not load balanced tick.
8 Years Ago
NPC load balancing improvements.
8 Years Ago
Some more NPC cleanup. Idle voices should now work properly.
8 Years Ago
NPCs stick better to the ground (and floats just above it).
8 Years Ago
NPC improved firearm usage when standing up from being ducked behind partial cover.
8 Years Ago
Turned on graphics jobs
8 Years Ago
skin approval files
8 Years Ago
Rearranged graphics settings to make a bit more sense Moved experimental, slow features (grass shadows + contact shadows) to their own section
8 Years Ago
Eliminated GC allocs from ESPCanvas Eliminated GC allocs from LifeScale
8 Years Ago
Removed world reflection quality since only mode 0 is currently supported on Unity 2018.1 (revisit with 2018.2)
8 Years Ago
BBQ allows small box to be placed underneath Snow jacket name fix
8 Years Ago
Added camera opaque and transparent draw sorting override; opaque defaulted to NoSorting (testing)