userLayladcancel

7,660 Commits over 3,684 Days - 0.09cph!

6 Years Ago
Load constraint collision and projection settings and rigid body linear and angular damping. Fix compile errors Fix constraint limits in editor by setting default profile to the profile in default instance. Add PostLoad to assets for any fixups needed after loading.
6 Years Ago
Fix constraint transform when constraint parent isn't directly above in hierarchy
6 Years Ago
Load physics assets from json. Fix Vector3 json deserialize.
6 Years Ago
Started physics asset importer. Add unload and reregister to physics assets so they can be reloaded
6 Years Ago
Add Citizen props
6 Years Ago
Only reload asset on file change if the file still exists (deleting file triggers file changed event)
6 Years Ago
Add mp3 sound importer
6 Years Ago
Allow sound assets to take direct PCM data
6 Years Ago
Separate wav and ogg sound importers
6 Years Ago
Cleanup fbx animation loading Add physics asset override to skeletal mesh entity (sometimes you want a custom ragdoll that doesn't import with the model)
6 Years Ago
Preserve model import settings when reloading
6 Years Ago
Load fbx animations properly using anim timespan
6 Years Ago
Add MaterialPropertyBlock, these are used for when you need to make batched render calls but preserve dynamic material properties.
6 Years Ago
Only render screens in view
6 Years Ago
Test custom canvas render item that allows fast rendering of items with material property blocks
6 Years Ago
Fix linker error in standalone
6 Years Ago
Render arcade sprites in a single canvas flush. Add TickInterval to entity.
7 Years Ago
Cleanup
7 Years Ago
Hook up cabinet provider to crt screen shader
7 Years Ago
Fix provider material properties. Fix zero alpha pixels using wrong swatch.
7 Years Ago
Implement graphics provider material
7 Years Ago
Render draw list to render target
7 Years Ago
Update render target on graphics provider render
7 Years Ago
Add Canvas.DrawTileItem and Flush
7 Years Ago
Bind OnCanvasRenderTargetUpdate and Canvas.
7 Years Ago
Add arcade shaders. Add CanvasRenderTarget.
7 Years Ago
Implement arcade texture provider
7 Years Ago
Arcade games running with stubbed providers
7 Years Ago
Add Arcade gameapi and block party game
7 Years Ago
Add duration to animated textures, use sum of all gif frame delays for duration.
7 Years Ago
Add imgui plugin Merge branch 'master' of github.com:Facepunch/SandboxGame Added internal tick to animated texture so they don't have to be updated manually
7 Years Ago
Experimental pipe system for the map editor
7 Years Ago
Update Citizen assets Made mipmap gen super fast. Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Support obj hotloading
7 Years Ago
Don't create new skeleton on reload. Fixes animations breaking on reload.
7 Years Ago
Add Asset Unload and PostReload. Unload skeletal meshes and reregister skinned mesh components.
7 Years Ago
Handle restore background color gif disposal method
7 Years Ago
Support gif delta frames
7 Years Ago
Add import transform and collision settings to obj importer
7 Years Ago
Add frame count to animated texture.
7 Years Ago
Load all gif frames into animated texture
7 Years Ago
Try loading first frame from gif into animated texture. Draw raw texture into render target instead of material.
7 Years Ago
Add experimental wip animated texture asset. Add gif decoder and importer.
7 Years Ago
Split obj model into mesh sections using usemtl
7 Years Ago
Basic obj model loader
7 Years Ago
Remove assimp loaders
7 Years Ago
Auto generate physics asset for fbx skeletal models. Fix SkeletalModel.GetLocalVertex
7 Years Ago
Don't print errors finding textures referenced in fbx
7 Years Ago
Pass in fbx extract folder from managed. Wait until embedded textures are loaded before deleting the temp folder.
7 Years Ago
Route fbx embedded textures to Game/Temp/.fbm and temporarily add it as a search path. Delete folder when finished. Add binds for FbxTexture and FbxFileTexture Get textures from fbx material