userJake_Richcancel
reporust_rebootcancel

2,886 Commits over 823 Days - 0.15cph!

54 Days Ago
Fix remapping order being reversed
54 Days Ago
Fix remapping only remapping the requested monument instead of every single one
54 Days Ago
Fix train tunnel prefab that got overwritten with SceneSpawner during some S2P
54 Days Ago
Merge from monument_scenes -> aux1
54 Days Ago
S2P compound & oil rig as they had the BBQ prefabs
54 Days Ago
Merge from main -> monument_scenes
54 Days Ago
merge from fix_static_bbq_missing_prefab -> main
54 Days Ago
Revert GUID of static BBQ to old value to fix missing prefab error in monuments
56 Days Ago
Add tool to extract server demos -> individual player demos on the client - can read multiple chunks in parallel and merge them together at the end - runs on worker threads so it doesn't lock main thread - can specify multiple users to extract at once
57 Days Ago
Merge from monument_scenes -> aux1
57 Days Ago
S2P everything again
58 Days Ago
Merge from monument_scenes -> aux1
58 Days Ago
Run Scene2Scene on all the correctly tagged monuments - only commit the scene output, not the legacy prefabs as they shouldn't have changed at all
58 Days Ago
Remove MonumentScene tag from swamp cabins scene
58 Days Ago
Remapped prefabs
58 Days Ago
When running "SceneToScene" in bulk don't print errors & run on tags instead of "if MonumentInfo" is present
58 Days Ago
Add "MonumentScene" tag to all real monuments
58 Days Ago
Delete all scene spawner prefabs & monument scene outputs so we don't include any existing monuments that want to opt-out from conversion
58 Days Ago
Switch from a bool inside the `SceneToPrefab` component to using tags on the scenes to opt-in to output a scene - the prevents us from reserializing the source scenes and causing conflicts with other branches
58 Days Ago
Slight cleanup of code
58 Days Ago
Switch monument scenes to be opt-in rather than opt-out (to deal with all the non-monuments being included) Find monument scene spawners inside the /remapped/ directory instead of trying to remap every single prefab
58 Days Ago
merge from main -> monument_scenes
58 Days Ago
merge from fix_compressed_tags_official -> main
58 Days Ago
Put commas between each compressed tag to fix all issues parsing them
58 Days Ago
merge from main -> biome_visuals_2
58 Days Ago
merge from native_memory_stream -> main
58 Days Ago
Remove command used for testing
58 Days Ago
Merge from main -> native_memory_stream
59 Days Ago
Protobuf codegen
59 Days Ago
Update protobuf codegen tool to always include enums even if default value (they aren't really used in codebase but better to be safe)
59 Days Ago
Add timer for how long each warmup scene takes to build
59 Days Ago
Merge from main -> protobuf_skip_default_fields
59 Days Ago
Add output scenes path to scene collection prefab
59 Days Ago
Switch scene warmup to use the path of scenes instead of SceneAsset so we don't need empty scenes commited in plastic
59 Days Ago
Add output scene path to `ignore.conf` so plastic doesn't commit 1GB every time warmup scenes are rebuilt
59 Days Ago
Delete warmup scenes
59 Days Ago
Update ignore.conf with demos & favorites.cfg
59 Days Ago
Move scenes to an "Output" subfolder
59 Days Ago
Commit empty versions of warmup scenes
59 Days Ago
Add "build warmup scenes" to the asset build pipeline (adds 5% to build time)
59 Days Ago
Recreate warmup scenes
59 Days Ago
Added warmup collection scene "WarmupScenes"
59 Days Ago
Remove `EntityToScene` component from the warmup scene, instead keep the `EntityToScene` components in a new config scene and output to separate warmup scenes Add tool to bulk update all warmup scenes with latest version of each prefab - recreate the output scene instead of loading it when running to cut export times in half
59 Days Ago
Slight refactor & comments added
59 Days Ago
Merge from main -> scene_warmup
59 Days Ago
Merge from monument_scenes -> aux1
2 Months Ago
S2P everything
2 Months Ago
Fix arctic research base not having S2P label
2 Months Ago
Add logging
2 Months Ago
Rename HLOD setting