reporust_rebootcancel

137,492 Commits over 4,352 Days - 1.32cph!

12 Days Ago
merge from indirect_instancing
12 Days Ago
Fixed NRE and missing objects after toggling Indirect Instancing at runtime. - Don't reuse MaterialPropertyBlock arrays and allocate completely new ones instead. - Keep separate MPB references for per-renderer and per-material blocks and decide which one to use later. - Ignore empty LOD states everywhere it makes sense.
12 Days Ago
Update(tests): add BuildSnapshotDependencyChains unit tests - DummyServer now automatically cleans up spawned entities in CleanTestState Tests: ran unit tests
13 Days Ago
Added frame marker with magic length delimiter "RRTS" (Rust Relay Time Stamp) to segregate from real packets
13 Days Ago
The main menu now instantiates its tabs, removed them from the menuui2 prefab Saving any menu prefabs ended up taking a few seconds because unity had to reimport all the nested prefabs, its much better now
13 Days Ago
exported minicopter 3p idle anims and edited left hand ik target in entity
13 Days Ago
merge from boxes_dlc
13 Days Ago
merge from main
13 Days Ago
clothing box - added matrix model game mesh with its lods, updated prefabs, updated icon
13 Days Ago
Clean: refactor some of unit tests - take out DummyServer and move bot, player creation logic into it - move out Measuring utils to it's own file Tests: ran occlusiongroup tests, all pass
13 Days Ago
missed consolesystem commit for painting line tool
13 Days Ago
Added packet count flushing
13 Days Ago
merge cannon_fuse_burn to main
13 Days Ago
Retarget fuse burn bones to make it work with the cannon barrel, fix reload viewmodel anim again.
13 Days Ago
Skin pass for vagabond jacket
13 Days Ago
merge from main
13 Days Ago
update from main
13 Days Ago
Fix cannon handle spinning due to buoyancy.
13 Days Ago
merge from 144620 failed merge
13 Days Ago
merge from storepage_boxes
13 Days Ago
Restore component box prefab Tweaked cyclegameobject timing
13 Days Ago
Apply the door fix to the unused boat door
13 Days Ago
added RustRelay ArrayPool to print_arraypool
13 Days Ago
Add ability to keep entity hold type override on 3rd person playermodel active after the entity has been destroyed, until an animation event has been received (same setup as for viewmodels) Fix an issue where overrides of DoPrepare were not being called when invoked from the context menu button
13 Days Ago
merge from boxes_dlc
13 Days Ago
Fixed loot not respawning on deep sea ghost ships
13 Days Ago
merge from main
13 Days Ago
switch to using DecayEntity.GetPrivilege
13 Days Ago
merge from main
13 Days Ago
merge from doors_deploy_fix
13 Days Ago
Removed old includeAllDoors hack in DeployVolume, unused
13 Days Ago
Cleanup EntityListScriptableObject, removed unused code
13 Days Ago
Fixed all doors not deployable on top of prevent building volumes, regression from 141211
13 Days Ago
▅ ▋█▅▆▆ ▉▊▅▍ ▍▌▍▊▆▇▉▌▆▊▊▌▋▇▅▅▇▍▊▋▍▄▄▋
13 Days Ago
▅▅▄▋ ▇▉▊ ▉▍▅█▇▊ ▊▌▅ ▋▉▆▌█ ▇▇▊▍ ▌▊▋▅▅▆▉ ▆ ▋▊▆▊ ▇▌▄▌ ▄ ▋▊▊▄█▄▆▇ ▋▇▋▋ ▅▌▋▇▋█ ▍▌█▋▍ ▍▄▍▍
13 Days Ago
▄ ▉▊▇█▋▋▉ ▊█▍▋▆▉█▌▌▇▅ ▄▅▌ ▄▍▋▊ ▌█▉▉█▍█▊ ▍▅▍ ▄▉▌▆█▊█▉ ▆▋▍▄▄██▇ ▇▋▆▉▊▉▌ ▌▆▄▅▍ ▍▇▉ ▊▆▌▌ ▌▆▋▋ ▆▉▇▉▌▍██▄▄▊ ▅▍▊ ▊▆█▊▄▄ █▉▉▉ ▍▅▇▋▅▊▉ ▄▉▄ ▄▍▆ ▄▄ ▍▋▉▄▌▇▅▊▍ ▊▊▇▅▆▋ ▆▊ ▄▌▉ ▊▉▋ ▆██▊▉▍ ▊▋▍█ ▉▄▆▍█▊ ▆▋▉ ▇▅▉▆ █▋▌▋ ▇▌██▇▇▄ ▆▉▇▊▉ ▋▇▌▊▍▉▅
13 Days Ago
merge randomize_seed to main
13 Days Ago
fixed boat priv issue with boxes, added check for when TC is placed after boxes
13 Days Ago
Adding burnt fuse into cannon barrel rig
13 Days Ago
merge debug_simulate_latency to main adds cvar `client.receiveLatency` (client admin) to main to help with testing high ping in Client/Server mode.
13 Days Ago
exported 3p batteringram idle anim and enabled 'force idle animation' tick box and set 'mounted animation speed' to 1 batteringram prefab
13 Days Ago
Merge from Main
13 Days Ago
▌▊▊▅▍▄▆▉█▋▊▍▇▇█▊▊▅▌▅▌▇▇█ ▌▅ ▇▆▌▉
13 Days Ago
▇▇▍ ▍▉▅▋▄▇ ▇▌ ▅▊▌▋▄ ▆▉▌▌ ▊ ▅▅▅▋▉█▊ ▉▊█▄▄ ▇▄▊▌▉▊▊▌▇ ▇▆▋▉▄▌ ▍▊ ▆█▇▄▉▆▅ ▌▆▍▋▅▉ ▊▍▋▅▆▋ ▄▅▋▌
13 Days Ago
various stools (4) blockout
13 Days Ago
clothing box corpse fix pooled string and manifest updated
13 Days Ago
File changes on the bone knife swing action
13 Days Ago
clothing box corpse
13 Days Ago
Optim: Jobs 2 - rewrite BuildSnapshotDependencyChains - fix a bug that caused more snapshots to be sent than necessary (causing massive inflation) - add a couple fast paths, rewrote it to be a single-pass algo - reduced number of pooled lists usage Need to write unit tests for this Tests: with useplayerupdatejobs 2 set from start, loaded craggy and 2.5k procgen world in editor, visited ferry terminal - didn't see anything missing, npcs had weapons and were shooting
13 Days Ago
Imported and implemented new sounds for the bone club