reposboxcancel

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

3 Years Ago
Add a couple more decimal places to Color json encoding
3 Years Ago
Fixed scss variables with variables
3 Years Ago
Send user and join channel only when authed and connected. Don't try to reconnect if auth fails.
3 Years Ago
Make Sound.FromEntity throw NRE instead of silently doing nothing with invalid entities
3 Years Ago
Codegen - warn if we want a class to be partial Move decal class to addons Fixed WorldEntity not being able to be sent in rpc When precaching, make available via Resources too Merge branch 'master' of sbox Merge branch 'master' of sbox
3 Years Ago
Fixed Sound.FromEntity crashing with invalid entities Merge branch 'master' of sbox
3 Years Ago
Fixed RenderEntity transform updates being tied to tick rate Merge branch 'master' into bots
3 Years Ago
Fixed RenderEntity transform updates being tied to tick rate
3 Years Ago
Fixed previous state issues and clean up
3 Years Ago
Commented out some native bot_ commands. Added managed bot commands
3 Years Ago
Added MimicBot and updated to use BuildInput method
3 Years Ago
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time) Merge branch 'master' into bots
3 Years Ago
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time)
3 Years Ago
Make ChatMessage a struct
3 Years Ago
Add Event.Twitch.Message and Event.Twitch.Connected
3 Years Ago
Make IRC shite internal
3 Years Ago
initial commit
3 Years Ago
Global.TimeScale and Global.TickRate are editable Added entity.Tags.List (returns list of tags) Don't allow prediction if entity is using physics movement Fixed voice chat not working correctly, especially after rejoin Added Client.Kick() Getting disconnected from a server now displays a reason why in UI Merge branch 'master' into bots
3 Years Ago
3 Years Ago
Added Client.Kick() Getting disconnected from a server now displays a reason why in UI
3 Years Ago
Initial commit: parity
3 Years Ago
Fixed voice chat not working correctly, especially after rejoin
3 Years Ago
Don't allow prediction if entity is using physics movement
3 Years Ago
Added entity.Tags.List (returns list of tags)
3 Years Ago
Global.TimeScale and Global.TickRate are editable
3 Years Ago
Added Hammer.SphereAttribute and Hammer.TextAttribute Also documented some of the other properties with c# comments
3 Years Ago
Add support for Irradiance Color Scale on hammer
3 Years Ago
Allow multiple DescriptionAttributes and use the first one where necessary
3 Years Ago
Hopefully fixed the game overwriting S&box.sln unnecessarily Also fixed auto generated launchSettings.json having a malformed launch parameter
3 Years Ago
Fixed FGDWriter setting default value to first flag if one isn't given Remove leftover debug output
3 Years Ago
Flag old blend shader as deprecated
3 Years Ago
Remove IPhysicsUpdate, unlikely anyone is using this obsolete interface now
3 Years Ago
Fix assert unmounting vpk
3 Years Ago
Attempt to fix CWorldRendererMgr::GetWorldVPKFullPath by checking symlinks, fixes joining servers that use local maps
3 Years Ago
Fix VR spectator viewport being messed up
3 Years Ago
Hammer: Fix grid dots rendering incorrectly when using workplane
3 Years Ago
Revert accidental change to launchSettings.json
3 Years Ago
add SceneMonitorObject
3 Years Ago
Add frustum_boundless hammer attribute
3 Years Ago
json serialize color the same as vector4
3 Years Ago
Allow SetModel with empty string to set model with invalid handle
3 Years Ago
Fix spritemodel crash Add Trace.Ray that accepts a Ray Don't send VR controllers as tracked objects Merge branch 'master' of sbox
3 Years Ago
Add json converter for Color type
3 Years Ago
Make r_texturefilteringquality save
3 Years Ago
Moved label to addon Add Rect.AddPoint Added Rect.IsInside( Vector2 pos ) Added Panel.PanelPositionToScreenPosition Added IEnumerable<Panel> Panel.FindInRect( Rect box, bool fullyInside ) Added Panel ondragselect event Added internal label Selectable Added panel.IsInside( Rect rect, bool fullyInside ) Added Panel.AllowChildSelection Merge branch 'master' of sbox
3 Years Ago
Fix DescriptionAttribute duplication Fixes sbox-issues/issues/808
3 Years Ago
Rubikon: Fixed physics bodies not re-enabling correctly after being disabled Fixes sandbox/issues/23
3 Years Ago
Initial commit
3 Years Ago
couple more
3 Years Ago
Add s1 files to ignored files list