branchsbox/mastercancel

11,215 Commits over 1,338 Days - 0.35cph!

10 Months Ago
Removing type tag updates asset browser history Fixes sbox/issues/1169
10 Months Ago
Fix "Parent Folder" being active when in cloud asset node Do not hide facets panel when there are no facets In asset browser, so you can still access sorting options, and it is less jarring Fix TagEdit.OnEdited being fired twice for the same text Fixes sbox/issues/1169 Pressing F5 refreshes the asset list in the asset browser
10 Months Ago
Fixed a couple of warnings
10 Months Ago
Update templates - Use package selector modal instead of replacing pages w/ a map selector - Use pointer cursor on buttons in main menu Having a separate repo for templates is starting to annoy me
10 Months Ago
Changes to ModelDoc outliner https://files.facepunch.com/rubat/1b1911b1/6zEGaMnR6A.png
10 Months Ago
All the stuff I just missed with .addon -> .sbproj, can still add inactive .addon and have it rename, don't do -project content projects as if they're games
10 Months Ago
.addon becomes .sbproj (auto renames), editor creates file association, rework -project make it simpler https://files.facepunch.com/matt/1b1911b1/explorer_Os0Tf2Y8l7.png
10 Months Ago
Support bodygroups for citizen skins
10 Months Ago
Fix crash when dragging cloud models quickly in/out of MapView
10 Months Ago
Don't spam Draw: No Material Mode? from RenderTools::Draw, it's valid for there to be no valid mode when you're under tool vis modes
10 Months Ago
Use s&box logo as window icon for welcome screen 👋
10 Months Ago
Trace.RunAll() - return empty array instead of null for no results Fix copying text throwing exception
10 Months Ago
Revert "Don't clean up Release path when running processor codegen shit, fixes razor gen when testing release builds" This reverts commit 738d6ef11f5591743600177ff476b7d5138f9741.
10 Months Ago
Don't clean up Release path when running processor codegen shit, fixes razor gen when testing release builds
10 Months Ago
Max 32 chars for ident edit, don't show sandbox gamemode twice Add icons for all file menu items Add "Open in Editor" context menu option to ProjectRow, shows up for library/tools/addon projects Make StartScreen a BaseWindow, add HasMaximizeButton
10 Months Ago
Only call UpdateShadow for physics body if we have a shadow controller, physics body scale is getting stomped
10 Months Ago
Don't release jump list object unless it's succeeded (should fix crashes on Proton and maybe weird Windows setups), release another thing too
10 Months Ago
Be more lenient on light direction validation mask for directional AO, make sure that aoproxies don't clip through citizen's arms Directional AO can use more steps now that it's cheaper
10 Months Ago
Shadergraph: only compile preview shader for the current render API
10 Months Ago
StartScreen is no longer modal Cap IdentEdit to 16 chars Split out Explorer into 3 tabs now that our docking doesn't suck Draw active project at top of Project tab
10 Months Ago
ShaderGraph: Use .source2/temp folder that is actually mounted instead of absolute path shaders, these go properly through the ShaderTypeManager and get the right offsets then Can compile Vulkan shaders on shadergraph / shaderhook now without crashes on DX11 🤯
10 Months Ago
ShaderGraph: Dynamic branch UseSecondaryCoord in texture coord in preview mode to avoid a shader recompile for this option
10 Months Ago
Do finer steps on soft shadowing of directional AO https://i.imgur.com/VDwm44j.png
10 Months Ago
Don't use Trace.WorldAndEntities in MoveHelper
10 Months Ago
Allow VoxelChunk to be created without dependency on VoxelSurface
10 Months Ago
Remove very last DX9 references from source code 🫡 rubikon: Fix double free crash in CMultiworldSoftbodyStepper
10 Months Ago
Cleaned up template vmap (removed missing models)
10 Months Ago
Use Sound.Listener as a priority in SoundscapeFrame
10 Months Ago
Add AnimatedEntity.CopyAnimParameters to be able to easily sync params from another entity like player to viewmodel
10 Months Ago
Update first_person_arms_punching.vanmgrph_c
10 Months Ago
[ pick ] Pick reprojection transform constants from SSR branch [ Pick ] let reflections api be more generic to use
10 Months Ago
Racer Helmet Adjustments + Closed Visor version https://files.facepunch.com/daniel/1b1411b1/slack_vMj7SB1IEe.jpg https://files.facepunch.com/daniel/1b1411b1/sbox-dev_ALc0Muw9rK.jpg Adjustments to the textures and materials of the visor.
10 Months Ago
Minimal content project no longer adds a default map file Also renamed the project to "empty". Map files can still be created via right click in the asset browser
10 Months Ago
When closing or opening a game project, run disconnect & close active menu
10 Months Ago
Fix setting GameLobby.ConVars not checking correct key for input Remove Map options for Game projects (this stuff to be handled in game menus only in future) Remove map select stuff from LaunchConfig Remove validate map stuff from GameMenuInstance Obsolete ValidateMap, MapSelectionMode and MapList
10 Months Ago
Close project creator when creating not a game project Tools PopupWindow correctly sizes to content Descriptions for tool/library minimal projects
10 Months Ago
Add .idea to .gitignore
10 Months Ago
Fix streaming resampled audio, keep decoding until there's enough for output
10 Months Ago
Fix ReadStructuresFromStream overflow Fix ByteStream exploits Seal some classes
10 Months Ago
Update Qt with backported QTextEngine fixes for shitty strings TextEdit.AppendHtml remove invalid control characters, Qt has an open report on crashes caused by these.. and they're invalid anyway
10 Months Ago
Add DistanceMin and DistanceMax to music player
10 Months Ago
Give ProjectCreator "Create" button an icon
10 Months Ago
Update templates (shooter game menu, template descriptions)
10 Months Ago
Launcher: minor content mode cleanup Launcher: make a new empty-ish config when opening a config editor
10 Months Ago
Set the same expandgroup margin in StartScreenHome too
10 Months Ago
Fix crash with procedural materials
10 Months Ago
Remove ProjectList ExpandGroup top margin
10 Months Ago
Set cursor type for IconButton Add some tooltips to welcome screen
10 Months Ago
Audioplayer (#1167) Add MusicPlayer class to stream mp3 etc from disk or URL with control over playback (seeking, pausing, looping etc)
10 Months Ago
Always show "edit configurations" option in launcher regardless, open project settings or global config editor based on context