3,073 Commits over 1,552 Days - 0.08cph!
Hammer: Apply map entity render color down to any map mesh children
Revert rubikon "fix" for TOI bodies getting stuck, would rather they get stuck than completely fail collision
Don't render viewmodel layers in tool scenes. Fixes #687
SFM: Fix - SFM stops functioning if you cancel mid movie render #202
Add sfm to vgc groups
Fix some SFM features hidden behind game feature sets
Don't add physics body runtime to model builder if there's no shapes to add. Fixes #693
Render.DrawScene throws exception when trying to use textures that aren't render targets
Mark rendering changed when setting light component Brightness, BrightnessMultiplier, Range so that they're updated properly when client only
Hammer: Tool buttons get blocked after closing map even if another map is opened
Fix incorrect Screen.GetDirection
Fix ModelBuilder.AddCollisionHull crash
Render.DrawScene can set clear color
Hammer: Fix use all threads setting not being used for all vrad3 work
Hammer: Add checkbox to use all available threads for vrad3
Fix RenderEntity color tinting for materials using Complex shader
Add Model bounds getters (Bounds, PhysicsBounds, RenderBounds)
Invalidate PhysicsShape when removed. Throw exception when removing invalid shape on body or body doesn't own the shape
Don't make build map window dockable, more annoying than useful
Hammer: Fix build map window expanding to massive sizes without enforcing a max height
Hammer: Make build map window less shit
Set locales on QDoubleValidator (only for attribute editor to see if it fixes #149)
Hammer: Completely remove game feature sets
Hammer: Disable test terrain item
Hammer: Disable bake AO tool, it's bullshit
Hammer: Remove some restrictions on dota tilegrid
Hammer: Remove obsolete game specific message when preparing to build
Hammer: Fix decal drag and drop not using info_overlay
Hammer: Disable game feature sets, we don't want this
Model.GetAttachment returns nullable transform to stay consistent with ModelEntity.GetAttachment
Fix CModel::GetAttachmentTransform returning junk on invalid attachment instead of identity
Hammer: FBX export defaults to binary fbx
Change default fbx writer to binary instead of ascii. Add exportsystem to sbox_game groups.vgc.
Fix light cookie ref counting
Fix NRE in physicsjoint when attaching to entity that has no physics group
When attaching worldentity to joint, use PhysicsWorld.WorldBody instead
Add PointLightEntity.LightCookie
Add some client asserts to Texture so they can be loaded on server safely
Allow Texture.Load on server, add them to precache list
Fix NRE in SetLightCookieInternal. Network m_lightCookie as FIELD_HRENDERTEXTURE instead of FIELD_UTLSTRING
Set a low znear for viewmodels to avoid clipping
Hammer: Fix grid dots when zoomed out
RubikonI: Ignore contacts with zero TOI in CRnBody::SolveTOI, this fixes physics getting completely stuck but worse case is CCD fails
Fix incorrect DECLARE_BINDABLE on CAnimGraphEditorApp
Allow znear and zfar to be changed on Render.DrawScene and UI.Scene
ModelDoc: Add manipulator under mouse flag when there's a body under cursor, fixes grabbing not working when physics simulation is enabled
ModelDoc: Fix "shoot" tool, just do a simple trace + impulse instead of going through CBaseCombatCharacter
Fix some potential access violations in CSceneAnimatableObject::Update
Throw exception when trying to create sound stream on an invalid sound
Throw exception when trying to write data to an invalid sound stream
Add SoundStream.QueuedSampleCount
Add audio streaming proof of concept
Hammer: Add grid dots setting for 2d view https://files.facepunch.com/layla/1b0111b1/sbox_7JkbhWwAbW.png
AnimGraph: Add viewmodel camera option to preview window