5,157 Commits over 1,583 Days - 0.14cph!
Keyframe implementation basics
Animation style properties (unimplemented)
Fixed client not knowing particle names
Simplify switching to local api
Icon showing updated within last day
Package Updated/Created is DateTimeOffset
SceneSystem - ignore objects with invalid bounds
if it ain't in this spawn group, how can it be in the pvs?
Fast return if setting model but model didn't change
Fix menu exception when gameicon doesn't have info yet
ContainsInterpolationVarsForPhase return false if rendering
Upgrade "Use IDictionary<{1}, {2}> instead of Dictionary<{1}, {2}>" to an error instead of a warning
Ignore ResetLatched in IV_PHASE_RENDERING
Populate main menu screen with trending games
Tools doesn't need its own package query function
Force CBasePlayer transmit always
Fix NRE when deserializing a dictionary that ends up with a null key
Always transmit child entities to owner
Fix exception when iterating asset locations
Expire entity task in delete
Don't award kills for killing yourself
Right click particle create option
Merge branch 'master' of sbox
Fix exception when generating thumbnails
Added RealTime.GlobalNow - like Now but should be in sync globally (and is a double)
RealTimeSince uses GlobalNow - so should stay in sync between server and clients
Merge branch 'master' of sbox
Allow base scoreboards to decide whether they should be open or not
Fixed outro animations not always playing
Store current server steamid in richpresence so friends can join
Create socket for client steamid too, when listen server
Don't throw error when joining game via lobby
Don't SpewAllClients when rejecting because server is full
Fix warnings in WaterSceneObject
Give warning if calling SetModel/Model in entity constructor
Early-out in OnOverrideAnimGraphChanged
Remove BaseViewModel.FieldOfView (is controlled by CameraSetup)
Fixed listen servers not joinable
Fix exception when generating thumb
Make post process VignetteSettings so you can read and they have defaults
@ogniK5377 can you do this for all the others?
BaseWeapon: don't return trace if no hit
Fix UI scaling causing unevenness
Add Render.Draw2D.BlendMode
Run deferred UI deletes before layout, so they don't appear there
Warning Fix
Warn if ui template not found
Update transforms test
Allow maps to specify which games they support
Move Rank/Leaderboard config to meta, GameConfiguration is dead 🙌
ComboBox/EnumBox can have tooltips/descriptions
Move MapSelect stuff to meta
When a datasource bind errors, tell us which one
Panel binding properties don't need a [Property]
Server button resolve map name
Local addons can store metadata in their config
Include local metadata when uploading addon
MinPlayers/MaxPlayers in meta
Remove GameConfiguration.MinPlayers, MaxPlayers
Package.Meta will use local addon if available
EnumBox handles int and JsonElement
Move GameConfiguration.NetworkType to addon meta
Try to leave lobby after joining the game
Make Global.Lobby obsolete (we'll find a better way)
Make chat not use lobby chat
Seperate server tags properly
Steamworks documentation lied, gametags can't be semicolon separated list
Server list disposable, filters work, strings utf8
Show servers in lobby list
Merge branch 'master' of sbox
Fill server details from c#
ServerList bindings
Editor window default maximized, asset browser visible
Fix D_SRGB_IMAGE warnings
Avoid reading NAN vectors in usercmd
Enable creating, enabling, disabling tool addons
Formalizing tool addon folder structure
Don't remove base tool addon
Unregister tool assemblies on remove
Create tool addon, editor
tool.minimal template edit
Build projects for tool addons
Add tool addons on startup, add
ui prelayout is 3x faster
Add nullcheck for static callers
Fix chart not updating
Fix unit tests
Add Widget.Lower, Widget.Raise
Performance tab options
Remove calls to GetVideoMemoryInfo (slow)