reposboxcancel

17,498 Commits over 1,338 Days - 0.54cph!

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
Some cleanup. Don't put lobby settings into seperate tab. Add GameSettingType.Choice (not implemented yet.) Run game setting convars immediately (this seems to set server-side but isn't being replicated??)
1 Year Ago
Citizen/animgraph: fixed NoclipStart state
1 Year Ago
Remove invalid css Minimum height for folder error box to prevent text getting clipped
1 Year Ago
Add ScenePanel.DisablePostProcessing
1 Year Ago
Add first iteration of UI for changing settings in a lobby and applying them as lobby data / should auto update for clients to view
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
New Outfit Piece - Army Boots Army Boots w/ LODs, ready to complete the Army outfit! https://files.facepunch.com/daniel/1b0311b1/sbox-dev_G5OxWbFwWC.png Plus a retexture of the tactical gloves for an Army colour variations. Further completing the Army outfit.
1 Year Ago
Update shader objects
1 Year Ago
Add LobbySettingsPage stub Merge branch 'master' into lobby-settings Merge branch 'master' into lobby-settings Initial version of adding lobby settings (I don't love it, still learning this Qt stuff, v0.0.1)
1 Year Ago
BaseItemWidget: Ctrl clicking selected items removes them from the selection
1 Year Ago
Hide enable_shadows property on trigger entities in Hammer Make TeleportVolumeEntity use EntityTarget class Also fixes Hammer not having proper entity picker for TargetEntity property
1 Year Ago
Fix Qt text area padding Fixes sbox-issues/issues/2122
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
wiring - mix of electrical wiring models
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
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
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
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.
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
office desk - lods Merge branch 'master' of sbox
1 Year Ago
Add Horror GameCategory
1 Year Ago
Remove voice_scale, voice_threshold_delay, voice_threshold
1 Year 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