# # ChangeLog for code/branches/core3/src/orxonox/objects/Projectile.h # # Generated by Trac 1.0.9 # Jun 19, 2024, 7:03:51 PM Sun, 31 Aug 2008 02:32:31 GMT landauf [1684] * code/branches/core3/src/core/BaseObject.h (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Namespace.cc (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Model.cc (modified) * code/branches/core3/src/orxonox/objects/Model.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.h (modified) * code/branches/core3/src/orxonox/objects/Tickable.h (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) - packed all super-function-related code into a bunch of macros and ... Fri, 29 Aug 2008 23:16:14 GMT landauf [1683] * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) removed some outcommented lines (I did this in a separate commit ... Fri, 29 Aug 2008 22:40:27 GMT landauf [1682] * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Language.cc (modified) * code/branches/core3/src/core/Language.h (modified) * code/branches/core3/src/core/Super.h (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/core/TclThreadManager.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) - added several "delete"s to the destructors of some core classes. ... Fri, 29 Aug 2008 18:06:51 GMT rgrieder [1681] * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) - updated msvc files - removed annoying run-time check error. ... Thu, 28 Aug 2008 21:50:53 GMT landauf [1676] * code/branches/core3/src/core/ConfigFileManager.cc (modified) * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) a first test-version of my super-macro tested with a testfunction in ... Thu, 12 Jun 2008 20:53:51 GMT landauf [1596] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConfigValueIncludes.h (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Core.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/ObjectListIterator.h (modified) * code/branches/core3/src/core/OrxonoxClass.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/Shell.h (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.h (modified) * code/branches/core3/src/orxonox/Settings.cc (modified) * code/branches/core3/src/orxonox/Settings.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.h (modified) - added feature to add a callback function to configvalues. they get ... Mon, 09 Jun 2008 02:16:48 GMT landauf [1573] * code/branches/core3 (copied) created new core branch Fri, 06 Jun 2008 15:31:58 GMT landauf [1552] * code/trunk/src/asylum/orxonox/objects/Fighter.cc (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (added) * code/trunk/src/orxonox/objects/BillboardProjectile.h (added) * code/trunk/src/orxonox/objects/Explosion.cc (deleted) * code/trunk/src/orxonox/objects/Explosion.h (deleted) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (added) * code/trunk/src/orxonox/objects/ParticleProjectile.h (added) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (added) * code/trunk/src/orxonox/objects/ParticleSpawner.h (added) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) several improvements: - AI works properly now - add enemies with ...