branchsbox/mastercancel

13,466 Commits over 1,522 Days - 0.37cph!

3 Years Ago
Render.DrawScene can set clear color
3 Years Ago
Hammer: Fix use all threads setting not being used for all vrad3 work
3 Years Ago
Hammer: Add checkbox to use all available threads for vrad3
3 Years Ago
Added [Event.Entity.PostSpawn] - triggers after all map entities spawn
3 Years Ago
Should fix the right hand fingers curls in VR Merge branch 'master' of sbox
3 Years Ago
Traverse the hierarchy when looking for network variable changed callbacks or else it'll fail to find inherited ones Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Documentation for Convar/ConCmd, Event & Entity C# attribs
3 Years Ago
Fix RenderEntity color tinting for materials using Complex shader
3 Years Ago
Add Model bounds getters (Bounds, PhysicsBounds, RenderBounds)
3 Years Ago
AutoFGD: Fixed keyvalue groups not working for enums
3 Years Ago
Invalidate PhysicsShape when removed. Throw exception when removing invalid shape on body or body doesn't own the shape
3 Years Ago
Experimentation with audio listener transform Merge branch 'master' into listener Use an override method on GameBase instead Revert "Use an override method on GameBase instead" This reverts commit 639584846ab72ceea03b43ea1c239bb6b47bec81. Reset the listener on game init and game shutdown Merge pull request #24 from Facepunch/listener Audio Listener Transform
3 Years Ago
Added Hand.GetFingerValue, GetFingerCurl, GetFingerSplay
3 Years Ago
Tweaking the way RPC culling works, slightly
3 Years Ago
Don't make build map window dockable, more annoying than useful
3 Years Ago
Don't try to precache null resource names Fixed VR Joystick reporting wrong
3 Years Ago
Hammer: Added mesh names to bodygroup selector
3 Years Ago
Hammer: Fix build map window expanding to massive sizes without enforcing a max height
3 Years Ago
Hammer: Make build map window less shit
3 Years Ago
Set locales on QDoubleValidator (only for attribute editor to see if it fixes #149)
3 Years Ago
Don't render hidden in first person objects if light object is set as first person
3 Years Ago
Move client frame callback to after camera set up Merge branch 'master' of sbox
3 Years Ago
Hammer: Completely remove game feature sets Hammer: Disable test terrain item
3 Years Ago
Hammer: Disable bake AO tool, it's bullshit
3 Years Ago
Hammer: Remove some restrictions on dota tilegrid
3 Years Ago
Hammer: Remove obsolete game specific message when preparing to build
3 Years Ago
Hammer: Fix decal drag and drop not using info_overlay
3 Years Ago
Hammer: Disable game feature sets, we don't want this
3 Years Ago
Revert "Rework VR spectator view to work on console view, still need to fix offset" This reverts commit 2f1fa0584ab9e4c52d2f9cc5cdbd7f37e86c9b36.
3 Years Ago
Rework VR spectator view to work on console view, still need to fix offset Increase VR cull frustum Merge branch 'master' of sbox
3 Years Ago
Created IManagedRenderPipeline, inject into render pipeline using SetPtrValue Make Dof performance acceptable Make Rand statics thread safe Add Render.DrawScreenQuad Tweak RenderBlock Managed post process (disabled for now) Merge branch 'master' of sbox
3 Years Ago
Fix crash
3 Years Ago
Remove VR hack, get autofidelity working better, make VR viewport not mess up when we change the player viewport Merge branch 'master' of sbox
3 Years Ago
Model.GetAttachment returns nullable transform to stay consistent with ModelEntity.GetAttachment
3 Years Ago
Fix CModel::GetAttachmentTransform returning junk on invalid attachment instead of identity
3 Years Ago
Hammer: FBX export defaults to binary fbx
3 Years Ago
Fix culling frustom culling objects near VR headset border
3 Years Ago
IMaterial -> IMaterial2 CModel -> IModel CRenderMesh -> IMesh CTextureBase -> ITexture
3 Years Ago
Add VR.DashboardIsOpen Add VR.ControllersAreDrawing Add VR.IsLeftHandDominant Add VR,.GetLeftControllerModel(), VR.GetRightControllerModel() (internal for now) Add VR.Overlay (experimental)
3 Years Ago
Change default fbx writer to binary instead of ascii. Add exportsystem to sbox_game groups.vgc.
3 Years Ago
Fix light cookie ref counting
3 Years Ago
ButtonA, ButtonB, JoystickPress Merge branch 'master' of sbox
3 Years Ago
Fix NRE in physicsjoint when attaching to entity that has no physics group When attaching worldentity to joint, use PhysicsWorld.WorldBody instead
3 Years Ago
Fixed right hand being left hand Merge branch 'master' of sbox
3 Years Ago
Remove debug text
3 Years Ago
Don't generate lightcookies if scenesystem is on a dedicated server, properly shutdown cookie texture when cookiemanager is over
3 Years Ago
Add PointLightEntity.LightCookie
3 Years Ago
Added VrHand.Hoystick Merge branch 'master' of sbox
3 Years Ago
Add some client asserts to Texture so they can be loaded on server safely Allow Texture.Load on server, add them to precache list
3 Years Ago
Added Input.VR.RightHand.Trigger, Input.VR.RightHand.Grip