142,558 Commits over 4,383 Days - 1.36cph!

2 Months Ago
Swapped the 3 lingering black fuel barrels on the top floor of large oilrig with 2 yellow barrels and 1 red barrel (see oilrig_remove_static_oil_barrels) - Ran S2P
2 Months Ago
▍ ▇▊▆▉▅ ▇▇▅▋ ▅▆▄▅▊▋▋▊█▆▊▇▍▄▍▆▄▅▉▆█▋▆▉
2 Months Ago
▍ ▋▆▌▊▇ ▉▇▍▍ ▊▋▊▄▆█▌███▇▍▉▇▋▍▇▌▄▊▋▆██
2 Months Ago
Add weight threshold to modular boat physics sounds so dropped items, thrown C4, etc don't play the boat's phys impacts
2 Months Ago
Boat building blocks can always be demolished (in edit mode), removed timer. Added BoatBuildingBlock.AlwaysDemolishable convar to toggle it (default on)
2 Months Ago
removing duplicate unused textures, re-assigned correct texture in materials that used the duplicate
2 Months Ago
new textures for building generic trim set to enable vertex blend use
2 Months Ago
Merge PR: Toolgun trace not hitting parented props re-fix Fixed a crash to do with HTLV
2 Months Ago
merge from painting_qol_fixes
2 Months Ago
merge from main
2 Months Ago
Also fix singleplayer networking of health for NPCs Player text chat cleanups * Removes unused usermessage SayText2 Get rid of unused VoiceSubtitle usermessage Unregister unused usermessages & their handlers * HintText, KeyHintText, AmmoDenied * Deletes CHudHistoryResource Remove the unused, never working Hint system Removes CBasePlayer::Hints, ShouldShowHints, HintMessage, StartHintTimer, StopHintTimer, RemoveHintTimer Removes C_BasePlayer::Hints, ShouldShowHints, HintMessage Bump network version
2 Months Ago
remove debug logs
2 Months Ago
added flag toggle for hopper on all component boxes
2 Months Ago
Switch LoadNativeSimData() from reading into a managed array to reading into NativeArray so it doesn't affect heap watermark
2 Months Ago
Add FileEx.ReadAllBytesNative() that returns a NativeArray<byte> instead of byte[]
2 Months Ago
Updated conditions for component boxes showing contents, removing competitive disadvantage of raiders seeing box contents. Added flag for hopper on component boxes, to hide some parts of visuals
2 Months Ago
Fix the deep sea OceanSimulation loading a 2nd copy of the ocean sim data since they both read the same file from disk - pass in NativeSimData from outside of OceanSimulation instead of reading it inside the constructor - only dispose NativeSimData once when it's shared - saves 80MB
2 Months Ago
Fixed a spawn group on Tropical1 using a boat prefab instead of a ruin dwelling
2 Months Ago
Merge from main
2 Months Ago
Fix client compile error
2 Months Ago
Refine fix for scientists going to the floor above when player stands on something like a desk, better but not ideal, need our recast integration sadly to properly fix this
2 Months Ago
merge from main
2 Months Ago
regenerate testlist
2 Months Ago
merge from optimize_sleeping_bag -> main
2 Months Ago
merge from optimize_sleeping_bag -> main
2 Months Ago
Compile fix
2 Months Ago
merge from boxes_dlc
2 Months Ago
merge from main
2 Months Ago
merge from boxes_dlc
2 Months Ago
exported updated 3p bone knife anims
2 Months Ago
rebase on main
2 Months Ago
Added broadcast refresh calls to MeshPaintableSource when the materials are updated so the instancing system updates correctly
2 Months Ago
Tweaked the tropical texture atlas source files to solve the puddle issue.
2 Months Ago
merge from indirect_instancing (build fix)
2 Months Ago
Fix deep sea treasure mission progress getting stuck if player disconnects after digging up treasure chest
2 Months Ago
Fix client and server build 🎳
2 Months Ago
Merge from treasure_mission_fix
2 Months Ago
removed dupicated textures on explosives box, enabled GPU instancing on all component box materials
2 Months Ago
Fix a few boat piece construction placeholder meshes.
2 Months Ago
boat_ai_reverse_preference_fix -> main
2 Months Ago
Setting up burstcloth and skinning for ghost sheet
2 Months Ago
fix missing z-buffer when rendering forward opaques
2 Months Ago
Fix bbs not setting owner id correctly with deploy & edit
2 Months Ago
texturing progress - apartment complex
2 Months Ago
Fix boat ai attempting to reverse to stay in-line with a player on a boat rather than just slowing down the gas pedal Use a stuck timer locking mechanism to only allow the boat ai to reverse when its stuck.
2 Months Ago
Added coffee table to prefab
2 Months Ago
▆▄▉▄▆▋ ▇▅▋▊▅▍▋▉
2 Months Ago
Apartment kits update
2 Months Ago
merge from indirect_instancing
2 Months Ago
rebase on main