userDaniel Pcancel
branchrust_reboot/maincancel

321 Commits over 730 Days - 0.02cph!

4 Days Ago
Merge: from hackweek_unsafescriptingaccess - Bugfix for exception on boot for missing DLL entrypoint Tests: booted into craggy on windows
7 Days Ago
Merge: from mt_snapshot_saving - Bugfix for HittableByTrain components not saving in Jobs 4 mode Tests: spawned a tall wooden barricade with Jobs 4 enabled
7 Days Ago
Merge: from async_serveroccl_gen - Optim: 4.5k server occlusion grid now generates in 22s, down from 45s Tests: unit and perf tests, 2p on craggy to validate server occlusion, visualized 4.5k map occl grid results
8 Days Ago
Merge: from mt_snapshot_savings - Bugfixes for a couple unsafe Save codepaths in Jobs 4 mode - Added debug utility in InvokeHandler to track down a thread race in Jobs 4 Tests: unit tests + gameplay on craggy
9 Days Ago
Merge: from vehicle_pooling - Buildfix for BallistaGun
9 Days Ago
Merge: from hackweek_unsafescriptingaccess - New: utility to bypass Unity's thread safety checks and conditionally execute code in async (Unsafe.UseMultithreadedScripting convar, def 1) Tests: unit tests, manually built & ran all flavor combinations of executables, tried mac and win editors
11 Days Ago
Merge: from mt_snapshot_saving - Bugfix for thread race in Jobs 4 mode when saving BasePlayer Tests: booted craggyisland_missions, completed a mission
13 Days Ago
Merge: from unitask_threadpoolawaitable_fix - Bugfix for deadlocking when frequently moving tasks to thread pool Tests: ran unit test - passes
23 Days Ago
Merge: from mt_snapshot_saving - Bugfix for exception when saving ApartmentRooms in Jobs 4 mode Tests: rented a room in Jobs 4 mode, verified with debugger that code was hit and no exception produced
29 Days Ago
Merge: from benchmark_fixes - fixes all-bar-one NREs happening when running `benchmark` command Tests: ran benchmark in editor
29 Days Ago
Merge: from mt_snapshot_saving - Bugfix for invalid-api exception when trying to save attackheli turret with ammo/gun Tests: spawned one, loaded it up and shot all while in Jobs 4 mode
30 Days Ago
Merge: from fix_skipinit_error - Buildfix(editor) - replace unsupported intrinsic Tests: no errors in editor on script compile, checked asm
30 Days Ago
Merge: from pool_leak_experiments - Optim: replace FuzzyPool with LPRQ segment - it can be up to 20% faster and doesn't leak/spill sporadically Tests: unit + perf tests, loaded 2.5k procgen map, checked print_memory - no spills
35 Days Ago
Update(editor): SaveViewer - add a size check when loading a save - also emit what was the last prefab loaded (if there was one) to help track down protobuf/save without save protocol update Tests: used to load a borked save, didn't get stuck in an infinite loop
35 Days Ago
Merge: from fix_app_turretcontrol - No changes, just plastic history graph cleanup
36 Days Ago
Merge: from fix_app_turretcontrol - Bugfix for frozen turret view in Rust+ app Tests: controlled turret in Rust+ app
37 Days Ago
Merge: from codeanalyzer_getwrapperattrib - Update Rust.CodeAnalyzer for PoolAnalyzerGetWrapperAttribute support - Bugfix 4 pool leaks from above attrib Tests: compiler simulator passes
38 Days Ago
Merge: from fix_unitask_taskpool - Bugfix for not-thread-safe taskpool Tests: unit tests + booted into craggy with Jobs 4
39 Days Ago
Bugfix(editor): WhatUsesThis - don't require a whitespace after m_EditorClassIdentifier - wrap the serach into a try-catch-throw block so we can quickly check if there's anything wrong with the prefab Whitespace got lost in the prefab asset, causing the tool to trip up Tests: ran it, got results
39 Days Ago
Merge: from mt_snapshot_saving - Bugfix for duplicate field serialization - Bugfix for unsafe Time access on worker thread Tests: Booted into craggy
42 Days Ago
Merge: from mt_snapshot_saving - Bugfix for ExactArrayPool not being thread-safe Tests: TestMTSave
42 Days Ago
Merge: from mt_snapshot_saving - Optim: in UsePlayerUpdateJobs 4 entitiy saving for network is done in parallel. Use server.ParallelNetworkQueueBatchSize to tweak number of tasks Tests: 2k procgen, built a base and a boat, rode vehicle, heli, zipline, boat, horse, fly across the world. ran all TestMTSave unit tests
46 Days Ago
Merge: from remove_jobs2 - Bugfix for exceptions when server gets more than 32 players Tests: compiles
50 Days Ago
Merge: from remove_jobs2 - Removal of UsePlayerUpdateJobs 2 supporting code, setting it lower will run at least mode 3 - Bugfix for potentially invalid buffer usage when fetching WaterInfos - Moved more BasePlayer state to NativeArrays Tests: ran unit tests, ran around on craggy
52 Days Ago
Merge: from culling_falsepos_improve - Update: restore culling.debugshowstats functionality Tests: built debug client standalone, used the command in editor
52 Days Ago
Merge: from culling_falsepos_improv - Bugfix for NRE blocking connection to the server Tests: none, trivial change
53 Days Ago
Merge: from culling_falsepos_improv - Update(debug): added a bunch of editor only debug tools to be available in standalone, in culling clientvar group - Update(debug): improved output of some of these tools Tests: used these tools on craggy and apartment
57 Days Ago
Remerge of before due to submit race
57 Days Ago
Merge: from renderbatch_meshlod_improv - Update: reimplementation of previous bugfix to be cheaper Tests: pasted a boat, flew out and back - props were there
57 Days Ago
Bugfix: from renderbatch_meshlod_improv - Bugfix for disappearing props on boats Tests: paste a boat, flew out of range and back - all props present
58 Days Ago
Merge: from furniture_occlusion_fix - Reimplement previous bugfix to retain furniture culling Tests: rendeted and tried to run in and out, abused noclip, triggered bug once
58 Days Ago
Merge: from renderbatch_meshlod_improv - Bugfix for basement doors not rendering Tests: booted into apartments island, checked all floors for doors not rendering. Checked room 101 - stuff was rendering
58 Days Ago
Merge: from renderbatch_meshlod_improv - Bugfix: opening doors should no longer cause them/others to disappear Tests: pasted many doors paste and opened door, flew back and to - all was in place
59 Days Ago
Merge: from jobs3_as_default - Update: UsePlayerJobs is set to 3 by default Tests: booted craggy and verified server var
60 Days Ago
Merge: from renderbatch_meshlod_improv - Optim: allow culling to work on MeshLods if they have invalid RenderBatch setups - Optim: Avoid creating batches-of-1-mesh, as that inhibits Unity batching Tests: ran around apartment complex, didn't see rendering artifacts. compared standalone builds, shows 20% fps improvement on my setup
2 Months Ago
Merge: from unity_frame_dump - New(editor): frame debugger dump utility(https://github.com/sputnicyoji/unity-frame-dump) to help analyze what is rendered Tests: used it to dump out a couple passes
2 Months Ago
Merge: from cargoship_bot_replication_fix - Buildfix: expose setter for NetworkPosTickCallback Tests: editor compiles
2 Months Ago
Merge: from cargoship_bot_replication_fix - Bugfix: fix bots/sleepers disappearing from cargoship Tests: spawned cargoship event, spawned bot, followed them for a couple mins - no houdini
2 Months Ago
Merge: from dropspectators_nre_fix - Bugfix: fix for NRE that happens when multiple spectators watch a player being banned Tests: 2 players spectated 3rd, banned them - no NRE
2 Months Ago
Merge: from alloc_clean_july2026 - Optim: avoid ~15 separate allocations related to scheduling/cancelling invokes Tests: none, trivial changes
2 Months Ago
Merge: from fullserverdemo_removal - Clean: Remove FullServerDemo implementation (RustRelay will take us to the promised land) Tests: compiles, recorded client and server demos and was able to play them back
2 Months Ago
Resave TimeManager Tests: nothing specific, but have been running with this changed for a couple days
2 Months Ago
Merge: from waterlevel_deepsea_sample_fix - Bugfix for water level queries incorrectly mixing deep sea and overworld states - Bugfix for deep sea ocean sim using overworld heightmap - Simplified TerrainHeightMap API Tests: ran unit tests, booted into craggy, explored deep sea and swam around
2 Months Ago
Merge: from servercacheplayerinfo_optim - Optim: reduce the amount of state we recache every frame - Bugfix: fix some state being out of date by half-a-frame Tests: unit tests + playing on craggy
3 Months Ago
Merge: from server_player_refreshcolliders_optim (previously jobs3_...) - Optim: avoid water queries when refreshing connected player colliders Tests: On Craggy, ran around, sawm and crouched - could see gizmo size change
3 Months Ago
Merge: from pool_mt - Bugfix: avoid extensive spills/misses with new Pool - Clean: UseMutexPool is now correctly showing 2 entries in console autocomplete Tests: unit tests, booted into Playground and Procgen 2k worlds and checked print_memory
3 Months Ago
Merge: from relax_stringview Merge to cleanup plastic branch view, no actual files changed
3 Months Ago
Merge: from playervoice_allocs - Optim: PlayerVoice processing no longer requires allocations - Clean: removed most deprecated or generic ClientRPC/ServerRPC calls, now relying fully on our RPC source generator - Update: Rust.SourceGenerator supports ReadOnlySpan and similar types Tests: unit tests, 2p session on Craggy with voice going both ways
3 Months Ago
Merge: from tovector3_parse_format_fix - Bugfix: fixes another edge case of weirdly formatted vec3 using StringView.ToVec3 Tests: unit tests
3 Months Ago
Merge: from tovector3_parse_format_fix - Bugfix: fixes ToVector3 parsing bugs for various spacing configurations of Vec3, added unit tests to cover it Tests: ran unit tests, checked F3 modes camera offset is correct and spawned entities appear where expecte