[jetrix-cvs] jetrix/doc changelog.txt,1.78,1.79
Brought to you by:
smanux
From: Emmanuel B. <sm...@us...> - 2005-05-04 21:13:16
|
Update of /cvsroot/jetrix/jetrix/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19809/doc Modified Files: changelog.txt Log Message: Added the #random channel Index: changelog.txt =================================================================== RCS file: /cvsroot/jetrix/jetrix/doc/changelog.txt,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** changelog.txt 4 May 2005 10:29:50 -0000 1.78 --- changelog.txt 4 May 2005 21:12:36 -0000 1.79 *************** *** 2,6 **** ================ - Changes in version 0.3 (2005-??-??) ----------------------------------- --- 2,5 ---- *************** *** 8,12 **** --- 7,13 ---- Player visible changes - New #survival channel (drop as many blocks as you can before you die) + - New #random channel, random settings when the game starts! - Implemented the channel operator access level. It's now possible to restrict some commands to the first player in the channel (/move, /start...) + - Added support for the client identification protocol (i.e lvl 0 0 request, clientinfo response) - The number of players and spectators currently online is now displayed on logging in *************** *** 17,23 **** --- 18,34 ---- Developer visible changes + - added a readLine(Reader) method in the Protocol interface - Renamed Client.receiveMessage() into Client.receive() + Changes in version 0.2.1 (2005-02-18) + ------------------------------------- + + - Fixed the Shutdown button on the server administration page + - Fixed a bug preventing the configuration files from being saved if the server was installed in a path containing a space character + - Running Jetrix with jetrix.exe no longer saturate the CPU + - Fixed a bug preventing the execution of several query commands with the same connection + + Changes in version 0.2 (2005-01-18) ----------------------------------- |