userandrecancel
reporust_rebootcancel

10,828 Commits over 3,867 Days - 0.12cph!

1 Year Ago
Subtracting 86646
1 Year Ago
Subtracting 86439
1 Year Ago
Fixed LegacyNavigation serialization issue
1 Year Ago
Merge from main
1 Year Ago
2021 server NavMeshAgent tests
1 Year Ago
Can deploy weapon racks and clan table on tugboat
1 Year Ago
▍▄▆█▋▆▅ ▌▋▄: ▋▍█▆▅▋▌▆▉ ▅▌█▇▌▆▄▋▌▋▌ ▅█ ▋▌▇▌▌▋▄ ▇▅▌▄▆ ▄▇ ▆▍▋ ▆▉▍▄▇▊▉
1 Year Ago
Merge from main
1 Year Ago
Potential fix for RelationshipManager.UpdateReputations performance issue
1 Year Ago
Only call SetScriptingDefineSymbols in BuildAssetBundles if current defines and target defines are different
1 Year Ago
Potential fix for composter fertilizer NRE
1 Year Ago
▇▅█▇▉ ██▊▍ ▄▍▄█▍▅▌▉▄▅▅▊▅▇▍▉▅▆▋▉▍▄▇█▌▉▍
1 Year Ago
▌▌▋▅▄ ▉▄▅▌▋▅▆▌██▆ ▅█▅▌▉▍▅▊█▉ ▇▅ ▆▅▊▄▄▌▅▌█▄ ▉▍▉▅▍▄▆▊ █▇▍▍▌▇
1 Year Ago
Removed several texture assets from server content.bundle
1 Year Ago
Whitespace / debug log cleanup
1 Year Ago
Removing unused variable
1 Year Ago
Removing old server GamePhysics performance workaround
1 Year Ago
NavMeshAgent NRE fix
1 Year Ago
▋▄▍▋▌ ▆▇▌▊▇▉.▋▄▌█▌▉▌▆▅▉▋▋▋▌ ▋▊▊▉▆▆ ▊▊ ▇▇▄▇▇▋▋ █▅▍▊▇ ▄▆▉█▅▌▆▆▌█▄▇
1 Year Ago
▅▉█▊▉▍▅++
1 Year Ago
▊▌▅▌▍ ▋▉▌▅ ▌▊▊▇
1 Year Ago
▊▆▋█▄ ▄▊▌▌▅ ▅▄▍▊▆▄ ▍▅▅▋▋
1 Year Ago
Removing several temporary build debug logs
1 Year Ago
Fixed SeparateLinuxBuild in case we need to use it again in the future
1 Year Ago
RPC string manifest debugging
1 Year Ago
Build debugging
1 Year Ago
▅▋▍▌▌▄▊ ▅▄▄▄▅▅█▇▋█▆▋▅▆
1 Year Ago
Added BuildOptions.CleanBuildCache to BuildDefines.Options_Default since delta builds seem to be hit & miss on 2021.3.29f1
1 Year Ago
1 Year Ago
Fixed UIClanCreator CLIENT ifdef positioning causing serialization error (latest 2021 version seems to throw an error from this)
1 Year Ago
Compile fix
1 Year Ago
Manually print all build errors after our "Compile Errors: ..." message since some or all of them don't seem to get logged (?)
1 Year Ago
Another graphics jobs test for OSX
1 Year Ago
Unity 2021.3.29f1
1 Year Ago
▇█▅▇█ & ▋▅▋▍▅█▅▇▅▇▇▅
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases
1 Year Ago
Removing unused MeshAllocator instance in VirtualMeshScheduler Use the correct CellAllocator instance when computebuffer_setdata_immediate is false
1 Year Ago
Added computebuffer_setdata_immediate convar (does what the name says), defaults to true on OSX since SetData seems to have a ton of memory overhead in Unity's OSX implementation Enabled instanced rendering on OSX by default again
1 Year Ago
GPUBuffer data preservation / copy when expanding is now optional Fixed FreeNativeMemory before AllocateNativeMemory in a few subclasses Fixed a few == vs <= "better safe than sorry" cases PreCullJob now runs after LateUpdate instead of after Update so changes in LateUpdate doesn't mess things up Fixed DrawCallManager.AddDrawCall not immediately updating if it was resized Disabled by default on OSX standalone until we sort out the memory leak Fixed some issues with --normal-rendering
1 Year Ago
Another 2021 server build fix attempt
1 Year Ago
2021 server build fix attempt
1 Year Ago
More 2021 server build debugging
1 Year Ago
Compile fix
1 Year Ago
Server build debugging
1 Year Ago
Merge from main
1 Year Ago
Merge from global_networked_bases (this contains a Network++)