Commit Graph

2 Commits

Author SHA1 Message Date
SkyratBot
e7bc2c7d4f [MIRROR] Removes double spaces in defines and removes some unused ones [MDB IGNORE] (#18622)
* Removes double spaces in defines and removes some unused ones (#72466)

## About The Pull Request

1. Removes unused defines (DIAG_CIRCUIT_HUD, LIGHTING_BASE_MATRIX,
pda_styles and the defines it uses, MAFIA_MEDAL_CHARISMATIC &
MAFIA_MEDAL_VIP).

2. Removes double spaces (or tab->space & space->tab) from everywhere I
saw them in the defines folder (unless used by autodoc)

3. Removes the unecessary amount of tabs from lists in HubMigrator, this
PR was at first gonna be around achievements but this just bugged me,
which spiraled into this.

## Why It's Good For The Game

me when i spread my code standards onto the codebase i contribute to

this doesn't affect the game however it does make the defines look
cleaner and brings it up to date with our most recent standards.

## Changelog

not player-facing.

* Removes double spaces in defines and removes some unused ones

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
2023-01-09 22:03:10 -08:00
AnturK
a31c460dc0 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.
2019-11-26 20:35:28 +13:00