138,441 Commits over 4,324 Days - 1.33cph!

Just Now
merged main -> main/rust_relay_server
31 Minutes Ago
Added Packet relay layer + convars, Editor tool for exporting entire prefab folders to GLB
42 Minutes Ago
untabify
46 Minutes Ago
merge from painting_line_tool
46 Minutes Ago
remove unused "using"s
58 Minutes Ago
merge from painting_line_tool -> main
1 Hour Ago
Remove kicked toast debug log
1 Hour Ago
Fix crash with paddling pool unloading.
1 Hour Ago
missing reference
1 Hour Ago
BoatBuildingBlocks can now always be rotated (in edit mode) - removed the timer to match new demolish behaviour. Gated behind new convar BoatBuildingBlock.AlwaysRotatable (defaults to true)
1 Hour Ago
cargo_crate_layering_fix -> main
1 Hour Ago
Ensure cargo map marker is always placed below the crates. Fixes times where the crates were hidden under cargo
1 Hour Ago
Potential fix for scientists rendering while sleeping, then being shot without reacting, and dying only if the player gets close again
1 Hour Ago
Forgot to save, material fixes
1 Hour Ago
Added collision back to shop E. Small material changes.
1 Hour Ago
added HUD element for line tool, new convar for configuring direction lock distance threshold
2 Hours Ago
First pass of materials on rentable shop E (still WIP)
2 Hours Ago
merge from naval_update/io_boats/privilege
2 Hours Ago
Ensure crate_ammunition and crate_fuel block player item input the same as the rest of the labs crates
2 Hours Ago
labs_crate_player_input -> main
2 Hours Ago
Slight changes in GetPrivilege to support tugboats
3 Hours Ago
Flame turrets deployable on boats
3 Hours Ago
boat_hand_animation_fix -> main
3 Hours Ago
Fixed steering wheel and throttle issues on the PT Boat
3 Hours Ago
Fix scientists bypassing a big part of player armor, eg hazmat only blocking 5% of scientist damage, and fullmetal only blocking 25%. Most clothing will now block damage as you'd expect (eg hazmat blocks 30% and fullmetal around 50%).
3 Hours Ago
Shotgun trap deployable on boats
3 Hours Ago
DecayEntity::GetNearbyBuildingBlock can now get boat building blocks
3 Hours Ago
▆ ▄█▊▌█ ▊▇█▄▆█▍ ▄▄█▉▋▉ █▇▊▍▍▍ ▍▄ ▍▄▄▍▊▆ ▇ ▌▋█▋▄▆▆▊ ▆▍▍▋▆▆ ▆▇▉▌▆▆▆▉ ▅▉▊▌█
3 Hours Ago
▋ ▋▋▇▇▉ ▅▌▆▊ ▉▊▇▉▇▌▅▄█▄▅▇▋▉▌▇▅▆▋▆▊█▌▇▉
3 Hours Ago
Added missing server collider to DS Signal Computer.
3 Hours Ago
Fixed tropical1 bush billboard oddities.
4 Hours Ago
merge from ddraw_sceneview
4 Hours Ago
made ddraw work in the scene view as well, handles Text and ScreenText as well
4 Hours Ago
Merge: from fix_sortdeferred_race - Bugfix for sorting of hits potentially running in a race with previously scheduled jobs Tests: unit tests
4 Hours Ago
merge from dragbyangle_improvements
4 Hours Ago
Optim: merge count and sort jobs into one Tests: unit tests
4 Hours Ago
improved consistency on dag-by-angle calculations on player boats - changed from batched raycasts to batched spherecasts - actually check if the hull the cast hit is from the boat we care about - casts are made from the center of the hull bounds, avoid edge case where this was skimming the top of the boat
4 Hours Ago
Add previewed line tool method, behind convar
4 Hours Ago
clothing box - texture pass and material updated
4 Hours Ago
Added decayentity.debuggetprivilege, helps to see when we used the slow Vis rather than using cached priv
4 Hours Ago
▍▍▊▊▉ ▆▇▆▊▌▍ ▉▇ ▌▆▋ ▋▄▅▄█ ▆▉ ▄▉▍ ▍▆▆▋▌▍▊▍ ▍▅▍▆ ▊▆█▋▆▇▉██ ▄▌▉▌▉
4 Hours Ago
Bugfix: GamePhysics.SortDeferred - respect dependsOn handle param Tests: ran unit tests - all pass
5 Hours Ago
shipping container texture repack projected decals and decal materials
5 Hours Ago
Paint line tool, directionlock method
5 Hours Ago
Boat building stations now cache the steering wheel in the buildable area This avoids the slow Vis when building on boats and when HBHF sensors check privilege of detected players on edit mode boats
5 Hours Ago
Add missing SetApplicationId call for Discord integration
5 Hours Ago
stripping shipping container models from the decal submeshes converted all prefabs to meshLOD
5 Hours Ago
Minor HBHF refacto, don't bother polling privilege if the players in the trigger aren't elligible (dead or sleeping) All tests passed
6 Hours Ago
Added IPrivilege, implemented by BuildingPrivlidge and SimplePrivilege (vehicles, shelters) Added GetPrivilege in DecayEntity, gives a building/vehicle agnostic privilege getter HBHF sensors now use that, so they can work on boats
6 Hours Ago
merge from main