4,131 Commits over 1,522 Days - 0.11cph!
Add UI test for scene renders
Add another UI border test. Fix border-top-left-radius and border-bottom-right-radius wrong way around
Integrate cs_mdl_import into modeldoc_utils so it can be used by both modeldoc and cmd line
Add Invert option to RenderPrimitiveBox
Add ModelDoc RenderPrimitivePlane
Set D_BACKGROUND_IMAGE as combo value, setting as int causes assert
Clamp ui scene render viewports to display size to avoid requesting scratch render targets that wont exist
Do the same for ui renderer
Put ui scene system into its own source files
Initial proof of concept rendering 3D scenes to UI
Fix run direction animgraph values
Revert "Don't normalize move dir in player animator, fixes funky walk anims"
This reverts commit 8685dfbcd237ac65285b11813fdc1d1b60838e00.
Don't normalize move dir in player animator, fixes funky walk anims
Compute voice levels to show on the voice UI
Check for null or empty voice data internally so gamemodes don't have to worry about it
Voice chat data uses custom net message instead of RPC
Try sending voice data as byte array again
Voice chat UI and attempt to network voice data properly
Add simple voice chat as a starting off point
Right click .vsnd to open as sound asset in inspector
Support trans suffix in create material from image
Export crossbow and arrow materials properly
Fix text entry not updating data bind when deleting or backspacing
Fix PhysicsHullFromRender calculated mass info
Fix PhysicsHullFromRender preview
Asset browser: Support multiple filter by type anywhere in search bar
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