# # ChangeLog for code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h # # Generated by Trac 1.0.9 # May 29, 2024, 8:05:33 AM Sun, 19 Oct 2008 23:47:41 GMT landauf [1968] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/Backlight.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.h (modified) added MovableEntity with network optimization for constant velocity ... Sun, 19 Oct 2008 19:50:36 GMT landauf [1953] * code/branches/objecthierarchy/src/network/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/network/ChatListener.cc (added) * code/branches/objecthierarchy/src/network/ChatListener.h (added) * code/branches/objecthierarchy/src/network/Client.cc (modified) * code/branches/objecthierarchy/src/network/Client.h (modified) * code/branches/objecthierarchy/src/network/ClientConnection.cc (modified) * code/branches/objecthierarchy/src/network/ClientConnection.h (modified) * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/ClientInformation.h (modified) * code/branches/objecthierarchy/src/network/ConnectionManager.cc (modified) * code/branches/objecthierarchy/src/network/ConnectionManager.h (modified) * code/branches/objecthierarchy/src/network/Host.cc (modified) * code/branches/objecthierarchy/src/network/Host.h (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/network/Server.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (added) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (added) added chat overlay