reposboxcancel

19,535 Commits over 1,461 Days - 0.56cph!

4 Years Ago
autocomplete is a MenuCmd Added Global.IsListenServer Added Player.IsListenServerHost Added Player.HasPermission( string ) Made Command abstract Fix NRE Allow listen server hosts to run protected commands Replicated vars codegen etc Merge branch 'master' of sbox
4 Years Ago
Fix typo
4 Years Ago
Handle GlowState if it's in an invalid state when setting GlowActive Merge branch 'master' of sbox
4 Years Ago
Add glow to grabbed physgun object
4 Years Ago
Bind and implement glow Change signature Merge branch 'master' of sbox
4 Years Ago
Basic wheel tool
4 Years Ago
Fixed menu commands not working
4 Years Ago
Compile fix
4 Years Ago
Each context has its own ConsoleSystem Merge branch 'master' of sbox Cleanup
4 Years Ago
Check if entity is valid before taking damage using gun
4 Years Ago
Add ModelEntity.RenderColor
4 Years Ago
Thruster effects
4 Years Ago
Disable solid collisions on attached thrusters
4 Years Ago
Add (temp?) post physics callback so forces can be applied to thruster
4 Years Ago
Replicated vars via stringtable
4 Years Ago
Tweaked double jump noclip ConVar/Cmd cleanup pass Merge branch 'master' of sbox
4 Years Ago
Spawn thruster ent with tool (left click attached, right click unattached) Don't attach thrusters to world
4 Years Ago
Better place to call IFrameUpdate physbeam update
4 Years Ago
Rotate thruster ghost to hit normal
4 Years Ago
Fix weapons creating HUD elements for other players :S Merge branch 'master' of sbox
4 Years Ago
Add tool_thruster
4 Years Ago
View rect in ViewDesc Add a bunch of properties to transitions Delete unused Zoom viewport and ingame UI in console Merge branch 'master' of sbox
4 Years Ago
add thruster model
4 Years Ago
PhysicsBody.SetMinSolverIterations
4 Years Ago
Add bindings for joint EnableLinearConstraint and EnableAngularConstraint
4 Years Ago
Fix assert on submitting depth resolve by passing correct info Refactor how cascade textures are calculated to make it easier to later expand with extra cascade passes
4 Years Ago
Fix bug where CViewSetup was being unable to be resized properly Delete a bunch of HLVR rendering code we don't use
4 Years Ago
Ingame console thread safety
4 Years Ago
Added Trace.UseHitboxes()
4 Years Ago
Moving WalkController to base, cleaning up Commented out SkeletonInstance assert that triggers on player leave
4 Years Ago
Update physgun_freeze.vpcf_c
4 Years Ago
Freeze effect Merge branch 'master' of sbox Physgun freeze
4 Years Ago
Only transfer yaw to grabbed object. Disable angular spring when not rotating to make grabbed object more stable. Decreased rotation speed.
4 Years Ago
Added IsValid checks for PhysicsBody, PhysicsJoint
4 Years Ago
Don't pass Mousewheel down to player when grabbing with physgun
4 Years Ago
Lock view when rotating
4 Years Ago
Physgun cleanup
4 Years Ago
Added ModelEntity.RenderAlpha Gib fade Merge branch 'master' of sbox
4 Years Ago
Fix the math for physgun rotating
4 Years Ago
Trace result returns hitbox index DamageInfo carries HitBox and HitBody Prop applies force, gibs Merge branch 'master' of sbox
4 Years Ago
Add freezing to physgun
4 Years Ago
Added ModelEntity.OnNewModel( model ) Added Prop entity, gets health from model's prop_data when model changes
4 Years Ago
Update ci.yml
4 Years Ago
Disable all the DebugOverlay.Line's that now work
4 Years Ago
Interop: Mark Color32 as [small] - which means it shouldn't be passed as a pointer (because it's smaller than a pointer so native isn't expecting it)
4 Years Ago
Fixed Physgun effect errors
4 Years Ago
Fixed picking up other player's guns out of their hands Fixed guns hidden on drop
4 Years Ago
Update ci.yml
4 Years Ago
Cache model data Double jump to noclip Fixed more Right/Left mixups
4 Years Ago
Rebuild All Physgun light