243,208 Commits over 3,898 Days - 2.60cph!
Add Scene.GetAllComponents( Type ) overload
Assert and bail when trying to set physics body to invalid transform
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
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.
Fix Facepunch/sbox-issues#5896
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
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.
Prefab instances must be updated to have at least the tags specified in their prefab (Fixes Facepunch/sbox-issues#5729)
Merge from gameplay_analytics_convar -> main
Don't download package dlls
Compile package on download
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
Fix NRE when opening PublishPage directly
Tweaked and relaxed the not-inside checks to fix invalid placements on slopes
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
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
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.
Removed some spam now I've tracked down issues.
Added Apply TRS shader graph node
https://files.facepunch.com/ziks/2024-07-23/sbox-dev_PnwMGMVjmc.mp4
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.
Found and fixed cause of repeat skin changes not working.
m9 bayonet texture changes
m700 magazine seperated mesh
Update: Replacing Pool.FreeMemoryStream with FreeUnmanaged
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
Added Frontier Hatchet Cinematic Materials and Textures
Removed double dismountPositions loop in gizmo method
exported wolf run hit 2 anim
Fixed camera distance issue + added fade out
ditto
Wire not deployable on elevators
merge from ragdoll_as_mountable
reworked ragdolling as a mountable
Fixed vehicles still colliding with the wire end collider
merge from motorbike_headlights
merge from patrolheli_fixes
merge from shipping_container_spraycan_fix
merge from homing_spectate_fix
merge from trainyard_wall_lod_fix
actually upload JUST the .meta file this time
Revert "cardboard_trim meta files"
This reverts commit 9f8f285fef19b68a58c9b741fb4a2cc46f6e1f29.
cardboard_trim meta files
Added Boomerang low poly. Material and WIP Textures
tin can alarm cinematic material/textures
Fixed not being able to edit these advanced networking settings in prefab editor - working around NetworkAccessor ref struct