userJames Kingcancel

8,293 Commits over 3,865 Days - 0.09cph!

27 Minutes Ago
Fix reducing cross fades stomping mode / direction
37 Minutes Ago
Get rid of abstract records in compiled clips Fix compiled property track block validation Fix compiled sample signal comparison Clean up movie project loading logic, support loading from compiled
Today
Fix track widget reference control
Today
WIP project serialization
Yesterday
Tweak rotation interpolation Rework reduction / transformation of signals, add smoothing https://files.facepunch.com/ziks/2025-03-18/sbox-dev_TISLbpKIr7.mp4
Yesterday
Block merging on add
Yesterday
Fix drawing block curves
Yesterday
Cleaned up moviemaker API, working on re-implementing editor Property composition reduction
2 Days Ago
Documentation, implement joining blocks
2 Days Ago
Strip out old PropertyBlock stuff
3 Days Ago
Happier with new way of composing edits
4 Days Ago
Mocking up a simpler way of composing edits
5 Days Ago
Rework slicing
5 Days Ago
PropertyBlock cleanup
5 Days Ago
Simplify edit graphs, only source blocks are sliced directly
6 Days Ago
Building out PropertyBlock editing, added tests, started serialization
6 Days Ago
PropertyBlock refactor, working on cross fade
7 Days Ago
[SkipHotload] in allocation / GC profiling types
7 Days Ago
Remove NodeLibrary.Push() calls
7 Days Ago
Fix access control errors Re-implementing motion editor methods
7 Days Ago
Sort Sandbox.Rules.Types Access control: allow Type.IsClass, Type.IsValueType getters
7 Days Ago
WIP Implement adding / removing child tracks
7 Days Ago
WIP Implement MovieProject methods
7 Days Ago
WIP compiling again
8 Days Ago
WIP block display next WIP compiling blocks
8 Days Ago
WIP
11 Days Ago
Add context menu "Go to Definition" on nodes Fixes #Facepunch/sbox-issues#7821
11 Days Ago
NodeLibrary is ContextLocal, so we don't need to Push() everywhere Fix Facepunch/sbox-issues#7808
12 Days Ago
Handle setting parent document for prefabs / map references Fixes SBOX-2KA9
12 Days Ago
See if we can get away with a single NodeLibrary Get rid of NodeLibrary.Push() Fix Facepunch/sbox-issues#7808 NodeLibrary is ContextLocal
12 Days Ago
Handle setting parent document for prefabs / map references Fixes SBOX-2KA9
12 Days Ago
Get rid of another log
12 Days Ago
Get rid of another log See if we can get away with a single NodeLibrary Get rid of NodeLibrary.Push() Fix Facepunch/sbox-issues#7808
12 Days Ago
12 Days Ago
Add SerializationOptions.MakeGuidsUnique
13 Days Ago
Get rid of a log I left in
13 Days Ago
WIP getting moviemaker.editor working again
13 Days Ago
Avoid C# 13 features for now
13 Days Ago
Cleaned up moviemaker API, moviemaker.editor needs re-implementing
13 Days Ago
Fix resource.ref node thumbs not auto-updating, having broken size https://files.facepunch.com/ziks/2025-03-06/sbox-dev_AZNMKyCLEu.mp4
13 Days Ago
Document ControlWidget.StartEditing better Fix BoolControlWidget toggling on mouse press instead of mouse release Allow dragging Component / GameObject enabled toggle into ActionGraph https://files.facepunch.com/ziks/2025-03-06/sbox-dev_9VgTKcHVBc.mp4
13 Days Ago
Can drag The Box™ into ActionGraph https://files.facepunch.com/ziks/2025-03-06/sbox-dev_eCyOa5TFcV.mp4 Fixes Facepunch/sbox-issues#7795 Focus graph view when dropping something into it
13 Days Ago
Allow dragging transform properties into ActionGraph https://files.facepunch.com/ziks/2025-03-06/sbox-dev_AW24oUYbX4.mp4
14 Days Ago
Clear non-menu resources in ResetEnvironment()
14 Days Ago
Always clear ResourceLibrary in ResetEnvironment() We're rebuilding TypeLibrary, so we can't let resources leak containing old types. Leaking like this would happen when running `reconnect`. We let IMenuDll reload whatever it needs after clearing ResourceLibrary. Fixes Facepunch/sbox-issues#7776
14 Days Ago
Clear non-menu resources when reconnecting Fixes Facepunch/sbox-issues#7776
14 Days Ago
GameInstance: fix OnPackageInstalledToContext leak A new handler was getting added each reconnect
17 Days Ago
Expose DamageInfo constructor to ActionGraph A little documentation / renaming in TypeLoader Add [SingleAction] attribute for delegate properties Makes them not show a list of actions in the inspector
17 Days Ago
Don't focus on source scene of graph if already open Facepunch/sbox-issues#7742
17 Days Ago
Property factory tweaks