userLayladcancel

7,542 Commits over 3,653 Days - 0.09cph!

3 Years Ago
Hook up service api to twitch client
3 Years Ago
Update TwitchClient.cs
3 Years Ago
Add disconnected stream event
3 Years Ago
Don't reconnect twitch client if websocket disconnect reason is "disposing" bit lame
3 Years Ago
Completely abstract twitch client behind StreamClient
3 Years Ago
Start to move things into a general streamer api Rename Event.Twitch attributes to Event.Stream
3 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)
3 Years Ago
Use event system instead of delegates
3 Years Ago
Support calling static events that have args
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 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
Fix strange rope positions when using rope tool on welded props
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
Create a fake joint between player and held body to disable collision
3 Years Ago
GravGun: offset held distance by closest point to avoid larger objects from getting too close to player
3 Years Ago
Hammer: Fix grid dots rendering incorrectly when using workplane
3 Years Ago
Fix warnings on entities using physics post step event
3 Years Ago
Update base.fgd
3 Years Ago
Revert accidental change to launchSettings.json
3 Years Ago
add SceneMonitorObject
3 Years Ago
Initial point_camera and func_monitor entities
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
Add json converter for Color type
3 Years Ago
Change home avatar idle state when hovered over quit button
3 Years Ago
couple more
3 Years Ago
Add s1 files to ignored files list
3 Years Ago
Fix FileRecv trying to access null stream
3 Years Ago
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
3 Years Ago
Fix possible NRE in nametags
3 Years Ago
mdlimport: misc crashes
3 Years Ago
Possible fix for GetAnimInt when param is an enum
3 Years Ago
Convert vtx header to new version when converting mdl, should fix most crashes
3 Years Ago
Fix possible crash in CQEntityReportDlgUI::OnSelectionChanged
3 Years Ago
Fix possible crash in CMapEntity::ShouldOverrideChildSelection
3 Years Ago
Fix possible crash in CMapDotaTileGrid::BakeLayer
3 Years Ago
Fix possible crash in CMapEntityIONode::TargetNameMatches
3 Years Ago
Don't add viewmodel layers when rendering to cubemap
3 Years Ago
Sfm: Also output image with both color and alpha for poster rendering
3 Years Ago
compiled bench gibs that wasn't commited
3 Years Ago
Animgraph: Support grid snapping for state machine items
3 Years Ago
ModelDoc: Don't try to init null node when adding new node
3 Years Ago
Fix qt deprecation assert when saving new material
3 Years Ago
Fix cubemaps getting fucked on every other level load