# # ChangeLog for code/branches/chat # # Generated by Trac 1.0.9 # May 3, 2024, 2:51:17 AM Tue, 27 Apr 2010 15:54:15 GMT rgrieder [6797] * code/branches/chat/src/orxonox/ChatInputHandler.cc (modified) * code/branches/chat/src/orxonox/ChatInputHandler.h (modified) svn:eol-style "native" for all text-based files. Mon, 26 Apr 2010 14:53:43 GMT smerkli [6793] * code/branches/chat/src/orxonox/ChatInputHandler.cc (modified) * code/branches/chat/src/orxonox/ChatInputHandler.h (modified) done for today. Mon, 26 Apr 2010 14:35:31 GMT smerkli [6791] * code/branches/chat/data/defaultConfig/keybindings.ini (modified) * code/branches/chat/src/orxonox/ChatInputHandler.cc (modified) * code/branches/chat/src/orxonox/ChatInputHandler.h (modified) Chat works lowlevel, shortcut is set to B. needs ui now. Mon, 26 Apr 2010 14:09:23 GMT smerkli [6788] * code/branches/chat/src/orxonox/CMakeLists.txt (modified) * code/branches/chat/src/orxonox/ChatInputHandler.cc (modified) * code/branches/chat/src/orxonox/ChatInputHandler.h (modified) stuff works, but keybinding still does only work in the build folder Mon, 26 Apr 2010 12:48:12 GMT smerkli [6777] * code/branches/chat/src/orxonox/ChatInputHandler.cc (modified) * code/branches/chat/src/orxonox/ChatInputHandler.h (modified) Brought implementation further, now starting to link into main program. Mon, 26 Apr 2010 12:37:12 GMT smerkli [6776] * code/branches/chat/src/orxonox/ChatInputHandler.cc (added) * code/branches/chat/src/orxonox/ChatInputHandler.h (added) Added ChatInputHandler facilities and started implementing them. Mon, 12 Apr 2010 15:32:12 GMT smerkli [6699] * code/branches/chat/src/libraries/network/ChatListener.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.h (modified) shit works xD Mon, 12 Apr 2010 15:08:27 GMT smerkli [6698] * code/branches/chat/src/orxonox/CMakeLists.txt (modified) * code/branches/chat/src/orxonox/ChatHistory.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.h (modified) * code/branches/chat/src/orxonox/graphics/CMakeLists.txt (modified) ChatHistory is not being constructed, no idea why. Mon, 12 Apr 2010 14:06:46 GMT smerkli [6693] * code/branches/chat/src/orxonox/ChatHistory.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.h (modified) questions resolved, ready for in-game testing. Mon, 12 Apr 2010 13:30:51 GMT smerkli [6690] * code/branches/chat/src/orxonox/ChatHistory.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.h (modified) Few changes before the questions, completing doxy stuff. Mon, 12 Apr 2010 13:15:44 GMT smerkli [6688] * code/branches/chat/src/orxonox/ChatHistory.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.h (modified) Completed and tested the code as far as I could, now preparing questions. Mon, 12 Apr 2010 11:11:26 GMT smerkli [6682] * code/branches/chat/src/libraries/network/ChatListener.cc (modified) added chatlistener method for debugging (ChatListener.cc) Mon, 29 Mar 2010 21:01:51 GMT rgrieder [6652] * code/branches/chat/src/orxonox/ChatHistory.cc (modified) * code/branches/chat/src/orxonox/ChatHistory.h (modified) svn:eol-style "native" for all text based files. Mon, 29 Mar 2010 14:47:28 GMT smerkli [6649] * code/branches/chat/src/orxonox/ChatHistory.cc (modified) Minor commenting. Mon, 29 Mar 2010 14:41:19 GMT smerkli [6644] * code/branches/chat/src/orxonox/ChatHistory.cc (added) * code/branches/chat/src/orxonox/ChatHistory.h (added) Added initial chathistory cc file and header. Very basic, still, and ... Mon, 29 Mar 2010 12:00:30 GMT smerkli [6637] * code/branches/chat/src/orxonox/graphics/CMakeLists.txt (modified) Removed ChatBox and CEGuiSample from CMakeLists.txt Mon, 29 Mar 2010 11:52:33 GMT smerkli [6636] * code/branches/chat/src/orxonox/graphics/CEGuiSample.cc (added) * code/branches/chat/src/orxonox/graphics/CMakeLists.txt (modified) Added CEGuiSample.cc for testing of Chatbox class Mon, 29 Mar 2010 11:46:38 GMT scheusso [6635] * code/branches/chat/src/orxonox/graphics/ChatBox.cc (modified) ChatBox.cc compiles fine now Mon, 29 Mar 2010 11:44:13 GMT smerkli [6634] * code/branches/chat/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/chat/src/orxonox/graphics/ChatBox.cc (modified) ChatBox Changes, DemoSample correctly named ChatBox now Mon, 29 Mar 2010 11:29:48 GMT scheusso [6633] * code/branches/chat/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/chat/src/orxonox/graphics/ChatBox.cc (modified) * code/branches/chat/src/orxonox/graphics/ChatBox.h (modified) some adjustments (tabs to spaces, etc.) Mon, 22 Mar 2010 18:59:39 GMT rgrieder [6605] * code/branches/chat/data/gui/layouts/ChatBox.layout (modified) * code/branches/chat/src/orxonox/graphics/CEGuiSample.h (modified) * code/branches/chat/src/orxonox/graphics/ChatBox.cc (modified) * code/branches/chat/src/orxonox/graphics/ChatBox.h (modified) svn:eol-style "native" for all text based files. Mon, 22 Mar 2010 14:41:51 GMT smerkli [6597] * code/branches/chat/src/orxonox/graphics/ChatBox.cc (added) * code/branches/chat/src/orxonox/graphics/ChatBox.h (modified) Split ChatBox.h into ChatBox.h and ChatBox.cc, comments to follow. Mon, 22 Mar 2010 14:28:40 GMT smerkli [6596] * code/branches/chat/data/gui/layouts/ChatBox.layout (added) * code/branches/chat/src/libraries/network/ChatListener.cc (modified) * code/branches/chat/src/orxonox/graphics/CEGuiSample.h (added) * code/branches/chat/src/orxonox/graphics/ChatBox.h (added) Adding chatbox related files Sun, 21 Mar 2010 22:22:04 GMT smerkli [6577] * code/branches/chat/src/libraries/network/ChatListener.h (modified) * code/branches/chat/src/libraries/network/Host.h (modified) * code/branches/chat/src/libraries/network/packet/Chat.cc (modified) Nothing really, just skimming through code, adding comments... Thu, 18 Mar 2010 21:44:37 GMT smerkli [6565] * code/branches/chat/src/libraries/network/packet/Chat.h (modified) Test commit, added a couple of comments. Mon, 15 Mar 2010 15:23:54 GMT scheusso [6527] * code/branches/chat (copied) creating new chat branch