5 Commits over 0 Days - ∞cph!
Fixed error in DrawScene method
Added Obsolete attribute to OOBBox
Same for SkyboxObject and PhysicsBody
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 consistency
Removed AABB because CollisionBounds exists which is the same thing under the hood
Public API consistency changes, some additional documentation, and ParticleAttachment can only be used internally, so make it internal