userandrecancel

12,539 Commits over 3,806 Days - 0.14cph!

9 Years Ago
Cherry picking Vince's door material fix
9 Years Ago
Merge from main
9 Years Ago
Ramp construction socket (used for roof)
9 Years Ago
Added maxthreads convar (number of threads to use for the procedural world generation, defaults to processor thread count)
9 Years Ago
No more StabilityPinPoint
9 Years Ago
Building prefab updates to the new stability + construction socket backend
9 Years Ago
Merge from main
9 Years Ago
Always clamp FOV to a valid range
9 Years Ago
Merge from main
9 Years Ago
Enabled line of sight check on landmine Landmine and timed explosives use entity center point as origin of damage sphere
9 Years Ago
Fixed regression that caused batched renderers to be invisible for a short time when a mesh is removed
9 Years Ago
Only follow male entity links for stability
9 Years Ago
Building stability is supported by both construction and stability sockets
9 Years Ago
Hybrid construction socket fixes
9 Years Ago
Merge from main
9 Years Ago
Manifest
9 Years Ago
Player movement velocity clamping tweak
9 Years Ago
SavasIsland test
9 Years Ago
Disabled furnace / campfires on SavasIsland_koth (crash test)
9 Years Ago
Player movement controller clamps velocities from the physics system to a safe range
9 Years Ago
NoClip tweak
9 Years Ago
Fixed missing physic materials on driftwood
9 Years Ago
Shelves prevent building collider tweak
9 Years Ago
Floor and triangle floor sphere test tweaks
9 Years Ago
Floor sphere test tweaks
9 Years Ago
Removed pillar sockets from triangle foundations (centered pillar sockets would allow doorway griefing)
9 Years Ago
Network++
9 Years Ago
Foundation step rollback
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Added directional bias to billboard particle lighting (fixes particles being too bright around dawn and dusk)
9 Years Ago
Network++ Save++
9 Years Ago
Added murmur hash Default seed and salt use murmur hash
9 Years Ago
Static decor placement is more mismatch resistant
9 Years Ago
Added a couple more deploy checks to the triangle foundation
9 Years Ago
Fixed warehouse monument collider having no valid physic material assigned
9 Years Ago
Procedural components can choose whether or not to run on the client / server Removed a bunch of bushes from the server
9 Years Ago
Resource deposits use a salted server seed for unique deposit positions (server.salt convar)
9 Years Ago
Sockets can choose whether or not to be monogamous Entity links are initialized in InitShared and linked in PostInitShared Stability uses stability entity links for robustness and predictability
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Entity links support bi-gender sockets Added stability entity link and stability socket
9 Years Ago
Merge from main
9 Years Ago
Merge from main
9 Years Ago
Generic entity linking via sockets Reject building block placement on occupied construction sockets
9 Years Ago
Fixed being unable to build foundation steps going up from triangle foundations
9 Years Ago
Tool cupboard checks line of sight when attempting to authorize / clear
9 Years Ago
Projectiles keep track of traveled distance and time Added maxDistance to projectile (specifies max allowed distance to travel) Refactored projectile lifetime death (using travel time)
9 Years Ago
Fixed napalm prefab error