userLayladcancel
reposboxcancel

4,126 Commits over 1,491 Days - 0.12cph!

3 Months Ago
Modeldoc vox importer uses a block size of 8 units instead of 10
3 Months Ago
Fix modeldoc vox import, only read content size for palette, not 256
3 Months Ago
public Texture.Index and texture.MarkUsed. These are used for bindless textures
3 Months Ago
Fix modeldoc vox importer using color palette wrong
3 Months Ago
Swizzle vox import and center it on XY plane
3 Months Ago
Support .vox version 200 in modeldoc (although I don't see any format changes?)
3 Months Ago
Fix selecting mesh elements when they're ontop of a gizmo like terrain
3 Months Ago
Shadergraph: Attributes can set default values
3 Months Ago
Apply fog after lighting for sprites
3 Months Ago
Sprites and particle sprites support lighting https://files.facepunch.com/layla/1b0911b1/sbox-dev_ga1AeZWCum.mp4
3 Months Ago
Add default value to worldspace scale too
3 Months Ago
Update Box3D for soft contacts, helps with stability for heavy things on top of light things and helps with kinematics pushing dynamics through geometry https://files.facepunch.com/layla/1b0711b1/sbox_L4gxsLMRAe.mp4
3 Months Ago
Fix asset inspector not saving with CTRL+S
3 Months Ago
Add rigidbody mass center override https://files.facepunch.com/layla/1b0711b1/sbox-dev_WWBxzsSEHp.mp4
3 Months Ago
Rotation constructor sets quaternion to identity, we should be doing this but also makes it so that rotation serialized property default is identity
3 Months Ago
Terrain collider doesn't need to be adding solid tag here
3 Months Ago
PhysicsShape adds solid tag in constructor, not every time collision attributes is set
3 Months Ago
Just dont rebuild if we haven't got a hitbox system yet, same as model hitboxes
3 Months Ago
Fix NRE in manual hitbox
3 Months Ago
Revert, people are relying on this
3 Months Ago
Collision shapes with no tags don't automatically add solid tag, I don't think this is needed
3 Months Ago
Fix trace RunAll not doing a RunAll trace for hitboxes
3 Months Ago
Remove D_BAKED_LIGHTING_FROM_VERTEX_STREAM from shadergraph preview
3 Months Ago
Add Graphics.Draw for drawing models instanced indirect
3 Months Ago
Add Graphics.Draw for instanced drawing of models, internal until API finalized https://files.facepunch.com/layla/1b0611b1/sbox-dev_6aYDkpCHBO.mp4
3 Months Ago
Destroy wrapper objects when deleting physics world
3 Months Ago
New physics worlds add a world reference body, this is for things like fixed joints
3 Months Ago
Fix mistake in quaternion exp, causing Rotation.SmoothDamp to return incorrect rotation
3 Months Ago
Fix 2D Skybox "Tint" lighting keeps resetting
3 Months Ago
Unset light index mapping uses blank light constants to kill off the light
3 Months Ago
Set light index mapping if we have a bake light index
3 Months Ago
Don't cull baked lights Remove these sdl headers from vpc
3 Months Ago
memset LightIndexMapping so it doesn't contain junk
3 Months Ago
Add LineRenderer.CastShadows
3 Months Ago
Fix local space particle lag, don't move particle on first frame
3 Months Ago
Should be fine, it shouldn't be using much memory and we need it for VertexDetail
3 Months Ago
Revert this to be safe, I think it's using up a lot of memory
3 Months Ago
Adding render mesh to ray trace env adds the vertices so the mesh trace result can access them
3 Months Ago
Try not linking stacktranslate, it shouldn't exist anymore?
3 Months Ago
Sort map objects by parent and child so that the parent gameobject should exist when building the hierarchy Use parent name and target name to build game object hierarchy for map objects https://files.facepunch.com/layla/1b3111b1/sbox-dev_2kuoiBBYGD.mp4
3 Months Ago
Provide targetname and parentname in ObjectEntry
3 Months Ago
Add Sound.Play with mixer, this is common enough to justify adding it
3 Months Ago
Add Sqrt shader node Fix shadergraph save shortcut breaking after keybinds merge
3 Months Ago
Add volume to VideoPlayer.Audio
3 Months Ago
Dispose sound handle before deleting managed audio source
3 Months Ago
It's probably wise to dispose the sound handle of video player when we're done with it
3 Months Ago
Allow videoplayer audio to set target mixer
3 Months Ago
Make sure audio plays for video player when playing through URL. Add audio accessor to video player to configure audio playback
3 Months Ago
Shadergraph: Add toolbar option to open generated shader
3 Months Ago
Create bone objects for all bones, don't try to filter them out - we just need a better way of filtering out "unimportant" bones for the bone gizmos