33,170 Commits over 4,109 Days - 0.34cph!
Added simple collider to wind generator so it can be removed by admins using ent kill
Testing something to fix "crash on exit"
Don't do anything when calling del without arguments
Fixed banned user check being slow with 20,000 banned users
Potentially fixed bandana crafting issues
Fixed memory leak in SellOrderEntry (vending machine UI)
Skip nearly all OnDisable / OnDestroy when closing the game
Another attempt at fixing "crash on exit"
Skip OnDisable / OnDestroy in a bunch of plugin components
More tests for "crash on exit"
More tests for "crash on exit"
More tests for "crash on exit"
added tree minigame help
added ore minigame help
planters now show hydration level via darker soil (once again)
updated special fx for a bunch of weapons
Dispose ambience culling group in OnApplicationQuit
Shutdown EAC after disconnecting from the server (crash on exit)
Skip OnPreCull / OnPreRender / OnPostRender when closing the game (wtf?)
Removed some debugging shit
merge from junkyard fixes
Added sendnetworkupdate admin console command (useful for testing)
Fixed NRE in PlayerModel.DoAimingSounds
Added metabolismtick convar (time inbetween metabolism updates)
Eliminated GC from QuickCraft.Rebuild
Ensure players always spawn on beach (Savas island)
Shaved most GC allocs in hair setup and morph cache
Reduced lodcomp OnVisibilityChanged overhead
Top hiz downscale (testing)
Added torch equip/ignite tip
Added comfort explaination tip
added consume food/water tip
Added campfire heal tip
translate mouse0 etc to "left mouse" in game tips
Fixed NRE in PlayerMetabolism
Eliminated GC allocs from crafting UI
Fixed all morph cache GC allocs when sources are cached
Disabled morph cache data compression; traded for perf
Reduced morph cache mesh instantiation/copy overhead
Added eat / drink debug convars for admins / devs (similar to hurt console command, can also take negative values)
Caching hair set morphs on startup
fixed hydration + calories stats being padded by respawn
fixed ConsumeFood tip
Fixed healAtCampfire tip
Changed reflection probe time slicing to "individual faces"
Changed default server.metabolismtick to one second
Removed itemoutline test convar (showoutlines still exists)