135,687 Commits over 4,293 Days - 1.32cph!

Rin
4 Days Ago
▅█▌▉█▍▇▍ ▄▅█▄ ▅█▍█▄▅ ▉▆▆▌▄▋ ▆▄▄▇▇▄▍ █▉▉▍▍ ▉▆▄▌▌▊▋▍ ▅▄▉▄ ▌▊█▉█▅▋▆█▅ ▇█▍▄▊▍▆▄█▊▉ ▄▌▌▅▋▇▉▅ ▄▉▅█▍█▊▉ █▄▇▌▋▉█▍
4 Days Ago
Merge from UpdatedVisibleHolsteredItems_gc_fix
4 Days Ago
Removed Linq usage from UpdatedVisibleHolsteredItems, saves some GC
4 Days Ago
Replace TravellingVendor's FetchTargets Vis lookup with a quick iteration over subscribed connections, shuold be faster (in theory, couldn't reproduce slow physics in the editor)
4 Days Ago
Merge from main
4 Days Ago
Move ConVars to terrain ConVars Add terrain renderer to WorldSetup Add terrain mesh culling toggle
4 Days Ago
Merge from main Conflicts on w_sks_rig.fbx and associated meta file, used the version from main as that's technically the latest but this will stomp the changes made in 129608 (29/08/2025) Auto merge PlayerModel.cs conflict
5 Days Ago
Merge in error spam scene fix.
5 Days Ago
fix error spam in edit mode on island scenes
6 Days Ago
fixed SKS skinnable downloadable mesh filepaths
6 Days Ago
Underrwater breath bubble improvements. No longer fixed above your head no matter how you move.
6 Days Ago
Deep sea ocean color tweaks.
6 Days Ago
Fixed ocean fogging radically changing when approaching the ocean surface. Various more deep sea ocean tweaks.
6 Days Ago
Reverted missing imposter fix on a couple of palm variants. Both tropical and desert. (It was intentional) Undeleted their materials.
6 Days Ago
Merge from discord_sdk_1.8
6 Days Ago
Update manifest again - RHIBDriver had import error locally?
6 Days Ago
Commit paintball gun code progress
6 Days Ago
Last compile fix, tm.
6 Days Ago
Another burst compile error
6 Days Ago
fixed scrap XXL and XL, lightup XL guide meshes missing, tweaked collision surface types on all frames to be realistic
6 Days Ago
disabled off repair on frames
6 Days Ago
Fix burst compile error
6 Days Ago
Fix NRE in Construction.DoPrepare() when allSockets is null
6 Days Ago
tweaked deploy on paintable reactive target and fixed offset paintable collision on ornate frame xxl
6 Days Ago
Start by updating the manifest
6 Days Ago
merge back buoyancy_improvements. shared static buffer size changed - pulling this changeset requires an editor restart.
6 Days Ago
Add readonly container for ocean simulation data to make parallel use a bit more sane, it was previously just disabling all read/write restictions.
6 Days Ago
Fix native grid not having a non unique add method like the managed version.
6 Days Ago
Fix performance degradation over time in buoyancy batching from growing point arrays, this basically prevented buoyancy from sleeping. Sub array all buffers to let them shrink back down.
6 Days Ago
resized a lot of frame textures, removed unused ones, added plugs to all scrap frames
6 Days Ago
Deleted floating props from Floating City 4, ran S2P
6 Days Ago
Requests for what missions are valid on the server are now run on a work queue
6 Days Ago
Fix "Couldn't create player_connect event" appearing on success Apply some NPE checks to render data cache Fix player model eyes pointing elsewhere when singleplayer is paused Minor cleanup Added vec = game.GetWindSpeed( vec pos = nil ) * Optional arg that takes into account wind controllers with radius above -1 * Without arg = only use the global controller (if one exists) * position argument unfortunately will not do anything on client yet because the env_wind position is never networked to the clients * Function is shared
6 Days Ago
Tests: OcclusionGroupTests - TestNew_MoveOther (8) Simulates other players going through observer's network range. Have a separate CL that makes this test pass, but not sure I like the final result - will try to rewrite it all through a different approach to be simpler. Tests: ran unit tests, they fail without extra changes
6 Days Ago
frame Y values on shutter again
6 Days Ago
painting reactive target IO handles, updated manifest
6 Days Ago
lightup frame correct IO placements
6 Days Ago
mortar blockout + mortar ammunition
6 Days Ago
scrapframe shutter V values
6 Days Ago
More commands: playerboat.kill_all_above_block_count - kills all boats above specified block count playerboat.print_stats - prints the block count and other child count of all boats
6 Days Ago
Add menu option to toggle shutter of shutter frames (IO takes priority)
6 Days Ago
added params for default tiling and offset for shutters
6 Days Ago
correct Y offset values for shutter frames
6 Days Ago
lightup frame scripts integration
6 Days Ago
Add menu item to cache placement snap directions. Realm remove transforms from blocks.
6 Days Ago
fix inventory of scrap frames
6 Days Ago
set goldframe large slots back to 1
6 Days Ago
Initial script integration for shutter frames, without proper UV offset values, remove debug log from baseentity
6 Days Ago
Clean: dead code removal Tests: none, trivial change
6 Days Ago
Bugfix: OcclusionGroup - handle sleeper edge cases - when player disconnects, clean itself up from non-local occlusion groups - when sleeper moves, unsubscribe from occlusion groups go out of range or don't have a local player Tests: unit tests, all pass (yay)