lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Feature/admin commands #123

Closed Vassyli closed 5 years ago

Vassyli commented 5 years ago

Adds two commands to daenerys: One for listing all existing characters, and one for resetting a specific characters viewpoint. Additionally, this PR changes module registration to honor dependency (a dependency gets registered first!) and finally fixes the issues we sometime had with wrong column names (AnsiQuoteStrategy was the wrong choice for Doctrine).