7,549 Commits over 3,653 Days - 0.09cph!
Create new meshes through mesh ctor instead of a lame static mesh create func
Fixed not being able to select inventory slots 7-9 with slot keys
Merge pull request #15 from gvarados1/patch-1
Fixed not being able to select inventory slots 7-9 with slot keys
Add ModelBuilder.WithSurface to set collision surface property
Change ModelBuilder API so it uses a struct
Change PhysicsBuilder to a class
Meshes and physics meshes use signed indices because they're better to work with
Fix flashlight world light being enabled before it's active
Add Mesh.Bounds setter (bbox)
Remove all other shitty ways of creating models. Creating models is now done through Mesh and ModelBuilder
Check best msaa mode when creating textures with msaa
Mesh.CreateVertexBuffer and Mesh.CreateIndexBuffer can optionally set initial data
PhysicsBuilder.AddMesh uses uint indices
Fix possible crash in ModelBuilder.Create
PhysicsBuilder.AddBox and PhysicsBuilder.AddHull now take a center and rotation instead of a transform because scale isn't used
Add some safety checks in CRenderMesh::DestroyBufferResources
New mesh API. Removed VertexBufferHandle and IndexBufferHandle. Creating and updating of buffers is now handled in the Mesh class
AnimGraph: Allow notes to be added to nodes https://files.facepunch.com/layla/1b1611b1/notes.mp4
Fix ModelEntity.CopyMaterialGroup
Disable unused particle function
ModelDoc: Fix viewing compiled models
dmfbxserializer: compute delta state normals for blend shapes in a way that isn't completely fucked
Update vertex color shader
Update vertex color shader
Fix one of the CSceneObject::SetTransform functions stripping off scale
Try moving wood flecks texture to core
Recompile impact.wood.fibers to see if that fixes it
Add simple vertex color shader
Ragdoll force on physics impact damage
Add WithPosition and WithForce to DamageInfo
Set damage force on physics impacts so ragdolls can use it
Flashlight can be used as melee weapon with secondary attack
Update flashlight animgraph
Merge branch 'master' of sbox
AnimGraph: Start renaming newly added params/motors/tags when added
Add ModelBuilder API
Setting mesh buffers also sets the ranges to max element count
Change shotgun holdtype as requested
Bump up gravgun pull force a bit
Weapon IsUsable also checks if it can be added to the users inventory
Fix NRE when shooting multiple bullets and owner dies before they're all shot
Update weapon base using parts from dm98 so artists can have a more functional weapon to test with
Inventory bar uses class info title
Fix thirdperson_orbit and thirdperson_collision convars
Prop resets velocity to last collision pre velocity on death when last damage is a physics impact, this should make gibs look a bit better
Add min impact damage speed and impact damage properties to prop_data to give some control over it
"Reveal in Surface Property Editor" now opens surface asset in inspector tool
Check if preview model is valid in CModelPreviewRoot::NewCycleToDeltaTime