branchsbox/launchercancel

34 Commits over 0 Days - ∞cph!

1 Year Ago
Fixed ConfigEditor viewing configs twice on startup We've already got the newly added config here, don't bother with Configs.Last
1 Year Ago
Set active gamemode on launcher config update Hammer "Load in engine after building" will pick from Launcher this way
1 Year Ago
Remove duplicate PropertyUpdated
1 Year Ago
Reserve launcher toolbar in EditorMainWindow Add launcher widget, remake it and add to toolbar on refresh First draft for launch config editor UI Pass toolbar ref through event instead of exposing singleton Remove ConfigListView, ConfigPropertySheet, start writing configs to cookie https://files.facepunch.com/devultj/1b0311b1/sbox_7WhaYhvFjc.mp4 Can generate launch configs from addon configs Toolbar grabs launch configs + analyses enabled addons, hook up play/stop buttons Add PropertySheet.PropertyUpdated Remove Auto prefix from generated options, give them icons instead Remove unnecessary layout on LaunchConfigEditor Fixes "Attempting to add QLayout" warning every time it's being made Update launcher combobox style, button style, clean up Fixed launch combo box vertical alignment Persist the last selected config and select it on load Stop selecting multiple list view items, scroll to item if possible Additionally, select our new config when creating it Reserve launcher toolbar in EditorMainWindow First draft for launch config editor UI Pass toolbar ref through event instead of exposing singleton Remove ConfigListView, ConfigPropertySheet, start writing configs to cookie https://files.facepunch.com/devultj/1b0311b1/sbox_7WhaYhvFjc.mp4 Toolbar grabs launch configs + analyses enabled addons, hook up play/stop buttons Add PropertySheet.PropertyUpdated Moved Tools toolbar to the left of the Editor Removed settings button, embed it in the combo box list Also added a check to ensure we're not displaying content/tool/model addons in generated configs Removed unused code, cleanup Add InGame, MapName, GameIdent to Tools.Globals Inform tools when game loop starts / ends Update Launcher icons on gameloop update Stop button gets disabled when it's not needed, play button turns into a restart button when in-game Execute Config.PostLaunchCommands on gameloopstart OnGameLoopStart -> OnGameLoopStarted Launch Configs read addon metadata for compatible maps/games Cleanup Remove args from OnGameLoopStopped, as they're not needed Re-add icons to generated configs, add Generated suffix Give display names to game / map, renamed MapIdent to MapName Moved config name outside of Identity section Pre/PostLaunchCommands as string, split by semi-colon params Add footer with save/discard buttons to config editor Add static AddonConfig.GetPackageType so we can convert anywhere Added addon editor properties, and addon selector window We've got a few windows that are doing the same thing here, so I'm gonna look into unifying it shortly. https://files.facepunch.com/devultj/1b0711b1/sbox_ICOQ0r16AU.mp4 Use package information for local addons where possible Don't query local addons in OnPaint, use Package.IsRemote Grey out Save button by default Refresh config list when local addons are changed Add IntSliderProperty Clamp LaunchConfig.MaxPlayers Fix error when commands are null Focus AddonSelector search filter when it opens Changed AddonProperty to LineEdit to support write-ins, made LineEdit.Value virtual Only show launcher refresh icon when the current game matches the selected configuration
1 Year Ago
Only show launcher refresh icon when the current game matches the selected configuration
1 Year Ago
Changed AddonProperty to LineEdit to support write-ins, made LineEdit.Value virtual
1 Year Ago
Focus AddonSelector search filter when it opens
1 Year Ago
Fix error when commands are null
1 Year Ago
Add IntSliderProperty Clamp LaunchConfig.MaxPlayers
1 Year Ago
Refresh config list when local addons are changed
1 Year Ago
Grey out Save button by default
1 Year Ago
Don't query local addons in OnPaint, use Package.IsRemote
1 Year Ago
Use package information for local addons where possible
1 Year Ago
Add static AddonConfig.GetPackageType so we can convert anywhere Added addon editor properties, and addon selector window We've got a few windows that are doing the same thing here, so I'm gonna look into unifying it shortly. https://files.facepunch.com/devultj/1b0711b1/sbox_ICOQ0r16AU.mp4
1 Year Ago
Re-add icons to generated configs, add Generated suffix Give display names to game / map, renamed MapIdent to MapName Moved config name outside of Identity section Pre/PostLaunchCommands as string, split by semi-colon params Add footer with save/discard buttons to config editor
1 Year Ago
Remove args from OnGameLoopStopped, as they're not needed
1 Year Ago
Cleanup
1 Year Ago
OnGameLoopStart -> OnGameLoopStarted Launch Configs read addon metadata for compatible maps/games
1 Year Ago
Execute Config.PostLaunchCommands on gameloopstart
1 Year Ago
Add InGame, MapName, GameIdent to Tools.Globals Inform tools when game loop starts / ends Update Launcher icons on gameloop update Stop button gets disabled when it's not needed, play button turns into a restart button when in-game
1 Year Ago
Removed settings button, embed it in the combo box list Also added a check to ensure we're not displaying content/tool/model addons in generated configs Removed unused code, cleanup
1 Year Ago
Moved Tools toolbar to the left of the Editor
1 Year Ago
Fire exit - lods, self illum and terry skin Merge branch 'master' of sbox Citizen/animgraph: hooked up swimming idle anim Animgraph: Allow bone merged models to be enabled/disabled Fix incorrect morph position delta scaling Merge branch 'master' of sbox Remove Legacy Compile Collision Mesh Remove CBaseEntity::FVisible Ceiling and round light - breakable light prefabs Merge branch 'master' of sbox Hammer: Remove large toolbar from map window, tuck into a small layout icon button - I'll probably shuffle some things from the "Fullbright" menu into this still. Also fix the icons for these layouts using the wrong path. https://files.facepunch.com/matt/1b0411b1/sbox_tVMBcvmiCL.jpg Don't open the legacy asset browser on startup, make it so you can access it easily from the tools menu bar still though for now Silence steam audio Embree init message by default mesh glue cleanup Fix underwater fog when using FSR fire extinguisher - mount lods Merge branch 'master' of sbox Citizen/animgraph: idle optimizations Added the previously on-the-fly variants of the idle additive as "pre-made" animations. This reduces the overall number of nodes & animation fetches. Fix baked volumetric fog Fix glow outline on water ModelDoc: Apply scale and mirror to helpers Enable scale and mirrors on hitboxes again Don't depth test on DebugShowHitboxes Modeldoc: Apply all scale and mirrors to helpers seeing as there can be multiple of them Unset D_ENABLE_INDIRECT combo on volumetric fog shader and leave it always on, indirect volume lightmap is also used for baked fog! Add clip planes for spritecard, should fix physgun trail clipping on water Iterate on ModelDoc default layout widget sizes Make asset inspector preview/dependencies take a bit less space Fix up toolbar styling for dropdowns Reduce default min width for qt combo boxes causes issues in tools and auto shrinking Citizen: HitboxSetList is now scaled correctly following ScaleAndMirror fix New Outfit Piece! Tactical Gloves New tactical gloves to finish off the Tactical Gear outfit! Including LODs. https://files.facepunch.com/daniel/1b0511b1/Photoshop_N0hdJRjcxj.jpg As well as this, we have some adjustments to the skinning of a few assets, tactical vest, leather jacket, and longsleeve shirt and jacket. Merge branch 'master' of sbox ModelDoc UI tweaks MaterialGroup UI - fixed text contrast & made the editor able to shrink to fit node editor width, no more horizontal scrollbars RenderMeshFile UI - reduced size of "Excude by default" text and allowed it to shrink to avoid horizontal scrollbars Animations Controls widget/tab - reduced minimal required horizontal width Merge branch 'master' of sbox Fix depth prepass not working ScenePanels now handle MSAA properly Reserve launcher toolbar in EditorMainWindow Add launcher widget, remake it and add to toolbar on refresh First draft for launch config editor UI Pass toolbar ref through event instead of exposing singleton Remove ConfigListView, ConfigPropertySheet, start writing configs to cookie https://files.facepunch.com/devultj/1b0311b1/sbox_7WhaYhvFjc.mp4 Can generate launch configs from addon configs Toolbar grabs launch configs + analyses enabled addons, hook up play/stop buttons Add PropertySheet.PropertyUpdated Remove Auto prefix from generated options, give them icons instead Remove unnecessary layout on LaunchConfigEditor Fixes "Attempting to add QLayout" warning every time it's being made Update launcher combobox style, button style, clean up Fixed launch combo box vertical alignment Persist the last selected config and select it on load Stop selecting multiple list view items, scroll to item if possible Additionally, select our new config when creating it Merge branch 'launcher' of sbox into launcher
1 Year Ago
Stop selecting multiple list view items, scroll to item if possible Additionally, select our new config when creating it
1 Year Ago
Persist the last selected config and select it on load
1 Year Ago
Fixed launch combo box vertical alignment
1 Year Ago
Update launcher combobox style, button style, clean up
1 Year Ago
Remove unnecessary layout on LaunchConfigEditor Fixes "Attempting to add QLayout" warning every time it's being made
1 Year Ago
Remove Auto prefix from generated options, give them icons instead
1 Year Ago
Add PropertySheet.PropertyUpdated
1 Year Ago
Can generate launch configs from addon configs Toolbar grabs launch configs + analyses enabled addons, hook up play/stop buttons
1 Year Ago
Remove ConfigListView, ConfigPropertySheet, start writing configs to cookie https://files.facepunch.com/devultj/1b0311b1/sbox_7WhaYhvFjc.mp4
1 Year Ago
Pass toolbar ref through event instead of exposing singleton
1 Year Ago
Reserve launcher toolbar in EditorMainWindow Add launcher widget, remake it and add to toolbar on refresh First draft for launch config editor UI