reposboxcancel

22,417 Commits over 1,614 Days - 0.58cph!

3 Years Ago
Impl physics body GetWorld Physics body motion type get/set Get pos and rot of physics body
3 Years Ago
Expose our new interface
3 Years Ago
Impl physics world debug name Impl GetActiveBodyCount and GetActiveBodies
3 Years Ago
Set allow sleeping on body settings
3 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
3 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
3 Years Ago
Casts for quaternion
3 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
3 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
3 Years Ago
Impl CJoltPhysicsInterface::GetWorld Impl CJoltPhysicsInterface::Draw Impl CJoltPhysicsInterface::SetVisualDebugCameraHint
3 Years Ago
Keep a list of worlds in jolt physics interface
3 Years Ago
Implement CreateWorld and DestroyWorld CJoltPhysicsWorld stubs
3 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.
3 Years Ago
Create managed handle for physics body and world
3 Years Ago
Renaming - keep everything tidy Assert all unimplemented functions in physics interface CJoltPhysicsBody stubs CJoltPhysicsShape stubs
3 Years Ago
office desk - lods Merge branch 'master' of sbox
3 Years Ago
Add Horror GameCategory
3 Years Ago
Remove voice_scale, voice_threshold_delay, voice_threshold
3 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
3 Years Ago
Add Global.BackendTitle, BackendUrl, use those instead Eliminated last instances of s&works ⚔️ AddonDownload spring cleaning
3 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
3 Years Ago
Add support for "Any With Support" map selection mode to map select page
3 Years Ago
Citizen/animgraph: moved facial animation to a subgraph + more cleanup
3 Years Ago
s&works -> asset.party for editor UI
3 Years Ago
Update organization creation link
3 Years Ago
Fixed up console textentry size
3 Years Ago
Fixed env_sky properties not functioning
3 Years Ago
Fix AssetBrowser not loading saved settings correctly - Fixes Facepunch/sbox-issues#2063
3 Years Ago
Fix Hammer texture replace window's asset picker shrinking and becoming unusable Asset Browser: can make new folder from AssetList
3 Years Ago
Remove duplicate precompiled header
3 Years Ago
Add new jolt files to vpc
3 Years Ago
Move rubikon/profile.h to physicslib, we don't want to be including rubikon shit in interfaces Update jolt to latest
3 Years Ago
Get this shit compiling again
3 Years Ago
Merge branch 'jolt-physics' into jolt_physics2
3 Years Ago
Remove vphys2_qem
3 Years Ago
Rename vphys2_aggregate to physicsaggregate
3 Years Ago
Remove CRnContact usage in IPhysicsShape
3 Years Ago
Merge IVPhysXWorld into IVPhysics2World, I don't see the point of having two world interfaces other than to be annoying
3 Years Ago
Don't try to delete a sound stream if it's not valid
3 Years Ago
Trim some more functions from physics world Don't link vphysics2 in face poser, I don't think it's needed
3 Years Ago
Remove unused vphys2 convars
3 Years Ago
Rename CVPhys2World to CPhysicsWorld for consistency
3 Years Ago
Remove CRnWorld usage out of physicsdebugdraw
3 Years Ago
Remove physicsdefinitions
3 Years Ago
Remove IFnPhysicsWorld
3 Years Ago
Remove IFnPhysicsSoftbody
3 Years Ago
Citizen/animgraph: big restructuring update The graph structure should be a lot clearer to read and understand now.
3 Years Ago
Enable MultiSelect on AssetList Don't try to open a context menu if we have no options, otherwise Qt will moan Implement shift click multiselect in BaseItemWidget https://files.facepunch.com/matt/1b0211b1/sbox_2u4H5Gcpcl.mp4
3 Years Ago
Maintain previously selected configuration after opening launcher properties Enable Save button after selecting a package from s&works Add launch configurations to tools dropdown Consistent with project settings menu Fix launcher losing its selection when editing the actively selected config
3 Years Ago
Remove Type dispatch functions from physics joint interface Remove IFnPhysicsBaseShape Remove some unused functions from physics body interface