# # ChangeLog for trunk/src/world_entities/power_ups in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 3, 2024, 6:53:19 PM Mon, 07 Nov 2005 23:03:18 GMT bensch [5500] * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/environment.h (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/npc2.h (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (modified) * trunk/src/world_entities/power_ups/laser_power_up.h (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.h (modified) * trunk/src/world_entities/satellite.cc (modified) * trunk/src/world_entities/satellite.h (modified) * trunk/src/world_entities/skysphere.cc (modified) * trunk/src/world_entities/skysphere.h (modified) * trunk/src/world_entities/terrain.cc (modified) * trunk/src/world_entities/terrain.h (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/test_entity.h (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/rocket.h (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/weapons/test_bullet.h (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) * trunk/src/world_entities/weapons/test_gun.h (modified) * trunk/src/world_entities/weapons/turret.cc (modified) * trunk/src/world_entities/weapons/turret.h (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/weapons/weapon.h (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: all the WorldEntities now have a const function to ... Mon, 07 Nov 2005 21:56:58 GMT bensch [5499] * trunk/src/util/loading/load_param.h (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/npc2.cc (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/weapons/rocket.cc (modified) * trunk/src/world_entities/weapons/test_bullet.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) * trunk/src/world_entities/world_entity.h (modified) orxonox/trunk: Load_Param2 changed, to load Models with, or without ... Sat, 29 Oct 2005 23:52:29 GMT bensch [5458] * trunk/src/defs/class_id.h (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/Makefile.in (modified) * trunk/src/world_entities/npc.cc (modified) * trunk/src/world_entities/power_ups/laser_power_up.cc (copied) * trunk/src/world_entities/power_ups/laser_power_up.h (copied) * trunk/src/world_entities/weapons/laser.cc (modified) * trunk/src/world_entities/weapons/test_gun.cc (modified) orxonox/trunk: a second power-up (lasers) Wed, 26 Oct 2005 21:31:18 GMT bensch [5439] * trunk/src/defs/debug.h (modified) * trunk/src/lib/lang/base_object.cc (modified) * trunk/src/lib/particles/particle_engine.cc (modified) * trunk/src/world_entities/power_ups/power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) orxonox/trunk: BaseObject with Debug-Level Wed, 26 Oct 2005 21:01:43 GMT bensch [5437] * trunk/Makefile.in (modified) * trunk/configure (modified) * trunk/src/lib/graphics/importer/material.cc (modified) * trunk/src/lib/graphics/importer/primitive_model.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.h (modified) orxonox/trunk: Sphers Rendered around the Turret-Power-Up (this looks ... Tue, 25 Oct 2005 15:31:54 GMT bensch [5435] * trunk/src/lib/graphics/importer/abstract_model.h (modified) * trunk/src/lib/math/vector.h (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/player.h (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (modified) * trunk/src/world_entities/power_ups/turret_power_up.h (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) * trunk/src/world_entities/weapons/weapon_manager.h (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: power-ups implemented (simple-mode) Tue, 25 Oct 2005 09:38:46 GMT bensch [5434] * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/defs/class_id.h (modified) * trunk/src/world_entities/power_ups/power_up.cc (modified) * trunk/src/world_entities/power_ups/power_up.h (modified) * trunk/src/world_entities/power_ups/turret_power_up.cc (copied) * trunk/src/world_entities/power_ups/turret_power_up.h (copied) orxonox/trunk: Turret Power Up defined Tue, 25 Oct 2005 09:15:33 GMT bensch [5433] * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/world_entities/Makefile.am (modified) * trunk/src/world_entities/power_ups (added) * trunk/src/world_entities/power_ups/power_up.cc (moved) * trunk/src/world_entities/power_ups/power_up.h (moved) orxonox/trunk: include power_up.h