userTony Fergusoncancel
reposboxcancel

840 Commits over 670 Days - 0.05cph!

5 Months Ago
Up the ZFar distance for clothing camera render so it's clear when bounds are way too big
5 Months Ago
Make ResourceControlWidget menu a modal, fixes it popping onto other monitors if near boundary
5 Months Ago
Fixed hotload getting very slow because of ConsoleWidget diagnostics clear (sorry 😩)
5 Months Ago
Change stack trace style a bit to show file path on a separate line if we have one https://files.facepunch.com/tony/1b2211b1/parsecd_LAii24egtt.png Adjust StackTraceProperty style more, copy to clipboard by clicking any part of the header, add tooltip
5 Months Ago
Clear out any log entries that are from diagnostics on hotload (to prevent duplicate logs when hotloading often)
5 Months Ago
Raise the console when clicking status toggle buttons
5 Months Ago
Sort out padding for stack trace "copy to clipboard"
5 Months Ago
Don't throw if we fail to create dock widgets (error when loading editor layout that has nonexistent managed types, i.e error list, game project editor docks)
5 Months Ago
Console Window Improvements (#1332) * Added Status Bar console output * Moved log counts to the Status Bar * Moved stack trace to be inline with the Console * Removed Error List * Show all code editors in Preferences window, but disable editors that are not installed
5 Months Ago
Move ConsoleWidget to addon so I can hotload it (move it back when done), add splitter window for stack trace viewer instead of using main inspector window https://files.facepunch.com/tony/1b0911b1/sbox_LIfiBOFDPg.png StatusBarLog experiments https://files.facepunch.com/tony/1b0911b1/pfmbUSg70M.png Kill StatusBarLog after some time, based on LogEvent level Give StackTraceProperty a MinimumWidth so it pops out at a readable size Clear current stack trace entry when clearing the console On compile, store diagnostics in console and display warnings/errors. When clearing console, always show important diagnostics Progress on supporting showing 'simple' stacks for diagnostics ConsoleEntry refactor, can read simple stack of diagnostic messages now Refactor More cleanup Sort diagnostics by severity / project, so errors are output last on compile Clear status bar on compile, remove test button Delete Error List Move some code back to Engine, raise console dock when clicking status bar log Move ICodeEditor, CodeEditor to Sandbox.Tools (code editor implementations and events are still in base addon) StackTraceProperty row clicks can use CodeEditor again Add setItemEnabled to NativeEngine.QComboBox Add enabled parameter to ComboBox.AddItem Show all code editors, even if they're not installed, but disable the button Add try catch to compile.complete event, any exception that gets thrown in that event will halt the compile forever Experiment moving log counts to status bar Would be good if I actually clamped this value Use ToolTip instead of StatusTip in a bunch of places Don't delete StatusBarLog unless we're killing the console entirely. Re-use existing Widget where possible. Only run Update if last log was >10ms ago. Fix running EmptyAsync every time a log would come through even if it wouldn't display Replace async shit with frame event, forgot this existed Re-add icon def
5 Months Ago
Replace async shit with frame event, forgot this existed Re-add icon def
5 Months Ago
Change view "Restore to Default" to "Reset Layout"
5 Months Ago
Fix running EmptyAsync every time a log would come through even if it wouldn't display
5 Months Ago
Don't delete StatusBarLog unless we're killing the console entirely. Re-use existing Widget where possible. Only run Update if last log was >10ms ago.
5 Months Ago
Use ToolTip instead of StatusTip in a bunch of places
5 Months Ago
Move ConsoleWidget to addon so I can hotload it (move it back when done), add splitter window for stack trace viewer instead of using main inspector window https://files.facepunch.com/tony/1b0911b1/sbox_LIfiBOFDPg.png StatusBarLog experiments https://files.facepunch.com/tony/1b0911b1/pfmbUSg70M.png Kill StatusBarLog after some time, based on LogEvent level Give StackTraceProperty a MinimumWidth so it pops out at a readable size Clear current stack trace entry when clearing the console On compile, store diagnostics in console and display warnings/errors. When clearing console, always show important diagnostics Progress on supporting showing 'simple' stacks for diagnostics ConsoleEntry refactor, can read simple stack of diagnostic messages now Refactor More cleanup Sort diagnostics by severity / project, so errors are output last on compile Clear status bar on compile, remove test button Delete Error List Move some code back to Engine, raise console dock when clicking status bar log Move ICodeEditor, CodeEditor to Sandbox.Tools (code editor implementations and events are still in base addon) StackTraceProperty row clicks can use CodeEditor again Add setItemEnabled to NativeEngine.QComboBox Add enabled parameter to ComboBox.AddItem Show all code editors, even if they're not installed, but disable the button Add try catch to compile.complete event, any exception that gets thrown in that event will halt the compile forever Experiment moving log counts to status bar Would be good if I actually clamped this value
5 Months Ago
Add delete option to editor window layout manager
5 Months Ago
Added ability to save editor layouts and restore them (sbox/issues/1349) https://files.facepunch.com/tony/1b1911b1/parsecd_KuRA9SaPEO.mp4 Fixed duplicate "New Asset Browser" after hotloading tools
5 Months Ago
Expose overriding envmap face size, add SceneCubemap.RenderSize
5 Months Ago
Refactor to ZNear and ZFar properties to match Camera
5 Months Ago
Expose controlling cubemap near far planes, add SceneCubemap.NearFarPlanes
5 Months Ago
Force re-render cubemap if m_bRenderDirty
5 Months Ago
Add SceneCubemap.RenderDirty()
6 Months Ago
Would be good if I actually clamped this value
6 Months Ago
Experiment moving log counts to status bar
6 Months Ago
Add try catch to compile.complete event, any exception that gets thrown in that event will halt the compile forever
6 Months Ago
Add setItemEnabled to NativeEngine.QComboBox Add enabled parameter to ComboBox.AddItem Show all code editors, even if they're not installed, but disable the button
6 Months Ago
Move ConsoleWidget to addon so I can hotload it (move it back when done), add splitter window for stack trace viewer instead of using main inspector window https://files.facepunch.com/tony/1b0911b1/sbox_LIfiBOFDPg.png StatusBarLog experiments https://files.facepunch.com/tony/1b0911b1/pfmbUSg70M.png Kill StatusBarLog after some time, based on LogEvent level Give StackTraceProperty a MinimumWidth so it pops out at a readable size Clear current stack trace entry when clearing the console On compile, store diagnostics in console and display warnings/errors. When clearing console, always show important diagnostics Progress on supporting showing 'simple' stacks for diagnostics ConsoleEntry refactor, can read simple stack of diagnostic messages now Refactor More cleanup Sort diagnostics by severity / project, so errors are output last on compile Clear status bar on compile, remove test button Delete Error List Move some code back to Engine, raise console dock when clicking status bar log Move ICodeEditor, CodeEditor to Sandbox.Tools (code editor implementations and events are still in base addon) StackTraceProperty row clicks can use CodeEditor again
6 Months Ago
Move ICodeEditor, CodeEditor to Sandbox.Tools (code editor implementations and events are still in base addon) StackTraceProperty row clicks can use CodeEditor again
6 Months Ago
Move some code back to Engine, raise console dock when clicking status bar log
6 Months Ago
Delete Error List
6 Months Ago
Clear status bar on compile, remove test button
6 Months Ago
Sort diagnostics by severity / project, so errors are output last on compile
6 Months Ago
More cleanup
6 Months Ago
Refactor
6 Months Ago
ConsoleEntry refactor, can read simple stack of diagnostic messages now
6 Months Ago
On compile, store diagnostics in console and display warnings/errors. When clearing console, always show important diagnostics Progress on supporting showing 'simple' stacks for diagnostics
6 Months Ago
Clear current stack trace entry when clearing the console
6 Months Ago
Give StackTraceProperty a MinimumWidth so it pops out at a readable size
6 Months Ago
Kill StatusBarLog after some time, based on LogEvent level
6 Months Ago
StatusBarLog experiments https://files.facepunch.com/tony/1b0911b1/pfmbUSg70M.png
6 Months Ago
Move ConsoleWidget to addon so I can hotload it (move it back when done), add splitter window for stack trace viewer instead of using main inspector window https://files.facepunch.com/tony/1b0911b1/sbox_LIfiBOFDPg.png
6 Months Ago
Pass streamer events to IGameMenuDll
6 Months Ago
Add Cookie.Remove( key )
6 Months Ago
PopupWidget: Use real widget position for animation as it could've changed w/ ConstrainToScreen call
6 Months Ago
Revert ActionGraphs inclusion, doesn't make a .xml file so it's failing the build
6 Months Ago
Include Facepunch.ActionGraphs.dll when uploading doc assemblies
6 Months Ago
Let speech recognition API work in GameMenu realm
6 Months Ago
TTS: Expose voice selection to Synthesizer + Synthesizer.InstalledVoices + Synthesizer.TrySetVoice( string name ) + Synthesizer.TrySetVoice( string gender, string age )
6 Months Ago
Added ProjectedDecalSceneObject - Removed SceneWorld related methods in DecalSystem that I added previously - Doesn't support receiving lightmap info (yet)