mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 10:57:19 +01:00
Add paradise's version of byond-tracy for better production profiling (#16485)
* add para-byond-tracy and modify the tracy init * remove obsolete binaries, add replay.py, add tracy 0.8.2 client, add changelog * add tracy client files and other version of byond-tracy
This commit is contained in:
@@ -261,6 +261,9 @@ var/list/gamemode_cache = list()
|
||||
var/ipintel_save_bad = 1
|
||||
var/ipintel_domain = "check.getipintel.net"
|
||||
|
||||
// BYOND Tracy
|
||||
var/enable_byond_tracy = 0
|
||||
|
||||
// Access control/Panic bunker settings.
|
||||
var/access_deny_new_players = 0
|
||||
var/access_deny_new_accounts = -1
|
||||
@@ -874,6 +877,9 @@ var/list/gamemode_cache = list()
|
||||
if("ipintel_save_bad")
|
||||
ipintel_save_bad = text2num(value)
|
||||
|
||||
if("enable_byond_tracy")
|
||||
enable_byond_tracy = 1
|
||||
|
||||
if("access_deny_new_accounts")
|
||||
access_deny_new_accounts = text2num(value) >= 0 ? text2num(value) : -1
|
||||
if("access_deny_vms")
|
||||
|
||||
Reference in New Issue
Block a user