239,329 Commits over 3,837 Days - 2.60cph!

3 Months Ago
Merge main -> Bikes
3 Months Ago
Fixed 'cinecyc_black' not being hidden with hideobjects command
3 Months Ago
Merge from main
3 Months Ago
Replaced all the assets in the inaccessible bathroom in NMS with prefab versions with colliders stripped Converted the props in the Assets/Prefabs/Misc/Junkpile/New folder to MeshLOD S2P supermarket, NMS, bandit town, water treatment
3 Months Ago
Merge from main
3 Months Ago
Add SubtractModelSpace to ModelAnimUtils, use it for AnimSubtractModelSpace
3 Months Ago
Rerun fishing village A and C S2P
3 Months Ago
3 Months Ago
Merge from techtree_panel_improvements
3 Months Ago
merge from pipette_skin
3 Months Ago
Updated the tech tree dialog to use pooling instead of instantiating and destroying it's contents when switching tabs Halves the opening time (155ms->77ms) and GC (6.4mb->3.6mb)
3 Months Ago
'selectitem' command fixes/improvements: - wait for the MoveItem RPC to be completed before selecting the belt solt - if the item is present in the belt, just select it instead of moving it to the belt slot 0 - when moving the item from the inventory, take an entire stack instead of a single item
3 Months Ago
- Can now drag a stack of items onto another item in a container with a lower stack limit to swap them over. The item with too many will split itself and only carry over the amount that fits. The move will only fail now if there's no inventory space for the extra item. - Similarly, can now drag-swap admin-created items with more than the usual item's stack limit. The item will be split, but the swap move will now work successfully.
3 Months Ago
Add AnimSubtractModelSpace modeldoc node
3 Months Ago
Fix modelspace blending in SubtractPoses and AddPoses https://files.facepunch.com/layla/1b1111b1/sbox-dev_zpJENXQ2mT.mp4
3 Months Ago
merge from io_seismic_sensor
3 Months Ago
merge from electricity_sideinputs_drain_fix
3 Months Ago
▊▊▋▍▊ ▆▄▄▊ ▄▊▉▇▍▋▉▇▍▍▇▆_▅▅▇
3 Months Ago
▅▇▄▋ ▅ █▉▉█▊ ▍▋ ▊█▄▍▍ ▆▍ ▍▅▍▍ ▄▇█▅▋█ ▋▍ ▆▌▅▋ ▄▉▌'▍ ▄▄▊ ▌█▋▅▋█▍█▌▍
3 Months Ago
Call OnEntityLeave when force removing an entity from a trigger, fixes destroyed entities not cleaned up from the triggers' entityContents list
3 Months Ago
merge from analytics_dump_hierachy_formatting -> main
3 Months Ago
Added rigged model (separate model for now)
3 Months Ago
Alternate setup test
3 Months Ago
Compile fixes
3 Months Ago
shadowed window mesh for interior of barred window, positioned turrets correctly
3 Months Ago
Fix components incorrectly marked as "unsupported" for enabling/disabling - renderers - particle systems - LODGroup
3 Months Ago
scaled turret to 0.9
3 Months Ago
merge from analytics_dump_hierarchy_formatting -> main
3 Months Ago
merge from analytics_asset_warmup -> main
3 Months Ago
Add ability to see what is enabled vs disabled for `GameObject.Hierarchy.Components.txt` from `dump` command - Components show a checkmark if enabled vs disabled, they show a `~` if the component doesn't support enabling - GameObjects show a `+` if active & `-` if disabled
3 Months Ago
▇▉▍▍▆ ▄▋▍▌ ▌▇▊▋▊▍▌█▆▉▍█_▋▋▉
3 Months Ago
▌▆▆'▋ ▌▅▇█▋▉▉▌▄ ▅▆▆▄▊-▉▉▆█▊▅▍ █▄▄▉▉▋ ▉▆▌▌█▍▇ ▉▅▆▋ ▌▍▇ ▌▍ ▆▉▊▆▉ ▅▅▊▇▊▅ ▋▇ ▄▆▍▆ ▋▄▊ ▆▆▌▆ ▊▄█▆▉▊
3 Months Ago
Add asset warmup & world spawn timings to `dump` command - output to csv so it can be opened in excel - don't output if there are zero data points - reset the world spawn timing every time a new map is loaded - Asset.Warmup.csv - World.Spawn.csv
3 Months Ago
prefab map
3 Months Ago
Misc small changes
3 Months Ago
split off indicator lights, set up emissive uv2, first pass on emissive textures for unique and transparent materials
3 Months Ago
Merge from fix_unity_hook -> main
3 Months Ago
Remove some unnecessary updates
3 Months Ago
Move LagSpikeProfiler.enabled into the record method
3 Months Ago
Show editor's email instead of the server name when in the editor (so it's easier to select a server in grafana)
3 Months Ago
wip textures
3 Months Ago
Move uploader creation into it's own method EnssureUploadersCreated() Ensure invokes are reset when we start recording so we don't get the cumulative stats since startup Move Reset() methods outside of serialize methods
3 Months Ago
▉▇▆▊▇ █▌█▉ ▌▆▄▅▍▆▍▌█▆▊▍_▄▍▊
3 Months Ago
Improve readability of code - move try catch & "enabled" check into each Serialize() method - move some Serialize() methods into their profiler classes - set default enabled state in each profiler so the convars reflect what is turned on
3 Months Ago
merge from pipette_skin
3 Months Ago
Messed up my last commit, re-applying 98711: 'pipette' command can now copy items skin 'selectitem' will also try to select item with the same skin in your inventory
3 Months Ago
Retouch material/model uncaching Making sure it doesn't happen when mcore is turnedon/allowed Resolved case sensitivity issues with lua_refresh_file Change up GetPhysicsObjectNum warnings with more info
3 Months Ago
Animgraph: Add modelspace blending support to Add and Subtract nodes https://files.facepunch.com/layla/1b1011b1/sbox-dev_DkWD1KYUFD.mp4
3 Months Ago
FPXR update, new actions manifest path format, temporarily remove knuckles bindings
3 Months Ago
Start moving over to subactions for per-controller input context