# # ChangeLog for code/branches/objecthierarchy/src/network/packet/Chat.cc # # Generated by Trac 1.0.9 # May 23, 2024, 5:20:34 PM Sun, 02 Nov 2008 11:54:17 GMT rgrieder [2112] * code/branches/objecthierarchy/src/network/ChatListener.cc (modified) * code/branches/objecthierarchy/src/network/ChatListener.h (modified) * 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/ClientConnectionListener.cc (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.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/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.h (modified) * code/branches/objecthierarchy/src/network/GamestateHandler.cc (modified) * code/branches/objecthierarchy/src/network/GamestateHandler.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/GamestateManager.h (modified) * code/branches/objecthierarchy/src/network/Host.cc (modified) * code/branches/objecthierarchy/src/network/Host.h (modified) * code/branches/objecthierarchy/src/network/NetworkCallback.h (modified) * code/branches/objecthierarchy/src/network/NetworkPrereqs.h (modified) * code/branches/objecthierarchy/src/network/PacketBuffer.cc (modified) * code/branches/objecthierarchy/src/network/PacketBuffer.h (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/network/Server.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Acknowledgement.cc (modified) * code/branches/objecthierarchy/src/network/packet/Acknowledgement.h (modified) * code/branches/objecthierarchy/src/network/packet/Chat.cc (modified) * code/branches/objecthierarchy/src/network/packet/Chat.h (modified) * code/branches/objecthierarchy/src/network/packet/ClassID.cc (modified) * code/branches/objecthierarchy/src/network/packet/ClassID.h (modified) * code/branches/objecthierarchy/src/network/packet/DeleteObjects.cc (modified) * code/branches/objecthierarchy/src/network/packet/DeleteObjects.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.h (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.h (modified) * code/branches/objecthierarchy/src/network/packet/Welcome.cc (modified) * code/branches/objecthierarchy/src/network/packet/Welcome.h (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) Test: replacing namespace network with namespace orxonox. ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Sun, 12 Oct 2008 17:40:47 GMT scheusso [1907] * code/trunk/TODO (modified) * code/trunk/bin/ogre.cfg-init (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Acknowledgement.h (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/Chat.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/DeleteObjects.cc (copied) * code/trunk/src/network/packet/DeleteObjects.h (copied) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (modified) * code/trunk/src/orxonox/objects/Backlight.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) merged network branch back to trunk