# # ChangeLog for code/branches/chat # # Generated by Trac 1.0.9 # May 18, 2024, 12:32:15 AM 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 Mon, 15 Mar 2010 14:27:09 GMT dafrick [6524] * code/trunk (modified) * code/trunk/data/levels/empty_level.oxw (modified) * code/trunk/data/levels/includes/pickups.oxi (copied) * code/trunk/data/levels/pickup.oxw (copied) * code/trunk/data/levels/templates/pickup_representation_templates.oxt (copied) * code/trunk/src/libraries/core/BaseObject.cc (modified) * code/trunk/src/libraries/core/BaseObject.h (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/libraries/core/OrxonoxClass.h (modified) * code/trunk/src/libraries/core/Super.h (modified) * code/trunk/src/modules/CMakeLists.txt (modified) * code/trunk/src/modules/pickup (copied) * code/trunk/src/modules/pickup/CMakeLists.txt (copied) * code/trunk/src/modules/pickup/DroppedPickup.cc (copied) * code/trunk/src/modules/pickup/DroppedPickup.h (copied) * code/trunk/src/modules/pickup/Pickup.cc (copied) * code/trunk/src/modules/pickup/Pickup.h (copied) * code/trunk/src/modules/pickup/PickupCollection.cc (copied) * code/trunk/src/modules/pickup/PickupCollection.h (copied) * code/trunk/src/modules/pickup/PickupCollectionIdentifier.cc (copied) * code/trunk/src/modules/pickup/PickupCollectionIdentifier.h (copied) * code/trunk/src/modules/pickup/PickupManager.cc (copied) * code/trunk/src/modules/pickup/PickupManager.h (copied) * code/trunk/src/modules/pickup/PickupPrecompiledHeaders.h (copied) * code/trunk/src/modules/pickup/PickupPrereqs.h (copied) * code/trunk/src/modules/pickup/PickupRepresentation.cc (copied) * code/trunk/src/modules/pickup/PickupRepresentation.h (copied) * code/trunk/src/modules/pickup/PickupSpawner.cc (copied) * code/trunk/src/modules/pickup/PickupSpawner.h (copied) * code/trunk/src/modules/pickup/items (copied) * code/trunk/src/modules/pickup/items/CMakeLists.txt (copied) * code/trunk/src/modules/pickup/items/HealthPickup.cc (copied) * code/trunk/src/modules/pickup/items/HealthPickup.h (copied) * code/trunk/src/modules/pickup/items/MetaPickup.cc (copied) * code/trunk/src/modules/pickup/items/MetaPickup.h (copied) * code/trunk/src/modules/weapons/projectiles/Projectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.cc (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/interfaces/CMakeLists.txt (modified) * code/trunk/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/trunk/src/orxonox/interfaces/PickupCarrier.h (copied) * code/trunk/src/orxonox/interfaces/Pickupable.cc (copied) * code/trunk/src/orxonox/interfaces/Pickupable.h (copied) * code/trunk/src/orxonox/items/Engine.cc (modified) * code/trunk/src/orxonox/pickup/BaseItem.cc (deleted) * code/trunk/src/orxonox/pickup/BaseItem.h (deleted) * code/trunk/src/orxonox/pickup/CMakeLists.txt (modified) * code/trunk/src/orxonox/pickup/DroppedItem.cc (deleted) * code/trunk/src/orxonox/pickup/DroppedItem.h (deleted) * code/trunk/src/orxonox/pickup/EquipmentItem.cc (deleted) * code/trunk/src/orxonox/pickup/EquipmentItem.h (deleted) * code/trunk/src/orxonox/pickup/ModifierPickup.cc (deleted) * code/trunk/src/orxonox/pickup/ModifierPickup.h (deleted) * code/trunk/src/orxonox/pickup/ModifierType.h (deleted) * code/trunk/src/orxonox/pickup/PassiveItem.cc (deleted) * code/trunk/src/orxonox/pickup/PassiveItem.h (deleted) * code/trunk/src/orxonox/pickup/PickupCollection.cc (deleted) * code/trunk/src/orxonox/pickup/PickupCollection.h (deleted) * code/trunk/src/orxonox/pickup/PickupIdentifier.cc (copied) * code/trunk/src/orxonox/pickup/PickupIdentifier.h (copied) * code/trunk/src/orxonox/pickup/PickupInventory.cc (deleted) * code/trunk/src/orxonox/pickup/PickupInventory.h (deleted) * code/trunk/src/orxonox/pickup/PickupSpawner.cc (deleted) * code/trunk/src/orxonox/pickup/PickupSpawner.h (deleted) * code/trunk/src/orxonox/pickup/UsableItem.cc (deleted) * code/trunk/src/orxonox/pickup/UsableItem.h (deleted) * code/trunk/src/orxonox/pickup/items (deleted) * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) Merged pickup branch into trunk. Yay. Persisting bugs will be fixed, ...