branchsbox/mastercancel

14,461 Commits over 1,614 Days - 0.37cph!

3 Years Ago
Revert "Rect/Margin.Left/Right/Top/Bottom capitalized" This reverts commit a341d660819ccc63d6d3b9c2571ba45bc7e49bbe.
3 Years Ago
Rect/Margin.Left/Right/Top/Bottom capitalized lowercased variants obsoleted, warnings all fixed up
3 Years Ago
Don't save a file to C:\\temp\\aaaa.zip during compile
3 Years Ago
Fix all newly introduced obsoletes
3 Years Ago
Auto document (#440)
3 Years Ago
Add Margin/Rect.Width/Height, obsolete lowercase variants Consistency with other properties and classes
3 Years Ago
Cleaning up Rect struct Added proper method descriptions Obsoleted Rect.GetEdges, Rect.EdgeSize, use Margin struct Removed Rect.Add( Vector3 ) (Vec2 overload works with Vec3, no addons broke) Added Rect,Add( Vector2 ) Obsoleted all Expand/Contract overloads, use Shrink/Grow Rework how asset browser thumbs are sized Added Rect = Rect.Contain( size, align ) Added Pixmap.Size mimicking Rect.Size
3 Years Ago
Compiled resources again
3 Years Ago
Allow optimizer to keep transition information fixes path speed
3 Years Ago
Added NavMesh.GetAdjancent to fetch adjacent areas Closes sbox-issues/issues/2161
3 Years Ago
Added NavMesh.GetNavAreas() Closes sbox-issues/issues/2180
3 Years Ago
Fix some small annoyances with move helper
3 Years Ago
Hoodie texture fixes
3 Years Ago
Only grab the server's replicated convar if we're clientside
3 Years Ago
Fix material browser asset window crashing when selecting "show hidden assets"
3 Years Ago
Fixed replicated convars not saving the correct value
3 Years Ago
Citizen/animgraph: updated attachments & small graph updates
3 Years Ago
tv aerial - collision Merge branch 'master' of sbox
3 Years Ago
Change how IsFromMap flag applies so it works in Entity.Spawn Fixed obsolete warning
3 Years Ago
tv aerial - prefab and lods Merge branch 'master' of sbox
3 Years Ago
Animgraph: Only hide dock widgets that aren't floating when entering fullscreen mode
3 Years Ago
New Hair! - Mullet + Small Adjustments https://files.facepunch.com/daniel/1b1611b1/Photoshop_FGMATlu9jl.jpg New Scruffy Mullet Hair. + Adjustments to Hoodie textures and Sneaker skinning.
3 Years Ago
Add visibility radius to path baking for SA
3 Years Ago
bird spikes - lodded Merge branch 'master' of sbox
3 Years Ago
More robust warning cleanup for steam audio
3 Years Ago
Inherit collision attributes of first shape on a body when adding new ones dynamically
3 Years Ago
Always override loop settings, we don't care about loop settings in the wav file
3 Years Ago
old window - texture tweaks Merge branch 'master' of sbox
3 Years Ago
Fixed game window not being resizable when switching to windowed mode Fixes #413
3 Years Ago
Animgraph: Do a fully copy of parameter properties
3 Years Ago
tv aerial - lods
3 Years Ago
Fixed signed underflow on number of envmaps, fixe perfomance on some maps
3 Years Ago
Backport cleaned physics interrface (sorry for rebuild times)
3 Years Ago
Duplicated animgraph params inherit name as well compiled assets Make generic gibs non solid to player
3 Years Ago
Add back Stop and Dispose to SoundStream but obsolete them, use Delete instead
3 Years Ago
▅▍▌▌ ▉▉▄▍▍▉▇▆▋▍▇ #▊█▋ ! ▄▊▋▉▌ ▊█▆▌▌▇ ▉▌▋▆▉▇█ ▇▊▇ ▊▄▌▆▊▄ ▋▆ ▆▉▅▄▌▇▋▋, ▊▅▆▇▇ #▊▅▊
3 Years Ago
Change soundstream to use managed handles, should be safer and gives us a chance to call back to managed to feed in audio data
3 Years Ago
Add back audiostream.default, some games were relying on this
3 Years Ago
Also copy over default value and network mode
3 Years Ago
Animgraph: Add duplicate action to parameters
3 Years Ago
Don't exceed bone mapping if the pose uses more bones than available
3 Years Ago
Old window - old window with no glass
3 Years Ago
Fix building vphysics2 on latest visual studio version
3 Years Ago
fix last cubemap not being sorted
3 Years Ago
Add constructor for SceneSunLight
3 Years Ago
Initialize pose morph weights to zero, somewhere isn't setting them when using base model feature
3 Years Ago
VR: Attempt to fix Index Controller joystick button input
3 Years Ago
Add GameTask.RunInThreadAsync overloads which return a Task<T>
3 Years Ago
Make IsValid() extension method support nullable tracking so VS doesn't say things are possibly null when using it
3 Years Ago
Fixed rain particles being always lit