branchSandboxGame/mastercancel

3,194 Commits over 944 Days - 0.14cph!

5 Years Ago
Fix AnimDef.FromJson
5 Years Ago
Animdef uses layers instead of nodes. Layers have Type property. Result object instead of name property.
5 Years Ago
Namespaced anim nodes
5 Years Ago
Load goldsrc mdl animations
5 Years Ago
Goldsrc mdl file loading uses stream extensions instead of lump reader
5 Years Ago
Add empty include animations for sequence descs in goldsrc mdl
5 Years Ago
Add AnimDef FromJson and ToJson
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
SetPropertyValue/GetPropertyValue no longer codegen Merge branch 'master' of SandboxGame
5 Years Ago
Bring the Addons folder back, but don't support enumerating or watching on it
5 Years Ago
Intro movie temp Don't generate set/get shit for Properties without set/get HudComponent html properties should be marked [Property] Menu property fixes Properties can be public or non public Playground fixes Engine fixes Sandbox Fixes
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
don't switch to spawn tool when spawning prop
5 Years Ago
Cover game until html has loaded. This sucks, we should have coherent spin and wait until loading has finished during the loading screen, but I wasted too much time trying to achieve that already.
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
Loading addons without mounting them almost working Only mount addons when they're active (breaks the icons on the menu, but that's expected) Remove all the search path stuff Reload the menu if the gamemode fails to load Merge branch 'master' of github.com:Facepunch/SandboxGame into filesystem-restructure Fix file change filtering, fix loading textures embedded in FBX Disable import.json cause it would never work as is with these changes Merge branch 'filesystem-restructure'
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
Allow multiple steam users from the same account (to test multiplayer) Test WorldModel is valid before using it PropEntity Editable
5 Years Ago
Oh probably this
5 Years Ago
Lets try giving it what it wants
5 Years Ago
Try changing to inline static
5 Years Ago
OnPostLoadMapWithWorld Cleaning Coherent binds Toolgun cleanup
5 Years Ago
Tool ticks via toolgun Tool implements ShouldLockMoveInput/Look
5 Years Ago
Mouse buttons are bindable Added Entity.IsValid() extension (works even if Entity is null) Grabber fixes AssetDatabase.OnFileChanged fixes Merge branch 'master' of SandboxGame
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