reposbox-libstatescancel

39 Commits over 92 Days - 0.02cph!

15 Days Ago
API changes
24 Days Ago
API changes
30 Days Ago
Fix transition label tooltips not always updating
2 Months Ago
Set SourceLocation when creating action graphs in editor
2 Months Ago
Fix #16 for NetworkSpawned objects
3 Months Ago
Delay behaviour fixes
3 Months Ago
Rework min / max delays
3 Months Ago
Select new items after pasting
3 Months Ago
Tab to flip selected transitions, Ctrl+D to duplicate selection
3 Months Ago
Can redirect (or clone) transitions by dragging (fixes #13)
3 Months Ago
Undo / redo (fixes #4) https://files.facepunch.com/ziks/2024-08-22/sbox-dev_DEoOLIRbv9.mp4
3 Months Ago
Some tool tip tweaks
3 Months Ago
Transitions can have a delay window, or exact trigger time Fixes #11 https://files.facepunch.com/ziks/2024-08-22/sbox-dev_hzOo8z1P7g.png
3 Months Ago
Started adding shortcuts First pass at copy / paste (#8)
3 Months Ago
Update README.md
3 Months Ago
Slight state context menu tweak
3 Months Ago
Some more tweaking Make state actions into separate GraphicsItems too
3 Months Ago
Tooltips, cursors Some cleanup
3 Months Ago
Some transition label fixes
3 Months Ago
Can now interact with transition labels
3 Months Ago
Make transition labels into their own GraphicsItems
3 Months Ago
Fix broken transition bounds
3 Months Ago
Fixed #1
3 Months Ago
Call PrepareGeometryChange before moving TransitionItem Reset view on Home key press
3 Months Ago
Show red icons for erroring state actions too (#9)
3 Months Ago
Show red labels for invalid transition conditions / actions (#9) https://files.facepunch.com/ziks/2024-08-19/sbox-dev_YyyXVN5F46.png
3 Months Ago
Fixed #5
3 Months Ago
Added SendMessage( string ), transitions can listen for a message
3 Months Ago
Only broadcast transitions if networked
3 Months Ago
Some special state name handling
3 Months Ago
Fix default names for state actions
3 Months Ago
Show which states have enter / update / leave actions
3 Months Ago
UI tweaks Can edit enter / update / leave actions for states Fix transitions to self breaking everything, I'll implement them later
3 Months Ago
Fix deserialized graphs being super buggy
3 Months Ago
Context menu tweaks Animated transitions https://files.facepunch.com/ziks/2024-08-11/sbox-dev_aeqC5Pba4I.mp4
3 Months Ago
Create README.md
3 Months Ago
Create LICENSE
3 Months Ago
Enable nullables Rewrite state machines to not be GameObject based
3 Months Ago
Initial commit Get rid of Sandbox.Events references