branchsbox/mastercancel

13,873 Commits over 1,552 Days - 0.37cph!

6 Months Ago
Add setters for physics joint local frames through Point1 and Point2
6 Months Ago
Add a list of PVS copies so we can have more than one world with a valid PVS
6 Months Ago
Update world scene object transforms and recalculate bounds groups on world transform change Update 3d skybox on map transform change Update map scene objects on map transform change Update map collision on map transform change
6 Months Ago
Added SoundscapeDropObject. Allows you to drag-and-drop soundscapes directly into your scene
6 Months Ago
Dragging a png,jpg,ect directly into the Scene will now automatically create a vtex and reference that.
6 Months Ago
Added TextureDropObject. Allows you to drag-and-drop vtex, png, jpg, ect directly into the Scene (regardless of dimensions). https://files.facepunch.com/CarsonKompon/2024/June/25_15-43-EnergeticBeaver.mp4 Resolves Facepunch/sbox-issues#4470
6 Months Ago
Added SoundDropObject. Allows you to drag-and-drop sounds from your project or asset.party into the scene.
6 Months Ago
Added DropObjectAttribute. CreateDropFor no longer has hard-coded list. Resolves Facepunch/sbox-issues#5445
6 Months Ago
Checkbox when creating new project allowing you to set project location as default. Resolves Facepunch/sbox-issues#5628
6 Months Ago
CustomEditorAttribute now orders by number of parent classes so most relevant editor is always found. Resolves Facepunch/sbox-issues#5647
6 Months Ago
Remove from interpolation system on GameObject destroy
6 Months Ago
Remove spawngroups
6 Months Ago
Don't create new worlds for map instances, we lose vis on scene objects by doing it this way
6 Months Ago
Map instances set their world origin to game object position when created
6 Months Ago
Rebase pvs with world transform, not just the origin, allows vis to work when world origin is rotated
6 Months Ago
Rebase check position when getting precise pvs!
6 Months Ago
Remove IComputeWorldOriginCallback, provide transform to create world directly, makes it easier for us to set initial world origins
6 Months Ago
Make sure physics world debug draw ticks, not just when in an editor viewport
6 Months Ago
Don't set initial cursor name
6 Months Ago
Made TextEntry `PlaceHolderLabel` and `TimeSinceNotInFocus` protected to help with overriding DrawContent. Resolves Facepunch/sbox-issues#5655
6 Months Ago
Remove unneeded comments and fix formatting in ListControlWidget
6 Months Ago
Click-and-drag to re-order List/Array Property in Inspector. https://files.facepunch.com/CarsonKompon/2024/June/24_20-45-InfatuatedGrouse.mp4 Resolves Facepunch/sbox-issues#5697
6 Months Ago
Project settings can set custom cursors
6 Months Ago
Fixed Selection Box SHIFT Behaviour and added CTRL to remove from selection. https://files.facepunch.com/CarsonKompon/2024/June/24_14-50-PapayawhipEidolonhelvum.mp4 Resolves Facepunch/sbox-issues#5681
6 Months Ago
▆▍'▅ ▌▉▋▇▋▆▅▉ ▄▌▍▋ ▉▉ ▉▄▉▌▄ ▊▌▆▉ █▆▍
6 Months Ago
▊▊█▊▄▌▍ ▆▅▋▋▇▅ █▄▍▅ ▌▄ ▅▋▌██▅ ▌▉▊ ▊▉▊▊▇ ▄▍▋▋▋▄▊
6 Months Ago
Display ToggleGroup description when hovering label. Resolves Facepunch/sbox-issues#5597
6 Months Ago
Fixed SliderControl styling after Yoga 3 update. Resolves Facepunch/sbox-issues#5688
6 Months Ago
Fix NRE on collider destroy
6 Months Ago
Move keyframe colliders pre physics step
6 Months Ago
Include hotspot coords in LoadCursorFromFile
6 Months Ago
Fix camera getting trashed on reset
6 Months Ago
Set some defaults on model renderer properties so we don't trash the component on reset
6 Months Ago
Fix NRE's in ITagSet
6 Months Ago
Implement native loading of cursors from image ready for when we want to hook it up
6 Months Ago
HingeJoint.Angle is in degrees
6 Months Ago
Don't automatically add world tag to map collision, let the user decide that Add tags from gameobject to map instance collision Update map instance collision tags on tags change
6 Months Ago
Add some useful state getters to hinge joint (Angle, Axis, Speed)
6 Months Ago
Shadergraph: Allow custom file ext in texture nodes Shadergraph: Add Mod (%) node
6 Months Ago
Remove unneeded command line args
6 Months Ago
Make sure the first time a sound is played, random is actually random, not starting at zero, only forward and backward start at zero
6 Months Ago
Support SoundEvent selection modes (forward, backward, random, random exclusive)
6 Months Ago
Bone null checks in TryGetBoneTransform
6 Months Ago
SkinnedModelRenderer - add string based bone getters Fix GetPlayerStats caching wrong LocalFileSystem cleanup
6 Months Ago
Update Zio to 0.18.1 Fixes Facepunch/sbox-issues#5683
6 Months Ago
Fix load/delete window layout menus being swapped around (lol)
6 Months Ago
Scene view: whack up 2d view zoom speed, properly clamp zoom to sane limits
6 Months Ago
Support tga and psd image loading Bring back image asset preview with fixed tga and psd support https://files.facepunch.com/layla/1b2111b1/sbox-dev_t0gYLg8tdd.mp4
6 Months Ago
Add angle/grid snap increment spinboxes for custom values, Facepunch/sbox-issues#5691
6 Months Ago
FPArms: move_groundspeed to move_bob (0,1)