reposboxcancel

22,724 Commits over 1,642 Days - 0.58cph!

4 Years Ago
Completely abstract twitch client behind StreamClient
4 Years Ago
Start to move things into a general streamer api Rename Event.Twitch attributes to Event.Stream
4 Years Ago
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)
4 Years Ago
Use event system instead of delegates
4 Years Ago
Fixed ConVar.ClientData returning string
4 Years Ago
Support calling static events that have args
4 Years Ago
Add a couple more decimal places to Color json encoding
4 Years Ago
Fixed scss variables with variables
4 Years Ago
Send user and join channel only when authed and connected. Don't try to reconnect if auth fails.
4 Years Ago
Make Sound.FromEntity throw NRE instead of silently doing nothing with invalid entities
4 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
4 Years Ago
Fixed Sound.FromEntity crashing with invalid entities Merge branch 'master' of sbox
4 Years Ago
Fixed RenderEntity transform updates being tied to tick rate Merge branch 'master' into bots
4 Years Ago
Fixed RenderEntity transform updates being tied to tick rate
4 Years Ago
Fixed previous state issues and clean up
4 Years Ago
Commented out some native bot_ commands. Added managed bot commands
4 Years Ago
Added MimicBot and updated to use BuildInput method
4 Years Ago
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time) Merge branch 'master' into bots
4 Years Ago
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time)
4 Years Ago
Make ChatMessage a struct
4 Years Ago
Add Event.Twitch.Message and Event.Twitch.Connected
4 Years Ago
Make IRC shite internal
4 Years Ago
initial commit
4 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
4 Years Ago
4 Years Ago
Added Client.Kick() Getting disconnected from a server now displays a reason why in UI
4 Years Ago
Initial commit: parity
4 Years Ago
Fixed voice chat not working correctly, especially after rejoin
4 Years Ago
Don't allow prediction if entity is using physics movement
4 Years Ago
Added entity.Tags.List (returns list of tags)
4 Years Ago
Global.TimeScale and Global.TickRate are editable
4 Years Ago
Added Hammer.SphereAttribute and Hammer.TextAttribute Also documented some of the other properties with c# comments
4 Years Ago
Add support for Irradiance Color Scale on hammer
4 Years Ago
Allow multiple DescriptionAttributes and use the first one where necessary
4 Years Ago
Hopefully fixed the game overwriting S&box.sln unnecessarily Also fixed auto generated launchSettings.json having a malformed launch parameter
4 Years Ago
Fixed FGDWriter setting default value to first flag if one isn't given Remove leftover debug output
4 Years Ago
Flag old blend shader as deprecated
4 Years Ago
Remove IPhysicsUpdate, unlikely anyone is using this obsolete interface now
4 Years Ago
Fix assert unmounting vpk
4 Years Ago
Attempt to fix CWorldRendererMgr::GetWorldVPKFullPath by checking symlinks, fixes joining servers that use local maps
4 Years Ago
Fix VR spectator viewport being messed up
4 Years Ago
Hammer: Fix grid dots rendering incorrectly when using workplane
4 Years Ago
Revert accidental change to launchSettings.json
4 Years Ago
add SceneMonitorObject
4 Years Ago
Add frustum_boundless hammer attribute
4 Years Ago
json serialize color the same as vector4
4 Years Ago
Allow SetModel with empty string to set model with invalid handle
4 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
4 Years Ago
Add json converter for Color type
4 Years Ago
Make r_texturefilteringquality save