254,761 Commits over 3,990 Days - 2.66cph!
Deleting ProfileData (unused)
Eliminated SpecialPurposeCamera GC allocs
Eliminated GC allocs from FPSTimer
EffectRecycle / DecalRecycle cache their invoke actions (eliminates GC allocs once pooled)
Tutorials widget will show first incomplete task after displaying completion
Expoed ItemValue in ItemSettingsEditor
Tutorials manager/widget tinkering
Entity links are pooled (eliminates GC allocs)
Moving unused out of deathmatch folder
Moved spawn bot player debug key to "p"
Generate project even if there's no code folder
Don't put obj folder in addons folders when compiling from VS
Moved physgun/inflator/duplicator to sandbox addon
Fixed missing assignment of background image field in ActivityNoficicationWidget
Removing tanget calculation is ok on building shader. (it was for world space normal maps)
Possible multiplayer switch delay fix
Tutorial tasks can now reference a new type called TutorialScreenSettings, which are they displayed via the FullScreenTutorialWidget
Singleton UI widgets can use UIWidgetSingleton
Made inventory list less weird
Added InventoryEntity
Fix
Removed GC allocs from GetComponentInChildrenIncludeDisabled
Chatbox timeout, transitions
Fixed end game
Hud namespace
Fixed chatbox
Fixed input caret (coui hates optimizeLegibility)
Fixed scale issue with wall placement
Nicer separation of editor-only entity networking cost in the profiler
Rebuilt Facepunch.Network and Facepunch.Raknet plugins
Networkable + Subscriber are pooled (eliminates GC allocs)
Networkable fires events via NetworkHandler interface instead of actions (eliminates GC when subscribing / unsubscribing events)
Fixed not being able to unpause replays with A
Deleting Plugins/Facepunch (all part of Facepunch.Network)
BaseNetworkable SaveInfo / LoadInfo are structs (eliminates GC allocs)
Gamemodes should end in Gamemode
Removing junk
Compile order fix
Addon.json updates
Nav grid layer improvements.
Cherry picking improved CreateOrUpdateEntity profiling (22318)
Much more detailed profiling in CreateOrUpdateEntity (ClientSpawn, ClientInit, InitShared etc)
Updated ignores
vscode settings
Moving addon Test -> Deathmatch
Spit cooking process will now detach the corpse once the cooking is done
Exposed a CanBurn flag to CookCookable
Fixed ProcessedBy not being set correctly on loaded corpses
Reduced pawn shop payout from 75% to 50% - Mainly because it generally means less inventory-filling cash values.
Merge Pawn Shop into Main!
Put LOD bias back up from 1 to 4. The whole game seems pretty geared towards to the LOD multiplier that was set
Fixed corpses not attaching to a spit on load if they were cooking when saved
Added estranged tribe members that will join the player tribe when you go near enough.
Added some more stuff to the Lost And Found tutorials.
Items attached to other items should now properly reattach on load
Had to add an IsAttachedToOtherItem condition to the FindItemToDrop target filter to prevent the unit immediately dropping the item on load