branchSandboxGame/mastercancel

3,194 Commits over 944 Days - 0.14cph!

6 Years Ago
Add FileSystem.DirectoryExists, remove some old stuff
6 Years Ago
Add missing references. Some additions to primitive structs.
6 Years Ago
Remove existing coreclr directory when generating it again
6 Years Ago
Cleanup addon json
6 Years Ago
Entry point for addons, automatically unmount and clear paths on unload
6 Years Ago
Fix some project output paths
6 Years Ago
Load bsp pak before mounting it to avoid recursive lookup mindfuck
6 Years Ago
Add Facepunch.Parse. Update SourceUtils.
6 Years Ago
Shorten map names on UI
6 Years Ago
Reference System.Diagnostics.Tools
6 Years Ago
Fix C# file paths in debug info
6 Years Ago
Fix static mesh vert colors index buffer not being used. Displacement blending.
6 Years Ago
Displacement lightmaps
6 Years Ago
Fix some FS watching issues, support watching WebFileSystem
6 Years Ago
finish aliases for System.Math in Sandbox.Math
6 Years Ago
Displacement texcoords Displacement materials
6 Years Ago
Displacement triangulation
6 Years Ago
Cast map mesh shadow as two sided. Disable disp faces for now.
6 Years Ago
Fix static prop angles
6 Years Ago
Mount bsp pak file. Fix vtf last mip not being set. Helps if i actually staged the files
6 Years Ago
bsp loader gets vmt instead of png textures
6 Years Ago
VPK mounting
6 Years Ago
More missing materials
6 Years Ago
Add missing materials
6 Years Ago
Use FileSystem instead of File
6 Years Ago
Fix map selection
6 Years Ago
Working on using Zio to abstract filesystem nicely Update Zio Use Zio for filesystem watching, make game load again Fix paths to source files for debugger, update Zio Bindings changed SanAndreasImport needs physical filesystem Demo loading asset over HTTP Bindings changed Merge pull request #111 from Facepunch/use-zio Use zio
6 Years Ago
Reference SharpZipLib in CoreCLRGen
6 Years Ago
Use SharpZipLib Version 1.0.0-alpha2
6 Years Ago
Renable support for pak file lump
6 Years Ago
Use $bumpmap from material
6 Years Ago
Add basic vmt importer
6 Years Ago
Read flexes and vert anims Add skeletal morph target bindings
6 Years Ago
Read mdl flex shit
6 Years Ago
Read StudioAnimDesc and StudioSeqDesc
6 Years Ago
Add Matrix mirroring and flipping
6 Years Ago
Convert attachment transforms
6 Years Ago
Add sockets for local attachments
6 Years Ago
Read mdl local attachments
6 Years Ago
Calculate mdl vertex tangents Add Angles primitive. Add skeletal mesh socket bindings.
6 Years Ago
Load mdl bone weights
6 Years Ago
Import mdl skeleton hierarchy
6 Years Ago
Fix studiomesh lod loading
6 Years Ago
Fix loading mdl when there's more than 1 studiomesh
6 Years Ago
Load vtf mipmaps
6 Years Ago
Source VTF importer (DXT1, 3, 5, BGRA8888)
6 Years Ago
Add phys_torque
6 Years Ago
Physical material overriding
6 Years Ago
Add phys_thruster
6 Years Ago
Parent map entities using parentname property. Add prop_physics_override. Add func_rotating.