20,806 Commits over 1,522 Days - 0.57cph!
Instead of SceneObject.All, add GetAllSceneObjects to SceneWorld
Merge lightcookie stuff
Rewrite fog TAA to not be muddy anymore, fix ugly banding on volumetrics, reenable fog TAA
Lightcookie atlas on a compute shader
Merge branch 'master' of sbox
Fix dynamic shader reloading not working with engine shaders
Clean up a lot of the lightcookie API, get it to render
Lightcookie slice garbage collection
New LightCookie api on lightdesc
Stuff that used that old Lightcookie contract
Update Sandbox.Engine.csproj
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
Read only Entity.All (#20)
Oops, actually make it calculate the bounds
Added Hammer.Path
Merge branch 'master' of sbox
Mesh.CreateBuffers can optionally calculate bounds for you
Calculate vertex attribute color formats a bit better for procedural meshes, fixes vertex colors using Color32
Fixed NetworkEntityList changed callback being called every time even when it isn't dirty
Make SceneObject.All a read only list
Done properly and remove old attempt at wrapping IParticleCollection
Panel derives from PropertyClass
Fixed NRE in Property.SetValue
Merge branch 'master' of sbox
Add phys2_world_bounds convar (off by default) to stop objects being kept inside network bounds so we can see what issues come from that
Add [Property] to some of the panel properties
Added LibraryMethodAttribute
Fix exception in Color.TryParse
Trace.Ignore can optionally ignore hierarchy or not
Remove borders from box panel drawing routine
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
Fixed asserts with Path Tool's Rope particle effect
Makes node colors affect the rope
Far simpler approach to fetching and interfacing with particle system scene objects
Some extra particle methods
Added AnimEntity.UseAnimGraph/HasAnimGraph/Sequence getter
Fixed render entities breaking if you delete any render entity within a tick event callback
Add ModelEntity.EnableTraceAndQueries
Add PhysicsBody.RemoveContacts. Add PreAngularVelocity to CollisionEventData
FIxed Hammer crashing when Path Tool tries to place non existent entities
Added SetColor input to all modelentities
Fix transition stalling when changing style every frame
Add ColorHsv
Merge branch 'master' of sbox
Lets do this one right from the start
Remove non functioning "disableshadows" from Hammer.Model
Added Output.FireWithParam
Basic Hammer input parameter support in C#
Limit BackdropFilterBlur to sensible limits
LibraryAttribute.Properties is a list
Add PropertyAttribute PropertyType
Add RangeAttribute
Add PropertyAttribute.Attributes (access to other attributes)
Warn if multiple master volumetric fog controllers
Fix some color and gradient parsing issues in CSS
Hotload: Fixed duplicate key error spam in console
Hotload: Cleanup
Hotload: Failing enum array test
Hotload: Fixed upgrading enum arrays
Hotload: Failing static readonly field test
Hotload: refactor to support upgrading into existing instances
Merge branch 'master' of github.com:Facepunch/sbox
Added fade distances and shadow fade distances to lights (#17)
PropertyAttribute - SetValue, GetValue, MemberName
Merge branch 'master' of sbox
Adjust mapIO max visible distance for text
Adjusted doorhelper visualization for local dir moving doors
Also adds "not moving" type to hide the visualization for non moving buttons
Move mixed shadow calculation to clientside, fix shadow drawing on cheap lights, add fade in to shadows
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
Autodoc for Easing.Function delegate
minor change to doorhelper.cpp
Remove RecipientsFilter from m_EmbedLocal to see if it resolves (CFlattenedSerializer:Decode Error #416)
Tweak accuracy of vector/rotation .ToString() - since they're sent via console commands they need to retain some sensible values
Added fade distances and shadow fade distances to lights
Add MenuTools.SkipAllTransitions()
Rename Panel.Value to Panel.StringValue (need to reconsider its existence)
Merge branch 'master' of sbox