[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth src/server/server.cpp ./changelog
From: |
Yann Dirson |
Subject: |
[Wesnoth-cvs-commits] wesnoth src/server/server.cpp ./changelog |
Date: |
Sat, 11 Jun 2005 08:29:31 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Yann Dirson <address@hidden> 05/06/11 12:29:31
Modified files:
src/server : server.cpp
. : changelog
Log message:
write summary of available fifo commands when a command is not
recognized
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/server/server.cpp.diff?tr1=1.80&tr2=1.81&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.729&tr2=1.730&r1=text&r2=text
Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.729 wesnoth/changelog:1.730
--- wesnoth/changelog:1.729 Sat Jun 11 09:07:39 2005
+++ wesnoth/changelog Sat Jun 11 12:29:31 2005
@@ -24,6 +24,7 @@
* players can now control multiple sides in multiplayer
* fixed crash: move_unit_fake with coordinates outside the map (part of
#13334)
* prevented user campaigns from making the game unstartable
+ * server now write a summary of available commands when a fifo command is not
recognized
Version 0.9.2:
* user interface improvements:
Index: wesnoth/src/server/server.cpp
diff -u wesnoth/src/server/server.cpp:1.80 wesnoth/src/server/server.cpp:1.81
--- wesnoth/src/server/server.cpp:1.80 Wed Jun 8 21:10:39 2005
+++ wesnoth/src/server/server.cpp Sat Jun 11 12:29:31 2005
@@ -249,6 +249,7 @@
}
} else {
std::cout << "command '" << command << "' is not recognized" <<
std::endl;
+ std::cout << "available commands are: msg <message>, status,
metrics, ban [<nick>], unban <nick>, kick <nick>" << std::endl;
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth src/server/server.cpp ./changelog,
Yann Dirson <=