mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 09:56:30 +02:00
Updated version
This commit is contained in:
@@ -131,7 +131,6 @@ namespace Game {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Gui::init(Game *game) {
|
void Gui::init(Game *game) {
|
||||||
|
|
||||||
this->commander = game->getCommander();
|
this->commander = game->getCommander();
|
||||||
this->gameCamera = game->getGameCameraPtr();
|
this->gameCamera = game->getGameCameraPtr();
|
||||||
this->console = game->getConsole();
|
this->console = game->getConsole();
|
||||||
@@ -142,6 +141,8 @@ namespace Game {
|
|||||||
world->getThisFactionIndex(),
|
world->getThisFactionIndex(),
|
||||||
world->getThisTeamIndex(),
|
world->getThisTeamIndex(),
|
||||||
game->isFlagType1BitEnabled(ft1_allow_shared_team_units));
|
game->isFlagType1BitEnabled(ft1_allow_shared_team_units));
|
||||||
|
|
||||||
|
console->addStdMessage("StartMessage", true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Gui::end() {
|
void Gui::end() {
|
||||||
|
@@ -1239,15 +1239,15 @@ namespace Game {
|
|||||||
needUpdateFromServer = false;
|
needUpdateFromServer = false;
|
||||||
|
|
||||||
if (announcementLoaded == false) {
|
if (announcementLoaded == false) {
|
||||||
|
consoleIRC.addLine("This is the network lobby. To start a new network game yourself, click \"Host Game\"");
|
||||||
|
consoleIRC.addLine("");
|
||||||
// write hint to console:
|
// write hint to console:
|
||||||
Config & configKeys =
|
Config & configKeys =
|
||||||
Config::getInstance(std::pair < ConfigType,
|
Config::getInstance(std::pair < ConfigType,
|
||||||
ConfigType >(cfgMainKeys, cfgUserKeys));
|
ConfigType >(cfgMainKeys, cfgUserKeys));
|
||||||
consoleIRC.addLine(Lang::getInstance().
|
consoleIRC.addLine(Lang::getInstance().getString("ToSwitchOffMusicPress") + " - \"" +
|
||||||
getString("ToSwitchOffMusicPress") +
|
|
||||||
" - \"" +
|
|
||||||
configKeys.getString("ToggleMusic") + "\"");
|
configKeys.getString("ToggleMusic") + "\"");
|
||||||
|
consoleIRC.addLine("");
|
||||||
announcementLoaded = true;
|
announcementLoaded = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#define GAME_VERSION "Glest 2.0"
|
#define GAME_VERSION "Glest 2.0"
|
||||||
#define GAME_BUILD_DATE "0602"
|
|
||||||
#define G3D_VIEWER_VERSION "1.0"
|
#define G3D_VIEWER_VERSION "1.0"
|
||||||
#define MAP_EDITOR_VERSION "1.0"
|
#define MAP_EDITOR_VERSION "1.0"
|
||||||
|
//Month then Day
|
||||||
|
#define GAME_BUILD_DATE "0206"
|
||||||
|
Reference in New Issue
Block a user