userLayladcancel
reposboxcancel

3,869 Commits over 1,399 Days - 0.12cph!

14 Days Ago
Add per triangle material properties to base mesh
15 Days Ago
Use a callback for izLinearCast so we can override it and do our own
15 Days Ago
Implement CastRayMultiple, CastShapeMultiple
15 Days Ago
Shape casts can have a start rotation ( cast rotated box, capsule, etc)
15 Days Ago
Box casts can optionally have a convex radius (skin) this allows things like player movement to move to end position without the next trace becoming stuck and needing to fuck about
16 Days Ago
Remove more unused from interface
16 Days Ago
ApplyLinearImpulseAtWorldSpace just uses ApplyLinearImpulseAt, same thing
16 Days Ago
Get rid of all this shit, it's no good Hulls sweep with a radius Resolve hit penetration (should add to trace API?)
16 Days Ago
Trace direction is wrong way around
16 Days Ago
Grab triangle on base mesh so that it should work for both mesh and heightmap
16 Days Ago
Use our filtering in cast callbacks
17 Days Ago
Move trace solve to cast callback so everything can use it
17 Days Ago
Run a trace solver on hit shape to get the proper hit fraction and start in solid
17 Days Ago
Try casting box with a small hull skin to avoid getting stuck
17 Days Ago
Remove GetBboxFromProxies
17 Days Ago
These cast functions aren't used either
17 Days Ago
Hook up joint break callback, disable joint on break
17 Days Ago
Disable this contact assert, doesn't make sense
17 Days Ago
Route asserts to engine so they show up like any other assert
17 Days Ago
Missed an angular lock
17 Days Ago
Enable sensors for triggers
17 Days Ago
Get rid of these single body casts, they're not being used
17 Days Ago
Izabu has body enable/disable so just use that instead of our shit
17 Days Ago
Swap bit fields when copying BVH nodes Adding transformed mesh uses fast path when there's only scale in transform (building BVH is expensive)
17 Days Ago
AddMeshShape with scale can just do a deep copy of BVH, mesh shapes support scale Make sure BVH gets destroyed on shape destroy
18 Days Ago
CastBoxSingle
18 Days Ago
Destroy hull after adding it to hull shape, shapes no longer own the hull
18 Days Ago
Deep copy rubikon hull to izabu hull Should collide callback is backwards, woops Fix StepUpdateManaged not accessing active bodies, woops
18 Days Ago
AddTriangleMaterialIndex and ClearTriangleMaterials do nothing until izabu base mesh shapes have a physical material list Comment out all cast functions so we can compile Don't include simd.h in VPHYSICS2_LIBRARY, conflicts with engine simd
18 Days Ago
Fix GetTriangleMaterialIndex for meshes
18 Days Ago
Collision mesh serialization now uses Vector instead of VectorAligned for vertices, upgrade them in transfer post load
18 Days Ago
Remove these sweep functions from interface, we're not using them
18 Days Ago
Fix more compile errors
18 Days Ago
Fix loading custom cursors and tga, psd textures in non editor games
19 Days Ago
Shape, Joint, Contact are structs now
19 Days Ago
Remove custom cast callbacks for now, can probably use their casting now
19 Days Ago
IzGeometry -> IzQueryShape
19 Days Ago
IzTOIQuery -> IzTOIResult
19 Days Ago
IzArray -> IzSlowArray
19 Days Ago
IsConcave -> IsMesh
19 Days Ago
Add material list to BVH
19 Days Ago
Fix AddBoxShape
19 Days Ago
Default world def Setup contact modify and should collide callbacks
19 Days Ago
Create shapes with default shape def
20 Days Ago
Joint max impulse limits
20 Days Ago
Fix body types
20 Days Ago
▌█ ▍▋▋ ▊▅██ ▌▅▌ ▇▆▍▆▅▄ ▊▊▉▇▆▌
20 Days Ago
▇▅▆▉ ▆▋▊▍▇██▄▊▋ ▆▊▋█▊▆ █▅▄▉▅█▋▆▌▌█▇▅▊▉▆▋
20 Days Ago
World and shape userdata is void* now not intptr
20 Days Ago
Fix GetBody, AddBody, StepSimulation, StepUpdateManaged