7,265 Commits over 3,592 Days - 0.08cph!
Add binds we'll need for sceneobject serialization
Bind light desc so we can create a light directly from desc
Make sure any scene light properties ask native for their value so they can never go out of sync
Preview animgraph parameters on model preview https://files.facepunch.com/layla/1b0311b1/sbox-dev_orVYPmENxI.mp4
Fix GetParameterInt and GetParameterFloat not working for ANIMPARAM_ENUM
Fix incorrect min max for int AnimParam
Add option names to enum AnimParam
Terrain can import splatmap from png, tga, jpg, psd
Dictionary control widgets can't be edited when readonly
Allow model inspector to preview animations https://files.facepunch.com/layla/1b0211b1/sbox-dev_fdrQka7PNG.mp4
Start pending components before physics step - fixes physics step running before joints are created
Fix SoundEvent.GetNextSound random not using the full range of sounds
Fix NRE in Collider.RebuildImmediately
Fix NRE in TeleportKeyframeBody
Allow drag drop on ResourceControlWidget if the game resources are assignable
Add start and end loop points to sound meta
Enum and List control widgets can't be edited when readonly
Fix some incorrect sound paths in surfaces
Only get transform once in SpriteRenderer OnPreRender
Set SpriteRenderer bounds to max component of 2D size
ForceFlushGPU before Flush RenderSceneToPixmap - fixes pixmap assert
Delete rendersystem/dx code
Remove phoneme extractor code from the 90s
map instance adds tags from object entry
Rigidbody transforms physics body position and rotation independently only if game object position and rotation has changed
Don't make joint ExecuteInEditor, I don't know why it was in the first place
Hinge joint uses physics body transforms to calculate local frames
Hinge joint calculates and saves local frames if they haven't been set, fixes snapshot stomping local frames making them go out of sync
Remove isteamapplist.h from vpc
Check physics joint is valid before accessing these
Add target velocity motor mode for hinge joints, multiply max torque by body2 mass (should we?)
Fix summary in hinge joint
Add target angle motor to hinge joint https://files.facepunch.com/layla/1b2611b1/sbox-dev_QfAznFLsZh.mp4
Keep world position when parenting map collider only when not using world origin
Don't transform map colliders for maps that don't use world origin
Dirty model physics when renderer changes
Disable world origin for map instances with old component version - to stop existing games from loading the map at object position
Don't use MakeDirty for joint body change, this recreates the joint, we want to use dirty for properties
Fix likely infinite loop in ball joint
Add setters for physics joint local frames through Point1 and Point2
Add a list of PVS copies so we can have more than one world with a valid PVS
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
Don't create new worlds for map instances, we lose vis on scene objects by doing it this way
Map instances set their world origin to game object position when created
Rebase pvs with world transform, not just the origin, allows vis to work when world origin is rotated
Rebase check position when getting precise pvs!
Remove IComputeWorldOriginCallback, provide transform to create world directly, makes it easier for us to set initial world origins
Make sure physics world debug draw ticks, not just when in an editor viewport