reposboxcancel

22,504 Commits over 1,614 Days - 0.58cph!

3 Years Ago
Use SetProperty to update game settings for other players in the lobby
3 Years Ago
Use Switch instead of Checkbox in lobby UI for game settings
3 Years Ago
Make it clearer that ConVars are not automatically created for you
3 Years Ago
Silent fail handling for game settings deserialization if the game is started by dedicated server or via the console
3 Years Ago
Revert "Lobby Settings (#432)" This reverts commit 5c0ad1204fb7ad45bf2b63b7cec6c08d322a66c0.
3 Years Ago
Lobby Settings (#432) * Add LobbySettingsPage stub * Initial version of adding lobby settings (I don't love it, still learning this Qt stuff, v0.0.1) * Add first iteration of UI for changing settings in a lobby and applying them as lobby data / should auto update for clients to view * Some cleanup. Don't put lobby settings into seperate tab. Add GameSettingType.Choice (not implemented yet.) Run game setting convars immediately (this seems to set server-side but isn't being replicated??) * Added support for choices in the settings page * Some cleanup. Add support for choice setting types in the lobby settings * Only create all settings if the Game property (package) is set (BaseGamePanel sets it async) * Improved styling a little for GameSettingsPage * Add GameSettings dictionary as a property, ensure a blank default and clean up cookie values if the settings have been removed * Bind GameSettings in GameLobby.html * Added a button to delete a setting * Fix typo * Left-hand scroll pane and add button for settings and tidy up * Updated to use NavigationView and add EditConVarPage * Style tweak * Remove unused code * Some tidy up and add info explaining how they work and a warning that ConVar.Replicated is preferred * Change wording * Change ConVarName description * Automatically update page names when the Display Name is changed * Automatically show a default new setting page if there's none existing. Update the page icon automatically based on display type and if it's a new setting * Remove the big shit delete button and add a context menu on the page item * Default -> Default Value * Fixed documentation on FloatSliderProperty/IntSliderProperty and added Step and Format support * Added GameSettingType.Integer and GameSettingType.Float * Fixed lobby data for game setting convars being stomped by cookies * Added GameSettingType.Float and GameSettingType.Integer support to settings page and lobby * Have the game settings scroll with a max height so they don't end up being overlapped by start game button etc * Update step and format value for game lobby slider control to match the one in project settings * Use gamesettings convar for lobbies and various other feedback fixes * Throw deserialization into try/catch and use ConVar.Server instead of ConVar.Replicated * Hide away "convar." string prefixes from addon code into Set/GetConVar methods for Lobby so the API is nicer * Added documentation to GameSetting * Added some extra doc
3 Years Ago
Added documentation to GameSetting Added some extra doc
3 Years Ago
Fixed ambiguous property match in HasSkipHotloadAttribute Fixed PropertySheet AmbiguousMatchException Would happen if a subclass redeclared a property with "new"
3 Years Ago
Added IBasePathNode It is used as an abstraction between BasePathNode and BasePathNodeEntity, so they can be mixed and matched, for example as arguments to BasePathEntity.GetPointBetweenNodes and GetCurveLength Greatly simplified implementation of BasePathEntity.GetPointBetweenNodes Added Vector3.CubicBeizer Add Vector3.OneX/Y/Z obsolete messages
3 Years Ago
Length Documentation ConsoleSystem documentation Documenting CurrentView, Local, Screen Document ThreadSafe Document Host Document GameServices Physics Documentation (kind of)
3 Years Ago
Obsolete Vector3.OneX, OneY, OneZ
3 Years Ago
Only enable vr_depth_submit on Oculus as their positional timewarp is the only thing that makes use of it. WMR OpenVR driver would instantly crash on depth submits, so this resolves that too.
3 Years Ago
Added TrustedBinaryStream * Required by AssemblyRegistation * Only created by AccessControl Rename `AssemblyRegistation` to `AssemblyRegistration` Move TrustedBinaryStream to Sandbox.Access, so it's hidden from users
3 Years Ago
Hide away "convar." string prefixes from addon code into Set/GetConVar methods for Lobby so the API is nicer
3 Years Ago
Added TrustedBinaryStream * Required by AssemblyRegistation * Only created by AccessControl Rename `AssemblyRegistation` to `AssemblyRegistration` Move TrustedBinaryStream to Sandbox.Access, so it's hidden from users
3 Years Ago
Fix steam audio probes not generating
3 Years Ago
Throw deserialization into try/catch and use ConVar.Server instead of ConVar.Replicated
3 Years Ago
Use gamesettings convar for lobbies and various other feedback fixes
3 Years Ago
Make Rect3D internal Testing Documentation Categories
3 Years Ago
Delete ColorXYZ, color-interpolation
3 Years Ago
Add back nav preappends
3 Years Ago
Reorganize navigation namespace
3 Years Ago
Update step and format value for game lobby slider control to match the one in project settings
3 Years Ago
Have the game settings scroll with a max height so they don't end up being overlapped by start game button etc
3 Years Ago
Fixed documentation on FloatSliderProperty/IntSliderProperty and added Step and Format support Added GameSettingType.Integer and GameSettingType.Float Fixed lobby data for game setting convars being stomped by cookies Added GameSettingType.Float and GameSettingType.Integer support to settings page and lobby
3 Years Ago
Revert "Fix prediction not being turned off on physics enabled entities" This reverts commit 3f96e29c154feba32031430911f25ec88c4108e4.
3 Years Ago
Fix prediction not being turned off on physics enabled entities
3 Years Ago
Citizen/animgraph: updated Pistol_2H_Pose_Crouching_01
3 Years Ago
Revert "Rect/Margin.Left/Right/Top/Bottom capitalized" This reverts commit a341d660819ccc63d6d3b9c2571ba45bc7e49bbe.
3 Years Ago
Rect/Margin.Left/Right/Top/Bottom capitalized lowercased variants obsoleted, warnings all fixed up
3 Years Ago
Default -> Default Value
3 Years Ago
Remove the big shit delete button and add a context menu on the page item
3 Years Ago
Automatically show a default new setting page if there's none existing. Update the page icon automatically based on display type and if it's a new setting
3 Years Ago
Automatically update page names when the Display Name is changed
3 Years Ago
Don't save a file to C:\\temp\\aaaa.zip during compile
3 Years Ago
Fix all newly introduced obsoletes
3 Years Ago
Auto document (#440)
3 Years Ago
Add Margin/Rect.Width/Height, obsolete lowercase variants Consistency with other properties and classes
3 Years Ago
Cleaning up Rect struct Added proper method descriptions Obsoleted Rect.GetEdges, Rect.EdgeSize, use Margin struct Removed Rect.Add( Vector3 ) (Vec2 overload works with Vec3, no addons broke) Added Rect,Add( Vector2 ) Obsoleted all Expand/Contract overloads, use Shrink/Grow Rework how asset browser thumbs are sized Added Rect = Rect.Contain( size, align ) Added Pixmap.Size mimicking Rect.Size
3 Years Ago
Change ConVarName description
3 Years Ago
Change wording
3 Years Ago
Some tidy up and add info explaining how they work and a warning that ConVar.Replicated is preferred
3 Years Ago
Build addons as part of ci/pull Upload zip on ci
3 Years Ago
Get free dragging working from C# using the native stuff for it that does loads of shit. Tidy up lots of redundant parameters since we pass the CMapView now Make static ToolRender class that uses the current CToolRenderContext - only called from Hammer MapView atm Hook up some quick and dirty progress indicators for cloud models in hammer. Fair bit of shit code, but I want to get the flow good first https://files.facepunch.com/matt/1b1711b1/sbox_baEO6vIdim.mp4
3 Years Ago
Fix CI complaining about Steam
3 Years Ago
Fix addons writing .vs folder in a random place Zip up documentation assemblies Run sbox-dev.exe -test on pull/ci
3 Years Ago
Compiled resources again
3 Years Ago
Allow optimizer to keep transition information fixes path speed
3 Years Ago
Style tweak Remove unused code
3 Years Ago
Updated to use NavigationView and add EditConVarPage