userLayladcancel
repoSandboxGamecancel

2,064 Commits over 944 Days - 0.09cph!

5 Years Ago
Add AnimDef asset (load anim graphs from file)
5 Years Ago
Wheel02 prop
5 Years Ago
Add gibs for shipping container Add CardboardBox01 prop Increase prop impact speed needed to gib
5 Years Ago
Add func to create image from render target. Add command to generate thumbnail png for all props in database, save to User Data.
5 Years Ago
Thirdperson uses IgnoreViewTarget so that any player model attachments respects hide from owner etc
5 Years Ago
Fix duplicate spawn call in playground
5 Years Ago
Make Player.Die non virtual and add virtual OnDeath instead so that OnClientDied will always be called.
5 Years Ago
Rename all instances of Controllable to Player Remove gamemode static calls from BaseCombatPlayer
5 Years Ago
Setup toolgun viewmodel
5 Years Ago
Add gmod addon for fbx assets
5 Years Ago
Fix dresser gamemode
5 Years Ago
Fix compile whitelist errors in ShooterBase
5 Years Ago
Revert
5 Years Ago
Disable fbx embedded material loading for now (filesystem changes may have broke it)
5 Years Ago
Add movement state bit flags so only one property has to be replicated (grounded, walking, crouching etc)
5 Years Ago
Fix playground grabber using incorrect eye yaw when rotating entity
5 Years Ago
Check if entity is valid before updating UI properties
5 Years Ago
Wait for texture loaded task to complete in TextureRequestHandler
5 Years Ago
Fix compile errors in suicide barrels
5 Years Ago
Load mdl textures from texture mdl file if it exists
5 Years Ago
Fix goldsrc mdl loading fail when textures are embedded in another mdl
5 Years Ago
Skeletal model importer for goldsrc mdl
5 Years Ago
Add wheel prop from citizens
5 Years Ago
Bail and warn when calling spawn on already spawned entity. Should fix SBOX-154
5 Years Ago
Add gib asset and entity, despawn gibs after 5 seconds
5 Years Ago
Start beam effect from toolgun muzzle
5 Years Ago
Attach toolgun viewmodel to camera
5 Years Ago
toolgun materials Only spawn grid model on client
5 Years Ago
Toolgun fbx Bail from loading fbx animation if import settings has no model
5 Years Ago
Only gib props that have a gib model
5 Years Ago
Move picking code to static class. Right click to spawn balloon without rope.
5 Years Ago
Only check phys collide gib on server, tell clients to play gib effects
5 Years Ago
Explosive prop stuff
5 Years Ago
Fix exception when releasing destroyed entity with physgun
5 Years Ago
Experiment with gibbable props
5 Years Ago
Add floor grid entity so props don't fall through world on empty map
5 Years Ago
Some shooterbase cleanup
5 Years Ago
Reset tool when switching from. Hide wheel preview when switching from.
5 Years Ago
Draw client side preview wheel
5 Years Ago
Destroy constraint on break. Add force limit to weld tool.
5 Years Ago
Move shitty bot code to partial class to get it out of the way Beam effect on toolgun click
5 Years Ago
Broadcast or predict toolgun click effect. Tell server tools picking ray every click instead of every tick. Use player id to fix rpc prediction check
5 Years Ago
Fix indoor scene not replicating to client Replicate model asset path, not filename requested from asset library
5 Years Ago
Attach wheel to root parent
5 Years Ago
Wheel tool
5 Years Ago
Sandbox tools use RpcClient instead of BaseEntity. Add exception when setting self as rpc child.
5 Years Ago
Fix nameplates after Vector3 json serialize changes
5 Years Ago
Disable sandboxing for BspUtils. Use beam particle effect for instagib effect.
5 Years Ago
Default beam source to zero
5 Years Ago
Add emitter duration