# # ChangeLog for code/branches/main_reto_vs05/src/ammunition_dump.cc # # Generated by Trac 1.0.9 # May 23, 2024, 7:00:35 PM 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 ... 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 ...