userLayladcancel

6,929 Commits over 3,469 Days - 0.08cph!

3 Years Ago
initial commit
3 Years Ago
Fix strange rope positions when using rope tool on welded props
3 Years Ago
Remove IPhysicsUpdate, unlikely anyone is using this obsolete interface now
3 Years Ago
Fix assert unmounting vpk
3 Years Ago
Attempt to fix CWorldRendererMgr::GetWorldVPKFullPath by checking symlinks, fixes joining servers that use local maps
3 Years Ago
Create a fake joint between player and held body to disable collision
3 Years Ago
GravGun: offset held distance by closest point to avoid larger objects from getting too close to player
3 Years Ago
Hammer: Fix grid dots rendering incorrectly when using workplane
3 Years Ago
Fix warnings on entities using physics post step event
3 Years Ago
Update base.fgd
3 Years Ago
Revert accidental change to launchSettings.json
3 Years Ago
add SceneMonitorObject
3 Years Ago
Initial point_camera and func_monitor entities
3 Years Ago
Add frustum_boundless hammer attribute
3 Years Ago
json serialize color the same as vector4
3 Years Ago
Allow SetModel with empty string to set model with invalid handle
3 Years Ago
Add json converter for Color type
3 Years Ago
Change home avatar idle state when hovered over quit button
3 Years Ago
couple more
3 Years Ago
Add s1 files to ignored files list
3 Years Ago
Fix FileRecv trying to access null stream
3 Years Ago
Don't tiebreak input files if there's only one, fixes sounds not recompiling (the issue is probably in ResolveAssetPathList though) Support compile sound with looping enabled/disabled on MP3 sounds
3 Years Ago
Fix possible NRE in nametags
3 Years Ago
mdlimport: misc crashes
3 Years Ago
Possible fix for GetAnimInt when param is an enum
3 Years Ago
Convert vtx header to new version when converting mdl, should fix most crashes
3 Years Ago
Fix possible crash in CQEntityReportDlgUI::OnSelectionChanged
3 Years Ago
Fix possible crash in CMapEntity::ShouldOverrideChildSelection
3 Years Ago
Fix possible crash in CMapDotaTileGrid::BakeLayer
3 Years Ago
Fix possible crash in CMapEntityIONode::TargetNameMatches
3 Years Ago
Don't add viewmodel layers when rendering to cubemap
3 Years Ago
Sfm: Also output image with both color and alpha for poster rendering
3 Years Ago
compiled bench gibs that wasn't commited
3 Years Ago
Animgraph: Support grid snapping for state machine items
3 Years Ago
ModelDoc: Don't try to init null node when adding new node
3 Years Ago
Fix qt deprecation assert when saving new material
3 Years Ago
Fix cubemaps getting fucked on every other level load
3 Years Ago
Animgraph: Default snap value to 16 as animgraph doesn't save settings yet and snapping is probably wanted by everyone
3 Years Ago
Animgraph: Support grid snapping, snap value can be changed in options window
3 Years Ago
Animgraph: Allow property editor to disable notes so they don't show up in the settings dialog
3 Years Ago
ModelDoc: Fix render mesh preview not taking into account its parent bone
3 Years Ago
Fix mapbuilder adding incorrect search path after recent change
3 Years Ago
ModelDoc: Apply import scale to physics the same way as render meshes to keep things consistent
3 Years Ago
Add remaining properties for PrismaticJoint
3 Years Ago
Add Texture3DBuilder properties Add PrismaticJointBuilder.WithPositionMotor Add PrismaticJointBuilder.WithVelocityMotor Allow joints local anchor and frame to be updated
3 Years Ago
Apply default material group in CModelDocUtils::GetFinalMeshes, fixes #364
3 Years Ago
physics mesh file uses original mesh to calculate bounds, not the optimized mesh
3 Years Ago
Revert textures showing as highest quality in material editor, could be causing issues, needs to be handled properly
3 Years Ago
ModelDoc: Add align origin properties to PhysicsHullFile and PhysicsMeshFile nodes
3 Years Ago
Invalidate glowproperty on internal entity destruct, fixes #732