reposandboxcancel

453 Commits over 883 Days - 0.02cph!

3 Years Ago
Event rename fixes
3 Years Ago
Update to use physics events
3 Years Ago
Fix compile errors
3 Years Ago
Obsolete fixes
3 Years Ago
Update sandbox.fgd
3 Years Ago
Fix basetool showing up in tool menu
3 Years Ago
Create sound asset for balloon pop instead of defining it in code
3 Years Ago
Slight api change
3 Years Ago
Update sandbox.fgd
3 Years Ago
Obsolete fixes
3 Years Ago
Pistol firing should set b_attack to true
3 Years Ago
Scale damage for headshot
3 Years Ago
Revert "Update Vector usages" This reverts commit cb15545810a9c9a37916e6d6cee2a52b0acb2b62.
3 Years Ago
Update Vector usages
3 Years Ago
Fixed not being able to select inventory slots 7-9 with slot keys Merge pull request #15 from gvarados1/patch-1 Fixed not being able to select inventory slots 7-9 with slot keys
3 Years Ago
Flashlight can't reload
3 Years Ago
Fix flashlight world light being enabled before it's active
3 Years Ago
Switch back to Wake()
3 Years Ago
Wake() => Sleep = false Update sandbox.fgd
3 Years Ago
Fixed nullable GetAttachment change
3 Years Ago
Remove unused log
3 Years Ago
Ragdoll force on physics impact damage
3 Years Ago
Flashlight attack sound
3 Years Ago
Flashlight can be used as melee weapon with secondary attack
3 Years Ago
Update sandbox.fgd
3 Years Ago
Update sandbox.fgd
3 Years Ago
Input fixes
3 Years Ago
Change shotgun holdtype as requested
3 Years Ago
Bump up gravgun pull force a bit
3 Years Ago
Weapon IsUsable also checks if it can be added to the users inventory
3 Years Ago
Fix NRE when shooting multiple bullets and owner dies before they're all shot
3 Years Ago
Add SMG and shotgun
3 Years Ago
Update weapon base using parts from dm98 so artists can have a more functional weapon to test with Inventory bar uses class info title
3 Years Ago
Invert inventory scrolling
3 Years Ago
UserVar > ConVar.ClientData
3 Years Ago
Cleaning up
3 Years Ago
Obsolete fixes
3 Years Ago
Call base.ClientJoined to notify about new player Merge pull request #11 from JustPlayerDE/master Call base.ClientJoined to notify about new player
3 Years Ago
Fix NetworkClass warning
3 Years Ago
Fix insane gun physics force
3 Years Ago
Recompile ball
3 Years Ago
Remove spam
3 Years Ago
Use new attributes
3 Years Ago
Keep last camera on death Merge pull request #14 from ogniK5377/keep-cam Keep last camera on death
3 Years Ago
Update styling to match .editorconfig Keeps everything consistent Merge pull request #12 from ogniK5377/format Update styling to match .editorconfig
3 Years Ago
Disable noclip on player death When a player dies whilst in noclip, they respawn with noclip. This change disables noclip on respawn Merge pull request #13 from ogniK5377/noclip-spawn Disable noclip on player death
3 Years Ago
Fixes for new netvars
3 Years Ago
Fixed tool being recreated every tick
3 Years Ago
Don't change PhysicsSubSteps !
3 Years Ago
Player Pawn fixes Position Refactor