userJames Kingcancel

8,206 Commits over 3,837 Days - 0.09cph!

5 Hours Ago
Motion editor selection polish https://files.facepunch.com/ziks/2025-02-21/sbox-dev_fNBVNJB6Du.mp4 * Object snap toggle, snaps to blocks / playhead * Fixed drag logic for each handle * Can't make selection go out of bounds
Yesterday
Motion edit copy / cut / paste / delete
Yesterday
WIP building out motion editor
2 Days Ago
Switch to fixed-point for measuring time in movies
3 Days Ago
WIP motion editor rewrite
3 Days Ago
Motion editor selection moving tweaks
3 Days Ago
Make scrub bars into GraphicsItems instead of Widgets Fix drawing pointers Motion edit mode selection rewrite https://files.facepunch.com/ziks/2025-02-18/sbox-dev_qA1VlvNMgf.mp4
5 Days Ago
Nest bone game object tracks
5 Days Ago
Frame snap toggle Fixes #114 Sync up selection between hierarchy and track list, auto-switch tool Fixes #118 https://files.facepunch.com/ziks/2025-02-17/sbox-dev_v9BuflZaFs.mp4
5 Days Ago
Add bool Editor.WheelEvent.Accepted
7 Days Ago
Basic morph animation support https://files.facepunch.com/ziks/2025-02-14/sbox-dev_Jcs0ZlQXeT.mp4
7 Days Ago
MorphControlWidget: dispatch edited events, randomize L and R
7 Days Ago
Allow dragging stuff into the track list to create tracks https://files.facepunch.com/ziks/2025-02-14/sbox-dev_S7ar3CNiJH.mp4
7 Days Ago
Fix Movie Maker drop downs filling up
8 Days Ago
First steps for movie recording https://files.facepunch.com/ziks/2025-02-14/sbox-dev_EHeqQE3PbX.mp4
8 Days Ago
Tests reproducing #1826 #nullable enable in DefaultUpgrader More robust type hierarchy matching in default upgrader Fixes #1826 https://files.facepunch.com/ziks/2025-02-14/explorer_7llmQXMW5F.mp4
8 Days Ago
#nullable enable in DefaultUpgrader More robust type hierarchy matching in default upgrader Fixes #1826
8 Days Ago
Tests reproducing #1826
8 Days Ago
This comment doesn't apply any more
8 Days Ago
Fix warning in SpringDamperTest
8 Days Ago
WIP Fix warning in SpringDamperTest
9 Days Ago
Fix dragging rigid body speed regression https://files.facepunch.com/ziks/2025-02-13/sbox-dev_Nb6mf1LlfE.mp4
9 Days Ago
Get rid of WIP SpringDamper implementation
9 Days Ago
Make SpringDamp / SmoothDamp frame rate independent Fixes #1819 Add spring damper tests, attach a plot .svg if a test fails https://files.facepunch.com/ziks/2025-02-13/spring_2Hz_0.5.svg
10 Days Ago
Revert "Make SpringDamp / SmoothDamp frame rate independent" Breaks some games, looking into it now. This reverts commit 825f6120d224d04fce8298534c83d14b2a32bdc5.
10 Days Ago
Make SpringDamp / SmoothDamp frame rate independent Fixes #1819
11 Days Ago
Make SpringDamp / SmoothDamp frame rate independent Fixes #1819
11 Days Ago
Missing struct from dampen test
11 Days Ago
Update dampen test scene
15 Days Ago
Spring dampen test (Facepunch/sbox#1819) https://files.facepunch.com/ziks/2025-02-07/sbox-dev_msRAHre2Hi.mp4
15 Days Ago
Disable mixer thread choking warning for now TODO: find out how long each voice takes to mix, and let you print that on demand
15 Days Ago
Add SDF 3D World example https://files.facepunch.com/ziks/2025-02-07/sbox-dev_AKu97g2DxF.png
15 Days Ago
Capture SceneEditorSession in SceneUndoSnapshot Avoid relying on static SceneEditorSession.Active having the correct value Add missing Scene.Push() in GameObjectInspector Fixes Facepunch/sbox-issues#7517
15 Days Ago
Document that we're pushing the scene in ISceneUndoScope.Push
15 Days Ago
Push scene scope when pushing undo scope Fixes Facepunch/sbox-issues#7517
15 Days Ago
ActionGraph: fixed not being able to save expression delegates
15 Days Ago
ActionGraph: don't try to set { init; } properties Fixes Facepunch/sbox-issues#7533
15 Days Ago
UI for changing clip / saving to file / switching to embedded https://files.facepunch.com/ziks/2025-02-06/sbox-dev_mZYofSVKYz.mp4
16 Days Ago
Test reproducing Facepunch/sbox-issues#7443 Scene.Load: deserialize component properties before network spawn
16 Days Ago
Some safety around ResourceLibrary.Unregister Resources get unregistered in their finalizer, so this race condition could have happened: 1. Resources are loaded 2. Resource library gets cleared 3. Resources are loaded again 4. Old resources get GC'd, remove new resources from ResourceIndex Fix warning when using AssetSystem.CreateResource
16 Days Ago
Example networking test for asserting certain message types
16 Days Ago
Fix buggy behaviour when modifying embedded clips Fixes #113
16 Days Ago
Example networking test for asserting certain message types
16 Days Ago
Add "list_sound_handles" console command To help investigate Facepunch/sbox-issues#7450 Warn if the mixing thread is choking https://files.facepunch.com/ziks/2025-02-06/sbox-dev_0l4IVOqJgB.mp4 Facepunch/sbox-issues#7450
16 Days Ago
Example networking test for asserting certain message types
16 Days Ago
Shift+click in keyframe edit mode to create keyframe https://files.facepunch.com/ziks/2025-02-05/devenv_oiWTz7EqiP.mp4
16 Days Ago
Example networking test for asserting certain message types
17 Days Ago
WIP MovieMaker (Facepunch/sbox#1798)
17 Days Ago
WIP MovieMaker (Facepunch/sbox#1798) Edit mode shortcut workaround Started on editor cookies Fix assigning properties in structs
17 Days Ago
Edit mode shortcut workaround Started on editor cookies