reposboxcancel

17,546 Commits over 1,338 Days - 0.55cph!

1 Year Ago
Refactor Can get a list of languages Add language selection to settings
1 Year Ago
Hide the entire map field in the lobby settings when Map Select mode is set to Hidden for a game. This fixes it just showing "Map" with nothing underneath in this mode. Merge branch 'master' into fix-replicated-convars
1 Year Ago
Hide the entire map field in the lobby settings when Map Select mode is set to Hidden for a game. This fixes it just showing "Map" with nothing underneath in this mode.
1 Year Ago
Add Panel.LanguageChanged(), update labels when language changes
1 Year Ago
Strip out a bunch of unused language stuff from engine Change cl_language to language, make it save Menu localization tests
1 Year Ago
Set replicated ConVar values after AddConVar to avoid parent/child ConVar default value mis-match and ensure value is set client-side
1 Year Ago
Defer setting values for replicated ConVars received from server info until the ConVars are added from the game client-side. This fixes connecting clients not having replicated ConVar values set correctly (because the ConVar doesn't exist at the time they receive them.)
1 Year Ago
Localization basics
1 Year Ago
Remove HasActive guard for value property on Slider as it prevents value change events when dragging the slider
1 Year Ago
Fixed list rebuild taking ages Fixed propertysheet bouncing about on change
1 Year Ago
Unfuck model compiling - oops sorry
1 Year Ago
Binding system supports deep properties Fix Binding system bouncing when types differ Sandbox.UI uses Sandbox.Bind, obsolete old bind system (mostly) Delete in game ListInspector Replace Panel.BindClass with Bind system Add layout.Enabled Simplify public bind api for this first run Remove unused junk
1 Year Ago
StackOverflow catching (codegen)
1 Year Ago
Delete p4_quiet_edit.exe Remove unused code Delete audioparams_t Remove unused m_fog
1 Year Ago
Remove a bunch of vtex_c files from citizen that don't have .generated on them
1 Year Ago
Modeldoc: Allow bones to be compiled even when there's no skinning data
1 Year Ago
SetLinearVelocity and SetAngularVelocity ignore unreasonable values, also warn the user about it - this was breaking the physics simulation
1 Year Ago
Animgraph: Set new parameter defaults for networked and predicted based on network settings. ServerAuthoritative: networked, not predicted. ClientPredicted: networked, predicted
1 Year Ago
Get rid of EFL_HAS_DYNAMIC_PHYSICS, add a network bool instead
1 Year Ago
Fix PointerEvents confusion (fixes sbox-issues/issues/2015)
1 Year Ago
Removed unused dev vmaps Removed broken keyvalues from env and lighting vmaps
1 Year Ago
Disable embree testing, looks stable now
1 Year Ago
Use PhysicsHullFile for trashcan now we know tunneling issues were caused by suboptimal hull from PhysicsHullFromRender Modeldoc: Change PhysicsHullFromRender default simplification algo to IFR instead of IVR, meant to give better results
1 Year Ago
Add Vector3.SmoothDamp Add Rotation.SmoothDamp
1 Year Ago
Delete junk vtex_c files in industrial_strip_light and do a recompile of the materials
1 Year Ago
SetupPhysicsFromOBB computes orthographic areas and calculates mass, fixes some large custom models from destroying the physics engine
1 Year Ago
Don't copy transform animation data if we don't have any
1 Year Ago
Workaround for boneflag crash until we find the root
1 Year Ago
Don't call OnNewModel for prop if we failed to load a model Possible fix to crashing
1 Year Ago
Add documentation to DebugOverlay
1 Year Ago
Move NodeEditor to Tools.NodeEditor Move Sandbox.InternalTests to Sandbox.Internal.Tests Move everything in the tools addon under the tools namespace Get rid of Tools.ApplicationTimingsWidget namespace
1 Year Ago
Undone the `Sandbox.Internal.Documentation` stuff - this wasn't the best way
1 Year Ago
Null ErrorList singleton on destroy Fix for sbox-issues/issues/2175
1 Year Ago
Set game settings to their default if no override found (for dedicated servers, launcher) in the future we can make it so you can specify game setting values in launcher configs
1 Year Ago
Vector4 docs
1 Year Ago
Panels with pointer-events set HasMouseInput / HasMouseVisible
1 Year Ago
Cleanup Vector2 Rearranged stuff Obsolete GetDot, GetDistance, GetDistanceSquared - Use Dot, DistanceBetween, DistanceBetweenSquared which is consistent with Vector3 Vector2 docs adjust vec3 docs Hide operators in a region for Vector2/3/4 and Angles There's too many of em Minor reorganizing for Matrix, Rect, Rotation Fix obsolete warning
1 Year Ago
FloatExtension docs BBox doc fixes Line struct docs Plane struct docs Give Sphere struct a description some Matrix struct docs Expand on Rotation description
1 Year Ago
Obsolete Angles.Length(Sqr) I don't know what Length of an angle is. Angles class documentatiion Vector3 class documentation and minor cleanup Rearranged location of functions so that they are not randomly scattered about. Fixed XML comment warning
1 Year Ago
New Outfit Piece! - Sleeveless Jumper https://files.facepunch.com/daniel/1b1911b1/sbox-dev_oKnCkiNzkz.png New Sleeveless Jumper, with a funky design! Skinning in WIP and will shortly be adjusted/fixed.
1 Year Ago
Entity._components shouldn't be accessible Fix warning Strip SetBlurState
1 Year Ago
Document PhysicsWorld slightly
1 Year Ago
Use SetProperty to update game settings for other players in the lobby
1 Year Ago
Use Switch instead of Checkbox in lobby UI for game settings
1 Year Ago
Make it clearer that ConVars are not automatically created for you
1 Year Ago
Silent fail handling for game settings deserialization if the game is started by dedicated server or via the console
1 Year Ago
Revert "Lobby Settings (#432)" This reverts commit 5c0ad1204fb7ad45bf2b63b7cec6c08d322a66c0.
1 Year 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
1 Year Ago
Added documentation to GameSetting Added some extra doc
1 Year Ago
Fixed ambiguous property match in HasSkipHotloadAttribute Fixed PropertySheet AmbiguousMatchException Would happen if a subclass redeclared a property with "new"