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

4 Months Ago
Merge from main
4 Months Ago
Fixed sofa, card table, and chippy arcade machine being set to isMobile true, needlessly running the vehicle tick. Fixed DoPrepare automatically setting all vehicles to IsMobile true.
4 Months Ago
Allow permenantly deleting twitch drops from the in-game inventory UI
4 Months Ago
Model/Textures/Materials and prefab setup
4 Months Ago
Model physics automatically inherits bone transform velocity so switching to ragdoll isn't stuck in the last pose https://files.facepunch.com/layla/1b0511b1/sbox_WLc97vrkvJ.mp4
4 Months Ago
Initial entity setup
4 Months Ago
Remove cloth code from sceneanimatableobject, we were also creating a physics world per animated object for it
4 Months Ago
set prefabs to static
4 Months Ago
more narrow plank track pieces, tutorial map
4 Months Ago
set prop prefabs static
4 Months Ago
Redone how muzzle flashes work
4 Months Ago
prop prefabs
4 Months Ago
plank walls, blend file updates
4 Months Ago
unsaved tutorial map, narrow plank pieces
4 Months Ago
Don't run SceneNetworkUpdate when network system instance is null
4 Months Ago
added ejectionport_gas fx
4 Months Ago
impact_blood_mist vfx
4 Months Ago
Fix my fuckup
4 Months Ago
Fix my fuckup
4 Months Ago
Do multiple delete passes to ensure [Required] components get deleted (as it's easier than tracking everything that is required & only done inside editor)
4 Months Ago
Handcuffs block crafting.
4 Months Ago
Temp hack for vgui.GetAll when it doesnt exist
4 Months Ago
Temp hack for vgui.GetAll when it doesnt exist
4 Months Ago
Show winning team at end of TDM
4 Months Ago
Desaturate while spawn protected
4 Months Ago
Volumetrics track light changes.
4 Months Ago
Mark TerrainAnchor and TerrainModified with [MapGeneration]
4 Months Ago
TDM spawn point selection rewrite
4 Months Ago
adjusted trike sizing
4 Months Ago
Added temp polyfill for RegisterMetaTable Improve server-only scaled physics prop trace hit detection Do not PurgeUnusedModels before mounting BSP content Properly fix modelscale bounds - they were doubled from scaling PhysObjs Release materials created by surface.GetTextureID clientside Hopefully the clientside-only part solves issues people had when destroying these textureIDs Prevent "unknown material" spam on disconnect due to recent changes Fixed Entity:SetModel and util.PrecacheModel leaking mdl refcounts
4 Months Ago
Added temp polyfill for RegisterMetaTable Improve server-only scaled physics prop trace hit detection Do not PurgeUnusedModels before mounting BSP content Properly fix modelscale bounds - they were doubled from scaling PhysObjs Release materials created by surface.GetTextureID clientside Hopefully the clientside-only part solves issues people had when destroying these textureIDs Prevent "unknown material" spam on disconnect due to recent changes Fixed Entity:SetModel and util.PrecacheModel leaking mdl refcounts
4 Months Ago
Cleanup for a bit more readability Start processing output prefab in scene mode - remove everything except for terrain generation components - add MapGeneration attribute to tag components we want to keep - add ScenePrefab spawner onto the output prefab once S2P is done
4 Months Ago
player update. made holdtype override controllers for the different grenades and updated their entities so they now play a deploy anim when switching between the diferent grenades
4 Months Ago
added suppressed muzzleflash https://files.facepunch.com/jason/1b0511b1/sbox-dev_xcSjmTtIeI.mp4
4 Months Ago
Open editor undo system up, debug dock Delete SceneWorld objects when processing scene deletes Components/GameObjects start disabled when creating, to avoid enable and quickly disable Fix possible NRE when deleting camera Call SceneWorld.DeletePendingObjects when clearing scene Add Scene.Editor (ISceneEditorSession), allows game to talk to the EditorSession (gizmos etc) Also make selection its own undo system - don't need to save the scene on every click Fix undo system's snapshot system not complying with other undo actions
4 Months Ago
Menu fix
4 Months Ago
hooked up more muzzle flashes added shotgun muzzleflash
4 Months Ago
swat vehicle dev
4 Months Ago
Holster your weapon on death so you can't shoot beyond the grave
4 Months Ago
Don't show push menu if player is dead or sleeping
4 Months Ago
we love a lil tasteful bloom
4 Months Ago
Make sure a job cannot last more than 4 frames, so we can use TempJob allocators Code cleanup
4 Months Ago
Remove Log.Info from SceneCubemap
4 Months Ago
Clear player velocity on teleport (can no longer jump thru respawns)
4 Months Ago
How did this end up here
4 Months Ago
Out ptr Better formatting for default stdout logs
4 Months Ago
Better error checking, treat errors as warnings & compile with warning level 4
4 Months Ago
Put deathmatch spawns under a parent object
4 Months Ago
player update. edited sawn off shotgun reload animation so the pumpy bit is in insync with 3p anim
4 Months Ago
Only do SceneCubemap.RenderDirty() when it actually updates rather than every frame Only clear up light count instead of also envmap count on AllocateLights()