userJames Kingcancel

7,937 Commits over 3,745 Days - 0.09cph!

3 Months Ago
Debug draw tweaks
3 Months Ago
Smoother heightmap sampling https://files.facepunch.com/ziks/2024-08-31/sbox-dev_m6ejDGa0g6.png https://files.facepunch.com/ziks/2024-08-31/sbox-dev_GIvew6ZSRB.png
3 Months Ago
Allow sampling from noise field in heightmap SDF
3 Months Ago
Fix scaled chunk collision
3 Months Ago
Fading fixes
3 Months Ago
Delay behaviour fixes
3 Months Ago
Rework min / max delays
3 Months Ago
Trying to make cell fading stable
3 Months Ago
Chunk opacity tweaks
3 Months Ago
First pass at fading cells in / out
3 Months Ago
Cells can be hidden / revealed
3 Months Ago
Per-world opacity
3 Months Ago
NoiseSdf3D
3 Months Ago
Fix chunk meshes popping in at the origin for a frame Add bool SdfWorld.NeedsMeshUpdate
3 Months Ago
Cells can declare when they're ready
3 Months Ago
Tweak when we should load around editor cameras
3 Months Ago
Fix logic for enabling / disabling child cells
3 Months Ago
Hide chunks when component is inactive
3 Months Ago
WIP level of detail system
3 Months Ago
Get rid of margin in HeightmapSdf3D Sdf3DWorld.Size doesn't need to be Vector3Int Make SdfWorld.HasPhysics a property
3 Months Ago
Add ValueField / PerlinField / SimplexField to Sandbox.Utility.Noise Old static methods aren't thread safe and can't be seeded.
3 Months Ago
Sample from heightmap in worker thread
3 Months Ago
Rename sbproj
3 Months Ago
Initial commit
3 Months Ago
HeightmapSdf3D
3 Months Ago
Add optional size for Sdf3DWorld
3 Months Ago
Epsilon tweak
3 Months Ago
Make sure scene scope is pushed when calling OnValidate
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
Create README.md
3 Months Ago
Update README.md
3 Months Ago
Initial commit with traffic light example
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
Strip rich text from discord rich presence strings, truncate
3 Months Ago
Make transition labels into their own GraphicsItems
3 Months Ago
Disable PropertySheetPopup from being modal for now Fixes Facepunch/sbox-issues#6109
3 Months Ago
Fix broken transition bounds
3 Months Ago
Increase SubroutineData parameter pool size
3 Months Ago
Fixed #1
3 Months Ago
GetVoxel: return 0 for unallocated chunks