userGarry Newmancancel

18,277 Commits over 3,684 Days - 0.21cph!

38 Days Ago
38 Days Ago
Create multicam.viewmodel.scene
38 Days Ago
Save Scene As dialog tries harder to open in a logical place Don't render camera if its width/height are 0 Fix SpriteRenderer/TextRenderer not setting SceneObject tags properly If scene view is hidden, still update the scene if we're not playing the game Remove unused Move renderingpipelines to engine2
38 Days Ago
Allow .sbproj files to have names Add EditorUtility.SaveFileDialog Right click > create model creates a model
38 Days Ago
Throw exception when trying to lock a MixBuffer twice
39 Days Ago
Fix ByteStream.Write negative offset Expose MixBuffer's raw pointer in safer way
39 Days Ago
Fix NRE on object desyroy (sorry!)
39 Days Ago
Add prefabs for cubemap fog, envmap probe, gradient fog, volumetric fog
39 Days Ago
Update actions.triggers.scene
39 Days Ago
ActionGraph window is a dialog, stays on top of editor window Fix GetAttributes sometimes returning null Don't write null values in components Add OnComponent actions https://files.facepunch.com/garry/65558502-1f39-48b8-81eb-e54a43e025a9.png
39 Days Ago
Add Collider.OnTriggerEnter, OnTriggerExit
39 Days Ago
Create actions.triggers.scene
40 Days Ago
ControlSheet/Inspector tweaks that no-one asked for
40 Days 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
40 Days Ago
Lock reflection simulator when committing
41 Days 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
41 Days Ago
Fix schema generation
41 Days Ago
Tweak painting to pixmaps to avoid invalid pen crash
41 Days Ago
Unmangle SDL Steam Audio: check for AVX512 before using it
41 Days 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
41 Days Ago
StyleSheetCollection replaces old parsed value when calling Parse Fix menu not loading in editor properly
41 Days Ago
Add Component.OnParentChanged Update GameObjectInspector.cs Create avatar.scene PanelComponent updates parent panel when changing parent
42 Days Ago
Menu compile fix
42 Days 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
42 Days Ago
Steam Audio Reflection (#1490) Reflections are re-enabled again. Be aware that right now only "static" colliders block audio.
42 Days Ago
Lets add these incase they're needed
42 Days Ago
Bug fixes
42 Days Ago
Add AudioMixer, Reflection performance graph
42 Days Ago
performance tweaks
42 Days Ago
Remove debug Clean that up a bit We can limit the max number of reflective sounds simulating, allowing to put a performance cap on it
42 Days Ago
Return hit if maxlength < 0 (!) Test reflection per input Tweaks Partial rewrite Use audio materials Tweak how static meshes work I am sorry, I don't see a better way to do this Re-using these samplers Some sample rate math notes
42 Days Ago
I am sorry, I don't see a better way to do this Re-using these samplers Some sample rate math notes
43 Days Ago
Tweak how static meshes work
43 Days Ago
Use audio materials
43 Days Ago
Partial rewrite
44 Days Ago
Tweaks
45 Days Ago
Floor TotalDays
45 Days Ago
Return hit if maxlength < 0 (!) Test reflection per input
46 Days Ago
These url checks should no longer be needed
46 Days Ago
Fix TimeSpan overflows
46 Days Ago
Order packages by newest first by default News list on contest page
46 Days Ago
Added pages for collections, referenced by, dependencies Collections list their content on the front page
46 Days Ago
Fix manifest exception
46 Days Ago
Exception fixes Manifest update
47 Days Ago
SteamAudio traces happen in c#, tweak reflection settings, tweak transmission settings
47 Days Ago
Tweak upload paths Skip non public packages in charts Add some more material and model categories Remove contest package type, which we turned out not to need Update manifest upload path Tweak image upload path
48 Days Ago
Disable audio reflective until I can fix it (snd_steamaudio_num_bounces 16 to enable)
48 Days Ago
Mixing thread locks the c++ sound mutex when mixing
48 Days Ago
Tweak audio sample function so we can find out why it's crashing
48 Days Ago
Fix sound system going silent after playing local sound in the middle of your ears