reposboxcancel

17,067 Commits over 1,308 Days - 0.54cph!

1 Year Ago
PhysAggregateInstance stubs
1 Year Ago
Create temp allocator and job system so we can start to update the physics system
1 Year Ago
Add a empty mutable compound shape to new bodies
1 Year Ago
Few more null checks to get us into the game Edit jolt to not set position and rotation of body on creation (jolt bodies need a shape, which is really shit)
1 Year Ago
Don't assert in GetProfileStats - who cares
1 Year Ago
Add and release ref of aggregate data
1 Year Ago
Impl CreateAggregateDataFromDiskData
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
cctv globe - tweak for phys shape
1 Year Ago
Remove GetDebugHighlightCone - unused Remove GetVisualDebugCameraHint - unused Fix all compile errors
1 Year Ago
Some cleanup. Add support for choice setting types in the lobby settings
1 Year Ago
Added support for choices in the settings page
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