3,634 Commits over 1,583 Days - 0.10cph!
Extra logging when out of order connect
Try to enforce a single voice recorder
Fix steam lobbies not networking
Check for null in GetRepresentativeTextureSize (speculative fix)
Handle stack overflows in a different thread
Fixed most common exceptions
Fix null strings thinking they're not strings
Can call SetBodyGroups on ModelRenderer before it's enabled
Add Connection.GetUserData
Add ClothingContainer.Apply( SkinnedModelRenderer )
When calling network broadcasting, can specify minimum connection state
Connection.DisplayName, SteamId is via ConnectionInfo
Reduce network debug output
Remove ConnectionInfo on disconnect
Send current game ident with errors
Assert if part of the modelcollider is invalid
Network Protocol++
Lobby list is more useful
Set Application.GameIdent without the #local
Add network protocol to lobbies
Add StringTable.OnSnapshot
Add UserInfo network string table
Fix component members without source info being ordered randomly
Give Voice Transmitter a few more options
Nicer errors if trying to RPC unsupported values
Fix tags not always getting applied to scene objects
Members with [Expose] are always exposed
BytePack dictionary support + tests
Fix network message chunking not actually doing shit
Tweak string table initialization
Unit test validate StringTable
SceneUtility.Instantiate becomes gameobject.Clone( ... )
Don't leave the server when joining
We do already have a break sound, 10 lines down from where I added a new one
DamageInfo into namespace
Don't throw a ton of errors when we run out of voices
Add surface sound for break (I got a feeling we already have this somewhere)
PhysicsShape.Surface returns null less often
Add GameObjectSystem.Stage.FinishUpdate
Rename PhysicsBodyComponent.cs to PhysicsBodyExtensions.cs
Add PhysicsShape.PlayCollisionSound, PlayFootstepSound, PlayFootLandSound, PlayFootLaunchSound
Add CollisionSoundSystem
Collision Event System automatically calls into CollisionSoundSystem
Add RigidbodyFlags
Update sentry DSN
Fix NRE in rigidbody
Add Component.IDamageable and DamageInfo
Remove currently unused properties from ModelPropData
Component.Flags is now a ComponentFlags
Add GameObjectFlags.DontDestroyOnLoad (not implemented)
Fix double IDamageable
Add DestroyOnEnd to ParticleEmitter
Hide SceneObject in ParticleSpriteRenderer if no particles to render
Particle collision uses scene trace
SceneCamera.Tonemap not enabled by default
Fix model rendering bounds
Call ForceFlushGPU when rendering to pixmap
Add Layout.SizeConstraint
FixedWidth and FixedHeight operate propertly, added FixedSize
Fix ControlWidget's layout expanding vertically
Should fix errors when a GameObject is marked as no save
Fix MaximumWidth/Height swap
Change vmdl_c to vmdl in Model.Load
Convert ITags to an abstract class
Rewrote Qt widget layout implementation so that SizeMode works and makes more sense
Recover the scene camera if its position is NaN
Add ITagSet.HasAny, HasAll that take ITagSet
Added GameTags.Flush - to manually update the flags instead of waiting for the next frame callback
Fix warning
Add missing methods to TagSet, GameTags
Properly hide GameObjectFlags.Hidden in gameobject tree
Remove unused
Fix scene warnings
Remove Camera class
Fix documentation
ComponetList uses component.Active instead of component.Enabled to determine active status
Remove debug logs
Fix interopsystem convar names
Fix crash when rendering to pixmap
Traces don't hit triggers by default, need to explicitly request it to hit triggers. Ripped out a bunch of unused stuff.
RenderToPixmap is a shit load faster
Remove redundant CToolsRenderScope
Fix component context menus being modal, not preventing gameobject context menu popup
Fix component "paste values" not working
Fix TreeView being empty when scroll forced to top due to item changes
Automatically mark BaseItemWidget dirty after a drag and drop (fixes sbox-issues/issues/4374)
InteropGen - assert to make sure accessor's a not null
Remove SceneCamera.IsMainCamera
Add Scene.Camera (returns best, mainest camera)
Add Scene.Camera unit test
Added CameraComponent.PointToScreenNormal, PointToScreenPixels, ScreenPixelToRay, ScreenNormalToRay
Make stuff use Scene.Camera instead of Camera.Main
Remove some Camera members
Remove some functions from Screen
use facepunch.walker as maplist game
Don't load any game addons during editor startup