userandererandrecancel
reporust_rebootcancel

10,594 Commits over 3,683 Days - 0.12cph!

6 Years Ago
Added metabolismtick convar (time inbetween metabolism updates)
6 Years Ago
Added itemoutline convar
6 Years Ago
Fixed NRE in PlayerModel.DoAimingSounds
6 Years Ago
Added sendnetworkupdate admin console command (useful for testing)
6 Years Ago
Subtracting 24967
6 Years Ago
Removed some debugging shit
6 Years Ago
Skip OnPreCull / OnPreRender / OnPostRender when closing the game (wtf?)
6 Years Ago
Shutdown EAC after disconnecting from the server (crash on exit)
6 Years Ago
Dispose ambience culling group in OnApplicationQuit
6 Years Ago
More tests for "crash on exit"
6 Years Ago
More tests for "crash on exit"
6 Years Ago
More tests for "crash on exit"
6 Years Ago
Skip OnDisable / OnDestroy in a bunch of plugin components
6 Years Ago
Cleanup
6 Years Ago
Another attempt at fixing "crash on exit"
6 Years Ago
Skip nearly all OnDisable / OnDestroy when closing the game
6 Years Ago
Fixed memory leak in SellOrderEntry (vending machine UI)
6 Years Ago
Subtracting 24934
6 Years Ago
Test for "crash on exit"
6 Years Ago
Don't do anything when calling del without arguments
6 Years Ago
Testing something to fix "crash on exit"
6 Years Ago
Prefab pre processing no longer deletes parents of culled game objects (fixes open server side doors on some monuments)
6 Years Ago
Whoops, physics.minsteps fix
6 Years Ago
Better client side lower limit for physics.steps and physics.minsteps
6 Years Ago
Fixed NRE when killed without HitInfo
6 Years Ago
Fixed NRE in voice recorder Eliminated GC alloc from voice recorder
6 Years Ago
Junkpile despawn time is constant (since it was identical on all prefabs anyhow) Junkpile despawn time is now 30 minutes (from 20 minutes)
6 Years Ago
Removed unnecessary mipmap refresh from skin texture loading Added detailed profiling to AsyncTextureLoad
6 Years Ago
Broken icon import settings are identical to cooking, fire and loading icon import settings
6 Years Ago
Skins have OnLoaded and OnIconLoaded callbacks Added OnItemIconChanged event to item icons Show loading indicator on item icons while they're still loading Refresh item icons when their skinned icon finished loading
6 Years Ago
combatlog no longer takes count parameter (always prints full combat log) combatlogsize defaults to 30
6 Years Ago
EAC SDK update + PlayerKill reporting
6 Years Ago
Force profiling when calling invokes because we keep adding slow shit to it that's not wrapped in profiler samples
6 Years Ago
Strip any game objects on the occluder layer in prefab preprocessing as they're currently not required
6 Years Ago
When anti hack is disabled, send warning to admins whenever they connect
6 Years Ago
Unity can't resize compressed textures, so don't try to do so
6 Years Ago
Changed the way default icons are used before a skin icon is loaded because Unity
6 Years Ago
Log warning when icon dimensions on an item are off
6 Years Ago
All item icons can be up to 512x512 (+ double checked they're compressed)
6 Years Ago
Use default item icon for skinned items until the skin is loaded
6 Years Ago
Don't recalculate mips when applying skin icon (already done in native code)
6 Years Ago
Fixed bear skeleton properties referencing the prefab instead of the mesh
6 Years Ago
SwapArrows is IClientComponent
6 Years Ago
Fixed skin icons not calling apply after loading
6 Years Ago
Only cull game objects we culled components from when they don't have any children
6 Years Ago
Cleanup
6 Years Ago
Cleanup
6 Years Ago
Some more workshop skin profiling
6 Years Ago
Skin icon loading rewrite (performance, memory)
6 Years Ago
Admins can get combat log of other players