diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,11 +1,14 @@ 2007-02-27 Philipp Sehmisch <tmw@crushnet.org> + * gui/button.cpp, src/guibutton.h, src/gui/tabbedcontainer.cpp, src/gui/tabbedcontainer.h:: Tabbed containers now display the button of the active tab pressed all the time. * src/game.cpp, src/gui/chat.cpp, src/gui/chat.h, src/chathandler.cpp, src/net/chatserver/chatserver.cpp, src/net/chatserver/chatserver.h, - src/net/protocol.h: Implementation of chat channels by Trapdoor. + src/channel.cpp, src/channel.h, src/channelmanager.cpp, + src/channelmanager.h src/net/protocol.h: Implementation of chat + channels by Trapdoor. * src/graphics.h: MSVC Compilation fix by Trapdoor. 2007-02-25 Bjørn Lindeijer <bjorn@lindeijer.nl> |