# # ChangeLog for code/branches/FICN/src/orxonox/objects/BaseObject.h # # Generated by Trac 1.0.9 # May 29, 2024, 7:55:46 AM Wed, 19 Dec 2007 00:49:24 GMT rgrieder [637] * code/branches/FICN/src/orxonox/Orxonox.cc (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/objects/BaseEntity.h (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/Fighter.cc (added) * code/branches/FICN/src/orxonox/objects/Fighter.h (added) * code/branches/FICN/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/FICN/src/orxonox/objects/WorldEntity.h (modified) * code/branches/FICN/src/orxonox/objects/weapon_system (added) * code/branches/FICN/src/orxonox/objects/weapon_system/CMakeLists.txt (added) * code/branches/FICN/src/orxonox/objects/weapon_system/ammunition_dump.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/ammunition_dump.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/barrel_gun.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/barrel_gun.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/base_weapon.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/base_weapon.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet_manager.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/bullet_manager.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_platform.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_prereq.h (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_station.cc (added) * code/branches/FICN/src/orxonox/objects/weapon_system/weapon_station.h (added) Wed, 12 Dec 2007 21:37:30 GMT landauf [496] * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/network/Client.cc (modified) * code/branches/FICN/src/network/Client.h (modified) * code/branches/FICN/src/network/ConnectionManager.cc (modified) * code/branches/FICN/src/network/ConnectionManager.h (modified) * code/branches/FICN/src/network/GameStateClient.h (modified) * code/branches/FICN/src/network/GameStateManager.h (modified) * code/branches/FICN/src/network/Synchronisable.h (modified) * code/branches/FICN/src/orxonox/core/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/core/ClassFactory.h (modified) * code/branches/FICN/src/orxonox/core/Factory.cc (modified) * code/branches/FICN/src/orxonox/core/Factory.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.cc (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.cc (modified) * code/branches/FICN/src/orxonox/core/Iterator.h (modified) * code/branches/FICN/src/orxonox/core/MetaObjectList.h (modified) * code/branches/FICN/src/orxonox/core/ObjectList.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/main.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/objects/Test.h (modified) * code/branches/FICN/src/orxonox/objects/Tickable.h (modified) * code/branches/FICN/src/orxonox/objects/Timer.h (modified) * code/branches/FICN/src/orxonox/objects/test3.cc (modified) * code/branches/FICN/src/orxonox/objects/test3.h (modified) * code/branches/FICN/src/orxonox/orxonox.cc (modified) added files from objecthierarchy, changed includes Wed, 12 Dec 2007 18:54:44 GMT nicolape [480] * code/branches/FICN/bin/levels/sample.oxw (modified) * code/branches/FICN/bin/levels/sp_level_moonstation.oxw (deleted) * code/branches/FICN/src/CMakeLists.txt (modified) * code/branches/FICN/src/loader/CMakeLists.txt (modified) * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/orxonox/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.cc (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/objects/test1.cc (modified) * code/branches/FICN/src/orxonox/objects/test1.h (modified) * code/branches/FICN/src/orxonox/orxonox.cc (modified) Level loader working, see test1 class Tue, 04 Dec 2007 22:48:28 GMT landauf [384] * code/branches/FICN/src/orxonox/core/ClassFactory.h (modified) * code/branches/FICN/src/orxonox/core/Factory.cc (modified) * code/branches/FICN/src/orxonox/core/Factory.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.cc (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierIncludes.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.cc (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.h (modified) * code/branches/FICN/src/orxonox/core/Iterator.h (modified) * code/branches/FICN/src/orxonox/core/MetaObjectList.cc (modified) * code/branches/FICN/src/orxonox/core/MetaObjectList.h (modified) * code/branches/FICN/src/orxonox/core/ObjectList.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.cc (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/Tickable.h (added) * code/branches/FICN/src/orxonox/objects/Timer.h (added) * code/branches/FICN/src/orxonox/objects/test1.cc (modified) * code/branches/FICN/src/orxonox/objects/test1.h (modified) * code/branches/FICN/src/orxonox/objects/test2.cc (modified) * code/branches/FICN/src/orxonox/objects/test2.h (modified) copied changed files from objecthierarchy-branch Wed, 28 Nov 2007 20:54:59 GMT rgrieder [341] * code/branches/FICN/CMakeLists.txt (modified) * code/branches/FICN/src/CMakeLists.txt (modified) * code/branches/FICN/src/class_hierarchy (deleted) * code/branches/FICN/src/loader/CMakeLists.txt (modified) * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/loader/Light.cc (modified) * code/branches/FICN/src/loader/Light.h (modified) * code/branches/FICN/src/loader/LightManager.cc (modified) * code/branches/FICN/src/loader/LightManager.h (modified) * code/branches/FICN/src/network/CMakeLists.txt (modified) * code/branches/FICN/src/network/PacketDecoder.cc (modified) * code/branches/FICN/src/network/PacketGenerator.cc (modified) * code/branches/FICN/src/network/PacketManager.h (modified) * code/branches/FICN/src/network/dummyserver.cc (modified) * code/branches/FICN/src/orxonox/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/Flocking.h (deleted) * code/branches/FICN/src/orxonox/core/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/hud/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/hud/hud_overlay.h (modified) * code/branches/FICN/src/orxonox/hud/test_overlay.h (modified) * code/branches/FICN/src/orxonox/inertial_node.h (deleted) * code/branches/FICN/src/orxonox/objects/BaseObject.h (modified) * code/branches/FICN/src/orxonox/objects/CMakeFiles (deleted) * code/branches/FICN/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/ogre_control.h (deleted) * code/branches/FICN/src/orxonox/orxonox.cc (modified) * code/branches/FICN/src/orxonox/orxonox.h (deleted) * code/branches/FICN/src/orxonox/orxonox_prerequisites.h (deleted) * code/branches/FICN/src/orxonox/orxonox_scene.h (deleted) * code/branches/FICN/src/orxonox/orxonox_ship.h (deleted) * code/branches/FICN/src/orxonox/run_manager.h (deleted) * code/branches/FICN/src/orxonox/weapon/CMakeLists.txt (modified) * code/branches/FICN/src/orxonox/weapon/ammunition_dump.cc (modified) * code/branches/FICN/src/orxonox/weapon/ammunition_dump.h (modified) * code/branches/FICN/src/orxonox/weapon/barrel_gun.cc (modified) * code/branches/FICN/src/orxonox/weapon/barrel_gun.h (modified) * code/branches/FICN/src/orxonox/weapon/base_weapon.cc (modified) * code/branches/FICN/src/orxonox/weapon/base_weapon.h (modified) * code/branches/FICN/src/orxonox/weapon/bullet.h (modified) * code/branches/FICN/src/orxonox/weapon/bullet_manager.h (modified) * code/branches/FICN/src/orxonox/weapon/weapon_station.h (modified) - removed folder src/class_hierarchy - removed a few unnec. files in ... Wed, 28 Nov 2007 16:31:00 GMT landauf [333] * code/branches/FICN (copied) new branch for factory, input, core, network Mon, 26 Nov 2007 15:26:17 GMT landauf [258] * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/orxonox (copied) * code/trunk/src/orxonox/core (copied) * code/trunk/src/orxonox/core/ClassFactory.h (copied) * code/trunk/src/orxonox/core/Factory.cc (copied) * code/trunk/src/orxonox/core/Factory.h (copied) * code/trunk/src/orxonox/core/Identifier.cc (copied) * code/trunk/src/orxonox/core/Identifier.h (copied) * code/trunk/src/orxonox/core/IdentifierIncludes.h (copied) * code/trunk/src/orxonox/core/IdentifierList.cc (copied) * code/trunk/src/orxonox/core/IdentifierList.h (copied) * code/trunk/src/orxonox/core/Iterator.h (copied) * code/trunk/src/orxonox/core/MetaObjectList.cc (copied) * code/trunk/src/orxonox/core/MetaObjectList.h (copied) * code/trunk/src/orxonox/core/ObjectList.h (copied) * code/trunk/src/orxonox/core/OrxonoxClass.cc (copied) * code/trunk/src/orxonox/core/OrxonoxClass.h (copied) * code/trunk/src/orxonox/objects (copied) * code/trunk/src/orxonox/objects/BaseObject.cc (copied) * code/trunk/src/orxonox/objects/BaseObject.h (copied) * code/trunk/src/orxonox/objects/Test.h (copied) * code/trunk/src/orxonox/objects/test1.cc (copied) * code/trunk/src/orxonox/objects/test1.h (copied) * code/trunk/src/orxonox/objects/test2.cc (copied) * code/trunk/src/orxonox/objects/test2.h (copied) * code/trunk/src/orxonox/objects/test3.cc (copied) * code/trunk/src/orxonox/objects/test3.h (copied) * code/trunk/src/orxonox/orxonox.cc (moved) merged object-hierarchy back to trunk