reporust_rebootcancel

130,366 Commits over 4,232 Days - 1.28cph!

2 Years Ago
Add a method to BasePlayer to add score events to their clan Update clan UI to show total score and score event log Cache the player's IClan instance on the server to make doing clan things easier
2 Years Ago
twitchdrops render scene sheet metal double door setup
2 Years Ago
Fix junkpile_i being invisible by cancelling instancing sooner when it is disabled via config
2 Years Ago
Don't global network parented entities (to fix tugboats)
2 Years Ago
Disable instancing on ice throne chair
2 Years Ago
Subtracting 86646
2 Years Ago
Zero the entire `VertexData` struct instead of only color when copying the mesh on the GPU
2 Years Ago
Reimplement `#if UNITY_2021` after implementing GPU copy of meshes
2 Years Ago
Cherrypick 86650, 86651,86655 from global_networked_bases/2021 (compile fixes & GPU copy mesh for multidraw)
2 Years Ago
Merge gpu_copy_mesh -> global_networked_bases/2021
2 Years Ago
Copy mesh geometry to multidraw compute buffers via the GPU (avoids requirement of setting every mesh read/write enabled)
2 Years Ago
2 Years Ago
▊▇▍▌▋ ▌▄█ ▅▅▌▉▄
2 Years Ago
Codegen
2 Years Ago
Fix compile errors in 2021
2 Years Ago
Update global_networked_bases/2021
2 Years Ago
More `#if UNITY_2021` checks
2 Years Ago
2021 server NavMeshAgent tests
2 Years Ago
Bunch of `#if UNITY_2021` conditional compilation to keep it working on 2019
2 Years Ago
Can deploy weapon racks and clan table on tugboat
2 Years Ago
subtracting 86637
2 Years Ago
▍▄▆█▋▆▅ ▌▋▄: ▋▍█▆▅▋▌▆▉ ▅▌█▇▌▆▄▋▌▋▌ ▅█ ▋▌▇▌▌▋▄ ▇▅▌▄▆ ▄▇ ▆▍▋ ▆▉▍▄▇▊▉
2 Years Ago
Merge from 2021 -> global_networked_bases
2 Years Ago
Merge from multidraw -> global_networked_bases/2021
2 Years Ago
Subtract 86589 (mark every building mesh as read/write enabled)
2 Years Ago
merge from default_bp_changes (UI / user feedback tweaks)
2 Years Ago
merge from dof-leaking-fix
2 Years Ago
merge from PvEAllowHurtNPCs
2 Years Ago
Building grade skin components added to blocks prefabs for gingerbread skin
2 Years Ago
Conditional prefabs linkage
2 Years Ago
current state of the scene
2 Years Ago
Gingerbread skin building blocks prefabs setup Zeroed some models offets left
2 Years Ago
Potential fix for RelationshipManager.UpdateReputations performance issue
2 Years Ago
phrases
2 Years Ago
Client compile fix
2 Years Ago
merge from parachute
2 Years Ago
merge from main
2 Years Ago
merge from tugboat_supplydrop_fix
2 Years Ago
some missing file
2 Years Ago
server cull tag to stairs landing art in respective prefabs
2 Years Ago
gingerbread wall frame and floor frames models
2 Years Ago
Conversation WIP
2 Years Ago
Unsaved
2 Years Ago
Added a special tutorial only barrel variant that only drops scrap Updated resource ping system to work with storage containers to highlight the barrels
2 Years Ago
Workbench misison Add metal ore nodes to island
2 Years Ago
Furnace mission
2 Years Ago
Fix demos not deleting instanced entities when changing keyframes
2 Years Ago
Merge Main -> Save241
2 Years Ago
Cherrypick demo fix from global_networked_bases/2021/multidraw so they work in editor (and client?)
2 Years Ago
Set good values for buoyancy requiredSubmergedFraction for all boats. Helps with buoyancy system setting Sleep only when it should.