userLayladcancel
branchSandboxGame/mastercancel

2,064 Commits over 944 Days - 0.09cph!

7 Years Ago
Calculate mdl vertex tangents Add Angles primitive. Add skeletal mesh socket bindings.
7 Years Ago
Load mdl bone weights
7 Years Ago
Import mdl skeleton hierarchy
7 Years Ago
Fix studiomesh lod loading
7 Years Ago
Fix loading mdl when there's more than 1 studiomesh
7 Years Ago
Load vtf mipmaps
7 Years Ago
Source VTF importer (DXT1, 3, 5, BGRA8888)
7 Years Ago
Add phys_torque
7 Years Ago
Physical material overriding
7 Years Ago
Add phys_thruster
7 Years Ago
Parent map entities using parentname property. Add prop_physics_override. Add func_rotating.
7 Years Ago
Spawn prop_physics entities. Spawn prop_static embedded map entities. Fix static prop version 6 loading.
7 Years Ago
Add point_message entity
7 Years Ago
Add func_button with "OnIn" support
7 Years Ago
Add BaseWorldEntity.MassScale Add phys_hinge entity Spawning directional lights for sky lights in bsp
7 Years Ago
Fix compile error
7 Years Ago
Add constraint OnBroken event
7 Years Ago
Physics constraint motors
7 Years Ago
Add PhysicsConstraintEntity
7 Years Ago
Matrix4x4 indexer Spawn ents for bsp world point lights. Add light draw distance settings.
7 Years Ago
Fix uninitialized skeletal animation tracks in standalone builds
7 Years Ago
Fix physics asset collision in standalone builds
7 Years Ago
Fix static mesh collision in standalone build
7 Years Ago
Update to 4.18
7 Years Ago
Flip MDL vertices along X axis
7 Years Ago
Started Suicide Barrels gamemode. Support BSP > 19 ambient lighting.
7 Years Ago
Rename SetAnimationSequence to PlayAnimation
7 Years Ago
SkeletalMeshEntity.AddAnimation helper func
7 Years Ago
Removed all C++ runtime asset cache shit
7 Years Ago
Use managed skeletal mesh and animation loaders
7 Years Ago
Support skeletal mesh section visibility and material by section name
7 Years Ago
Limit size of auto generated physics asset bodies
7 Years Ago
Create convex collision from dominant bones
7 Years Ago
Add physics asset collision bindings (convex, sphere, box, capsule) Fix vertex weight normalize
7 Years Ago
Make sure vertex weights total exactly 255
7 Years Ago
Use physics substepping
7 Years Ago
Add BaseWorldEntity.AddCustomPhysics so custom forces and torques can be calculated individually for every physics substep
7 Years Ago
Disable ragdoll body to body collision. Fix constraint axis.
7 Years Ago
Add Color == operator to fix generated code error
7 Years Ago
Fix errors in steam build
7 Years Ago
Create constraints for bones in skeletal model Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Started physics constraint bindings. Update BindingGen
7 Years Ago
Don't link opensubdiv
7 Years Ago
Fix compile errors in steam build
7 Years Ago
Finished managed animation importing
7 Years Ago
Add skeletal mesh dependency to animation library (animation importing requires a valid skeleton)
7 Years Ago
Fix error when cooking
7 Years Ago
Update to UE 4.16
7 Years Ago
Fix compile errors in non editor builds
7 Years Ago
Added animation and skeleton preview mesh bindings (only useful for editor debugging)