Moves achievements from Hub to DB. (#47617)

Drops byond hub support and adds score and top 50 browsers.

Requires DB changes and manual creation of migration script if we want to keep old achievements so no random merges please.
This commit is contained in:
AnturK
2019-11-26 08:35:28 +01:00
committed by oranges
parent 77c7c1ec55
commit a31c460dc0
16 changed files with 455 additions and 132 deletions

View File

@@ -48,7 +48,7 @@ GLOBAL_LIST_INIT(tendrils, list())
last_tendril = FALSE
if(last_tendril && !(flags_1 & ADMIN_SPAWNED_1))
if(SSachievements.hub_enabled)
if(SSachievements.achievements_enabled)
for(var/mob/living/L in view(7,src))
if(L.stat || !L.client)
continue