userLayladcancel
reposboxcancel

3,518 Commits over 1,338 Days - 0.11cph!

1 Year Ago
Return our surface property controller
1 Year Ago
Few null checks in places that are popping up while joining game with mostly unimplemented physics interface
1 Year Ago
Register default allocator for jolt, create factory, register types etc
1 Year Ago
Allocate managed handle after we init jolt physics system
1 Year Ago
Create a bullshit surface property manager for now Install surface property and phys data type managers
1 Year Ago
Get dependencies for jolt physics interface interface init, preshutdown, shutdown stuff
1 Year Ago
Load vphysics_jolt module instead of vphysics2 so we can start to get stuck in
1 Year Ago
Remove VPhys2HandleInterface - looks like a bunch of nothing to me
1 Year Ago
Remove GetDebugHighlightCone - unused Remove GetVisualDebugCameraHint - unused Fix all compile errors
1 Year Ago
and some more
1 Year Ago
Return defaults in a bunch of functions I don't want to deal with yet
1 Year Ago
Impl Create Shapes in interface, looks like these are just used for temp shapes Give physics shape a owner body Remove UpdateSphereShape and UpdateCapsuleShape from interface, unused
1 Year Ago
body SetPosition and SetOrientation
1 Year Ago
Impl per body gravity
1 Year Ago
Do the same but from serialized rubikon mesh and hull data (ugh)
1 Year Ago
Impl AddHullShape
1 Year Ago
Impl AddMeshShape
1 Year Ago
Set body shape after shape is created
1 Year Ago
Impl AddBoxShape
1 Year Ago
Impl AddSphereShape Imp AddCapsuleShape
1 Year Ago
Remove MarkCallstack and MarkCallstackSkeleton
1 Year Ago
Remove GetOwnerDebugName Impl physics body get shape (jolt only has 1 shape per body so I guess will need to get subshapes from compounds?)
1 Year Ago
Remove interacts with and as nonsense
1 Year Ago
Remove GetBroadphaseProxy
1 Year Ago
Impl physics shape type Remove GetBaseInteractsAs from interface, no longer used
1 Year Ago
Timescale and step count
1 Year Ago
Debug names for body and shape Impl PositionIterations and VelocityIterations
1 Year Ago
Give physics shape a jolt shape
1 Year Ago
Impl physics body GetWorld Physics body motion type get/set Get pos and rot of physics body
1 Year Ago
Expose our new interface
1 Year Ago
Impl physics world debug name Impl GetActiveBodyCount and GetActiveBodies
1 Year Ago
Set allow sleeping on body settings
1 Year Ago
Save world reference body Get body count Impl GetBody Set jolt body user data to our body Create jolt body when we add body to the world
1 Year Ago
Give physics world a user data physics device name Save physics world create flags Save physics simulation type to apply to bodies later, I don't think jolt can set simulation mode as a whole
1 Year Ago
Casts for quaternion
1 Year Ago
Add physicscasts to convert between jolt and source units Change physics world GetGravity to return non const because we need to return local vector
1 Year Ago
Impl CJoltPhysicsInterface::GetWorld Impl CJoltPhysicsInterface::Draw Impl CJoltPhysicsInterface::SetVisualDebugCameraHint
1 Year Ago
Keep a list of worlds in jolt physics interface
1 Year Ago
Implement CreateWorld and DestroyWorld CJoltPhysicsWorld stubs
1 Year Ago
Create managed handle for physics body and world
1 Year Ago
Renaming - keep everything tidy Assert all unimplemented functions in physics interface CJoltPhysicsBody stubs CJoltPhysicsShape stubs
1 Year Ago
Remove duplicate precompiled header
1 Year Ago
Add new jolt files to vpc
1 Year Ago
Move rubikon/profile.h to physicslib, we don't want to be including rubikon shit in interfaces Update jolt to latest
1 Year Ago
Get this shit compiling again
1 Year Ago
Merge branch 'jolt-physics' into jolt_physics2
1 Year Ago
Remove vphys2_qem
1 Year Ago
Rename vphys2_aggregate to physicsaggregate
1 Year Ago
Remove CRnContact usage in IPhysicsShape
1 Year Ago
Merge IVPhysXWorld into IVPhysics2World, I don't see the point of having two world interfaces other than to be annoying