mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 04:01:47 +02:00
small fixes for about screen and so on ...
This commit is contained in:
@@ -209,7 +209,7 @@ network slots and the other players have to join.
|
|||||||
The best ways to find people to play a multi-player game are:
|
The best ways to find people to play a multi-player game are:
|
||||||
a) using the Internet Game menu
|
a) using the Internet Game menu
|
||||||
b) scheduling a game on the Glest forums
|
b) scheduling a game on the Glest forums
|
||||||
c) finding other players on the #glest IRC channel on irc.freenode.net.
|
c) finding other players on the #megaglest IRC channel on irc.freenode.net.
|
||||||
|
|
||||||
For LAN play, clients may click the 'Find LAN games' menu item to find servers
|
For LAN play, clients may click the 'Find LAN games' menu item to find servers
|
||||||
with an open network slot on the local network (this uses UDP broadcasting).
|
with an open network slot on the local network (this uses UDP broadcasting).
|
||||||
|
@@ -180,16 +180,16 @@ string getAboutString1(int i) {
|
|||||||
switch(i) {
|
switch(i) {
|
||||||
case 0: return "MegaGlest " + glestVersionString + " (" + "Shared Library " + sharedLibVersionString + ")";
|
case 0: return "MegaGlest " + glestVersionString + " (" + "Shared Library " + sharedLibVersionString + ")";
|
||||||
case 1: return "Built: " + string(__DATE__) + " " + SVN_Rev;
|
case 1: return "Built: " + string(__DATE__) + " " + SVN_Rev;
|
||||||
case 2: return "Copyright 2001-2011 The MegaGlest Team";
|
case 2: return "Copyright 2001-2012 The MegaGlest Team";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
string getAboutString2(int i) {
|
string getAboutString2(int i) {
|
||||||
switch(i) {
|
switch(i) {
|
||||||
case 0: return "Web: http://www.megaglest.org http://glest.org";
|
case 0: return "Web: http://www.megaglest.org";
|
||||||
case 1: return "Bug reports: " + string(mailString);
|
case 1: return "Bug reports: " + string(mailString);
|
||||||
case 2: return "Irc: irc://irc.freenode.net/glest";
|
case 2: return "Irc: irc://irc.freenode.net/megaglest";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user