userLayladcancel
reposboxcancel

3,528 Commits over 1,338 Days - 0.11cph!

3 Years Ago
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
3 Years Ago
Fix TraceResult.Distance
3 Years Ago
Set D_BACKGROUND_IMAGE as combo value, setting as int causes assert
3 Years Ago
Clamp ui scene render viewports to display size to avoid requesting scratch render targets that wont exist
3 Years Ago
Do the same for ui renderer
3 Years Ago
Put ui scene system into its own source files
3 Years Ago
Initial proof of concept rendering 3D scenes to UI
3 Years Ago
Fix run direction animgraph values
3 Years Ago
Revert "Don't normalize move dir in player animator, fixes funky walk anims" This reverts commit 8685dfbcd237ac65285b11813fdc1d1b60838e00.
3 Years Ago
Don't normalize move dir in player animator, fixes funky walk anims
3 Years Ago
Compute voice levels to show on the voice UI
3 Years Ago
Check for null or empty voice data internally so gamemodes don't have to worry about it
3 Years Ago
Voice chat data uses custom net message instead of RPC
3 Years Ago
Try sending voice data as byte array again
3 Years Ago
Voice chat UI and attempt to network voice data properly
3 Years Ago
Add simple voice chat as a starting off point
3 Years Ago
Right click .vsnd to open as sound asset in inspector
3 Years Ago
Support trans suffix in create material from image
3 Years Ago
Export crossbow and arrow materials properly
3 Years Ago
crossbow assets
3 Years Ago
Fix text entry not updating data bind when deleting or backspacing
3 Years Ago
Fix PhysicsHullFromRender calculated mass info
3 Years Ago
Fix PhysicsHullFromRender preview
3 Years Ago
Asset browser: Support multiple filter by type anywhere in search bar
3 Years Ago
Fix browse textures as files in material editor using multiple jpg ext as filter
3 Years Ago
ModelDoc: Fix fbx loader only using the first FbxPose (fixes loading models that have multiple bone roots)
3 Years Ago
Add setters for PhysicsBody Mass and LocalMassCenter. Wheel tool copies mass of attached prop (for now) Give thrusters a massless mode
3 Years Ago
Fixed forced inventory slot switch not being predicted
3 Years Ago
Allow AnimEntity and PlayerAnimator to reset all params
3 Years Ago
Try to normalize and scale forward and sideward anim params to keep in -1 to 1 range
3 Years Ago
net_fakelag prints back total value to avoid confusion
3 Years Ago
Fix driving prediction errors
3 Years Ago
Remove some massive unused compiled textures
3 Years Ago
Add engine seat module
3 Years Ago
Extract it properly (I think)
3 Years Ago
Extract modular vehicle roughness map
3 Years Ago
Split car components into separate files Add Circle and Sphere to DebugOverlay
3 Years Ago
Get pitch, yaw, roll from Rotation separately
3 Years Ago
Add Rotation From Pitch/Yaw/Roll for when you don't need/want to create Angles
3 Years Ago
Add thirdperson orbit mode (mostly for debugging)
3 Years Ago
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
3 Years Ago
Another attempt at setting bone transforms in localspace
3 Years Ago
SBox_SetBoneTransform localspace attempt More work on modular vehicle
3 Years Ago
Make sure features are enabled properly when creating material from image
3 Years Ago
Support metalness texture when creating material from image
3 Years Ago
Fix drone model path. Fix modular vehicle material.
3 Years Ago
Fix selected asset types getting fucked on initial filter update
3 Years Ago
Support partial type names in asset browser filter string
3 Years Ago
Add FindAllAssetTypesByPartialFriendlyName
3 Years Ago
AssetBrowser: Support "t:material" in search to filter by type