250,895 Commits over 3,959 Days - 2.64cph!

57 Days Ago
Update .gitattributes
57 Days Ago
Test arena map
57 Days Ago
Round UI, scene camera
57 Days Ago
More minor cleanups Check allocated edict count before allocating more this should prevent`ED_Alloc: no free edicts` crashes when spam spawning hundreds of entities per second.
57 Days Ago
Show building blocked message in upgrade menu.
57 Days Ago
Event decides where player spawns Use a scene tag to define if a scene is an arena, create prefab instead of holding stuff in each scene
57 Days Ago
Give box collider support to trigger radiation: - Ensured modding radiation cubes work - Applied Cube Prefabs
57 Days Ago
Fixed SceneInformation not saving SceneTags metadata
57 Days Ago
merge ice_sculpture -> main
57 Days Ago
updated ice sculpture icon - updated render scene as it needs custom tweaking to get an icon rendered
57 Days Ago
Don't spawn the player until we hit combat phase, kill local player if we exit combat phase
57 Days Ago
Catapult projectiles cleanup
57 Days Ago
Added new ballista bolt items
57 Days Ago
Compile fix
57 Days Ago
ice sculpture pedestal gibs first pass
57 Days Ago
Ammo in hud
57 Days Ago
re-baked construction guide mesh
57 Days Ago
Fixed multiplayer
57 Days Ago
update deployment bounds
57 Days Ago
Layer exclusions when upgrading
57 Days Ago
mesh collision for ice sculpture pedestal
57 Days Ago
Base hud, fetch scene camera in-world instead of having one on the player, weapon is placed manually in PreRender
57 Days Ago
Experiment with arbitrary physics shapes as navmesh obstacles Performance is not good, needs more optimization to be viable. https://files.facepunch.com/lolleko/1b2611b1/sbox-dev_i7IaHMmjKv.mp4
57 Days Ago
merge from main
57 Days Ago
▍▌▉▅ ▊▌▋▄▅█▆▇ ▊▇▊█▊ ▋▊▇ █▄█▌▆▉▅ ▄▉▆▊▄▄▍▊ ▅▄ ▇▅▌█
57 Days Ago
Ignore triggers in NavMesh Generation
57 Days Ago
Update: Executing deferred command and waiting for it's execution - also fixed the deferred command not being executed because it's missing the prefix (this took weirdly long to spot) Using it to pass control for the actual testing top the game assembly Tests: Ran LoadProcTest, it passed
57 Days Ago
lods and meshlod setup
57 Days Ago
Update SceneObject tags of Sprites and Tilesets
57 Days Ago
GameObject.Network is a class !!!!!!
57 Days Ago
mini crossbow viewmodel animations updated
57 Days Ago
Use uncompiled assemblies (#1714)
57 Days Ago
Missing map reference
57 Days Ago
Increase stone wall player deploy volume area to include collision area. Set time placed.
57 Days Ago
- Wrote a script to resolve duplicate bone names by appending digits - Removed the vast majority of duplicate bone warnings on siege tower (rest will need looked at after art pass)
57 Days Ago
Finish line ui
57 Days Ago
- Fixed door NRE still happening sometimes - Changed my stupid OnChildAdded override
57 Days Ago
Scene ref gizmo: show one entry per graph, most recently triggered
57 Days Ago
Siege tower prefabs
57 Days Ago
Expose Local/World transform shorthands to ActionGraph
57 Days Ago
Add "skybox" tag for now and draw black background behind minimap to prevent alpha issues
57 Days Ago
Fixed siege tower drawbridges replication Fixed SiegeTowerDoor NRE Manifest
57 Days Ago
merge from main
57 Days Ago
Fix some couple sounds can't dev cam out of editor Music in tutorial stage
57 Days Ago
More UI cleanup Update fisher interact height
57 Days Ago
impact fx updates
57 Days Ago
Birds Scared Stat Update intro area map Merge branch 'main' of sbox-piecrumb
57 Days Ago
Added Interactable.InteractHeight instead of assuming based on bounds
57 Days Ago
Fix not actually excluding them
57 Days Ago
Disallow sending voice packets unless fully connected Try to mitigate server reconnect spam Also reset owner SteamID in more places don't throttle loopback connections Minor code cleanups