117,584 Commits over 3,987 Days - 1.23cph!
vending machine really no longer drops items
Added a fix for the potential of navmesh sources to go invalid over time (so we check them before we bake).
A slight improvement to animal flee behaviour and speed related to angle of next position.
Updated Facepunch.Unity (fixes manifest download sometimes silently failing)
fix for broken head collider
Rewrote rebake logic to use the bake heap.
Cells and layers are now aware they're in the bake heap awaiting baking.
Updated the bake heap comparer, that it more reliably prefers cells close to players.
Cleanup duplicated MainCannonAttack prefab
Removing temp hair styles from this branch
Perf fix for occludable sounds with local voice limiting enabled
merge from main/bradley-sounds
vending machines never drop any loot when destroyed
vending machine health slightly increased
rebalanced all raw meat to poison other than fish
rebalanced all burnt meat to give 1/4 cooked meat yields
tooltips can use translations
added consumable/medical info panels
added basic mounting system for chairs
Add blend type option to rust/std terrain blend shaders, complex (default) and vertex alpha (simple)
Fixed clothing prefabs w/ skin parts not updating material
Set nav_grid to false by default.
Check neighbour navmesh cell as valid target before we attempt to generate a link in that direction.
Generate links async and with a queue, that we can control how many links we generate each frame.
Stripping out unused textures
Eoka Pistol, Flamethrower, Pipe Shotgun, Revolver - Updated to latest rig and arms, clean exports, rebuilt prefabs
tweaked darker skin colours
A couple more checks, just to be on the safe side.
Cleanup & mouth texture optimisations
Eliminated some tiny GC allocs from nested coroutines
When loading the map from cache, prefabs spawn async to avoid stalling the client for a long time
Cleaned up asset FileSystem_Warmup by removing unused code
Set nav_grid to false by default
More lods
Removed all unused meshes from playermodel fbx
Skin set changes
Reverted Auth_Steam to version from main (just to be safe)
Improved EAC authentication workflow
More item description updates
Started work on ordered baking based on player whereabouts (navmesh where it's most relevant first).