22,724 Commits over 1,642 Days - 0.58cph!
Completely abstract twitch client behind StreamClient
Start to move things into a general streamer api
Rename Event.Twitch attributes to Event.Stream
Squashed commit of the following:
commit 945cfb17dc540939240b827aac0f79076396fd02
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 16:02:41 2021 +0100
Fixed ConVar.ClientData returning string
commit 5b2db68c0a9bb0574135447cd22677c6bf58522d
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 15:46:44 2021 +0100
Add a couple more decimal places to Color json encoding
commit 03fdfa814c41b6ed11c448f4b6725a77b529bb19
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 15:42:49 2021 +0100
Fixed scss variables with variables
commit 0e8d8d6cd33d5b60251e7d11e13ee34a440a2bd9
Author: Rubat <3299036+robotboy655@users.noreply.github.com>
Date: Thu Sep 2 17:31:45 2021 +0300
Make Sound.FromEntity throw NRE instead of silently doing nothing with invalid entities
commit 7973af2f53edb6a4f22082e988be71c55f7f88e8
Merge: 93050daa1 4862bd360
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 15:07:38 2021 +0100
Merge branch 'master' of sbox
commit 4862bd36059cc3b2a5fe526867801851fb4ca976
Merge: 67be40950 72ca0e41a
Author: Rubat <3299036+robotboy655@users.noreply.github.com>
Date: Thu Sep 2 16:52:06 2021 +0300
Merge branch 'master' of sbox
commit 67be40950eeef22f9e040035a65b9dba41909fe6
Author: Rubat <3299036+robotboy655@users.noreply.github.com>
Date: Thu Sep 2 16:51:52 2021 +0300
Fixed Sound.FromEntity crashing with invalid entities
commit 93050daa19234520cd60b822b5c4d0cd83244d74
Merge: f34af1673 72ca0e41a
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 14:40:59 2021 +0100
Merge branch 'master' of sbox
commit f34af1673f49abbaeae9abf596926052a45f5c22
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 14:40:47 2021 +0100
When precaching, make available via Resources too
commit 72ca0e41a97ae4f775ae97c8c0e260235d277773
Author: Conna Wiles <kurozael@gmail.com>
Date: Thu Sep 2 14:39:06 2021 +0100
Fixed RenderEntity transform updates being tied to tick rate
commit 8b5ddeabe764dc9d1391a6303e43e382ae74c5df
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 14:23:50 2021 +0100
Fixed WorldEntity not being able to be sent in rpc
commit a1f9e0e8d9097158f4ec2c8fcf486527f40a486c
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 14:03:04 2021 +0100
Move decal class to addons
commit 6546fb3de58d1bce0109272c8b1b62b54c36ecb3
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 14:02:35 2021 +0100
Codegen - warn if we want a class to be partial
commit ad5555c6660e7f4260cfed085b91366921bd89ad
Author: Garry Newman <garrynewman@users.noreply.github.com>
Date: Thu Sep 2 12:01:22 2021 +0100
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time)
Use event system instead of delegates
Fixed ConVar.ClientData returning string
Support calling static events that have args
Add a couple more decimal places to Color json encoding
Fixed scss variables with variables
Send user and join channel only when authed and connected. Don't try to reconnect if auth fails.
Make Sound.FromEntity throw NRE instead of silently doing nothing with invalid entities
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
Fixed Sound.FromEntity crashing with invalid entities
Merge branch 'master' of sbox
Fixed RenderEntity transform updates being tied to tick rate
Merge branch 'master' into bots
Fixed RenderEntity transform updates being tied to tick rate
Fixed previous state issues and clean up
Commented out some native bot_ commands. Added managed bot commands
Added MimicBot and updated to use BuildInput method
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time)
Merge branch 'master' into bots
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time)
Make ChatMessage a struct
Add Event.Twitch.Message and Event.Twitch.Connected
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
Added Client.Kick()
Getting disconnected from a server now displays a reason why in UI
Fixed voice chat not working correctly, especially after rejoin
Don't allow prediction if entity is using physics movement
Added entity.Tags.List (returns list of tags)
Global.TimeScale and Global.TickRate are editable
Added Hammer.SphereAttribute and Hammer.TextAttribute
Also documented some of the other properties with c# comments
Add support for Irradiance Color Scale on hammer
Allow multiple DescriptionAttributes and use the first one where necessary
Hopefully fixed the game overwriting S&box.sln unnecessarily
Also fixed auto generated launchSettings.json having a malformed launch parameter
Fixed FGDWriter setting default value to first flag if one isn't given
Remove leftover debug output
Flag old blend shader as deprecated
Remove IPhysicsUpdate, unlikely anyone is using this obsolete interface now
Fix assert unmounting vpk
Attempt to fix CWorldRendererMgr::GetWorldVPKFullPath by checking symlinks, fixes joining servers that use local maps
Fix VR spectator viewport being messed up
Hammer: Fix grid dots rendering incorrectly when using workplane
Revert accidental change to launchSettings.json
Add frustum_boundless hammer attribute
json serialize color the same as vector4
Allow SetModel with empty string to set model with invalid handle
Fix spritemodel crash
Add Trace.Ray that accepts a Ray
Don't send VR controllers as tracked objects
Merge branch 'master' of sbox
Add json converter for Color type
Make r_texturefilteringquality save