branchsbox/mastercancel

14,084 Commits over 1,583 Days - 0.37cph!

3 Months Ago
Move Folder Metadata from EditorCookies to ProjectCookies. Use relative paths instead of absolute paths.
3 Months Ago
PreviewSound gradient now visually follows the Falloff of the sound instead of purely being there for aesthetics https://files.facepunch.com/CarsonKompon/2024/October/29_18-40-LightsalmonBudgie.mp4
3 Months Ago
Adjust sound defaults and hopefully fix most falloff-related issues.
3 Months Ago
Can give an optional target to scene event nodes Fixes Facepunch/sbox-issues#6726
3 Months Ago
Add TreatWarningsAsErrors compiler option Add TreatWarningsAsErrors to built-in addons Helps us catch warnings before the build fails because of BuiltInTests.NoWarnings Add some default lighting to game object thumbs if scene is unlit
3 Months Ago
Fix SoundEvent JsonUpgrader to accommodate for RangedFloat values.
3 Months Ago
Store pages, checkout
3 Months Ago
Added Distance/Falloff to Sounds (#1682)
3 Months Ago
Mouse back/forward buttons in asset browser Clean up history logic a bit
3 Months Ago
Add scroll layout enter/exit events to ListView Asset browser: only render thumbnails for assets within visible scroll region, dequeue when culled Don't refresh whole browser content when a thumbnail is updated Just do a single thumbnail render per frame for now, feels less janky
3 Months Ago
Fade out items you don't own in avatar scene
3 Months Ago
Fix warning
3 Months Ago
Add "Go To Folder" in recents
3 Months Ago
Fix compiled asset filtering
3 Months Ago
Catch case when ResourceProperty has no asset
3 Months Ago
Steam inventory service
3 Months Ago
Use cloud asset type instead of file extension for filters in Cloud Browser. Resolves Facepunch/sbox-issues#6721
3 Months Ago
Long Folder names will wrap in Asset Browser icon view
3 Months Ago
Reorganise cloud browser sidebar, add type shortcuts Add count badge to cloud Installed node Fix qt exception when installing cloud assets Cloud browser: Update facet dropdown selection from actual value in query, avoid putting crap in the searchbar from sidebar shortcuts Cloud browser: Still show facet title when there's a selection
3 Months Ago
Fix crash in CModelStream::CopyValuesFromStream, assert out of bounds
3 Months Ago
Add failing hotload test, reproducing #1673 Stricter AreEquivalentTypes, fixes #1673
3 Months Ago
Fix asset context menus in native tools, resolves Facepunch/sbox-issues#6722
3 Months Ago
Add SteamItemDefinitionId to Clothing
3 Months Ago
Humans: fixed compile errors
3 Months Ago
Fix Folder Icons not being centered Added Folder Metadata window. Allows you to change folder Color/Icon and see additional information. Resolves Facepunch/sbox-issues#6705 https://files.facepunch.com/CarsonKompon/2024/October/28_13-38-MeagerIbizanhound.png
3 Months Ago
IsValid() wrapper for main asset browser instance
3 Months Ago
Fix path breadcrumbs not working outside of main asset browser
3 Months Ago
Citizen/animgraph: improved turn poses (and enabled them) as well as standing shuffle
3 Months Ago
Don't hide compiled assets if no source file is available
3 Months Ago
Re-implemented FilterAssetTypes in AssetBrowser and CloudBrowser. ResourceControlWidgets will now only show the selected resources Unify "Show In Explorer" icons in Asset Browser Don't show Games in the Cloud Browser. Don't include in type facet
3 Months Ago
Show 'open with' dialog if we can't open a file Set hammer material when selected (both in cloud and asset browsers) Moving selected facet dropdown entry fetches from current facet entries rather than copying
3 Months Ago
Don't show the menu path for custom assets' file type, just the title Add "Open File Location" shortcut for files in search results, meta locations etc. Tweak context menu icons.
3 Months Ago
Fix asset icons at 16x16, centre Use 16x16 icon for unknown files so that doesn't get cut off Pretty up file modified date, standardised w/ leading zeros so it's nicer in column view
3 Months Ago
Don't try add menu project if we're headless
3 Months Ago
Add flat view back
3 Months Ago
Use full paths for engine asset locations
3 Months Ago
Add 'copy absolute path' option Find root paths automatically instead of just using current project Show base, citizen, and core Better sidebar separation Hide cloud browser when not requested Limit file count for now, need pagination Docs
3 Months Ago
If we're headless, we should shut down SteamGameServer when disconnecting from network system Pass actual version into SteamGameServer init for version. Test server list cmd
3 Months Ago
Only try to filter by asset type if we have any filters on, fixes excluding most files from search
3 Months Ago
Show full file path in window status bar on hover again, resolves Facepunch/sbox-issues#6709
3 Months Ago
Update Dedicated Server bootstrap logs
3 Months Ago
Remove baked cubemaps code from Hammer Fix Hammer default layout. Also add Cloud Browser by default Fixes Facepunch/sbox-issues#6708
3 Months Ago
Dedicated Server (#1679) * Initial branch commit for dedi server message routing * Try to synchronize Connection State through ConnectionInfo where possible * Use Connection.All for filtered broadcasts so that will use ConnectionInfo if exists * TargetedMessage support for byte[] array for already packed messages, and pass in NetTransmission flags for routing as well * For now, one idea is to override SendRawMessage on MockConnection - for these type of Connection we can route through the host * Store Connection internal state if ConnectionInfo doesn't exist then we can just use that * Better synchronization of Connection State - now working as it was before, but should also synchronize other clients properly when on a dedicated server * For filtered connection list / broadcast - if we're the host then use the connections we have, otherwise we should use Connection.All * Include Connection with available connections when broadcasting - as Dedicated Server won't be included in Connection.All (maybe it should, or maybe people should just use Connection.Host) * Serialize TargetMessage flags as byte * system must be set to SendMessage to a Connection. Fix an issue with SenderId when receiving a TargetedMessage - this can't be local, so try to find the connection but if we can't find it just use the source. * Test logs * Some cleanup - fix issue where system isn't initialized so can't serialize. Could be wrong here, but only one system can be active so just use that. * Remove this log * Remove unusued code * Add NetTransmission flag support when using SendMessage via Steam Sockets * Don't forget to add arg to header * Clearer docs here, only log warning if networking debug is enabled here * Some tidy up here * Reset local connection state to Unconnected when closing network system - some debug log for other machine * Close these connections * Remove this log * Add Dedicated Server page to Project Config with its own option for a Startup Scene. When loading a game, if we're headless, use that if its set instead of the usual one. * Don't call INetworkListener.OnActive for dedicated server, similarly don't call OnDisconnected. OnConnected will never get called anyway because it doesn't go through the handshake. * This bit isn't needed actually * Test boot back to main menu * Properly get when disconnected * Use CollectionExtensions properly * Fix test, re-add system member * Fix this state --------- Co-authored-by: Garry Newman <garrynewman@users.noreply.github.com>
3 Months Ago
Fixed Facepunch/sbox-issues#6696
3 Months Ago
Always update the path widget even if it's not a real location
3 Months Ago
Fix asset browser not saving to cookies, bring back history cookie logic (this is all in the project cookie now too)
3 Months Ago
Remove mock GameObject/Prefab code from managed MapEntity Clean up Entity tool as you can no longer add/target games this way # Conflicts: # game/editor/Hammer/Code/Tools/EntityTool.cs # game/editor/Hammer/Code/Tools/EntityTool/EntitySelector.cs Remove Hammer EntityIO UI Remove unused complicated stuff from worldbuilder: point templates, some hardcoded ents, dioramas, ... remove nav markup volumes from fgd ActionGraph source location refactor
3 Months Ago
Save launcher cookies to it's own file Make sure launcher doesn't save editor cookies, they would stomped on close
3 Months Ago
Restore fix for dragging in installed cloud assets, resolves Facepunch/sbox-issues#6703
3 Months Ago
Add WithExtension(this string path, string ext) Refactor rename flyout in asset browser, add error flyout Fixed Facepunch/sbox-issues#6695 https://files.facepunch.com/ziks/2024-10-28/sbox-dev_do9WlbwLbF.mp4