mirror of
https://github.com/glest/glest-source.git
synced 2025-08-28 18:29:48 +02:00
Cleanup up console output
This commit is contained in:
@@ -5902,7 +5902,7 @@ namespace Game {
|
|||||||
if (haveSpecialOutputCommandLineOption == false ||
|
if (haveSpecialOutputCommandLineOption == false ||
|
||||||
hasCommandArgument(argc, argv,
|
hasCommandArgument(argc, argv,
|
||||||
GAME_ARGS[GAME_ARG_VERSION]) == true) {
|
GAME_ARGS[GAME_ARG_VERSION]) == true) {
|
||||||
// printf("Compiled using: %s on: %s platform: %s endianness: %s",getCompilerNameString().c_str(),getCompileDateTime().c_str(),getPlatformNameString().c_str(),(::Shared::PlatformByteOrder::isBigEndian() == true ? "big" : "little"));
|
printf("%s\n", GameVersionString.c_str());
|
||||||
printf("Compiled using: %s platform: %s endianness: %s",
|
printf("Compiled using: %s platform: %s endianness: %s",
|
||||||
getCompilerNameString().c_str(),
|
getCompilerNameString().c_str(),
|
||||||
getPlatformNameString().c_str(),
|
getPlatformNameString().c_str(),
|
||||||
@@ -5985,8 +5985,6 @@ namespace Game {
|
|||||||
SwitchSetupRequest().getDataSize());
|
SwitchSetupRequest().getDataSize());
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("\nversion: [%s]", GameVersionString.c_str());
|
|
||||||
|
|
||||||
#ifdef USE_STREFLOP
|
#ifdef USE_STREFLOP
|
||||||
|
|
||||||
# if defined(STREFLOP_SSE)
|
# if defined(STREFLOP_SSE)
|
||||||
|
@@ -1257,10 +1257,6 @@ namespace Game {
|
|||||||
needUpdateFromServer = false;
|
needUpdateFromServer = false;
|
||||||
|
|
||||||
if (announcementLoaded == false) {
|
if (announcementLoaded == false) {
|
||||||
consoleIRC.
|
|
||||||
addLine("---------------------------------------------");
|
|
||||||
consoleIRC.
|
|
||||||
addLine("---------------------------------------------");
|
|
||||||
// write hint to console:
|
// write hint to console:
|
||||||
Config & configKeys =
|
Config & configKeys =
|
||||||
Config::getInstance(std::pair < ConfigType,
|
Config::getInstance(std::pair < ConfigType,
|
||||||
|
Reference in New Issue
Block a user