# # ChangeLog for code # # Generated by Trac 1.0.9 # Apr 29, 2024, 2:50:56 PM Tue, 13 Nov 2007 02:22:29 GMT landauf [197] * code/branches/objecthierarchie/src/BaseObject.h (modified) * code/branches/objecthierarchie/src/CMakeLists.txt (modified) * code/branches/objecthierarchie/src/ClassHierarchy.cc (modified) * code/branches/objecthierarchie/src/ClassHierarchy.h (modified) * code/branches/objecthierarchie/src/Identifier.cc (added) * code/branches/objecthierarchie/src/Identifier.h (added) * code/branches/objecthierarchie/src/IdentifierIncludes.h (added) * code/branches/objecthierarchie/src/IdentifierList.cc (added) * code/branches/objecthierarchie/src/IdentifierList.h (added) * code/branches/objecthierarchie/src/ObjectList.cc (added) * code/branches/objecthierarchie/src/ObjectList.h (added) * code/branches/objecthierarchie/src/OrxonoxClass.cc (modified) * code/branches/objecthierarchie/src/OrxonoxClass.h (modified) * code/branches/objecthierarchie/src/Test.h (modified) * code/branches/objecthierarchie/src/orxonox.cc (modified) * code/branches/objecthierarchie/src/test1.cc (added) * code/branches/objecthierarchie/src/test1.h (added) * code/branches/objecthierarchie/src/test2.cc (added) * code/branches/objecthierarchie/src/test2.h (added) * code/branches/objecthierarchie/src/test3.cc (added) * code/branches/objecthierarchie/src/test3.h (added) i didnt changed much: - separated the classes into several files ... Sun, 11 Nov 2007 16:11:36 GMT scheusso [196] * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/Makefile (added) * code/branches/network/src/network/PacketBuffer.cc (modified) * code/branches/network/src/network/PacketBuffer.h (modified) * code/branches/network/src/network/dummyclient.cc (added) * code/branches/network/src/network/dummyserver.cc (added) created a dummyserver and dummyclient in order to test ... Sun, 11 Nov 2007 13:30:46 GMT rgrieder [195] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (deleted) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (deleted) * code/branches/main_reto_vs05/bin/Release/Ogre.log (deleted) * code/branches/main_reto_vs05/bin/Release/weapon_framework.exe (deleted) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) - fixed release settings in VS project - removed .exe files and ... Sun, 11 Nov 2007 13:24:50 GMT rgrieder [194] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/run_manager.h (modified) * code/branches/main_reto_vs05/src/weapon/weapon_manager.cc (modified) * code/branches/main_reto_vs05/src/weapon/weapon_manager.h (modified) - added primary and secondary fire in continuous mode - weapon ... Sun, 11 Nov 2007 10:28:32 GMT rgrieder [193] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) - misc. unfinished businesses (but need the revision for backup ... Wed, 07 Nov 2007 21:20:11 GMT rgrieder [192] * code/branches/main_reto/src/orxonox_ship.cc (modified) * code/branches/main_reto/src/run_manager.cc (modified) fixed issue with header files in subfolders Wed, 07 Nov 2007 21:07:29 GMT rgrieder [191] * code/branches/main_reto/src/CMakeLists.txt (modified) * code/branches/main_reto/src/weapon/CMakeLists.txt (modified) fixed CMakeLists.txt files Wed, 07 Nov 2007 21:03:26 GMT rgrieder [190] * code/branches/main_reto/bin/src (added) * code/branches/main_reto/bin/src/CMakeFiles (added) * code/branches/main_reto/src/CMakeLists.txt (modified) * code/branches/main_reto/src/ammunition_dump.cc (deleted) * code/branches/main_reto/src/ammunition_dump.h (deleted) * code/branches/main_reto/src/barrel_gun.cc (deleted) * code/branches/main_reto/src/barrel_gun.h (deleted) * code/branches/main_reto/src/bullet.cc (deleted) * code/branches/main_reto/src/bullet.h (deleted) * code/branches/main_reto/src/camera_manager.h (modified) * code/branches/main_reto/src/inertial_node.cc (added) * code/branches/main_reto/src/inertial_node.h (added) * code/branches/main_reto/src/main.cc (modified) * code/branches/main_reto/src/ogre_control.h (modified) * code/branches/main_reto/src/orxonox.h (modified) * code/branches/main_reto/src/orxonox_prerequisites.h (modified) * code/branches/main_reto/src/orxonox_scene.h (modified) * code/branches/main_reto/src/orxonox_ship.cc (modified) * code/branches/main_reto/src/orxonox_ship.h (modified) * code/branches/main_reto/src/run_manager.cc (modified) * code/branches/main_reto/src/run_manager.h (modified) * code/branches/main_reto/src/weapon (added) * code/branches/main_reto/src/weapon.h (deleted) * code/branches/main_reto/src/weapon/CMakeLists.txt (added) * code/branches/main_reto/src/weapon/ammunition_dump.cc (added) * code/branches/main_reto/src/weapon/ammunition_dump.h (added) * code/branches/main_reto/src/weapon/bullet.cc (added) * code/branches/main_reto/src/weapon/bullet.h (added) * code/branches/main_reto/src/weapon/bullet_manager.cc (added) * code/branches/main_reto/src/weapon/bullet_manager.h (added) * code/branches/main_reto/src/weapon/weapon.h (added) * code/branches/main_reto/src/weapon/weapon_manager.cc (added) * code/branches/main_reto/src/weapon/weapon_manager.h (added) * code/branches/main_reto/src/weapon_manager.cc (deleted) * code/branches/main_reto/src/weapon_manager.h (deleted) added files from rev 189 Wed, 07 Nov 2007 20:51:31 GMT rgrieder [189] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/ammunition_dump.cc (deleted) * code/branches/main_reto_vs05/src/ammunition_dump.h (deleted) * code/branches/main_reto_vs05/src/bullet.cc (deleted) * code/branches/main_reto_vs05/src/bullet.h (deleted) * code/branches/main_reto_vs05/src/bullet_manager.cc (deleted) * code/branches/main_reto_vs05/src/bullet_manager.h (deleted) * code/branches/main_reto_vs05/src/inertial_node.cc (added) * code/branches/main_reto_vs05/src/inertial_node.h (added) * code/branches/main_reto_vs05/src/orxonox_prerequisites.h (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/run_manager.h (modified) * code/branches/main_reto_vs05/src/weapon (added) * code/branches/main_reto_vs05/src/weapon.h (deleted) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.cc (added) * code/branches/main_reto_vs05/src/weapon/ammunition_dump.h (added) * code/branches/main_reto_vs05/src/weapon/bullet.cc (added) * code/branches/main_reto_vs05/src/weapon/bullet.h (added) * code/branches/main_reto_vs05/src/weapon/bullet_manager.cc (added) * code/branches/main_reto_vs05/src/weapon/bullet_manager.h (added) * code/branches/main_reto_vs05/src/weapon/weapon.h (added) * code/branches/main_reto_vs05/src/weapon/weapon_manager.cc (added) * code/branches/main_reto_vs05/src/weapon/weapon_manager.h (added) * code/branches/main_reto_vs05/src/weapon_manager.cc (deleted) * code/branches/main_reto_vs05/src/weapon_manager.h (deleted) - InertialNode bare construct written - Orxonox starts and one can ... Wed, 07 Nov 2007 19:38:47 GMT scheusso [188] * code/branches/network/src/network/PacketBuffer.cc (modified) * code/branches/network/src/network/PacketBuffer.h (modified) * code/branches/network/src/network/PacketBufferTestExt.cc (modified) adapted PacketBuffer to work with ENetPacket * Wed, 07 Nov 2007 16:40:00 GMT scheusso [187] * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/PacketBufferTestExt.cc (modified) Some small changes Wed, 07 Nov 2007 13:46:23 GMT landauf [186] * code/branches/AI (copied) created AI branch Wed, 07 Nov 2007 13:23:10 GMT landauf [185] * code/branches/steering (copied) created skybox steering Wed, 07 Nov 2007 12:59:38 GMT landauf [184] * code/branches/skybox (copied) created skybox branch Wed, 07 Nov 2007 12:59:21 GMT landauf [183] * code/branches/particle (copied) created particle branch Wed, 07 Nov 2007 12:56:59 GMT rgrieder [182] * code/branches/main_reto/bin/resources.cfg (modified) * code/branches/main_reto/src/ammunition_dump.h (modified) * code/branches/main_reto/src/barrel_gun.h (modified) * code/branches/main_reto/src/bullet.h (modified) * code/branches/main_reto/src/camera_manager.h (modified) * code/branches/main_reto/src/ogre_control.h (modified) * code/branches/main_reto/src/orxonox.h (modified) * code/branches/main_reto/src/orxonox_prerequisites.h (modified) * code/branches/main_reto/src/orxonox_scene.h (modified) * code/branches/main_reto/src/orxonox_ship.h (modified) * code/branches/main_reto/src/run_manager.h (modified) * code/branches/main_reto/src/weapon.h (modified) * code/branches/main_reto/src/weapon_manager.h (modified) resources.cfg fixed Wed, 07 Nov 2007 12:53:22 GMT rgrieder [181] * code/branches/main_reto/Media/materials (added) * code/branches/main_reto/Media/materials/scripts (added) * code/branches/main_reto/Media/materials/scripts/Example.material (added) * code/branches/main_reto/Media/materials/scripts/Examples.compositor (added) * code/branches/main_reto/Media/materials/scripts/Examples.program (added) * code/branches/main_reto/Media/materials/scripts/Ogre.material (added) * code/branches/main_reto/Media/materials/textures (added) * code/branches/main_reto/Media/materials/textures/Dirt.jpg (added) * code/branches/main_reto/Media/materials/textures/GreenSkin.jpg (added) * code/branches/main_reto/Media/materials/textures/RustyBarrel.png (added) * code/branches/main_reto/Media/materials/textures/RustySteel.jpg (added) * code/branches/main_reto/Media/materials/textures/WeirdEye.png (added) * code/branches/main_reto/Media/materials/textures/cursor.png (added) * code/branches/main_reto/Media/materials/textures/dirt01.jpg (added) * code/branches/main_reto/Media/materials/textures/flare.png (added) * code/branches/main_reto/Media/materials/textures/nskingr.jpg (added) * code/branches/main_reto/Media/materials/textures/ogreborder.png (added) * code/branches/main_reto/Media/materials/textures/ogreborderUp.png (added) * code/branches/main_reto/Media/materials/textures/ogrebordercenter.png (added) * code/branches/main_reto/Media/materials/textures/ogrelogo-small.jpg (added) * code/branches/main_reto/Media/materials/textures/ogrelogo.png (added) * code/branches/main_reto/Media/materials/textures/spheremap.png (added) * code/branches/main_reto/Media/materials/textures/steelhead.png (added) * code/branches/main_reto/Media/models (added) * code/branches/main_reto/Media/models/Barrel.mesh (added) * code/branches/main_reto/Media/models/cube.mesh (added) * code/branches/main_reto/Media/models/fish.mesh (added) * code/branches/main_reto/Media/models/fish.skeleton (added) * code/branches/main_reto/Media/models/ogrehead.mesh (added) media folder fixed Wed, 07 Nov 2007 12:47:11 GMT rgrieder [180] * code/branches/main_reto/src/CMakeLists.txt (modified) another bug fixed Wed, 07 Nov 2007 12:45:24 GMT rgrieder [179] * code/branches/main_reto/src/CMakeLists.txt (modified) bug fixed in CMakeList.txt Tue, 06 Nov 2007 23:44:09 GMT rgrieder [178] * code/branches/main_reto_vs05/src/main.cc (modified) started writing an actual weapon manager. This version works partly. Tue, 06 Nov 2007 23:39:30 GMT rgrieder [177] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/bin/Release/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Release/weapon_framework.exe (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/barrel_gun.cc (deleted) * code/branches/main_reto_vs05/src/barrel_gun.h (deleted) * code/branches/main_reto_vs05/src/bullet_manager.cc (added) * code/branches/main_reto_vs05/src/bullet_manager.h (added) * code/branches/main_reto_vs05/src/orxonox_prerequisites.h (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/run_manager.h (modified) * code/branches/main_reto_vs05/src/weapon.h (modified) * code/branches/main_reto_vs05/src/weapon_manager.cc (modified) * code/branches/main_reto_vs05/src/weapon_manager.h (modified) Tue, 06 Nov 2007 23:19:46 GMT landauf [176] * code/branches/objecthierarchie/src/BaseObject.h (modified) * code/branches/objecthierarchie/src/ClassHierarchy.h (modified) * code/branches/objecthierarchie/src/orxonox.cc (modified) started to implement BaseIdentifier template Tue, 06 Nov 2007 22:37:27 GMT scheusso [175] * code/branches/network/src/network/PacketBufferTestExt.cc (added) some advanced testing of threading capability of PacketBuffer in ... Tue, 06 Nov 2007 22:32:34 GMT scheusso [174] * code/branches/network/src/network/PacketBuffer.cc (modified) * code/branches/network/src/network/PacketBuffer.h (modified) * code/branches/network/src/network/PacketBufferTest.cc (modified) added boost:mutex to PacketBuffer in order to make it thread safe; ... Tue, 06 Nov 2007 19:37:17 GMT scheusso [173] * code/branches/network/src/network/ConnectionManager.cc (added) * code/branches/network/src/network/ConnectionManager.h (added) * code/branches/network/src/network/PacketBuffer.cc (added) * code/branches/network/src/network/PacketBuffer.h (added) * code/branches/network/src/network/PacketBufferTest.cc (added) created classes PacketBuffer and ConnectionManager PacketBuffer: ... Tue, 06 Nov 2007 00:40:00 GMT landauf [172] * code/branches/objecthierarchie/src/BaseObject.h (modified) * code/branches/objecthierarchie/src/ClassHierarchy.cc (modified) * code/branches/objecthierarchie/src/ClassHierarchy.h (modified) * code/branches/objecthierarchie/src/orxonox.cc (modified) some features work perfectly, some features are fucked up, some ... Mon, 05 Nov 2007 20:29:25 GMT rgrieder [171] * code/branches/main_reto/Media/packs/cubemap.zip (added) * code/branches/main_reto/src/CMakeLists.txt (modified) * code/branches/main_reto/src/ammunition_dump.cc (added) * code/branches/main_reto/src/ammunition_dump.h (added) * code/branches/main_reto/src/barrel_gun.cc (added) * code/branches/main_reto/src/barrel_gun.h (added) * code/branches/main_reto/src/bullet.cc (added) * code/branches/main_reto/src/bullet.h (added) * code/branches/main_reto/src/camera_manager.cc (added) * code/branches/main_reto/src/camera_manager.h (added) * code/branches/main_reto/src/main.cc (added) * code/branches/main_reto/src/ogre_control.cc (added) * code/branches/main_reto/src/ogre_control.h (added) * code/branches/main_reto/src/orxonox.cc (modified) * code/branches/main_reto/src/orxonox.h (added) * code/branches/main_reto/src/orxonox_prerequisites.h (added) * code/branches/main_reto/src/orxonox_scene.cc (added) * code/branches/main_reto/src/orxonox_scene.h (added) * code/branches/main_reto/src/orxonox_ship.cc (added) * code/branches/main_reto/src/orxonox_ship.h (added) * code/branches/main_reto/src/run_manager.cc (added) * code/branches/main_reto/src/run_manager.h (added) * code/branches/main_reto/src/weapon.h (added) * code/branches/main_reto/src/weapon_manager.cc (added) * code/branches/main_reto/src/weapon_manager.h (added) - added all my own files in the src directory - edited ... Mon, 05 Nov 2007 19:47:04 GMT rgrieder [170] * code/branches/main_reto_vs05/media (added) * code/branches/main_reto_vs05/media/fonts (added) * code/branches/main_reto_vs05/media/fonts/bluebold.ttf (added) * code/branches/main_reto_vs05/media/fonts/bluecond.ttf (added) * code/branches/main_reto_vs05/media/fonts/bluehigh.ttf (added) * code/branches/main_reto_vs05/media/fonts/read_me.html (added) * code/branches/main_reto_vs05/media/fonts/sample.fontdef (added) * code/branches/main_reto_vs05/media/fonts/solo5.ttf (added) * code/branches/main_reto_vs05/media/gui (added) * code/branches/main_reto_vs05/media/gui/CompositorDemo.layout (added) * code/branches/main_reto_vs05/media/gui/CompositorDemoCegui.config (added) * code/branches/main_reto_vs05/media/gui/CrowdDemo.layout (added) * code/branches/main_reto_vs05/media/gui/Falagard.xsd (added) * code/branches/main_reto_vs05/media/gui/Font.xsd (added) * code/branches/main_reto_vs05/media/gui/GUILayout.xsd (added) * code/branches/main_reto_vs05/media/gui/GUIScheme.xsd (added) * code/branches/main_reto_vs05/media/gui/Imageset.xsd (added) * code/branches/main_reto_vs05/media/gui/InstancingDemo.layout (added) * code/branches/main_reto_vs05/media/gui/OceanDemoCegui.config (added) * code/branches/main_reto_vs05/media/gui/OceanDemoLayout.xml (added) * code/branches/main_reto_vs05/media/gui/TaharezLook.imageset (added) * code/branches/main_reto_vs05/media/gui/TaharezLook.looknfeel (added) * code/branches/main_reto_vs05/media/gui/TaharezLook.tga (added) * code/branches/main_reto_vs05/media/gui/TaharezLookSkin.scheme (added) * code/branches/main_reto_vs05/media/gui/TaharezLookWidgetAliases.scheme (added) * code/branches/main_reto_vs05/media/gui/bluehighway-10.font (added) * code/branches/main_reto_vs05/media/gui/bluehighway-12.font (added) * code/branches/main_reto_vs05/media/gui/bluehighway-8.font (added) * code/branches/main_reto_vs05/media/gui/cegui8.layout (added) * code/branches/main_reto_vs05/media/gui/facial.layout (added) * code/branches/main_reto_vs05/media/gui/ogregui.layout (added) * code/branches/main_reto_vs05/media/gui/shadows.layout (added) * code/branches/main_reto_vs05/media/materials (added) * code/branches/main_reto_vs05/media/materials/scripts (added) * code/branches/main_reto_vs05/media/materials/scripts/Example.material (added) * code/branches/main_reto_vs05/media/materials/scripts/Examples.compositor (added) * code/branches/main_reto_vs05/media/materials/scripts/Examples.program (added) * code/branches/main_reto_vs05/media/materials/scripts/Ogre.material (added) * code/branches/main_reto_vs05/media/materials/textures (added) * code/branches/main_reto_vs05/media/materials/textures/Dirt.jpg (added) * code/branches/main_reto_vs05/media/materials/textures/GreenSkin.jpg (added) * code/branches/main_reto_vs05/media/materials/textures/RustyBarrel.png (added) * code/branches/main_reto_vs05/media/materials/textures/RustySteel.jpg (added) * code/branches/main_reto_vs05/media/materials/textures/WeirdEye.png (added) * code/branches/main_reto_vs05/media/materials/textures/cursor.png (added) * code/branches/main_reto_vs05/media/materials/textures/dirt01.jpg (added) * code/branches/main_reto_vs05/media/materials/textures/flare.png (added) * code/branches/main_reto_vs05/media/materials/textures/nskingr.jpg (added) * code/branches/main_reto_vs05/media/materials/textures/ogreborder.png (added) * code/branches/main_reto_vs05/media/materials/textures/ogreborderUp.png (added) * code/branches/main_reto_vs05/media/materials/textures/ogrebordercenter.png (added) * code/branches/main_reto_vs05/media/materials/textures/ogrelogo-small.jpg (added) * code/branches/main_reto_vs05/media/materials/textures/ogrelogo.png (added) * code/branches/main_reto_vs05/media/materials/textures/spheremap.png (added) * code/branches/main_reto_vs05/media/materials/textures/steelhead.png (added) * code/branches/main_reto_vs05/media/models (added) * code/branches/main_reto_vs05/media/models/Barrel.mesh (added) * code/branches/main_reto_vs05/media/models/cube.mesh (added) * code/branches/main_reto_vs05/media/models/fish.mesh (added) * code/branches/main_reto_vs05/media/models/fish.skeleton (added) * code/branches/main_reto_vs05/media/models/ogrehead.mesh (added) * code/branches/main_reto_vs05/media/packs (added) * code/branches/main_reto_vs05/media/packs/OgreCore.zip (added) * code/branches/main_reto_vs05/media/packs/cubemap.zip (added) * code/branches/main_reto_vs05/media/packs/skybox.zip (added) - media folder was removed last commit (cause?), added it again Mon, 05 Nov 2007 19:43:21 GMT rgrieder [169] * code/branches/main_reto_vs05/Media (deleted) * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/bin/Release/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Release/weapon_framework.exe (modified) * code/branches/main_reto_vs05/include (deleted) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/ammunition_dump.cc (modified) * code/branches/main_reto_vs05/src/ammunition_dump.h (added) * code/branches/main_reto_vs05/src/barrel_gun.cc (added) * code/branches/main_reto_vs05/src/barrel_gun.h (added) * code/branches/main_reto_vs05/src/bullet.cc (modified) * code/branches/main_reto_vs05/src/bullet.h (added) * code/branches/main_reto_vs05/src/camera_manager.cc (modified) * code/branches/main_reto_vs05/src/camera_manager.h (added) * code/branches/main_reto_vs05/src/main.cc (modified) * code/branches/main_reto_vs05/src/ogre_control.cc (modified) * code/branches/main_reto_vs05/src/ogre_control.h (added) * code/branches/main_reto_vs05/src/orxonox.cc (modified) * code/branches/main_reto_vs05/src/orxonox.h (added) * code/branches/main_reto_vs05/src/orxonox_prerequisites.h (added) * code/branches/main_reto_vs05/src/orxonox_scene.cc (modified) * code/branches/main_reto_vs05/src/orxonox_scene.h (added) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.h (added) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/run_manager.h (added) * code/branches/main_reto_vs05/src/weapon.h (added) * code/branches/main_reto_vs05/src/weapon_manager.cc (modified) * code/branches/main_reto_vs05/src/weapon_manager.h (added) - merged "includ" folder into the "src" folder - started writing the ... Mon, 05 Nov 2007 13:43:28 GMT nicolape [168] * code/branches/xml/bin/run-script (modified) * code/branches/xml/src/orxonox.cc (modified) Mon, 05 Nov 2007 12:24:58 GMT nicolasc [167] * code/branches/ode (copied) created ode branche from trunk Mon, 05 Nov 2007 12:18:32 GMT nicolasc [166] * code/branches/xml (copied) created new xml branche from trunk Mon, 05 Nov 2007 12:17:46 GMT nicolasc [165] * code/branches/xml-old (moved) This line, and t xml-ld --hose below, will be ignored-- A ... Mon, 05 Nov 2007 12:16:39 GMT nicolasc [164] * code/trunk/bin/levels (added) * code/trunk/bin/levels/sp_level_moonstation.oxw (added) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/loader (added) * code/trunk/src/loader/LevelLoader.cc (added) * code/trunk/src/loader/LevelLoader.h (added) * code/trunk/src/loader/Light.cc (added) * code/trunk/src/loader/Light.h (added) * code/trunk/src/loader/LightManager.cc (added) * code/trunk/src/loader/LightManager.h (added) * code/trunk/src/orxonox.cc (modified) * code/trunk/src/xml (added) * code/trunk/src/xml/xmlParser.cc (added) * code/trunk/src/xml/xmlParser.h (added) Brute force megre of xml branch Mon, 05 Nov 2007 12:14:32 GMT nicolape [163] * code/branches/xml/bin/levels (added) * code/branches/xml/bin/levels/sp_level_moonstation.oxw (added) Sun, 04 Nov 2007 23:52:26 GMT landauf [162] * code/branches/objecthierarchie/src/BaseObject.h (modified) * code/branches/objecthierarchie/src/CMakeLists.txt (modified) * code/branches/objecthierarchie/src/ClassHierarchy.cc (modified) * code/branches/objecthierarchie/src/ClassHierarchy.h (modified) * code/branches/objecthierarchie/src/OrxonoxClass.cc (added) * code/branches/objecthierarchie/src/OrxonoxClass.h (added) * code/branches/objecthierarchie/src/Test.h (added) * code/branches/objecthierarchie/src/orxonox.cc (modified) it starts to work, but there is still much to do. @bensch: thanks ... Sun, 04 Nov 2007 16:00:41 GMT rgrieder [161] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/bin/Release/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Release/weapon_framework.exe (modified) * code/branches/main_reto_vs05/include/Bullet.h (modified) * code/branches/main_reto_vs05/include/Orxonox.h (modified) * code/branches/main_reto_vs05/include/ammunition_dump.h (added) * code/branches/main_reto_vs05/include/camera_manager.h (modified) * code/branches/main_reto_vs05/include/ogre_control.h (modified) * code/branches/main_reto_vs05/include/orxonox_prerequisites.h (added) * code/branches/main_reto_vs05/include/orxonox_scene.h (modified) * code/branches/main_reto_vs05/include/orxonox_ship.h (modified) * code/branches/main_reto_vs05/include/run_manager.h (modified) * code/branches/main_reto_vs05/include/weapon_manager.h (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (modified) * code/branches/main_reto_vs05/src/ammunition_dump.cc (added) * code/branches/main_reto_vs05/src/bullet.cc (modified) * code/branches/main_reto_vs05/src/camera_manager.cc (modified) * code/branches/main_reto_vs05/src/main.cc (modified) * code/branches/main_reto_vs05/src/ogre_control.cc (modified) * code/branches/main_reto_vs05/src/orxonox.cc (modified) * code/branches/main_reto_vs05/src/orxonox_scene.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) * code/branches/main_reto_vs05/src/weapon_manager.cc (modified) - added namespace Orxonox to every file - removed all the "using ... Sat, 03 Nov 2007 22:31:08 GMT rgrieder [160] * code/branches/main_reto_vs05/src/run_manager.cc (modified) - added up and down thrusters to make the framework more useful - ... Sat, 03 Nov 2007 22:06:43 GMT rgrieder [159] * code/branches/main_reto_vs05/bin/Debug/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Debug/resources.cfg (modified) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (modified) * code/branches/main_reto_vs05/bin/Release/Ogre.log (modified) * code/branches/main_reto_vs05/bin/Release/resources.cfg (modified) * code/branches/main_reto_vs05/bin/Release/weapon_framework.exe (modified) * code/branches/main_reto_vs05/include/Orxonox.h (modified) * code/branches/main_reto_vs05/include/ogre_control.h (modified) * code/branches/main_reto_vs05/include/orxonox_scene.h (modified) * code/branches/main_reto_vs05/include/orxonox_ship.h (modified) * code/branches/main_reto_vs05/include/run_manager.h (modified) * code/branches/main_reto_vs05/scripts (modified) * code/branches/main_reto_vs05/src/ogre_control.cc (modified) * code/branches/main_reto_vs05/src/orxonox.cc (modified) * code/branches/main_reto_vs05/src/orxonox_scene.cc (modified) * code/branches/main_reto_vs05/src/orxonox_ship.cc (modified) * code/branches/main_reto_vs05/src/run_manager.cc (modified) Sat, 03 Nov 2007 18:58:10 GMT rgrieder [158] * code/branches/main_reto_vs05/bin/Debug (modified) * code/branches/main_reto_vs05/bin/Release (modified) * code/branches/main_reto_vs05/scripts/weapon_framework.ncb (deleted) * code/branches/main_reto_vs05/scripts/weapon_framework.suo (deleted) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj.RGRIEDERT60.rgrieder.user (deleted) - deleted 3 unwanted and not required Visual Studio files Sat, 03 Nov 2007 18:52:58 GMT rgrieder [157] * code/branches/main_reto_vs05 (modified) * code/branches/main_reto_vs05/CMakeLists.txt (deleted) * code/branches/main_reto_vs05/INSTALL (deleted) * code/branches/main_reto_vs05/LICENSE (deleted) * code/branches/main_reto_vs05/Media/materials (added) * code/branches/main_reto_vs05/Media/materials/scripts (added) * code/branches/main_reto_vs05/Media/materials/scripts/Example.material (added) * code/branches/main_reto_vs05/Media/materials/scripts/Examples.compositor (added) * code/branches/main_reto_vs05/Media/materials/scripts/Examples.program (added) * code/branches/main_reto_vs05/Media/materials/scripts/Ogre.material (added) * code/branches/main_reto_vs05/Media/materials/textures (added) * code/branches/main_reto_vs05/Media/materials/textures/Dirt.jpg (added) * code/branches/main_reto_vs05/Media/materials/textures/GreenSkin.jpg (added) * code/branches/main_reto_vs05/Media/materials/textures/RustyBarrel.png (added) * code/branches/main_reto_vs05/Media/materials/textures/RustySteel.jpg (added) * code/branches/main_reto_vs05/Media/materials/textures/WeirdEye.png (added) * code/branches/main_reto_vs05/Media/materials/textures/cursor.png (added) * code/branches/main_reto_vs05/Media/materials/textures/dirt01.jpg (added) * code/branches/main_reto_vs05/Media/materials/textures/flare.png (added) * code/branches/main_reto_vs05/Media/materials/textures/nskingr.jpg (added) * code/branches/main_reto_vs05/Media/materials/textures/ogreborder.png (added) * code/branches/main_reto_vs05/Media/materials/textures/ogreborderUp.png (added) * code/branches/main_reto_vs05/Media/materials/textures/ogrebordercenter.png (added) * code/branches/main_reto_vs05/Media/materials/textures/ogrelogo-small.jpg (added) * code/branches/main_reto_vs05/Media/materials/textures/ogrelogo.png (added) * code/branches/main_reto_vs05/Media/materials/textures/spheremap.png (added) * code/branches/main_reto_vs05/Media/materials/textures/steelhead.png (added) * code/branches/main_reto_vs05/Media/models (added) * code/branches/main_reto_vs05/Media/models/Barrel.mesh (added) * code/branches/main_reto_vs05/Media/models/cube.mesh (added) * code/branches/main_reto_vs05/Media/models/fish.mesh (added) * code/branches/main_reto_vs05/Media/models/fish.skeleton (added) * code/branches/main_reto_vs05/Media/models/ogrehead.mesh (added) * code/branches/main_reto_vs05/Media/packs/cubemap.zip (added) * code/branches/main_reto_vs05/README (deleted) * code/branches/main_reto_vs05/bin/Debug (added) * code/branches/main_reto_vs05/bin/Debug/Ogre.log (added) * code/branches/main_reto_vs05/bin/Debug/Plugins.cfg (added) * code/branches/main_reto_vs05/bin/Debug/media.cfg (added) * code/branches/main_reto_vs05/bin/Debug/ogre.cfg (added) * code/branches/main_reto_vs05/bin/Debug/quake3settings.cfg (added) * code/branches/main_reto_vs05/bin/Debug/resources.cfg (added) * code/branches/main_reto_vs05/bin/Debug/weapon_framework.exe (added) * code/branches/main_reto_vs05/bin/Release (added) * code/branches/main_reto_vs05/bin/Release/Ogre.log (added) * code/branches/main_reto_vs05/bin/Release/Plugins.cfg (added) * code/branches/main_reto_vs05/bin/Release/media.cfg (added) * code/branches/main_reto_vs05/bin/Release/ogre.cfg (added) * code/branches/main_reto_vs05/bin/Release/quake3settings.cfg (added) * code/branches/main_reto_vs05/bin/Release/resources.cfg (added) * code/branches/main_reto_vs05/bin/Release/weapon_framework.exe (added) * code/branches/main_reto_vs05/bin/media.cfg (deleted) * code/branches/main_reto_vs05/bin/ogre.cfg-init (deleted) * code/branches/main_reto_vs05/bin/plugins.cfg-init (deleted) * code/branches/main_reto_vs05/bin/quake3settings.cfg (deleted) * code/branches/main_reto_vs05/bin/resources.cfg (deleted) * code/branches/main_reto_vs05/bin/run-script (deleted) * code/branches/main_reto_vs05/cmake (deleted) * code/branches/main_reto_vs05/include (added) * code/branches/main_reto_vs05/include/Bullet.h (added) * code/branches/main_reto_vs05/include/Orxonox.h (added) * code/branches/main_reto_vs05/include/camera_manager.h (added) * code/branches/main_reto_vs05/include/ogre_control.h (added) * code/branches/main_reto_vs05/include/orxonox_scene.h (added) * code/branches/main_reto_vs05/include/orxonox_ship.h (added) * code/branches/main_reto_vs05/include/run_manager.h (added) * code/branches/main_reto_vs05/include/weapon_manager.h (added) * code/branches/main_reto_vs05/scripts (added) * code/branches/main_reto_vs05/scripts/weapon_framework.ncb (added) * code/branches/main_reto_vs05/scripts/weapon_framework.sln (added) * code/branches/main_reto_vs05/scripts/weapon_framework.suo (added) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj (added) * code/branches/main_reto_vs05/scripts/weapon_framework.vcproj.RGRIEDERT60.rgrieder.user (added) * code/branches/main_reto_vs05/src/CMakeLists.txt (deleted) * code/branches/main_reto_vs05/src/bullet.cc (added) * code/branches/main_reto_vs05/src/camera_manager.cc (added) * code/branches/main_reto_vs05/src/main.cc (added) * code/branches/main_reto_vs05/src/network (deleted) * code/branches/main_reto_vs05/src/ogre_control.cc (added) * code/branches/main_reto_vs05/src/orxonox.cc (modified) * code/branches/main_reto_vs05/src/orxonox_scene.cc (added) * code/branches/main_reto_vs05/src/orxonox_ship.cc (added) * code/branches/main_reto_vs05/src/run_manager.cc (added) * code/branches/main_reto_vs05/src/weapon_manager.cc (added) - replaced the files in the new 'real' branch with my own files - ... Sat, 03 Nov 2007 17:41:46 GMT rgrieder [156] * code/branches/main_reto_vs05 (copied) branch by reto for the Visual Studio 05 version Sat, 03 Nov 2007 17:32:55 GMT rgrieder [155] * code/branches/main_reto (copied) new branch by reto to 'fix' the svn repository Sat, 03 Nov 2007 17:32:01 GMT rgrieder [154] * code/branches/main_reto (deleted) Sat, 03 Nov 2007 17:30:25 GMT rgrieder [153] * code/branches/main_reto/include (deleted) * code/branches/main_reto/scripts (deleted) * code/branches/main_reto/src (deleted) * code/branches/main_reto/weapon_framework (deleted) Sat, 03 Nov 2007 17:20:21 GMT rgrieder [152] * code/branches/main_reto/include/orxonox_ship.h (modified) * code/branches/main_reto/include/run_manager.h (modified) * code/branches/main_reto/src/orxonox_ship.cc (modified) * code/branches/main_reto/src/run_manager.cc (modified) - added a few comments - converted RunManager and OrxonoxShip to ... Fri, 02 Nov 2007 16:12:05 GMT nicolasc [151] * code/trunk/bin/plugins.cfg-init (modified) * code/trunk/src/orxonox.cc (modified) removed enet-headers set plugins.cfg-init to a safe default (i.e ... Fri, 02 Nov 2007 01:28:23 GMT landauf [150] * code/branches/objecthierarchie/src/BaseObject.h (modified) * code/branches/objecthierarchie/src/ClassHierarchy.cc (modified) * code/branches/objecthierarchie/src/ClassHierarchy.h (modified) no idea if this has any chance to work... template-syntax is crap Fri, 02 Nov 2007 00:25:00 GMT landauf [149] * code/branches/objecthierarchie/src/BaseObject.cc (modified) * code/branches/objecthierarchie/src/BaseObject.h (modified) * code/branches/objecthierarchie/src/ClassHierarchy.cc (modified) * code/branches/objecthierarchie/src/ClassHierarchy.h (modified) update; dont look at it, its not finished Thu, 01 Nov 2007 21:04:41 GMT nicolasc [148] * code/trunk/INSTALL (modified) * code/trunk/src/orxonox.cc (modified) fixed sigsegv Thu, 01 Nov 2007 20:57:11 GMT rgrieder [147] * code/branches/main_reto/src/orxonox_ship.cc (modified) Comment for last revision (no changes this time except one white ... Thu, 01 Nov 2007 20:53:36 GMT rgrieder [146] * code/branches/main_reto/include/Bullet.h (modified) * code/branches/main_reto/include/CameraManager.h (deleted) * code/branches/main_reto/include/ExampleApplication.h (deleted) * code/branches/main_reto/include/ExampleFrameListener.h (deleted) * code/branches/main_reto/include/OgreControl.h (deleted) * code/branches/main_reto/include/Orxonox.h (modified) * code/branches/main_reto/include/OrxonoxScene.h (deleted) * code/branches/main_reto/include/OrxonoxShip.h (deleted) * code/branches/main_reto/include/RunManager.h (deleted) * code/branches/main_reto/include/WeaponManager.h (deleted) * code/branches/main_reto/include/camera_manager.h (added) * code/branches/main_reto/include/ogre_control.h (added) * code/branches/main_reto/include/orxonox_scene.h (added) * code/branches/main_reto/include/orxonox_ship.h (added) * code/branches/main_reto/include/run_manager.h (added) * code/branches/main_reto/include/weapon_manager.h (added) * code/branches/main_reto/src/Bullet.cpp (deleted) * code/branches/main_reto/src/CameraManager.cpp (deleted) * code/branches/main_reto/src/OgreControl.cpp (deleted) * code/branches/main_reto/src/Orxonox.cpp (deleted) * code/branches/main_reto/src/OrxonoxScene.cpp (deleted) * code/branches/main_reto/src/OrxonoxShip.cpp (deleted) * code/branches/main_reto/src/RunManager.cpp (deleted) * code/branches/main_reto/src/WeaponManager.cpp (deleted) * code/branches/main_reto/src/bullet.cc (added) * code/branches/main_reto/src/camera_manager.cc (added) * code/branches/main_reto/src/main.cc (added) * code/branches/main_reto/src/main.cpp (deleted) * code/branches/main_reto/src/ogre_control.cc (added) * code/branches/main_reto/src/orxonox.cc (added) * code/branches/main_reto/src/orxonox_scene.cc (added) * code/branches/main_reto/src/orxonox_ship.cc (added) * code/branches/main_reto/src/run_manager.cc (added) * code/branches/main_reto/src/weapon_manager.cc (added) * code/branches/main_reto/weapon_framework (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (modified) Thu, 01 Nov 2007 20:41:57 GMT nicolasc [145] * code/trunk/INSTALL (modified) updated requirements list Thu, 01 Nov 2007 18:57:00 GMT nicolasc [144] * code/trunk/cmake/FindCEGUI.cmake (added) * code/trunk/cmake/FindCEGUI_OGRE.cmake (added) added missing files Thu, 01 Nov 2007 18:53:43 GMT rgrieder [143] * code/branches/main_reto/weapon_framework (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj.RGRIEDERT60.rgrieder.user (deleted) weapon_framework.vcproj.RGRIEDERT60.rgrieder.user hopefully ... Thu, 01 Nov 2007 18:50:52 GMT nicolasc [142] * code/trunk/CMakeLists.txt (modified) * code/trunk/src/enet (deleted) * code/trunk/src/orxonox.cc (modified) global enet test Thu, 01 Nov 2007 18:48:48 GMT rgrieder [141] * code/branches/main_reto/include/Bullet.h (modified) * code/branches/main_reto/include/CameraManager.h (modified) * code/branches/main_reto/include/MyListener.h (deleted) * code/branches/main_reto/include/OgreControl.h (modified) * code/branches/main_reto/include/Orxonox.h (modified) * code/branches/main_reto/include/OrxonoxScene.h (modified) * code/branches/main_reto/include/OrxonoxShip.h (modified) * code/branches/main_reto/include/RunManager.h (modified) * code/branches/main_reto/include/SteerableNode.h (deleted) * code/branches/main_reto/include/WeaponManager.h (modified) * code/branches/main_reto/src/Bullet.cpp (modified) * code/branches/main_reto/src/CameraManager.cpp (modified) * code/branches/main_reto/src/MyListener.cpp (deleted) * code/branches/main_reto/src/OgreControl.cpp (modified) * code/branches/main_reto/src/Orxonox.cpp (modified) * code/branches/main_reto/src/OrxonoxScene.cpp (modified) * code/branches/main_reto/src/OrxonoxShip.cpp (modified) * code/branches/main_reto/src/RunManager.cpp (modified) * code/branches/main_reto/src/SteerableNode.cpp (deleted) * code/branches/main_reto/src/WeaponManager.cpp (modified) * code/branches/main_reto/src/main.cpp (modified) * code/branches/main_reto/weapon_framework/weapon_framework.suo (deleted) RunManager.cpp completely commented in Doxygen style. One or two ... Thu, 01 Nov 2007 12:46:09 GMT nicolape [140] * code/branches/xml/bin/run-script (modified) * code/branches/xml/src/CMakeLists.txt (modified) * code/branches/xml/src/dummy.h (added) * code/branches/xml/src/loader (added) * code/branches/xml/src/loader/LevelLoader.cc (added) * code/branches/xml/src/loader/LevelLoader.h (added) * code/branches/xml/src/loader/Light.cc (added) * code/branches/xml/src/loader/Light.h (added) * code/branches/xml/src/loader/LightManager.cc (added) * code/branches/xml/src/loader/LightManager.h (added) * code/branches/xml/src/orxonox.cc (modified) * code/branches/xml/src/xml (added) * code/branches/xml/src/xml/xmlParser.cc (added) * code/branches/xml/src/xml/xmlParser.h (added) XML-Loader so far... Thu, 01 Nov 2007 12:37:03 GMT nicolasc [139] * code/trunk/src/ExampleApplication.h (deleted) * code/trunk/src/ExampleFrameListener.h (deleted) * code/trunk/src/orxonox.cc.old (deleted) removed unneded files Thu, 01 Nov 2007 12:35:28 GMT nicolasc [138] * code/trunk/Doxyfile (deleted) * code/trunk/Ogre.log (deleted) removed unneded files Thu, 01 Nov 2007 12:34:34 GMT nicolasc [137] * code/trunk/CMakeLists.txt (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/orxonox.cc (modified) intial trunk fix Wed, 31 Oct 2007 21:53:51 GMT rgrieder [136] * code/branches/main_reto (modified) * code/branches/main_reto/include/WeaponManager.h (added) * code/branches/main_reto/src/OrxonoxShip.cpp (modified) * code/branches/main_reto/src/WeaponManager.cpp (added) * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj.RGRIEDERT60.rgrieder.user (modified) Wed, 31 Oct 2007 21:23:38 GMT bknecht [135] * code/trunk/CMakeLists.txt (modified) * code/trunk/Doxyfile (copied) * code/trunk/INSTALL (modified) * code/trunk/Ogre.log (copied) * code/trunk/README (modified) * code/trunk/bin/resources.cfg (modified) * code/trunk/bin/run-script.bat (deleted) * code/trunk/cmake/FindCEGUI.cmake (deleted) * code/trunk/cmake/FindCEGUI_OGRE.cmake (deleted) * code/trunk/cmake/FindOGRE.cmake (modified) * code/trunk/cmake/FindOIS.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/ExampleApplication.h (copied) * code/trunk/src/ExampleFrameListener.h (copied) * code/trunk/src/enet (copied) * code/trunk/src/enet/Makefile (copied) * code/trunk/src/enet/Makefile.am (copied) * code/trunk/src/enet/Makefile.in (copied) * code/trunk/src/enet/callbacks.h (copied) * code/trunk/src/enet/enet.h (copied) * code/trunk/src/enet/list.h (copied) * code/trunk/src/enet/protocol.h (copied) * code/trunk/src/enet/time.h (copied) * code/trunk/src/enet/types.h (copied) * code/trunk/src/enet/unix.h (copied) * code/trunk/src/enet/utility.h (copied) * code/trunk/src/enet/win32.h (copied) * code/trunk/src/network (copied) * code/trunk/src/orxonox.cc (modified) * code/trunk/src/orxonox.cc.old (copied) merged back network and xml branch Wed, 31 Oct 2007 19:02:14 GMT scheusso [134] * code/branches/network/src/enet (added) * code/branches/network/src/enet/Makefile (added) * code/branches/network/src/enet/Makefile.am (added) * code/branches/network/src/enet/Makefile.in (added) * code/branches/network/src/enet/callbacks.h (added) * code/branches/network/src/enet/enet.h (added) * code/branches/network/src/enet/list.h (added) * code/branches/network/src/enet/protocol.h (added) * code/branches/network/src/enet/time.h (added) * code/branches/network/src/enet/types.h (added) * code/branches/network/src/enet/unix.h (added) * code/branches/network/src/enet/utility.h (added) * code/branches/network/src/enet/win32.h (added) * code/branches/network/src/network (added) nothing so far Wed, 31 Oct 2007 10:16:00 GMT rgrieder [133] * code/branches/main_reto/include/Bullet.h (added) * code/branches/main_reto/include/OrxonoxShip.h (modified) * code/branches/main_reto/include/RunManager.h (modified) * code/branches/main_reto/src/Bullet.cpp (added) * code/branches/main_reto/src/OrxonoxShip.cpp (modified) * code/branches/main_reto/src/RunManager.cpp (modified) * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (modified) Wed, 31 Oct 2007 00:12:54 GMT landauf [132] * code/branches/objecthierarchie/src/BaseObject.cc (added) * code/branches/objecthierarchie/src/BaseObject.h (added) * code/branches/objecthierarchie/src/ClassHierarchy.cc (added) * code/branches/objecthierarchie/src/ClassHierarchy.h (added) Wed, 31 Oct 2007 00:11:10 GMT landauf [131] * code/branches/objecthierarchie (copied) * code/branches/objecthierarchie/src/CMakeLists.txt (modified) made a copy Tue, 30 Oct 2007 23:28:24 GMT rgrieder [130] * code/branches/main_reto/include/OrxonoxShip.h (modified) * code/branches/main_reto/include/RunManager.h (modified) * code/branches/main_reto/src/OrxonoxShip.cpp (modified) * code/branches/main_reto/src/RunManager.cpp (modified) * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) Tue, 30 Oct 2007 23:17:23 GMT svntester [129] * code/trunk/README (modified) svn test, README updated Tue, 30 Oct 2007 22:43:48 GMT rgrieder [128] * code/branches/main_reto/include/OrxonoxShip.h (modified) * code/branches/main_reto/src/OrxonoxShip.cpp (modified) * code/branches/main_reto/src/RunManager.cpp (modified) * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (modified) Tue, 30 Oct 2007 21:41:04 GMT rgrieder [127] * code/branches/main_reto/include/OrxonoxShip.cpp (deleted) * code/branches/main_reto/include/OrxonoxShip.h (modified) * code/branches/main_reto/include/RunManager.h (modified) * code/branches/main_reto/include/SteerableNode.h (modified) * code/branches/main_reto/src/OrxonoxShip.cpp (added) * code/branches/main_reto/src/RunManager.cpp (modified) * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (modified) Tue, 30 Oct 2007 17:22:22 GMT rgrieder [126] * code/branches/main_reto/include/CameraManager.h (added) * code/branches/main_reto/include/OrxonoxShip.cpp (added) * code/branches/main_reto/include/OrxonoxShip.h (added) * code/branches/main_reto/include/RunManager.h (modified) * code/branches/main_reto/include/SteerableNode.h (added) * code/branches/main_reto/src/CameraManager.cpp (added) * code/branches/main_reto/src/RunManager.cpp (modified) * code/branches/main_reto/src/SteerableNode.cpp (added) * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (modified) Mon, 29 Oct 2007 22:04:18 GMT nicolasc [125] * code/trunk/src/orxonox.cc (modified) commented out cegui, need checking, if it works on tardis Mon, 29 Oct 2007 21:26:32 GMT rgrieder [124] * code/branches/main_reto/weapon_framework/weapon_framework.suo (modified) Mon, 29 Oct 2007 21:11:20 GMT rgrieder [123] * code/branches/main_reto/include (added) * code/branches/main_reto/include/ExampleApplication.h (added) * code/branches/main_reto/include/ExampleFrameListener.h (added) * code/branches/main_reto/include/MyListener.h (added) * code/branches/main_reto/include/OgreControl.h (added) * code/branches/main_reto/include/Orxonox.h (added) * code/branches/main_reto/include/OrxonoxScene.h (added) * code/branches/main_reto/include/RunManager.h (added) * code/branches/main_reto/scripts (added) * code/branches/main_reto/src (added) * code/branches/main_reto/src/MyListener.cpp (added) * code/branches/main_reto/src/OgreControl.cpp (added) * code/branches/main_reto/src/Orxonox.cpp (added) * code/branches/main_reto/src/OrxonoxScene.cpp (added) * code/branches/main_reto/src/RunManager.cpp (added) * code/branches/main_reto/src/main.cpp (added) * code/branches/main_reto/weapon_framework (added) * code/branches/main_reto/weapon_framework/weapon_framework.sln (added) * code/branches/main_reto/weapon_framework/weapon_framework.suo (added) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj (added) * code/branches/main_reto/weapon_framework/weapon_framework.vcproj.RGRIEDERT60.rgrieder.user (added) Mon, 29 Oct 2007 21:07:37 GMT rgrieder [122] * code/branches/main_reto (added) Mon, 29 Oct 2007 00:03:10 GMT anonymous [121] * code/trunk/cmake/FindCEGUI_OGRE.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) fixed typo Sun, 28 Oct 2007 23:38:47 GMT anonymous [120] * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindCEGUI_OGRE.cmake (modified) cmake für windows mit CEGUI und dem ganzen quatsch angepasst, naja, ... Sun, 28 Oct 2007 23:16:26 GMT anonymous [119] * code/trunk/cmake/FindCEGUI_OGRE.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) EA ausgeklammert Sun, 28 Oct 2007 23:09:37 GMT anonymous [118] * code/trunk/bin/resources.cfg (modified) repaired resources.cfg Sun, 28 Oct 2007 23:01:30 GMT anonymous [117] * code/trunk/src/ExampleApplication.h (deleted) * code/trunk/src/ExampleFrameListener.h (deleted) delete obsolete ExampleFramework Sun, 28 Oct 2007 23:00:43 GMT anonymous [116] * code/trunk/bin/resources.cfg (modified) * code/trunk/src/orxonox.cc (modified) freed application of ExampleFramework Sun, 28 Oct 2007 22:26:54 GMT anonymous [115] * code/trunk/bin/run-script.bat (added) * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindCEGUI_OGRE.cmake (modified) * code/trunk/cmake/FindOGRE.cmake (modified) * code/trunk/cmake/FindOIS.cmake (modified) -m "cmake für windows angepasst" Sun, 28 Oct 2007 21:23:24 GMT anonymous [114] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindCEGUI_OGRE.cmake (modified) * code/trunk/cmake/FindOIS.cmake (modified) nicolasc: minor changes in .camke Sat, 27 Oct 2007 21:35:38 GMT anonymous [113] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindCEGUI_OGRE.cmake (modified) * code/trunk/cmake/FindCEGUI_OPENGL.cmake (deleted) * code/trunk/src/CMakeLists.txt (modified) nicolasc: some modification, removed cegui-opengl as it is not working Sat, 27 Oct 2007 20:47:19 GMT anonymous [112] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindCEGUI.cmake (added) * code/trunk/cmake/FindCEGUI_OGRE.cmake (added) * code/trunk/cmake/FindCEGUI_OPENGL.cmake (added) * code/trunk/src/orxonox.cc (modified) nicolasc: added CEGUI find files Fri, 26 Oct 2007 11:57:58 GMT anonymous [111] * code/branches/tutorial/bla.txt (modified) another test Thu, 25 Oct 2007 21:56:40 GMT anonymous [110] * code/branches/tutorial/Tutorial/name.txt (modified) some more tests Thu, 25 Oct 2007 21:55:47 GMT anonymous [109] * code/branches/tutorial/Tutorial/name.txt (modified) some more tests Thu, 25 Oct 2007 21:52:07 GMT anonymous [108] * code/branches/mainloop/src/orxonox.cc (modified) * code/branches/network/src/orxonox.cc (modified) * code/branches/xml/src/orxonox.cc (modified) nicolasc: fixed the problem in all braches orxonox can be quit by ... Thu, 25 Oct 2007 21:45:51 GMT anonymous [107] * code/branches/tutorial/Tutorial/Media/packs/OgreCore.zip (modified) * code/branches/tutorial/Tutorial/Media/packs/cubemap.zip (deleted) * code/branches/tutorial/Tutorial/Media/packs/cubemapsJS.zip (deleted) * code/branches/tutorial/Tutorial/Media/packs/dragon.zip (deleted) * code/branches/tutorial/Tutorial/Media/packs/fresneldemo.zip (deleted) * code/branches/tutorial/Tutorial/Media/packs/ogretestmap.zip (deleted) * code/branches/tutorial/Tutorial/Media/packs/skybox.zip (deleted) * code/trunk/bin/resources.cfg (modified) * code/trunk/src/orxonox.cc (modified) nicolasc: made orxonox.cc work removed a lot of unused media fix ... Thu, 25 Oct 2007 15:43:04 GMT anonymous [106] * code/trunk/INSTALL (modified) added requirements Thu, 25 Oct 2007 15:39:26 GMT anonymous [105] * code/trunk/bla.txt (deleted) test done, unsuccessful Thu, 25 Oct 2007 15:38:11 GMT anonymous [104] * code/trunk/bla.txt (modified) test username on tardis Thu, 25 Oct 2007 15:36:45 GMT anonymous [103] * code/trunk/bla.txt (added) test username on tardis Thu, 25 Oct 2007 14:24:01 GMT anonymous [102] * code/branches/network/Makefile (deleted) * code/branches/network/cmake_install.cmake (deleted) removed unnesescary files Thu, 25 Oct 2007 14:11:00 GMT anonymous [101] * code/branches/network/Makefile (modified) * code/branches/network/src/CMakeLists.txt (modified) changed CMakeList.txt; now compiling Wed, 24 Oct 2007 20:25:03 GMT anonymous [100] * code/branches/mainloop/bin/resources.cfg (modified) * code/branches/network/Orxonox.kdevelop (deleted) * code/branches/network/Orxonox.kdevelop.filelist (deleted) * code/branches/network/Orxonox.kdevelop.pcs (deleted) * code/branches/network/Orxonox.kdevses (deleted) removed kdevelop project files form repo. DO NOT ADD THEM, THEY WILL ... Wed, 24 Oct 2007 18:34:10 GMT anonymous [99] * code/branches/network/CMakeFiles (deleted) * code/branches/network/Makefile (modified) cleaning Wed, 24 Oct 2007 18:09:52 GMT anonymous [98] * code/branches/network/CMakeCache.txt (deleted) * code/branches/network/Orxonox.kdevelop (modified) * code/branches/network/Orxonox.kdevelop.filelist (modified) * code/branches/network/Orxonox.kdevses (modified) * code/branches/network/src/orxonox.cc (modified)