reposboxcancel

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

4 Years Ago
Added Panel.OnTemplateElement (allow the panel to access the template element, and its children)
4 Years Ago
Add PhysicsBody.GravityEnabled
4 Years Ago
css filter: blur support (#16)
4 Years Ago
WIP updating CSS parser to handle gradient stop points Gradient stop points working on effects UI test page now Merge pull request #14 from Facepunch/gradient-parsing Fixing up gradient parsing to support stop points Added implicit bool for RealTimeUntil so you can check if it has elapsed Merge branch 'master' of github.com:Facepunch/sbox Add Event.PhysicsPreStep Event.PhysicsPostStep, Obsolete IPhysicsUpdate Fixed static RPCs in static classes not working because you can't have protected methods in static classes Support morphs for anim scene objects Obsolete AnimSceneObject.SetAnimParam, use SetAnimBool etc to stay consistent with AnimEntity Event.PhysicsPostStep to Event.Physics.PostStep Make sunlight render without bounds Support filter: blur( xx ) Merge branch 'master' into css-filter Merge fix
4 Years Ago
Added Render.Clear() Set FilterBlur Create layer matrix to offset the transform matrix for rendering panels to RT Don't need to set all this junk for this shader Update layer if panel changed size
4 Years Ago
Make sunlight render without bounds
4 Years Ago
Event.PhysicsPostStep to Event.Physics.PostStep
4 Years Ago
Obsolete AnimSceneObject.SetAnimParam, use SetAnimBool etc to stay consistent with AnimEntity
4 Years Ago
Support morphs for anim scene objects
4 Years Ago
Default blend modes also write alpha (fixes UI not drawing to render targets) Alpha render mode LayerOffset stuff
4 Years Ago
Have Event.Physics.* namespace like Event.Tick.*
4 Years Ago
Fixed static RPCs in static classes not working because you can't have protected methods in static classes
4 Years Ago
Add Event.PhysicsPreStep Event.PhysicsPostStep, Obsolete IPhysicsUpdate
4 Years Ago
Remove TextureRenderTargetBuilder Added filter-blur property Explicitly release label textures when label is destroyed Panel layer basics Render.SetRenderTarget, Render.SetViewPort Throw exception if trying to create texture that is <= 0 Draw layer to texture wip
4 Years Ago
Added implicit bool for RealTimeUntil so you can check if it has elapsed Merge branch 'master' of github.com:Facepunch/sbox
4 Years Ago
WIP updating CSS parser to handle gradient stop points Gradient stop points working on effects UI test page now Merge pull request #14 from Facepunch/gradient-parsing Fixing up gradient parsing to support stop points
4 Years Ago
Pass -game to resourcecompiler when building cubemaps Update scenesystem.def
4 Years Ago
ModelDoc: also strip anything before @ when generating AnimFile node names through "Add Simple Animations"
4 Years Ago
Fix SkyColor too
4 Years Ago
Fix CLightComponent::GetColor by returning uint instead of color structure (should look more into why returning Color32 is crashing)
4 Years Ago
WIP updating CSS parser to handle gradient stop points Gradient stop points working on effects UI test page now
4 Years Ago
Added doorhelper() FGD helper Adds [Hammer.DoorHelper( ... )] Revert changes to drawangles() https://files.facepunch.com/rubat/1b0211b1/pm4zlM2XH7.png
4 Years Ago
ModelDoc: Add PhysicsShapeCylinder https://files.facepunch.com/layla/1b0211b1/sbox_VKtNHzD2qc.png
4 Years Ago
Cleaned up, fixed transforms not applying
4 Years Ago
Fix material editor crash when shader is fucked Fix shader compiling to wrong folder Fix shader .ini file wrong folder Added Render.Clear() Render backdrop filters on their own, before the main panel Merge branch 'master' of sbox
4 Years Ago
Remove sv_gravity change callback on game shutdown. Fixes #418
4 Years Ago
Force snap whole Rect when rendering text on 2D surface, fixes text looking muddy Don't draw shadow rect if texture isn't ready yet
4 Years Ago
Refactor PanelRenderer Merge branch 'master' of sbox
4 Years Ago
Update README.md
4 Years Ago
A bunch of SceneSystem binds
4 Years Ago
Fix errors when Color.Parse is called with invalid format
4 Years Ago
backdrop-filter blur supports transition Merge branch 'master' of sbox
4 Years Ago
Fixed a crash in CGameParticleManager::LookupAttachment
4 Years Ago
FGD autogen: Support for Color type
4 Years Ago
backdrop-filter parsing, tests
4 Years Ago
Add Render.CopyFrameBuffer backdrop filter (individual properties for now) Merge branch 'master' of sbox
4 Years Ago
Added PostClientActive to C#
4 Years Ago
Fix local addons searching by folder name - now looks at ident too
4 Years Ago
Add SceneObject.ColorTint
4 Years Ago
Update Text Shadow texture if style changed Give extra padding for text shadow textures
4 Years Ago
Revert "New contract for Shadow struct" This reverts commit eed1d6bb1d867d17e272b6cf05da9c27f79a5edb. Use old interface for SetTextShadow and SetBoxShadow as it was redundant
4 Years Ago
Add Texture.Utils and move Mip generator to it Compute text mipmaps if we have transformation New contract for Shadow struct Sum operator for Rect New Text Shadow Minor text shadow adjustments
4 Years Ago
Allow "flags" fgd type to have a nice name Make Hammer.Solid & DrawAngles inheirtable Added ability for properties to have FGD metadata Added support for "flags" fgdtype to enums Added Hammer.MinMax attribute for properties
4 Years Ago
Render UI images using the same shader as the background
4 Years Ago
Public API consistency changes, some additional documentation, and ParticleAttachment can only be used internally, so make it internal Removed AABB because CollisionBounds exists which is the same thing under the hood Merge branch 'master' into consistency Added Obsolete attribute to OOBBox Fixed error in DrawScene method Merge pull request #12 from Facepunch/consistency Consistency Pass v1
4 Years Ago
Fixed error in DrawScene method
4 Years Ago
Added Obsolete attribute to OOBBox
4 Years Ago
Test Merge branch 'master' into rpc-bytes Merge branch 'master' into rpc-bytes Support Span<T> (unmanaged) as an RPC parameter and removed unused Write methods Merge pull request #13 from Facepunch/rpc-bytes RPC Bytes
4 Years Ago
Different approach for SupportsSolids untie from entity undo support
4 Years Ago
InteropGen compile error Build Tools clean build errors Added `Client` to IsSupported method for NetRead Revert "Added `Client` to IsSupported method for NetRead" This reverts commit 9266a21d96250e917dcb4183baed266e25521721. Added a 3rd argument to drawangles() - 'act as rotation axis' disableshadows => enable_shadows Hammer keyvalue (Point being no extra hacks to make disableshadows happen) Added Rotation.RotateAroundAxis Fixed a crash in physics_prop_ragdoll.cpp Hardcode a slight scene ambient color for now Render.DrawScene can set ambient color Merge branch 'master' into rpc-bytes Support Span<T> (unmanaged) as an RPC parameter and removed unused Write methods