userGarry Newmancancel
branchsbox/mastercancel

3,634 Commits over 1,583 Days - 0.10cph!

12 Months Ago
Lock simulator commit when removing a source Skip adding undos on Game scenes Don't try to remove steam audio static mesh if it's null
12 Months Ago
Lock reflection simulator when committing
12 Months Ago
Fixed game dll not being able to access clothing icons Process deletes in a couple more opportune places When a bone merged model is added, merge it immediately to avoid 1 frame bind poses when components are added after animations are calculated Update avatar scene
12 Months Ago
Fix schema generation
12 Months Ago
Tweak painting to pixmaps to avoid invalid pen crash
12 Months Ago
Unmangle SDL Steam Audio: check for AVX512 before using it
12 Months Ago
Make AssetSystem.IsCloudInstalled a bit safe EventSystem gets inner exception from TargetException WorldPanel mark panel as null when disabling Wrap ControlSheet in try get to prevent catastrophe
12 Months Ago
StyleSheetCollection replaces old parsed value when calling Parse Fix menu not loading in editor properly
12 Months Ago
Add Component.OnParentChanged Update GameObjectInspector.cs Create avatar.scene PanelComponent updates parent panel when changing parent
12 Months Ago
Menu compile fix
12 Months Ago
Add SerializedProperty.ShouldShow() Start reworking ControlSheet so it can hide rows when ShowIf/HideIf is set Add gradient to user customization Clothing item gradient
12 Months Ago
Steam Audio Reflection (#1490) Reflections are re-enabled again. Be aware that right now only "static" colliders block audio.
12 Months Ago
These url checks should no longer be needed
12 Months Ago
SteamAudio traces happen in c#, tweak reflection settings, tweak transmission settings
12 Months Ago
Disable audio reflective until I can fix it (snd_steamaudio_num_bounces 16 to enable)
12 Months Ago
Mixing thread locks the c++ sound mutex when mixing
12 Months Ago
Tweak audio sample function so we can find out why it's crashing
12 Months Ago
Fix sound system going silent after playing local sound in the middle of your ears
12 Months Ago
Disable error reporting in test mode Fix NRE in SoundPointComponent when SoundEvent is null
12 Months Ago
Fix mixing thread crash
12 Months Ago
Performance now shows the max, instead of the average Tweak steamaudio reflection settings to tide people over until I move it to a background thread
12 Months Ago
MixingThread tweaks Fix volume doubling
12 Months Ago
Managed soundsystem (#1455) * Sound mixing moved to managed * SoundHandles have occlusion, transmission, reflection * SteamAudio is back * Still lots to do (orgs/Facepunch/projects/24/views/1?pane=issue&itemId=55046762)
12 Months Ago
Add Sweeper sample Don't query global stats for local games Add samples folder
12 Months Ago
Consider panels visible until their transitions have ended Create menu-main.scene_c style Overflow returns Scroll if -x or -y are scroll Add GameJam category
12 Months Ago
Panel Recursion errors no longer throw full exceptions
12 Months Ago
Catch razor errors, report them nicely Optimize LerpProperty When doing input, use panel's ZIndex to determine order MainMenu is a ScreenPanel Cleanup
12 Months Ago
Not needed remove Access Control config (unused) Allow projects to skip whitelist (standalone, menu etc) Menu project skips whitelist Create menu-main.scene Render menu ui after game ui (cc @DevulTj) Render loaded menu scene Can open/edit menu project
1 Year Ago
Fix saving links to the prefab instead of the root object when editing a prefab Don't destroy particles until they're all dead
1 Year Ago
Fix clothing editor sceneobject leaks Fix broken surface Tweak GameObject.Clone, so we don't stomp the incoming transform
1 Year Ago
Make everything that uses gametags use the same restriction logic
1 Year Ago
Basic support for RangedFloat in SerializedObject SoundEvent's sounds are sounds instead of strings MinMax to Range, string[] to List<string> in our Resource definitions Add sound preview button to ResourceControlWidget GameResource inspector uses new ControlWidgets instead of PropertySheet SerializedObjects, share type conversion code more Add SerializedDictionary + unit tests Add DictionaryControlWidget Update ClothingEditor to use SerializedObject
1 Year Ago
Place cursor at the lineedit when not editing (fixes sbox-issues/issues/4898)
1 Year Ago
Fix prefab cloning not obeying startenabled, added unit tests (fixes sbox-issues/issues/4871)
1 Year Ago
Apply GameTags straight away, instead of deferring
1 Year Ago
Fix NavMeshAgent exception (fixes sbox-issues/issues/4901) NavMesh.GetRandomPoint does more what you would expect (fixes sbox-issues/issues/4897)
1 Year Ago
Fix ParticleBoxEmitter not rotating/scaling properly (fixes sbox-issues/issues/4653) Add ParticleRingEmitter
1 Year Ago
Fixed a bunch of navmesh functions not working because I didn't full in ToNav
1 Year Ago
Fix NavMeshAgent.SetAgentPosition not working Add NavMeshAgent.UpdateRotation option, NavMeshAgent.GetLookAhead ResourceControlWidget allows drag drop cloud assets
1 Year Ago
Don't enable network GameObjects that are not enabled
1 Year Ago
When adding a collider, update the rigidbody's gameobject transform immediately to avoid offsets Formalize how Rigidbody attaches colliders, add tests Deserialize GameObjects as disabled, and enable when all children and components are created Tweak editor painting to avoid crash Lauinching
1 Year Ago
Fix component weirdness when cloning disabled objects
1 Year Ago
Add isolated CallbackBatch, use it when cloning. Fixes instances when cloning in OnEnabled etc would cause weirdness
1 Year Ago
I hate this double launch solution Rename launcher project Lock project row button when launching
1 Year Ago
Forward command line between sbox-dev and sbox-launch
1 Year Ago
Fix launcher layout to stop people obsessing
1 Year Ago
Silently ignore delete error when removing unknown cloud file Fix NRE when setting convar Fixed file not found when reading asset json If a model has no meshes, show error model instead Fix text cannot be empty exception in Graphic.Draw Assert on AssetType not null
1 Year Ago
More API updates
1 Year Ago
Update api urls
1 Year Ago
Fix double clicking sbproj not opening it Fix right click unsaved scene error