userGarry Newmancancel
reposboxcancel

5,151 Commits over 1,583 Days - 0.14cph!

3 Years Ago
Fix startup errors
3 Years Ago
ReadAllText returns null if file not found
3 Years Ago
Cookie loading debug
3 Years Ago
Tweak cookie loading
3 Years Ago
Template panel events can take "event" or "value" arguments Template events can fire events `onclick.event="onpressed"` Lobby supports chat messages Fixed steam lobby chat messages having bullshit on the end Add GameType to GameConfig Server can use the client created lobby
3 Years Ago
Log LoopEvents
3 Years Ago
Lobby cleanup
3 Years Ago
MenuTools.JoinLobby
3 Years Ago
Remove unsed param in Package.InitializeCache Bootstrap group timing tweaks to diagnose deck freeze
3 Years Ago
Fixed many prediction errors
3 Years Ago
Automatically switch net_usesocketsforloopback to 1 when setting net_fakelag > 0, remember values remember cl_showerror value Strip unused code Flush network data after player simulate on server Managed prediction errors show server and predicted values Remove unused code
3 Years Ago
delete playercommandqueue delete playercommandqueue Update Time.Tick to the correct value for simulations 😕
3 Years Ago
Compile fix
3 Years Ago
RestorePredictedValues for Render Prediction tweaks
3 Years Ago
Fix for sbox-issues/issues/1044
3 Years Ago
Complain if trying to [Net] an EntityComponent Added [BindComponent] Fix error spinning forever on map load fail
3 Years Ago
Fixed OnComponentAdded, OnComponentRemoved not being called Component Enabled state is networked, added OnActivate, OnDeactivate
3 Years Ago
Fix client not reading all variables
3 Years Ago
Added Entity.IsFromMap
3 Years Ago
Changed when client creates network tables
3 Years Ago
Can do Superluminal scopes from c#
3 Years Ago
NetRead/Write support bool
3 Years Ago
Frame event is called in a more appropriate place, added PreRender event
3 Years Ago
Load performance api dynamically, latch onto vprof
3 Years Ago
Entity.GetClientOwner() becomes Entity.Client { get; }
3 Years Ago
Fix network NRE
3 Years Ago
PlayerScore is now obsolete
3 Years Ago
Move ClientEntity stuff to ClientEntity files Remove PlayerScore stringtable Add ReadObject, WriteObject to NetRead/NetWrite Obsolete PlayerScore Add ObservableDictionary Add NetworkBaseDictionary Client.SetScore/GetScore becomes SetValue/GetValue/SetInt/GetInt/AddInt
3 Years Ago
Add Client.Ping, Client.PacketLoss
3 Years Ago
WriteJson writes formatted addon_add doesn't add an addon if folder doesn't exist Delete generated files Ignore generated files
3 Years Ago
Vis Updates
3 Years Ago
Fix ToDecimal (and ToFloat) not using default value if it can't convert
3 Years Ago
Defer network writes to a list, fixes network values not being initially set
3 Years Ago
Should fix @import case sensitivity Build net vars on table build, before write
3 Years Ago
Refactor so VR stuff in Input is up to date ever FrameSimulate Merge branch 'master' of sbox
3 Years Ago
If CSteamAPIContext::Init fails, log which interface failed
3 Years Ago
Remove debug log Merge branch 'master' of sbox
3 Years Ago
Fixed getting broadcast via username instead of userid Update entity properties Vary broadcast update period
3 Years Ago
Don't ignore [Net] variables set before network tables are built
3 Years Ago
Streamer refactor Cleaning streamer apis Merge branch 'master' of sbox Update game
3 Years Ago
DrawScreenQuad fixes Post processing render event (test)
3 Years Ago
Asset.AllByPath is case insensitive Asset loading file extensions are case insensitive
3 Years Ago
Fixed issues with addon folders with capital letters
3 Years Ago
Add INetworkSerializer
3 Years Ago
Replication supports List<BaseNetworkable>
3 Years Ago
Panel selection favours visible Added Render.UI.MatrixScope
3 Years Ago
Fixed template stylesheet links starting with "./" not hotloading Fixed not parsing rgba( 255, 255, 255, .5 ) Snap scrolling to grid, prevent weird looking shit Merge branch 'master' of sbox
3 Years Ago
Fix scissoring not inheriting parent scissor properly Added ClipRect, scissoring happens INSIDE borders now
3 Years Ago
Pass in multiple solutions to vsopen, will use one that is open
3 Years Ago
Fix errors and performance issues with huge network lists