#
# ChangeLog for code/branches/chat2/data/gui
#
# Generated by Trac 1.0.9
# Apr 12, 2025, 3:45:27 AM

Mon, 17 May 2010 13:22:10 GMT smerkli [6910]
	* code/branches/chat2/data/gui/layouts/ChatBox.layout (modified)
	* code/branches/chat2/src/orxonox/ChatHistory.cc (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.cc (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.h (modified)
	* code/branches/chat2/src/orxonox/graphics/ChatBox.cc (deleted)
	* code/branches/chat2/src/orxonox/graphics/ChatBox.h (deleted)

	Added final comments, getting ready for merge


Mon, 10 May 2010 13:18:14 GMT smerkli [6876]
	* code/branches/chat2/data/gui/layouts/ChatBox-inputonly.layout (modified)
	* code/branches/chat2/data/gui/layouts/ChatBox.layout (modified)
	* code/branches/chat2/data/gui/schemes/OrxonoxGUIScheme.scheme (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.cc (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.h (modified)

	Scrolling chat now works, discovered delete-button bug, fixing it
	now.


Mon, 10 May 2010 11:47:44 GMT smerkli [6870]
	* code/branches/chat2/data/gui/layouts/ChatBox-inputonly.layout (copied)
	* code/branches/chat2/data/gui/layouts/ChatBox.layout (modified)
	* code/branches/chat2/data/gui/scripts/ChatBox-inputonly.lua (copied)
	* code/branches/chat2/src/orxonox/ChatInputHandler.cc (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.h (modified)

	Chatbox light added, trigger with n in game.


Mon, 03 May 2010 14:46:00 GMT smerkli [6846]
	* code/branches/chat2/data/gui/layouts/ChatBox.layout (modified)
	* code/branches/chat2/data/gui/scripts/ChatBox.lua (added)
	* code/branches/chat2/src/orxonox/ChatHistory.cc (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.cc (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.h (modified)

	Chatbox done, with cursor goodness and everything. Thanks for the
	help


Mon, 03 May 2010 12:10:46 GMT smerkli [6837]
	* code/branches/chat2/data/gui/layouts/ChatBox.layout (modified)
	* code/branches/chat2/src/orxonox/ChatInputHandler.cc (modified)

	Changed EditBox to StaticText in ChatBox.layout


Mon, 03 May 2010 11:47:54 GMT rgrieder [6836]
	* code/branches/chat2 (modified)
	* code/branches/chat2/data/defaultConfig/keybindings.ini (modified)
	* code/branches/chat2/data/gui/layouts/ChatBox.layout (copied)
	* code/branches/chat2/src/libraries/network/ChatListener.cc (modified)
	* code/branches/chat2/src/libraries/network/ChatListener.h (modified)
	* code/branches/chat2/src/libraries/network/Host.h (modified)
	* code/branches/chat2/src/libraries/network/packet/Chat.cc (modified)
	* code/branches/chat2/src/libraries/network/packet/Chat.h (modified)
	* code/branches/chat2/src/orxonox/CMakeLists.txt (modified)
	* code/branches/chat2/src/orxonox/ChatHistory.cc (copied)
	* code/branches/chat2/src/orxonox/ChatHistory.h (copied)
	* code/branches/chat2/src/orxonox/ChatInputHandler.cc (copied)
	* code/branches/chat2/src/orxonox/ChatInputHandler.h (copied)
	* code/branches/chat2/src/orxonox/graphics/CEGuiSample.cc (copied)
	* code/branches/chat2/src/orxonox/graphics/CEGuiSample.h (copied)
	* code/branches/chat2/src/orxonox/graphics/ChatBox.cc (copied)
	* code/branches/chat2/src/orxonox/graphics/ChatBox.h (copied)




Mon, 03 May 2010 11:44:18 GMT rgrieder [6835]
	* code/branches/chat2 (copied)

	New chat branch with GUI changes from the trunk.


Mon, 19 Apr 2010 12:34:05 GMT rgrieder [6754]
	* code/trunk/data/gui/scripts/SingleplayerMenu.lua (modified)

	Fixed bug in SingleplayerMenu that happened when starting a level ...