reposboxcancel

20,931 Commits over 1,522 Days - 0.57cph!

2 Years Ago
Impl AddHullShape
2 Years Ago
Impl AddMeshShape
2 Years Ago
Set body shape after shape is created
2 Years Ago
Impl AddBoxShape
2 Years Ago
Impl AddSphereShape Imp AddCapsuleShape
2 Years Ago
Remove MarkCallstack and MarkCallstackSkeleton
2 Years 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?)
2 Years Ago
Remove interacts with and as nonsense
2 Years Ago
Remove GetBroadphaseProxy
2 Years Ago
Impl physics shape type Remove GetBaseInteractsAs from interface, no longer used
2 Years Ago
wiring - mix of electrical wiring models
2 Years Ago
Timescale and step count
2 Years Ago
Debug names for body and shape Impl PositionIterations and VelocityIterations
2 Years Ago
Give physics shape a jolt shape
2 Years Ago
Impl physics body GetWorld Physics body motion type get/set Get pos and rot of physics body
2 Years Ago
Expose our new interface
2 Years Ago
Impl physics world debug name Impl GetActiveBodyCount and GetActiveBodies
2 Years Ago
Set allow sleeping on body settings
2 Years 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
2 Years 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
2 Years Ago
Casts for quaternion
2 Years 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
2 Years Ago
Don't try to instantiate interfaces when finding code editor Fixes an issue breaking some users addon manager if they don't have VS or VSCode installed
2 Years Ago
Impl CJoltPhysicsInterface::GetWorld Impl CJoltPhysicsInterface::Draw Impl CJoltPhysicsInterface::SetVisualDebugCameraHint
2 Years Ago
Keep a list of worlds in jolt physics interface
2 Years Ago
Implement CreateWorld and DestroyWorld CJoltPhysicsWorld stubs
2 Years Ago
Citizen/animgraph: greatly simplified the graph around the central poses & center delta Through eliminating a couple of redundancies and some reorganization, it's a lot easier to wrap your head around now. The idle breathing is now fully independent instead of sometimes being "global" and sometimes not; oddities with this will be smoothed out later.
2 Years Ago
Create managed handle for physics body and world
2 Years Ago
Renaming - keep everything tidy Assert all unimplemented functions in physics interface CJoltPhysicsBody stubs CJoltPhysicsShape stubs
2 Years Ago
office desk - lods Merge branch 'master' of sbox
2 Years Ago
Add Horror GameCategory
2 Years Ago
Remove voice_scale, voice_threshold_delay, voice_threshold
2 Years Ago
Add ICodeEditor.OpenAddon, including a toolbar option to open the addon in your current code editor. This only supports VS Code right now. https://files.facepunch.com/devultj/1b0211b1/sbox_sSBE3gUI4x.png
2 Years Ago
Add Global.BackendTitle, BackendUrl, use those instead Eliminated last instances of s&works ⚔️ AddonDownload spring cleaning
2 Years Ago
office desk - gibs Merge branch 'master' of sbox office desk - removed ao proxy as it seems to have visual issues Merge branch 'master' of sbox
2 Years Ago
Add support for "Any With Support" map selection mode to map select page
2 Years Ago
Citizen/animgraph: moved facial animation to a subgraph + more cleanup
2 Years Ago
s&works -> asset.party for editor UI
2 Years Ago
Update organization creation link
2 Years Ago
Fixed up console textentry size
2 Years Ago
Fixed env_sky properties not functioning
2 Years Ago
Fix AssetBrowser not loading saved settings correctly - Fixes Facepunch/sbox-issues#2063
2 Years Ago
Fix Hammer texture replace window's asset picker shrinking and becoming unusable Asset Browser: can make new folder from AssetList
2 Years Ago
Remove duplicate precompiled header
2 Years Ago
Add new jolt files to vpc
2 Years Ago
Move rubikon/profile.h to physicslib, we don't want to be including rubikon shit in interfaces Update jolt to latest
2 Years Ago
Get this shit compiling again
2 Years Ago
Merge branch 'jolt-physics' into jolt_physics2
2 Years Ago
Remove vphys2_qem
2 Years Ago
Rename vphys2_aggregate to physicsaggregate