reposboxcancel

17,179 Commits over 1,308 Days - 0.55cph!

6 Months Ago
Refactor some Graphics files, remove long obsolete methods
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
Add VrMonitor attribute to cubemap rendering, should stop AO proxies from showing up
6 Months Ago
Add PhysicsWorld debug drawing methods for scenestaging
6 Months Ago
Can multiply colors together
6 Months Ago
Enum control closes when you select an option
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
Fixed TypeSerializedObject ordering so calls to OnPropertyChanged will have the new value
6 Months Ago
Include sheet_sampling.fxc
6 Months Ago
ResourceLibrary.Resolve assumes GameMenu if none is set. This might break some stuff, if it does we need to context wrap those calls. Fixes this stuff when editing in Scene system, no logical place to wrap.. https://files.facepunch.com/garry/3a7bb7e9-3040-4937-8d02-e7e73f6b4efb.png
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
Slight mistake
6 Months Ago
Allow creating empty mesh vertex buffer, cache off layout and type so it can be created on resize later
6 Months Ago
TypeSerializedObject updates its properties when it detects a change Cleanup, NRE fixes Implement GroupName in TypeSerializedObject Add GroupAttribuite, ToggleGroupAttribuite Add ability to add sub-layouts to control sheet
6 Months Ago
Fix FindIntEditInfo returning junk if not set Tag texture sheets and animated sheets, so we can filter them in the asset browser Rebuild a bunch of textures to get the new ints in them Start access to sequence info, ready for someone else who isn't me to finish
6 Months Ago
Fixed sboxgame/issues#4132 There might be a deeper issue at play, but this should at least make it usable
6 Months Ago
Fix shadergraph error when compiling
6 Months Ago
ResourceControlWidget: Add Open In Editor to context menu Gizmo.SceneSettings.CameraZFar default from 10,000 -> 100,000
6 Months Ago
Test of multiple frusta support for shadow maps on shader 🥳
6 Months Ago
Disable r_enable_high_precision_lighting, just ends up overcomplicating code, reevaluate if this actually affects much away from world origin, will make vPositionWithOffsetWs just become vPositionWs in shaders if fully removed Take shadow frustra from BuildShadowFrustaForLight() that matches what's on the shadow map renderer, rather than rebuilding it with twice the code
6 Months Ago
Test reproducing sboxgame/issues#4125 Fixed sboxgame/issues#4125 Bad assertion, local functions won't become static if they reference only 'this'
6 Months Ago
Test reproducing sboxgame/issues#4125
6 Months Ago
Add SceneDynamicObject
6 Months Ago
Pass streamer events to IGameMenuDll
6 Months Ago
Ambient light, new strategy for shadow frusta
6 Months Ago
Re-add streaming mode stuff to menu - same as before (would be better in settings imo, but this works for now)
6 Months Ago
Add Cookie.Remove( key )
6 Months Ago
Fix MainThreadjob getting stuck because we release/delete MainThreadjob holding the CompleteEvent, while shit is waiting.
6 Months Ago
Update Facepunch.ActionGraphs Include .pdb from Facepunch packages in builds Revert "Reverting attempting to send Facepunch.ActionGraphs" This reverts commit 6e264f87f6b172af884e0b420c26c05f1d7b6e0a.
6 Months Ago
Reverting attempting to send Facepunch.ActionGraphs Needs the .pdb next
6 Months Ago
Include docs .xml from any Facepunch.* NuGet package on build Revert "Revert ActionGraphs inclusion, doesn't make a .xml file so it's failing the build" This reverts commit 88a50a2706c5b767a61d841af038fb97677b63c4.
6 Months Ago
PopupWidget: Use real widget position for animation as it could've changed w/ ConstrainToScreen call
6 Months Ago
Always use texture hookup thread pool instead of trying to use the shared thread pool
6 Months Ago
Don't yield jobs when we are one
6 Months Ago
Diagnostic TOOLS_STALL_MONITOR_SCOPE in GetMaterial
6 Months Ago
Add Texture.SequenceData, Texture.SequenceCount Fix render errors if SceneCustomObject turned null due to hotload Fix FolderNode errors when deleting a folder
6 Months Ago
Update trace solver
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
Citizen/animgraph: added experimental Sprint_N animation (doesn't play nice with compositing yet)