userGarry Newmancancel

19,200 Commits over 3,898 Days - 0.21cph!

9 Months Ago
Fix tests
9 Months Ago
Binds create mixer - can play sounds! strip vmixtool Remove unused args Add some more c# compatible funcs to CAudioMixBuffer Add AudioBuffers, MixBuffer Audio processor basics Route SoundHandle through managed system, use speaker volumes etc Play sounds from the point of view of the scene camera if we're not playing the game, and this window is focused Strip as much as I dare right now Add steam audio Update steam audio binaries Add steam audio binds Add BinauralEffect processor Steam audio scene system Apply direct Create phonon.pdb Reflection works! 😅 Latest Clean up Fix menu sounds not playing Refactoring, making internal Fix warning
9 Months Ago
Refactoring, making internal Fix warning
9 Months Ago
Clean up Fix menu sounds not playing
9 Months Ago
We can add extra information to api listings Add contest table
9 Months Ago
Add ApiDocService
9 Months Ago
Switch in new header and footer Fix api listing speed Iterate the api pages
10 Months Ago
Create phonon.pdb Reflection works! 😅 Latest
10 Months Ago
Steam audio scene system Apply direct
10 Months Ago
Add steam audio Update steam audio binaries Add steam audio binds Add BinauralEffect processor
10 Months Ago
Play sounds from the point of view of the scene camera if we're not playing the game, and this window is focused Strip as much as I dare right now
10 Months Ago
Route SoundHandle through managed system, use speaker volumes etc
10 Months Ago
Audio processor basics
10 Months Ago
Remove unused args Add some more c# compatible funcs to CAudioMixBuffer Add AudioBuffers, MixBuffer
10 Months Ago
strip vmixtool
10 Months Ago
create mixer - can play sounds!
10 Months Ago
Binds
10 Months Ago
Re-use the shader compile error window, so we can keep it open while iterating. We need a better way to do this tbh. Add global usings to minimal project Make minimal scene less reflective
10 Months Ago
Create README.md
10 Months Ago
Initial commit
10 Months Ago
Made DynamicSceneObject not use CMeshBuilder2 (really was no need) Add LineStrip , LineStripWithAdjacency Allow RENDER_PRIM_LINE_STRIP_WITH_ADJACENCY
10 Months Ago
Expose style functions Canvas class - internal for now
10 Months Ago
Add Widget.UpdateGeometry() Add IStyleTarget, to remove direct panel usage from StyleBlock / StyleSelector
10 Months Ago
Correctly ignore razor files in editor/ unittest/
10 Months Ago
This BoundingBoxEditorTool is implemented completely wrong Make Scene DragDrop more modular Can drag drop materials into scene
10 Months Ago
Fix array oob in CreateIpBasedSocket
10 Months Ago
Maybe this is pissing off the build server
10 Months Ago
Wrap interop calls in __try, __except - last resort. Disable AddVectoredExceptionHandler.
10 Months Ago
Extra try to make sure this isn't an exception from c#
10 Months Ago
Fix NRE in MapViewDropTarget
10 Months Ago
Delete this, causes problems this TransformInterpolation needs looking at properly, but this fixes an error for now Fix Light exceptions Nicer feedback when _sceneObject isn't null in OnEnabled We have a bug here I think, where OnEnabled can be called before OnDisabled is called.
10 Months Ago
Create README.md
10 Months Ago
Add IsAttribute, add Rebuild
10 Months Ago
Don't throw exception on global stats
10 Months Ago
Shitty api listing (don't worry, this will get better)
10 Months Ago
add StripNonPublic
10 Months Ago
Fix NRE Update packages Update version Fix assembly resolve s&box release zip test lut
10 Months Ago
Add ApplyLocalClothing component
10 Months Ago
Mock userinfo for local user when not in a network session Add ClothingContainer.CreateFromJson( json ) Add ClothingContainer.CreateFromUser( ) Fix SceneViewWidget using main camera's rect
10 Months Ago
NavMeshAgent.SetAgentPosition works
10 Months Ago
Add CharacterController.Bounciness
10 Months Ago
PhysicsWorld.Bodies only returns valid bodies
10 Months Ago
Manifest api should give more useful errors
10 Months Ago
Rewrite exception handler, try to ignore more c# exceptions
10 Months Ago
Actually catch and report crashes
10 Months Ago
Fixed joining servers forever (it has been a hard week) https://files.facepunch.com/garry/a0695fad-3581-4fb4-bf8f-c014ba41f890.png
10 Months Ago
Don't save go id if it's a prefab (fixes sbox-issues/issues/4687)
10 Months Ago
Recast, NavMesh, NavMeshAgent - https://docs.facepunch.com/s/sbox-dev/doc/navigation-vwoSUsEPJ9
10 Months Ago
NavMesh example scene
10 Months Ago
Add NavMeshAgent component https://files.facepunch.com/garry/eb931495-2b71-4152-a87a-c3c9ad982778.mp4