reporust_rebootcancel

139,313 Commits over 4,352 Days - 1.33cph!

11 Years Ago
fixed heli bullets visually penetrating bases
11 Years Ago
Unity 5.2.0p1
11 Years Ago
Added shaderwarmup convar (run with -shaderwarmup 0 to disable it) Renamed warmupmode convar to assetwarmup (now only affects asset warmup, not shader warmup)
11 Years Ago
Rebuilt shader variants
11 Years Ago
Fixed DoF ignoring water
11 Years Ago
Conventional Savas load fix.
11 Years Ago
Savas loot tweaks. Quicker respawns.
11 Years Ago
Disabled shader warmup by default on OSX (run with -shaderwarmup 1 to enable it)
11 Years Ago
Added a construction tool+resource hut to the buildable hill on Savas KOTH.
11 Years Ago
Missing files.
11 Years Ago
Merge from main
11 Years Ago
Added line of sight, closest point, distance and squared distance getters to BaseEntity (OBB-based)
11 Years Ago
Added deploy volume that uses the entity bounds for its placement check
11 Years Ago
First pass blood impact FX assets
11 Years Ago
Added Vis class for spatial entity, collider and component queries Added PoolAllocator (only supports lists for now)
11 Years Ago
Bullet entry wound decal
11 Years Ago
more blood stuff
11 Years Ago
Water: white/black movement lines fix attempt
11 Years Ago
Blood....so much BLOOD.
11 Years Ago
Hopefully fixes those two Savas crates that don't seem to respawn.
11 Years Ago
Collider batches cache their member's bounds, use them for closest point checks (fixes stability issue)
11 Years Ago
NRE handling
11 Years Ago
Clamp graphics.af between 1 and 16
11 Years Ago
Don't reallocate player lists every frame in PatrolHelicopterAI
11 Years Ago
Merge from main
11 Years Ago
Merge from main
11 Years Ago
GameTrace resolves batched colliders
11 Years Ago
HitInfo has GetEntity extension method that resolves batched colliders
11 Years Ago
▄▆█▉▇▉▋▋ ▇▍▍▅▆▄▊
11 Years Ago
GamePhysics uses lists
11 Years Ago
GameTrace samples terrain splat materials
11 Years Ago
Merge from main
11 Years Ago
Decal/Impact WIP
11 Years Ago
GameTrace uses pool allocator lists instead of lambdas RaycastHit batched collider extension methods never return null
11 Years Ago
Added proper AI obstacles to building pieces
11 Years Ago
Snow and Sand decals and impact FX's
11 Years Ago
Switch to non-batched colliders when a collider is destroyed (until the next batching update has been processed)
11 Years Ago
Cleaned up gib spawning mess (made gibs bypass prefab preprocessing and caused huge effect spam)
11 Years Ago
Merge from main
11 Years Ago
Reenable child collider when it leaves a collider batch
11 Years Ago
snow, dirt, sand decals and impact FXs.
11 Years Ago
Unity 5.2.1f1 https://unity3d.com/get-unity/update
11 Years Ago
Batch all colliders after loading a save
11 Years Ago
Log NPC deaths (debugging) Added GC collections to server console TimeWarning highlights if a GC occured inside it Tweaked NPC metabolisms Reduced aihandlerms to 5ms by default (from 50) Hide "Skipping profile frame..." in server console Reduced footstep effect distance (test) Increased calorie consumption Fixed sleeping player models not showing in TestLevel (cuz they were technically dead)
11 Years Ago
Pool allocator improvements
11 Years Ago
Cleanup
11 Years Ago
Merge from main
11 Years Ago
Pool allocator clear resets allocation counters
11 Years Ago
Merge from collider-batching (beware dev servers, hide yo savegame backups)
11 Years Ago
Fixed warning in Gib class