243,165 Commits over 3,898 Days - 2.60cph!

3 Months Ago
Possible fix for queued messages not sending
3 Months Ago
Add download progress notice for cloud assets in editor, Facepunch/sbox-issues#5639 https://files.facepunch.com/solw/2024/July/23_15-25-OverduePekingese.png
3 Months Ago
cleaned up some ragdoll-specific code in the player we get for free with it being a mountable
3 Months Ago
Automated lighting config can now be enabled/disabled at batch and individual item levels. Put text area for URL pasting at the top of the inspector area.
3 Months Ago
Update: Replacing all cases of Pool.FreeList - non-controversial cases This modifies the remaining(after previous 2 unsafe submissions) set of cases where we had FreeList(292 files) - they all either fall into FreeUnmanaged(don't implement IPooled) or Free(implements IPooled). The replacement has been done by constraining FreeList<T> with T : IPooled first, this revealed ~560 build errors which got fixed with FreeUnmanaged. Then all the remaining FreeLists that weren't producing an error should've been replaced with Free calls. Tests: built all targets in Unity. Ran around on CraggyIsland in 2 player multiplayer (built a tiny house), checked bullet decals spawning/despawning properly.
3 Months Ago
Added Different Food Cache Variants Basic Prefab Setup for the other Food Cache Variants Added Materials, Textures, Colliders, FBX's For Food Cache Variants Setup Food Cache Variants LODS and Colliders
3 Months Ago
Automate lighting group toggling for each item in the batch render process. Scripts for configuring and enabling/disabling per-item lighting rigs.
3 Months Ago
Add Scene.GetAllComponents( Type ) overload
3 Months Ago
Assert and bail when trying to set physics body to invalid transform
3 Months Ago
Switched from showing `KK` -> `M` for millions and `B` for billions Adding `--raw` to `print_memory` will print out the raw number counts instead of rounding them to thousands, millions or billions
3 Months Ago
Update: Migration to "unsafe" FreeUnmanaged - Interface Code This CL contains all cases where we call FreeUnmanaged with T : interface - this is dangerous because we don't know whether T is IPooled or not. If/when in the future we make FreeUnmanaged to skip invoking OnPoolEnter, this will lead to leaks/bugs. Tests: Built all targets.
3 Months Ago
Fix Facepunch/sbox-issues#5896
3 Months Ago
Moved the oil rig prevent building volumes under the gameobject holding the MonumentInfo, so GetMonument does not return null and deploy volumes ignoring monument can work properly This fixes tin can alarms not deployable on oil rigs Also fixed the BBQ sitting in the water following the recent missing prefab fix S2P
3 Months Ago
Update: Migration to "unsafe" usage of FreeUnmanaged - Generic Code These cases are part of generic code that either provides containers/algos for other parts of logic or part of currently-dead code. They're unsafe because if they start getting used with T : IPooled, then in the future if/when we change Unmanaged to not check IPooled it might leak/bug out. Tests: Built all targets.
3 Months Ago
Prefab instances must be updated to have at least the tags specified in their prefab (Fixes Facepunch/sbox-issues#5729)
3 Months Ago
Merge from gameplay_analytics_convar -> main
3 Months Ago
Don't download package dlls Compile package on download
3 Months Ago
lobster trap first pass
3 Months Ago
Ask for confirmation before deleting animation w/ right click Added .Copy() functions to Tile and Layer classes TilesetToolInspector NRE fix Added Context Menu to TilesetLayerControl https://files.facepunch.com/CarsonKompon/2024/July/23_07-52-ImperfectAmphibian.mp4 Fix TilesetLayerListControl Height Create TilesetSceneObject for drawing tiles in a single Graphics.Draw call. Replace Delete IconButton with Lock Button. https://files.facepunch.com/CarsonKompon/2024/July/23_08-49-GrowingMastiff.png
3 Months Ago
Fix NRE when opening PublishPage directly
3 Months Ago
Tweaked and relaxed the not-inside checks to fix invalid placements on slopes
3 Months Ago
Added Warning to Publishing Wizard telling you which issues need to be resolved in order to upload. Don't allow upload if startup scene is not set or is set and does not exist. https://files.facepunch.com/CarsonKompon/2024/July/23_07-24-LovablePaintedladybutterfly.png
3 Months Ago
merge from tincan_alarm
3 Months Ago
Not deployable on harbor swing bridge and containers - Changed the swing bridge layer from 'World' to 'Vehicle Large' - Added a prevent building volume to the containers
3 Months Ago
Update: New CodeGenerator for Pool.FreeUnmanaged<MemoryStream> change * CodeGenerator built with a3cd77f3 from FreeList-Depr branch * This replaces all uses of Pool.FreeMemoryStream in Rust.Data/generated/ProtocolBuffers.Serializer.cs Tests: built all targets in editor.
3 Months Ago
Removed some spam now I've tracked down issues.
3 Months Ago
Added Apply TRS shader graph node https://files.facepunch.com/ziks/2024-07-23/sbox-dev_PnwMGMVjmc.mp4
3 Months Ago
Fixed depth issues, added depth falloff control, added a fade zone for AO Fixed depth bug apparent with rotating camera etc. added a depth falloff control so user can set distance to where AO ends. Then added a fade zone for AO which has a hardcoded small width so that when the camera depth to pixel approaches the cutoff the AO fades out to prevent any popping.
3 Months Ago
Found and fixed cause of repeat skin changes not working.
3 Months Ago
m9 bayonet texture changes
3 Months Ago
m700 magazine seperated mesh
3 Months Ago
Update branding
3 Months Ago
Update: Replacing Pool.FreeMemoryStream with FreeUnmanaged
3 Months Ago
Cherrypick 101377 + 101399. Cine material setups
3 Months Ago
3 Months Ago
Parent merge
3 Months Ago
m700 full and empty magazine bodygroups, and 7.62x51 bullet added https://files.facepunch.com/rickgreeve/3BMdK6fAD9.png https://files.facepunch.com/rickgreeve/Tpee1j7rpV.jpg
3 Months Ago
Added Frontier Hatchet Cinematic Materials and Textures
3 Months Ago
Removed double dismountPositions loop in gizmo method
3 Months Ago
exported wolf run hit 2 anim
3 Months Ago
Fixed camera distance issue + added fade out ditto
3 Months Ago
Wire not deployable on elevators
3 Months Ago
merge from main
3 Months Ago
merge from ragdoll_as_mountable
3 Months Ago
reworked ragdolling as a mountable
3 Months Ago
Fixed vehicles still colliding with the wire end collider
3 Months Ago
merge from motorbike_headlights
3 Months Ago
merge from patrolheli_fixes
3 Months Ago
merge from shipping_container_spraycan_fix
3 Months Ago
merge from homing_spectate_fix