4,254 Commits over 1,552 Days - 0.11cph!
Fix browse textures as files in material editor using multiple jpg ext as filter
ModelDoc: Fix fbx loader only using the first FbxPose (fixes loading models that have multiple bone roots)
Add setters for PhysicsBody Mass and LocalMassCenter. Wheel tool copies mass of attached prop (for now)
Give thrusters a massless mode
Fixed forced inventory slot switch not being predicted
thumb_up
37
thumb_down
108
Allow AnimEntity and PlayerAnimator to reset all params
Try to normalize and scale forward and sideward anim params to keep in -1 to 1 range
net_fakelag prints back total value to avoid confusion
Fix driving prediction errors
Remove some massive unused compiled textures
Extract it properly (I think)
Extract modular vehicle roughness map
Split car components into separate files
Add Circle and Sphere to DebugOverlay
Get pitch, yaw, roll from Rotation separately
Add Rotation From Pitch/Yaw/Roll for when you don't need/want to create Angles
Add thirdperson orbit mode (mostly for debugging)
Transform entity view offset by entity rotation (probably should make this optional)
Give SandboxPlayer a way to override controller, camera and animator for vehicles
Thirdperson camera targets player world pos, not local
Enable gloss and AO on modular vehicle material
More work on car entity
Another attempt at setting bone transforms in localspace
SBox_SetBoneTransform localspace attempt
More work on modular vehicle
Make sure features are enabled properly when creating material from image
Support metalness texture when creating material from image
Fix drone model path. Fix modular vehicle material.
Fix selected asset types getting fucked on initial filter update
Support partial type names in asset browser filter string
Add FindAllAssetTypesByPartialFriendlyName
AssetBrowser: Support "t:material" in search to filter by type
Cleanup create material from image
Fix assert when closing saved material from image
Make sure current tool list item is active when ui is first created
Merge branch 'master' of sbox
Add CModelMesh::HasFacesInFaceGroup, should be quicker than FindFacesInFaceGroup
ModelDoc: Material group shouldn't show materials that aren't used (ie, aren't on a mesh)
Enable specular by default when creating material from image
If there's no valid suffix on texture name, just throw it into the color slot
Right clicking an image file in asset browser tries to create a material (needs cleaning up but works)
Don't accept drag action if there's no valid files
ModelDoc: Add support for fbx file drag and drop
ModelDoc: New bone "Do Not Discard" true by default
AssetBrowser: Refresh Thumbnails/Dump thumbnail are context aware (only allow it for assets that have thumbnails)
Create models for each modular vehicle part
ModelDoc: Attempt to offset bindpose by any import translation or alignment
Start porting modular vehicle assets
ModelDoc: Add origin alignment to RenderMeshFile (offset mesh to bounds min, max or center)
Add Distance to TraceResult
Car physics test
Fix up remaining broken citizen props
Add dump thumbnail action to asset browser page
Add studiomdllib and meshutils to sbox_game group
ModelDoc: Add *.obj to mesh files extensions list
Make drone spawnable from ent menu
Add server cmd to switch active inventory slot by name so we can switch to toolgun when switching tools
leaf blower
Add max trace distance to base tool
Merge BaseSpawnerTool functionality into BaseTool to avoid multiple base types