diff --git a/CHANGELOG b/CHANGELOG index 82b2b75..c7c55d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changelog 0.6 + * New Campaign missions + * Added new fighters: Razor and Shale, part of the unstable Nation of Tzac * Added control remapping * New game mode: Challenges * Added i18n support diff --git a/README_DEV.md b/README_DEV.md index 14dc63f..d0b16fc 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -1,10 +1,10 @@ # DEVELOPMENT / DEBUG Stuff -You can run the game with +You can run the game with: `./tbftss -debug` -to access some (rather crude) debugging and development stuff, activated by pressing certain keys on the keyboard. Press the following keys to toggle the states (see the console for output). Note to porters - you shouldn't distribute the game in this state (either as a hard compile or run script), as it could result in unexpected behaviour. +to access some (rather crude) debugging and development stuff, activated by pressing certain keys on the keyboard. Press the following keys to toggle the states (see the console for output). Note to packagers - you shouldn't distribute the game in this state (either as a hard compile or run script), as it could result in unexpected behaviour. * [1] - Make the player immortal * [2] - Unlimited missiles @@ -15,3 +15,9 @@ to access some (rather crude) debugging and development stuff, activated by pres * [9] - Show the current frames per second * [0] - Take a screenshot once per second, saving to /tmp/tbftss on Linux. + +By default, the game will output WARN level messages, or greater. To see INFO level messages, you can use: + +`./tbftss -info` + +Note that using `-debug` will automatically output DEBUG level messages.