userGarry Newmancancel

19,230 Commits over 3,898 Days - 0.21cph!

3 Years Ago
Pass current map and current game to the menu
3 Years Ago
Fixed find game trying to join every game it found Make active game screen acceptable Merge branch 'master' of sbox-game
3 Years Ago
Fix possible error when creating game Merge branch 'master' of sbox
3 Years Ago
Delete Package.Query Merge branch 'master' of sbox
3 Years Ago
Menu list searchable, shows player counts Merge branch 'master' of sbox-game
3 Years Ago
Add Texture.Invalid Set background image to Texture.Invalid when "none" Fill texture data TextTransform should cascade Materials.White becomes Texture.White Support for box-shadow: none; Merge branch 'master' of sbox
3 Years Ago
Remove a bunch of bullshit from the text shader Fix border color taking transparent background color, not applying own alpha Fixed border thickness being thicker on the corner radius Style tweaks Merge branch 'master' of sbox-game
3 Years Ago
Create Game sidebar
3 Years Ago
Implement netcustom
3 Years Ago
Forgot about this Merge branch 'master' of sbox
3 Years Ago
Update game screen Merge branch 'master' of sbox-game
3 Years Ago
Revert "Hacky fix for Visual Studio not triggering recompile consistently" This reverts commit 1ea321174b0384dbc0e39ae03b84809f4b986a9e.
3 Years Ago
Added AnimEntity.OnAnimEventGeneric (called as a result of AE_GENERIC_EVENT)
3 Years Ago
Update models_base.fgd
3 Years Ago
▇▌▇▇▌ ▌▆▍▊▍▋█ ▆▉▊▅▇▊▊ ▆▆▍█ ▍▍ ▊▋▋ ▌▉▅ ▅▆▆▋▄▋█ ▅▄▊▄▋ ▆▍▋▋▋ ▉▄ █▅▍▋▋▇█ █▇▆▄█ ▄▄▌▉▆▄ '▋▉█▍▉▉' ▉▆ ▆▅▍
3 Years Ago
▊▄▇▍▆ ▊▌▌▍▌▊▄▊ ▍▊█▋▄ ▋▊▆ ▊▇█▄▇▍▅▉
3 Years Ago
Update Sandbox.Engine.csproj
3 Years Ago
Fixed Layer error when panel width is 0 Special cache for textures loaded from web, so we don't keep downloading the same shit Package Query API Merge branch 'master' of sbox
3 Years Ago
Game list sorting and search functional
3 Years Ago
▌▍▌▌▅ █▋▋▆▌, ▊▇▉▅▄ ▋▋▉▋▌
3 Years Ago
Autocomplete uses popup system
3 Years Ago
Panel derives from PropertyClass Fixed NRE in Property.SetValue Merge branch 'master' of sbox
3 Years Ago
CheckBox can have a label Button can have an activevalue TextEntry can have an icon GameList has non-functional options
3 Years Ago
Added [InspectorProvider], cleaning color property
3 Years Ago
Add [Property] to some of the panel properties Added LibraryMethodAttribute Fix exception in Color.TryParse
3 Years Ago
ColorHsv Fixes Add ColorHsv.WithHue etc Property.SetValue tries to use implicit converter (although I don't think this does shit) Add Panel.ScreenPositionToPanelPosition( pos ), Panel.ScreenPositionToPanelDelta( pos ) Data Binding use PropertyAttribute.SetValue Merge branch 'master' of sbox
3 Years Ago
Add Slider2D control Inspector create ColorProperty control for Color Merge branch 'master' of sbox-game
3 Years Ago
Fix transition stalling when changing style every frame Add ColorHsv Merge branch 'master' of sbox Lets do this one right from the start
3 Years Ago
Color Edit sketching Merge branch 'master' of sbox-game
3 Years Ago
Number Box zoo test uses numeric, format Merge branch 'master' of sbox-game
3 Years Ago
Limit BackdropFilterBlur to sensible limits LibraryAttribute.Properties is a list Add PropertyAttribute PropertyType Add RangeAttribute Add PropertyAttribute.Attributes (access to other attributes)
3 Years Ago
TextEntry fix invalid floats on blur Inspector creates numeric property if float/int Inspector uses Range attribute
3 Years Ago
Add TextEntry.Numeric, TextEntry.Format
3 Years Ago
Warn if multiple master volumetric fog controllers
3 Years Ago
When props break give their gibs half a second of invulnerability so physics damage doesn't cascade
3 Years Ago
Fix typo in function documentation Merge pull request #554 from chk1/patch-1 Fix typo in function documentation
3 Years Ago
PropertyAttribute - SetValue, GetValue, MemberName Merge branch 'master' of sbox
3 Years Ago
Starting Inspector Merge branch 'master' of sbox-game
3 Years Ago
UpdateBinds in InternalTick Expose LibraryAttribute.Properties In templated, if bind to "this", we bind to the current template root panel (need to support element id's) DataSource on panels tries to update using class properties before passing as a string to SetProperty Properties => PropertiesInternal Merge branch 'master' of sbox
3 Years Ago
Tweak accuracy of vector/rotation .ToString() - since they're sent via console commands they need to retain some sensible values
3 Years Ago
BackdropFilter test sliders
3 Years Ago
Add MenuTools.SkipAllTransitions()
3 Years Ago
Rename Panel.Value to Panel.StringValue (need to reconsider its existence) Merge branch 'master' of sbox
3 Years Ago
Slider with text entry
3 Years Ago
Slider Merge branch 'master' of sbox-game
3 Years Ago
Try to convert types when data binding Track pressed panel, send mouse move events only to it, allow hover away but don't let hover over other controls Code cleanup If skipTransitions then kill all transitions - not just those in the styles Render shadows right before the panel, not before all of siblings, what was I thinking Fixed transitions using the wrong parent size (affected % lengths) SkipTransitions() also skips all children transitions Merge branch 'master' of sbox
3 Years Ago
Remove Panel.DataBind, binds are two-way, cleaning up property binding Refactor PropertyBind to DataSource BaseDataSource constructor, forcing propertyName to be filled
3 Years Ago
Data Binding updates
3 Years Ago
Checkbox and switch Popup/Dropdown base Dropdown options Merge branch 'master' of sbox-game
3 Years Ago
Added Panel.OnTemplateElement (allow the panel to access the template element, and its children)