7,542 Commits over 3,653 Days - 0.09cph!
Hook up service api to twitch client
Add disconnected stream event
Don't reconnect twitch client if websocket disconnect reason is "disposing" bit lame
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
Support calling static events that have args
Send user and join channel only when authed and connected. Don't try to reconnect if auth fails.
Make ChatMessage a struct
Add Event.Twitch.Message and Event.Twitch.Connected
Fix strange rope positions when using rope tool on welded props
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
Create a fake joint between player and held body to disable collision
GravGun: offset held distance by closest point to avoid larger objects from getting too close to player
Hammer: Fix grid dots rendering incorrectly when using workplane
Fix warnings on entities using physics post step event
Revert accidental change to launchSettings.json
Initial point_camera and func_monitor entities
Add frustum_boundless hammer attribute
json serialize color the same as vector4
Allow SetModel with empty string to set model with invalid handle
Add json converter for Color type
Change home avatar idle state when hovered over quit button
Add s1 files to ignored files list
Fix FileRecv trying to access null stream
Don't tiebreak input files if there's only one, fixes sounds not recompiling (the issue is probably in ResolveAssetPathList though)
Support compile sound with looping enabled/disabled on MP3 sounds
Fix possible NRE in nametags
Possible fix for GetAnimInt when param is an enum
Convert vtx header to new version when converting mdl, should fix most crashes
Fix possible crash in CQEntityReportDlgUI::OnSelectionChanged
Fix possible crash in CMapEntity::ShouldOverrideChildSelection
Fix possible crash in CMapDotaTileGrid::BakeLayer
Fix possible crash in CMapEntityIONode::TargetNameMatches
Don't add viewmodel layers when rendering to cubemap
Sfm: Also output image with both color and alpha for poster rendering
compiled bench gibs that wasn't commited
Animgraph: Support grid snapping for state machine items
ModelDoc: Don't try to init null node when adding new node
Fix qt deprecation assert when saving new material
Fix cubemaps getting fucked on every other level load