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