From 211686334b277d632e36bad930b1b59dfd26fe66 Mon Sep 17 00:00:00 2001 From: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:38:29 +0200 Subject: [PATCH] Remove config files removed options (#17339) * Atomization * sf --------- Co-authored-by: FluffyGhost --- config/example/game_options.txt | 1 - config/ut/config-db.txt | 60 ------------------- ...st-remove_config_files_removed_options.yml | 41 +++++++++++++ 3 files changed, 41 insertions(+), 61 deletions(-) create mode 100644 html/changelogs/FluffyGhost-remove_config_files_removed_options.yml diff --git a/config/example/game_options.txt b/config/example/game_options.txt index afa0d288bbe..44a682e08e5 100644 --- a/config/example/game_options.txt +++ b/config/example/game_options.txt @@ -56,7 +56,6 @@ HUMAN_DELAY 0 ROBOT_DELAY 1 MONKEY_DELAY 1 ALIEN_DELAY 1 -METROID_DELAY 1 ANIMAL_DELAY 1 diff --git a/config/ut/config-db.txt b/config/ut/config-db.txt index 50b12e14098..e7db8a2fbfa 100644 --- a/config/ut/config-db.txt +++ b/config/ut/config-db.txt @@ -45,39 +45,6 @@ JOBS_HAVE_MINIMAL_ACCESS # What to subtract power by when crossing Z-levels. #EXPLOSION_Z_SUB 2 -## log OOC channel -LOG_OOC - -## log client Say -LOG_SAY - -## log admin actions -LOG_ADMIN - -## log signaler actions -LOG_SIGNALER - -## log client access (logon/logoff) -LOG_ACCESS - -## log game actions (start of round, results, etc.) -LOG_GAME - -## log player votes -LOG_VOTE - -## log client Whisper -LOG_WHISPER - -## log emotes -LOG_EMOTE - -## log attack messages -LOG_ATTACK - -## log pda messages -LOG_PDA - ## log world.log messages # LOG_WORLD_OUTPUT @@ -122,9 +89,7 @@ MOD_JOB_TEMPBAN_MAX 1440 ## Default probablity is 1, increase to make that mode more likely to be picked. ## Set to 0 to disable that mode. PROBABILITY S EXTENDED 1 -PROBABILITY S MALFUNCTION 1 PROBABILITY S MERCENARY 1 -PROBABILITY S WIZARD 1 PROBABILITY S CHANGELING 1 PROBABILITY S CULT 1 PROBABILITY S BURGLARS 1 @@ -133,31 +98,21 @@ PROBABILITY S MAGISTAKE 1 PROBABILITY S NINJA 1 PROBABILITY S HEIST 1 PROBABILITY S VAMPIRE 1 -PROBABILITY S EXTEND-A-TRAITORMONGOUS 6 -PROBABILITY S CONFLUX 1 PROBABILITY S CROSSFIRE 1 -PROBABILITY S PARANOIA 1 PROBABILITY S UPRISING 1 -PROBABILITY S VISITORS 1 PROBABILITY S INTRIGUE 1 PROBABILITY S SIEGE 1 PROBABILITY S EXTENDED 1 -PROBABILITY S INFILTRATION 1 PROBABILITY S VEILPARTY 1 PROBABILITY S FEEDING 1 PROBABILITY S TRAITORLING 1 -PROBABILITY S CORRUPTION 1 -PROBABILITY MS CONFLUX 1 PROBABILITY MS CROSSFIRE 1 -PROBABILITY MS PARANOIA 1 PROBABILITY MS UPRISING 1 -PROBABILITY MS VISITORS 1 PROBABILITY MS INTRIGUE 1 PROBABILITY MS CONFLICT 1 PROBABILITY MS SIEGE 1 PROBABILITY MS EXTENDED 1 -PROBABILITY MS INFILTRATION 1 PROBABILITY MS VEILPARTY 1 PROBABILITY MS FEEDING 1 PROBABILITY MS TRAITORLING 1 @@ -315,15 +270,6 @@ GATEWAY_DELAY 18000 ## Uncomment to restrict non-admins from using humanoid alien races USEALIENWHITELIST -## Comment this to disable automated station night lighting -NIGHT_LIGHTING - -## Hour when the station night lighting is disabled (if above is enabled) -NL_FINISH_HOUR 8 - -## Hour when the station night lighting is enabled (if above is enabled) -NL_START_HOUR 19 - ## Comment this to unrestrict the number of alien players allowed in the round. The number represents the number of alien players for every human player. #ALIEN_PLAYER_RATIO 0.2 ##Remove the # to let ghosts spin chairs @@ -481,12 +427,6 @@ API_RATE_LIMIT_WHITELIST 127.0.0.1 # -- Should be below 99 (or undefined) on a server actually used for play. -- MC_TICKLIMIT_INIT 500 - -## GELF Logging Configuration -LOG_GELF_ENABLED 0 -# Make sure the IP string is written in a manner of "IP:port", without the quotes. -#LOG_GELF_ADDR 127.0.0.1:5667 - ### IPINTEL: ### This allows you to detect likely proxies by checking ips against getipintel.net ## Rating to warn at: (0.90 is good, 1 is 100% likely to be a spammer/proxy, 0.8 is 80%, etc) anything equal to or higher then this number triggers an admin warning diff --git a/html/changelogs/FluffyGhost-remove_config_files_removed_options.yml b/html/changelogs/FluffyGhost-remove_config_files_removed_options.yml new file mode 100644 index 00000000000..84f13f0258f --- /dev/null +++ b/html/changelogs/FluffyGhost-remove_config_files_removed_options.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: FluffyGhost + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - backend: "Removed deprecated/missing/removed config options from the unit test config file, that generated logging for nothing."