userGarry Newmancancel
reposboxcancel

5,230 Commits over 1,583 Days - 0.14cph!

4 Years Ago
Added VrHand.Hoystick Merge branch 'master' of sbox
4 Years Ago
Added Input.VR.RightHand.Trigger, Input.VR.RightHand.Grip
4 Years Ago
Added AnimEntity.SetAnimRotation, AnimEntity.SetAnimTransform
4 Years Ago
Create Developer-Clean-BuildAll.bat Bone position override tests Merge branch 'master' of sbox Revert "Fix shadow list not being updated if we only update the number of shadows" This reverts commit f17d096ce13cb419391b40f6b70927f692aef956. Revert "Add rebuild time limit when we change only the text shadow too" This reverts commit 3cd759544e3d54ffdef34ffa7a47e1cd0831965b. Revert "Remove debug text" This reverts commit 239338aad08de0888f7bdba44721b03f4139b070. Revert "Cache text bitmap for text shadows, don't rebuild all text if we are only updating shadows" This reverts commit 7b336418e0cda0109d73dcc8e4094570e26f0f99.
4 Years Ago
Compile fix
4 Years Ago
Add Angles.ToRotation() Fixed multiple [Event]'s causing errors Pass UserCmd to managed as pointer Include tracked_controller_manager in sbox_client Remove obsolete PhysicsBody.Pos, Rot Add PhysicsBody.Transform Fix Entity.Transform not setting scale Added Input.VR Merge branch 'master' of sbox
4 Years Ago
Fixed dedicated server crash on startup
4 Years Ago
Fixed key binds not working in VR mode
4 Years Ago
Make ViewDesc internal Add VR.Scale, VR.Anchor Add VR.Active Rename VR.Active to VR.Enabled Fixed window view being fucky Fix crashes when running in non VR
4 Years Ago
Update steamworks sdk to latest Steamworks fixes Tweak default send rates
4 Years Ago
SendRateMin, SendRateMax documentation was wrong, lets try the other extreme
4 Years Ago
Reliable network buffer supports split packets Don't change k_ESteamNetworkingConfig_SendRateMin, k_ESteamNetworkingConfig_SendRateMax Increase SendBufferSize, Make sure SendRateMin, SendRateMax are unlimited Increase network stringtable max data size Update version.h Merge branch 'master' of sbox
4 Years Ago
Add Rand.SetSeed Rpc Prediction History
4 Years Ago
Menu assets load after game is compiled Fixed assets with choice/enums not deserializing well
4 Years Ago
Fixed cursor switching tanking framerate
4 Years Ago
Add Rect.ToVector4() Add LayerStack to PanelRenderer Scissoring sets ScissorRect instead of using screen space scissoring
4 Years Ago
Fixed not being able to click stack trace entries to jump to code if addon is not in addon folder
4 Years Ago
Fixed Render.Color not thread safe PanelSceneObject constructor takes a RootPanel RootPanel refactoring for world panels Added Transform.WithPosition/Rotation/Scale
4 Years Ago
Allow instanced drawing in the default vertex format Remove Transform.Pos, Transform.Rot (they've been obsolete for a while) Make panel rendering thread safe Add RootPanel.RenderedManually CustomSceneObject rendering is instanced (breaking change, drawing is now in object space) Update renderingmanager.def Fix FullConnect "handle this address" crash Render.Layer is a property Add PanelSceneObject (wip)
4 Years Ago
ship citizen.vmdl
4 Years Ago
Fix crash on shutdown Merge branch 'master' of sbox
4 Years Ago
Include citizen dmx files
4 Years Ago
▅▍▋ ▋▊▉▅▌▍▋▊▄▌
4 Years Ago
Ship citizen model sources with game
4 Years Ago
Don't snap text to pixels (no longer needed) Merge branch 'master' of sbox
4 Years Ago
Fixed .vtex and .exr working their way into vpks on buildcubemaps
4 Years Ago
Added PropertyAttribute.DeclaringType Make shadows update when they change, fixed color rendering Add Panel.OnLayout (allows you to override the layout position programatically, affects children also)
4 Years Ago
Fix crash when passing a nullptr as a strong pointer to resource (sbox-issues/issues/529)
4 Years Ago
Category in PackageQuery Property SetValue will try to convert to/from string Merge branch 'master' of sbox
4 Years Ago
Undone pixel snap stuff - it causes too many issues. Will find better way for smooth positioning world panels.
4 Years Ago
Vector2, Vector3, Angles, Rotation JsonSerialize roundtrip tests (and fixes)
4 Years Ago
Tweak defaults for video config, so tools starts in 1280x720 instead of 1024x768
4 Years Ago
Fixed [PanelEvent] methods not getting PanelEvent [PanelEvent] that returns bool will set Propogation Create DisplayMode.cs Add RenderDeviceManager glue RenderSettings class Rename DisplayMode to VideoDisplayMode so it doesn't conflict with UI HtmlNode GetAttributeValue chaged to GetAttribute, added GetAttributeFloat etc if width/height are 0 or invalid - use desktop settings If ChangeVideoMode to borderless, use desktop resolution Don't stomp vsync mode in tools mode Set parent before PostTemplateApplied Added Panel.Descendants (gets all children and grandchildren etc) Added RenderSettings.DisplayModes() Set defaultres to 0 when borderless Merge branch 'master' of sbox
4 Years Ago
Reduce activity time
4 Years Ago
Fixed only recording first game's activity
4 Years Ago
Pass current map and current game to the menu
4 Years Ago
Fix possible error when creating game Merge branch 'master' of sbox
4 Years Ago
Delete Package.Query Merge branch 'master' of sbox
4 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
4 Years Ago
Forgot about this Merge branch 'master' of sbox
4 Years Ago
Revert "Hacky fix for Visual Studio not triggering recompile consistently" This reverts commit 1ea321174b0384dbc0e39ae03b84809f4b986a9e.
4 Years Ago
Added AnimEntity.OnAnimEventGeneric (called as a result of AE_GENERIC_EVENT)
4 Years Ago
Update Sandbox.Engine.csproj
4 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
4 Years Ago
Panel derives from PropertyClass Fixed NRE in Property.SetValue Merge branch 'master' of sbox
4 Years Ago
Add [Property] to some of the panel properties Added LibraryMethodAttribute Fix exception in Color.TryParse
4 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
4 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
4 Years Ago
Limit BackdropFilterBlur to sensible limits LibraryAttribute.Properties is a list Add PropertyAttribute PropertyType Add RangeAttribute Add PropertyAttribute.Attributes (access to other attributes)
4 Years Ago
Warn if multiple master volumetric fog controllers