131,337 Commits over 4,232 Days - 1.29cph!

23 Days Ago
Merge: from main
23 Days Ago
merge from naval_update
23 Days Ago
Merge: from spectating_disconnect_nre_fix - Bugfix for server NRE when spectating player disconnects Tests: 2p on Craggy, disconnected while spectating - no more NRE
23 Days Ago
Bugfix: stop spectating when disconnecting This cleans up cached spectators on spectated player's end, which avoids server NREs and leaks Tests: 2p on craggy, started spectating then disconnected - no NRE
23 Days Ago
Merge from main
23 Days Ago
Merge from refactor_boatchecks
23 Days Ago
Merge from render_pipeline_testing
23 Days Ago
Fixed shadow bias issues within the Rust Render Pipeline
23 Days Ago
Merge: from main - brings bugfix for player not seeing items on cargo ship(and other global networked entities) - new analytics mode (switched off) Tests: editor compiles, spawned cargoship on craggy and threw a rock on it - it replicated
23 Days Ago
Refactor not playerboat checks
23 Days Ago
merge from deep_sea
23 Days Ago
merge from deep_sea/hackable_crate
23 Days Ago
23 Days Ago
missing file
23 Days Ago
moving some cargoship/tugboat special behaviour cases in deployabled and HitInfo to be driven by an interface tag rather than direct type check - deployables parent directly to the vehicle instead of sub-entities - special handling in some HitInfo data generation
23 Days Ago
merge from deep_sea
23 Days Ago
Adjusted LODs of mannequins to reduce early culling, and also adjusted clothing LODs to transition at same time as base mannequin
23 Days Ago
Merge: from basepalyer_netgroup_interit_fix - Fixes cargoships(and other global entities) putting players into global network group which stops replication with "outside" world Tests: 2p session on Craggy, spawned a cargo ship and threw items, killed other player, tried spectating
23 Days Ago
Bugfix: stop player from inheriting parent's network group Unintentional change as part of baseplayer_vis_nre merge. This caused player to inherit global network group on cargoship, which stops replicating anything outside of it. Tests: 2p session on Craggy, spawned a cargo ship and threw items, killed other player, tried spectating
23 Days Ago
█▄▌▍█ ▍▉▋█ ▄▊▉▆▉▌█▇_▌▅▋▍▉▋▉▆▆▄▌▌
23 Days Ago
Fixing skinning for 50 cal rig
23 Days Ago
Refactoring boat checks
24 Days Ago
Merge from parent
24 Days Ago
merge from naval_update/island_scenes
24 Days Ago
24 Days Ago
Tropical1 island node pass
24 Days Ago
merge from naval_update
24 Days Ago
Adding gibs mesh for the steering wheel and small engine
24 Days Ago
Further restrict the amount of tutorial islands so they don't go too close to the deep sea bounds Down to 4 on a 2.5k map, 6 on a 4k map
24 Days Ago
Boilerplate for sawpping the foliage system out to a deep sea specific version Not currently working
24 Days Ago
Re initialise TerrainPhysics and update ColliderEx.GetMaterialAt to work with fake terrains
24 Days Ago
Merge from floating_cities
24 Days Ago
S2P FC 1,2,3
24 Days Ago
Added a new type of door that can be opened by dialogue but can also be opened by players when on the other side of door Solves players getting trapped for eternity in the floating city farm
24 Days Ago
Merge from parent (directory conflict for small_boat_crane, discarded the delete as it seems like this mesh is used on floating_city_3)
24 Days Ago
Merge from map_work
24 Days Ago
Fix a WaterVisibilty NRE when player dies Better behaviour for focusing the map on the player when switching between deep sea/mainland Fade in deep sea button, hide if deep sea is disabled
24 Days Ago
Compile fix
24 Days Ago
Add icon to switch between deep sea and regular maps on the death screen
24 Days Ago
PlayerBoat HasValidDismountPosition and GetDismountPosition now check for steering wheel positions, because player boats are dynamic and can have no pre-determined dismount points.
24 Days Ago
pt_boat_2 -> naval_update
24 Days Ago
naval_update -> pt_boat_2
24 Days Ago
PTBoat Scientists can use the rear turret properly
24 Days Ago
Merge from main
24 Days Ago
Merge from parent
24 Days Ago
Missed file
24 Days Ago
Fix crash
24 Days Ago
Invert forward support Compile fixes Setup rear turret as inverted forward
24 Days Ago
Disabled shadow casting on casino ropes
24 Days Ago
Improvised walkway set optimization. Reduced materials across several objects that used multiple material. On average each of those has been reduced by 1 material per object.