userJake_Richcancel

3,309 Commits over 945 Days - 0.15cph!

6 Months Ago
Undo substract on main CS 98931
6 Months Ago
merge from main -> monument_scenes
6 Months Ago
Subtract accidental merge of monument_scenes to main instead of aux2
6 Months Ago
Merge from monument_scenes -> aux2
6 Months Ago
Fix remapped scene prefabs being warmed up
6 Months Ago
Merge from monument_scenes -> aux2
6 Months Ago
Update old rig scenes
6 Months Ago
Fix S2S not adding tags to monuments with their MonumentInfo not on root level
6 Months Ago
Merge from main -> monument_scenes
6 Months Ago
merge from analytics_profile_servermgr -> main
6 Months Ago
Add profiling to following methods & include in runtime profiling data - ServerMgr.Update() - Net.sv.Cycle() - Physics.SyncTransforms() - CompanionServer.Tick() - BasePlayer.ServerCycle()
6 Months Ago
merge from fix_server_profiling_lag_spike -> main
6 Months Ago
Fix RPC lag spikes not including server id
6 Months Ago
Merge from monument_scenes -> aux2
6 Months Ago
Add oil rig monument scenes Add arctic research base scene & remapped prefab
6 Months Ago
Fix remapping of monuments to exclude monuments without scenes Add logging
6 Months Ago
merge monument_scenes -> aux2
6 Months Ago
Add scene prefabs to /remapped/ folder instead of /autospawn/ so they stop conflicting with terrain generation
6 Months Ago
Delete scene prefabs from autospawn directory
6 Months Ago
Default to monument_scenes enabled in editor because it messes with map gen
6 Months Ago
Actually include the "monuments only" mode when running in Scene2Scene mode
6 Months Ago
Refactor SceneToPrefab to use an options class instead of many parameters By default don't save each scene (since nothing changes about it) By default Scene2Prefab/Update All outputs normal prefabs - extra option to output monuments as scenes - extra option to only output scene prefabs
6 Months Ago
Disabled monument scene convar by default - better to opt-in than break aux2 Remap to a different directory (/remapped/ instead of /autospawn/) because map generation was picking up both versions of the prefab and causing issues Make sure output directory of prefab exists before outputting Ensure output path of asset has forward slashes
6 Months Ago
Merge from monument_scenes -> aux2
6 Months Ago
Fix compile errors when putting editor in SERVER mode - only allow SceneToPrefab to work when in CLIENT + SERVER mode (it only required CLIENT before)
6 Months Ago
merge from monument_scenes -> aux2
6 Months Ago
Scene2Scene every monument
6 Months Ago
Store prefab's path inside ScenePrefab - used for PreProcess: not convinced it's critical but good to include Add ability to toggle the feature on and off (until it's stable) - convar `monument_scenes` turns it off (default enabled) - add '_scene' onto end of cut-down prefab - remap large monument prefab -> cut-down prefab when spawning & the convar is enabled
6 Months Ago
merge from main -> monument_scenes
6 Months Ago
Fix build compile errors Fix loading scene by path instead of by name in standalone builds Scene2Prefab will output prefabs disabled so monuments can be moved to correct position before OnEnable() is called - enable the prefab once the monument scene is loaded Package all monument scenes into `monument_scenes.bundle`
6 Months Ago
Keep components attached to AddToHeightMap and AddToWaterMap
6 Months Ago
Delete components in one sweep instead of as we are iterating through components - also allows us to mark components as required by other components
6 Months Ago
merge from main -> monument_scenes
7 Months Ago
merge from analytics_dump_hierachy_formatting -> main
7 Months Ago
Fix components incorrectly marked as "unsupported" for enabling/disabling - renderers - particle systems - LODGroup
7 Months Ago
merge from analytics_dump_hierarchy_formatting -> main
7 Months Ago
merge from analytics_asset_warmup -> main
7 Months Ago
Add ability to see what is enabled vs disabled for `GameObject.Hierarchy.Components.txt` from `dump` command - Components show a checkmark if enabled vs disabled, they show a `~` if the component doesn't support enabling - GameObjects show a `+` if active & `-` if disabled
7 Months Ago
Add asset warmup & world spawn timings to `dump` command - output to csv so it can be opened in excel - don't output if there are zero data points - reset the world spawn timing every time a new map is loaded - Asset.Warmup.csv - World.Spawn.csv
7 Months Ago
Merge from fix_unity_hook -> main
7 Months Ago
Move LagSpikeProfiler.enabled into the record method
7 Months Ago
Show editor's email instead of the server name when in the editor (so it's easier to select a server in grafana)
7 Months Ago
Move uploader creation into it's own method EnssureUploadersCreated() Ensure invokes are reset when we start recording so we don't get the cumulative stats since startup Move Reset() methods outside of serialize methods
7 Months Ago
Improve readability of code - move try catch & "enabled" check into each Serialize() method - move some Serialize() methods into their profiler classes - set default enabled state in each profiler so the convars reflect what is turned on
7 Months Ago
Add convars to all of profiling analytics - profiling_server to enable / disable feature (instead of relying on if upload url is provided) - profiling_{feature} for each part we measure
7 Months Ago
Fix unity hook not working by moving it from GameSetup -> Bootstrap
7 Months Ago
Include "reserved" in serverinfo to see how many reserved slots are active Add `print_reserved_slots` to see how much time each reserved slot has left
7 Months Ago
▆▊█▄▅▉ ▋▍▅▊▄▉▄▇▄_▇▌▆██▊▄▌▋▄▇▆▌▋▍▊▄ ▅▇ ▉▍▊▇▍ ▇▇▇▉▌▆▍▊▄ ▋▆▆▅▍▋ ▇▆▌▊▄▋▇ ▌▅▆▍▍▇▊▋▅▋█ ▆▅▅▆█▍▉ - ▅▋▅ ▅▉ ▋▉▅ ▇ ▄▇▄▄▇▆▄█▅▆ & ▍▆▉▍▆ "▉█▋▌▌▉▅▋▌▄▌▄" ▅▋▊▉▇▌▄▊█▅▊ ▄▄▄▊▄▅
7 Months Ago
Commit marking more components as [MapGeneration]
7 Months Ago
Add progress of how many monuments are left when running S2P on every single monument