reposboxcancel

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

3 Years Ago
Add hit entity to OnPhysicsCollision
3 Years Ago
Add Drop and Contains to IBaseInventory Add some extra safety to BaseWeapon.OnPlayerControlTick if Owner changes
3 Years Ago
Fix small but annoying text entry bug that stops double click highlight from working when you expect it to
3 Years Ago
Delete overlap results when finished with it in GetEntitiesInSphere
3 Years Ago
Update accessdump.txt Steamworks Cull Update accessdump.txt
3 Years Ago
Support OTF fonts Add MaterialIcons Icon Tests Moving FontIcon from Sandbox.System to ConsoleShared (don't need to be exposed to addons) Merge branch 'master' of sbox Merge branch 'master' of sbox
3 Years Ago
Move physics joints under a shared namespace
3 Years Ago
Remove Overlap class and instead have Physics.GetEntitiesInSphere
3 Years Ago
Override ActiveChild for Player to return the real active child for non local players (fixes physgun beam for other players)
3 Years Ago
Removing access from a few things that addons shouldn't have access to Update accessdump.txt
3 Years Ago
Remove debug code Adding AccessDump tool Create accessdump.txt
3 Years Ago
Console code cleanup, use template
3 Years Ago
Show player counts on games
3 Years Ago
Added Game.Shutdown()
3 Years Ago
A bunch of nicer errors when maps fail to load
3 Years Ago
Fixed Filesystem fs not found errors on subsequent loads
3 Years Ago
Don't query api for package info we know isn't going to be there Fixed dev notice getting cut up by console system Don't try to load the gamemode if compile failed Popup an error if gamemode failed to load
3 Years Ago
added/updated textures, added colliders Merge branch 'master' of sbox
3 Years Ago
Whitelist System.StringComparison
3 Years Ago
Fix viewmodel lights for real this time
3 Years Ago
Crash fix
3 Years Ago
Diagnosing why build process doesn't seem to have worked
3 Years Ago
Diagnosing why build process doesn't seem to have worked
3 Years Ago
The Valve News Network has already seen these, but I'm gonna delete them anyway Merge branch 'master' of sbox
3 Years Ago
Fix previous commit
3 Years Ago
Disable light when EnableViewmodelRendering is enabled and not in firstperson
3 Years Ago
Fix activity api exceptions
3 Years Ago
Removed unused
3 Years Ago
flashlight button Merge branch 'master' of sbox
3 Years Ago
Add PhysicsBody.AddCapsuleShape Merge branch 'master' of sbox
3 Years Ago
Made Entity.Pos, Entity.Rot obsolete, use WorldPos, WorldRot instead Merge branch 'master' of sbox
3 Years Ago
Fix creating point and spot lights clientside
3 Years Ago
Precache files after downloading finishes Symlink download cache files Fix crash when no server info Merge branch 'master' of sbox
3 Years Ago
Disable light when entity is hidden in firstperson
3 Years Ago
Force culture to `en-US`
3 Years Ago
Give us a stacktrace on stylesheet parsing errors
3 Years Ago
Add Entity.IsDormant Delete [ClassLibrary] (should use [Library] now)
3 Years Ago
Don't report errors in non retail
3 Years Ago
background property is a shortcut to background-image, remove debug messages
3 Years Ago
Don't flicker light if light is disabled
3 Years Ago
Add fog settings to light entities
3 Years Ago
Removed OnRemove, client and server both have OnDestroy Added Entity.OnNetworkDormant, Entity.OnNetworkActive - client callbacks for when an entity enters/leaves pvs
3 Years Ago
Implement background-image-tint
3 Years Ago
Removed ServerRpc, OwnerRpc (until we can figure out if they're useful + tailor for them)
3 Years Ago
Removing redundant Player Owner from BaseWeapon stuff Merge branch 'master' of sbox
3 Years Ago
Point and spot light entities set sensible defaults Merge branch 'master' of sbox
3 Years Ago
Seems to fix hotloading on steam version
3 Years Ago
Delete build_watch_info.txt Remove some stuff we don't need to ship
3 Years Ago
Wrap and report errors in github http get Exception capturing
3 Years Ago
Fix release build not building everything