241,336 Commits over 3,867 Days - 2.60cph!

1 Year Ago
Removed another accidental include
1 Year Ago
Merge from main
1 Year Ago
Merge AttackHelicopterPreTurret -> Attackhelicoper. Integrates the merge from Main + fixes.
1 Year Ago
Merge from hackweek-chat-emoji
1 Year Ago
Move FindAllServerEmoji to much later in the server boot process to prevent local folders getting created with invalid identifiers
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Trying to fix errors that appear in CLIENT mode but not CLIENT + SERVER on craggy
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Fix IndirectArgs ComputeBuffer not expanding because it is 5 uint each draw call
1 Year Ago
Merge AttackHelicopterPreTurret -> Aux2
1 Year Ago
Removed accidental Amazon include (decided to do this not directly on Aux2)
1 Year Ago
Removed accidental Amazon include
1 Year Ago
Slight camera motion improvement when equipping weapons, unequipping weapons still has a slight camera snap
1 Year Ago
Merge AttackHelicopterPreTurret -> Aux2
1 Year Ago
Merge from main
1 Year Ago
Merge from hackweek-chat-emoji
1 Year Ago
Merge from global_networked_bases -> aux2 (bbq loot panel)
1 Year Ago
Merge from main -> global_networked_bases
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
Cherrypick 84979 (BeginWrite two new compute buffers)
1 Year Ago
Fix 2021 to use BeginWrite() & EndWrite() on the two new ComputeBuffers (IndirectArgs & InstanceOffsets)
1 Year Ago
Merge from nexus
1 Year Ago
Main cannon ground effect
1 Year Ago
Fix name conflict dll copy - where'd that come from, it was the right one Turn assembly version validation
1 Year Ago
Update global_networked_bases/2021
1 Year Ago
Remove util.IsPointInBox as Vector:WithinAABox exists
1 Year Ago
Fix trigger_hurt forgiveness not resetting damage correctly language.GetPhrase changes * Increase limit to 4000 bytes, from 1000 * If limit is hit, truncate the string, instead of outputting an empty string Make language.Add type-error on invalid input instead of silently fail Added more intersection functions * util.IntersectRayWithSphere * util.IsSphereIntersectingSphere * util.IsBoxIntersectingSphere * util.IsPointInBox * util.IsPointInCone * util.IsSphereIntersectingCone * util.IsOBBIntersectingOBB - last argument is now optional
1 Year Ago
Merge from global_networked_bases -> aux2
1 Year Ago
#SERVER compile fixes
1 Year Ago
Add `use_command_buffers` command to toggle between Graphics.DrawMeshInstancedIndirect() and CommandBuffers Can use convar at runtime to switch back and forfth Added manually submitting draw calls back as CommandBuffers broke lighting & were slower after first iteration
1 Year Ago
Don't release jump list object unless it's succeeded (should fix crashes on Proton and maybe weird Windows setups), release another thing too
1 Year Ago
New flaming ember/debris atlas, because that soft radial blob used everywhere has become pretty old.
1 Year Ago
Increased clearance on the overpass module entrance
1 Year Ago
Finally fixed the rendering so opaque geometry & shadows are kept in separate command buffers... although I would need to add the shadow commandbuffer to each light now
1 Year Ago
Missing girder in bucket_excavator_arm_end_COL
1 Year Ago
Missing quad sphere tank in collider
1 Year Ago
merge from main
1 Year Ago
oilrig S2P
1 Year Ago
fixed large oilrig interior collider issues
1 Year Ago
Merge from nexus
1 Year Ago
Network++
1 Year Ago
Add ferry avoid triggers to oil rigs
1 Year Ago
Add ferry avoid trigger to cargo ship
1 Year Ago
add clan table to bandit/outpost
1 Year Ago
Be more lenient on light direction validation mask for directional AO, make sure that aoproxies don't clip through citizen's arms Directional AO can use more steps now that it's cheaper
1 Year Ago
Shadergraph: only compile preview shader for the current render API
1 Year Ago
Merge from main