# # ChangeLog for trunk/src/world_entities/projectiles/laser.h in orxonox.OLD # # Generated by Trac 1.0.9 # Jul 6, 2024, 10:05:48 PM Thu, 19 Jan 2006 23:08:41 GMT bensch [6622] * trunk/src/lib/graphics/importer/material.cc (modified) * trunk/src/lib/graphics/importer/material.h (modified) * trunk/src/world_entities/projectiles/bomb.h (modified) * trunk/src/world_entities/projectiles/guided_missile.cc (modified) * trunk/src/world_entities/projectiles/guided_missile.h (modified) * trunk/src/world_entities/projectiles/laser.cc (modified) * trunk/src/world_entities/projectiles/laser.h (modified) * trunk/src/world_entities/projectiles/rocket.cc (modified) * trunk/src/world_entities/projectiles/rocket.h (modified) * trunk/src/world_entities/projectiles/test_bullet.cc (modified) * trunk/src/world_entities/projectiles/test_bullet.h (modified) orxonox/trunk: Material can now be copied ParticleSprite used for ... Sun, 08 Jan 2006 01:00:48 GMT bensch [6434] * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world_data.cc (modified) * trunk/src/story_entities/multi_player_world_data.cc (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/projectiles (added) * trunk/src/world_entities/projectiles/bomb.cc (moved) * trunk/src/world_entities/projectiles/bomb.h (moved) * trunk/src/world_entities/projectiles/guided_missile.cc (moved) * trunk/src/world_entities/projectiles/guided_missile.h (moved) * trunk/src/world_entities/projectiles/laser.cc (moved) * trunk/src/world_entities/projectiles/laser.h (moved) * trunk/src/world_entities/projectiles/projectile.cc (moved) * trunk/src/world_entities/projectiles/projectile.h (moved) * trunk/src/world_entities/projectiles/rocket.cc (moved) * trunk/src/world_entities/projectiles/rocket.h (moved) * trunk/src/world_entities/projectiles/test_bullet.cc (moved) * trunk/src/world_entities/projectiles/test_bullet.h (moved) * trunk/src/world_entities/weapons/aiming_turret.cc (modified) * trunk/src/world_entities/weapons/cannon.cc (modified) * trunk/src/world_entities/weapons/targeting_turret.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) orxonox/trunk: moved the projectiles to Projectiles Sun, 11 Dec 2005 21:47:01 GMT bensch [6056] * trunk/src/world_entities/weapons/guided_missile.cc (modified) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/laser.h (modified) * trunk/src/world_entities/weapons/projectile.cc (modified) * trunk/src/world_entities/weapons/projectile.h (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) orxonox/trunk: more small optimisations, and a convenience inline- ...