255,373 Commits over 3,990 Days - 2.67cph!

13 Days Ago
More rocket splash test scenarios Improved the gizmos, refactoring
13 Days Ago
Berry bush static prefabs (all colour variants)
13 Days Ago
Medieval metal door static prefabs (single & double)
13 Days Ago
Static variants of food cache prefabs (001-005)
13 Days Ago
Merge from hopper
13 Days Ago
Adjusted build volumes to rule out some clipping hopper placement scenarios
13 Days Ago
Merge from main
13 Days Ago
Fixed players harvested by the hopper not getting the proper skull player assignment
13 Days Ago
Add `test_custom_vitals` command to test modding vitals works
13 Days Ago
Add code to create custom vitals when the CustomVitals RPC is sent to the client
13 Days Ago
Add CustomVital template to GameUI.Hud.Vitals.prefab
13 Days Ago
Added hopper socket to medieval box
13 Days Ago
Chef kiss gesture - animation + setup. Added icons for all 4 gestures.
13 Days Ago
Add protobuf for custom vitals message
13 Days Ago
Generate manifest
13 Days Ago
Add ClientModdingEntity to handle RPC for custom vitals
13 Days Ago
Fixed repair/pickup
13 Days Ago
Fix unreliable rigidbody transforming with position editor tool
13 Days Ago
Only let 1 item get added to the move queue at a time Add more checks to try and stop items getting moved to the container if they aren't going to fit (and getting bounced back)
13 Days Ago
Added debug.dropWorldItems, takes a number and an item shortname and drops all the items individually (eg. debug.dropworlditems 10 rifle.ak) Fixed hopper throwing an exception when more than 128 world items are in it's radius
13 Days Ago
+ BaseEntity.SyncVar (doesn't compile)
13 Days Ago
Added implicit conversion operators
13 Days Ago
Add correct list of allowed types
13 Days Ago
Proper client receive method
13 Days Ago
▉▌▍█ ▋▌▅▉▉▍▋▊ █▆▉▌▌▅ █▆▌▌▄▋ ▉▄▅▍▌ ▇▌▌▋█
13 Days Ago
main -> syncvars
13 Days Ago
Deployed beehive spawns particles as well should it have a nucleus and enough comb
13 Days Ago
Enable bee particles on the beehive if it has bees in it
13 Days Ago
Missing files
13 Days Ago
- Added some bee particles around a beehive - Killing a natural beehive makes a swarm
13 Days Ago
Update: ServerProfiler - vizualize process working set memory - using debug binaries for now(bc3e74cd) Need to add virtual set as well and test standalone servers(Win and Linux) Tests: in editor on craggy.
13 Days Ago
Update trace solver to latest Fix bug in mesh cast shape causing incorrect capsule vs mesh casting https://files.facepunch.com/layla/1b1211b1/sbox-dev_a7oytZSV2E.mp4
13 Days Ago
Directional item dropping. Throw items to the ground in the direction you drag the icons.
13 Days Ago
Update: able to capture allocations from all threads Tests: exported a profile in editor. Update: remove hack that forced early recording of data to test tracking all memory allocations Update: able to record working set of a process Tests: tested in editor for win, need to test on linux
13 Days Ago
Improved server projectile trajectory prediction Folders
13 Days Ago
Bugfix: ProfilerExporter - filter out worker thread marks that are before the frame start It was originally correct, but in previous commit I simplified the code, thus breaking it. This restores it. Tests: none, as currently too many changes present in workspace - will test later
13 Days Ago
Door controller tests tweaks
13 Days Ago
Prefab test scenario system (very wip) - Allow us to create more complex tests that aren't practical to write entirely by code - Scenario prefabs placed in the correct folders are automatically added to the test list - Added scenario prefabs loading copy pasted bases and firing rockets at specific hand-placed points, checking that the health of every building block is correct
13 Days Ago
Pie world model visuals now match their view model versions: matching tin colour and correct toppers. Added WorldModelVisualConfig for applying FoodVisualConfigs to world model items.
13 Days Ago
Fixed pie tin tinting. Assigned placeholder tin colours for all pie VMs.
13 Days Ago
Better handling for backpacks, extract all items
13 Days Ago
Merge from hopper
13 Days Ago
Hoppers ignore backpacks (temporary fix, will get this working later)
13 Days Ago
Revert "Make SpringDamp / SmoothDamp frame rate independent" Breaks some games, looking into it now. This reverts commit 825f6120d224d04fce8298534c83d14b2a32bdc5.
14 Days Ago
base rig fbx, placeholder anims, animator, prefabs
14 Days Ago
Merge from menu_friends_list
14 Days Ago
Fix some stuff that got stomped in Hand.cs (sorry Tony)
14 Days Ago
Initial first pass at procedural hand poses, bit buggy, needs cleaning up https://files.facepunch.com/alexguthrie/1b1111b1/sbox-dev_s4WQrpNId2.mp4
14 Days Ago
Fixed warnings not having their ~special~ color in srcds console
14 Days Ago
Missed a semicolon