20,292 Commits over 1,522 Days - 0.56cph!
Remove VR hack, get autofidelity working better, make VR viewport not mess up when we change the player viewport
Merge branch 'master' of sbox
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
Fix culling frustom culling objects near VR headset border
IMaterial -> IMaterial2
CModel -> IModel
CRenderMesh -> IMesh
CTextureBase -> ITexture
Add VR.DashboardIsOpen
Add VR.ControllersAreDrawing
Add VR.IsLeftHandDominant
Add VR,.GetLeftControllerModel(), VR.GetRightControllerModel() (internal for now)
Add VR.Overlay (experimental)
Change default fbx writer to binary instead of ascii. Add exportsystem to sbox_game groups.vgc.
Fix light cookie ref counting
ButtonA, ButtonB, JoystickPress
Merge branch 'master' of sbox
Fix NRE in physicsjoint when attaching to entity that has no physics group
When attaching worldentity to joint, use PhysicsWorld.WorldBody instead
Fixed right hand being left hand
Merge branch 'master' of sbox
Don't generate lightcookies if scenesystem is on a dedicated server, properly shutdown cookie texture when cookiemanager is over
Add PointLightEntity.LightCookie
Added VrHand.Hoystick
Merge branch 'master' of sbox
Add some client asserts to Texture so they can be loaded on server safely
Allow Texture.Load on server, add them to precache list
Added Input.VR.RightHand.Trigger, Input.VR.RightHand.Grip
Fix NRE in SetLightCookieInternal. Network m_lightCookie as FIELD_HRENDERTEXTURE instead of FIELD_UTLSTRING
Added AnimEntity.SetAnimRotation, AnimEntity.SetAnimTransform
Create Developer-Clean-BuildAll.bat
Bone position override tests
Merge branch 'master' of sbox
Revert "Fix shadow list not being updated if we only update the number of shadows"
This reverts commit f17d096ce13cb419391b40f6b70927f692aef956.
Revert "Add rebuild time limit when we change only the text shadow too"
This reverts commit 3cd759544e3d54ffdef34ffa7a47e1cd0831965b.
Revert "Remove debug text"
This reverts commit 239338aad08de0888f7bdba44721b03f4139b070.
Revert "Cache text bitmap for text shadows, don't rebuild all text if we are only updating shadows"
This reverts commit 7b336418e0cda0109d73dcc8e4094570e26f0f99.
Set a low znear for viewmodels to avoid clipping
Cache text bitmap for text shadows, don't rebuild all text if we are only updating shadows
Remove debug text
Add rebuild time limit when we change only the text shadow too
Fix shadow list not being updated if we only update the number of shadows
Pass position until corner to UI2 shaders
Bound additional Sequence methods and callbacks for OnNewSequence and… (#23)
* Bound additional Sequence methods and callbacks for OnNewSequence and OnSequenceFinished
* Added descriptions to new sequence methods
Added descriptions to new sequence methods
Add Angles.ToRotation()
Fixed multiple [Event]'s causing errors
Pass UserCmd to managed as pointer
Include tracked_controller_manager in sbox_client
Remove obsolete PhysicsBody.Pos, Rot
Add PhysicsBody.Transform
Fix Entity.Transform not setting scale
Added Input.VR
Merge branch 'master' of sbox
Bound additional Sequence methods and callbacks for OnNewSequence and OnSequenceFinished
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
Fixed 'Mesh Selection' not working on SupportsSolids entities
▄▅▌▌ ▉▅▌██▉▍▌▌▉ ▇█▇▉▇ ▅▅▄▄▄▊▉ ▍▅▇▌▆▅▆ ▊▊▉▌▊▉▊▇
CBaseFileSystem::FileExists returns false for empty strings
Fixes "Overridden by Leafier Mod" incorrectly appearing in Material Editor
Set VrFidelityConfigName to core instead of hlvr
Add wip CLightCookieManager, deprecate old light cookie methods
Bind Set/GetLightCookie
Add LightCookie property to spotlightentity
Cleanup
Iterating over lightcookies
Merge lightcookie stuff
Rewrite fog TAA to not be muddy anymore, fix ugly banding on volumetrics, reenable fog TAA
Lightcookie atlas on a compute shader
Merge branch 'master' of sbox
Fix dynamic shader reloading not working with engine shaders
Clean up a lot of the lightcookie API, get it to render
Lightcookie slice garbage collection
New LightCookie api on lightdesc
Stuff that used that old Lightcookie contract
Merge branch 'master' of sbox
Queue and set light cookie only when texture is loaded
Simplify and fix a lot of things on cookie system, set cookie when cookie value changes rather than on light creation, add persistant cookies
Initialize blank slice on the CPU side
Auto update cookies assigned to a rendertarget
Merge pull request #21 from Facepunch/lightcookies2
Lightcookies
Fix shadow list not being updated if we only update the number of shadows
Add rebuild time limit when we change only the text shadow too
Fix incorrect DECLARE_BINDABLE on CAnimGraphEditorApp
Cache text bitmap for text shadows, don't rebuild all text if we are only updating shadows
Add rect Floor/Round/Ceiling operators
Temp resnap text subpixel position
Trigger D_SCISSOR combo when scissoring is to be done
Allow znear and zfar to be changed on Render.DrawScene and UI.Scene
Fixed dedicated server crash on startup
Fixed key binds not working in VR mode
Make ViewDesc internal
Add VR.Scale, VR.Anchor
Add VR.Active
Rename VR.Active to VR.Enabled
Fixed window view being fucky
Fix crashes when running in non VR
Update steamworks sdk to latest
Steamworks fixes
Tweak default send rates
SendRateMin, SendRateMax documentation was wrong, lets try the other extreme
Reliable network buffer supports split packets
Don't change k_ESteamNetworkingConfig_SendRateMin, k_ESteamNetworkingConfig_SendRateMax
Increase SendBufferSize, Make sure SendRateMin, SendRateMax are unlimited
Increase network stringtable max data size
Update version.h
Merge branch 'master' of sbox
Initial compute shader API
Add Rand.SetSeed
Rpc Prediction History