# # ChangeLog for code/branches/presentation2012merge/src/modules/pickup/PickupSpawner.cc # # Generated by Trac 1.0.9 # Jun 3, 2024, 10:12:25 AM Sun, 17 Jun 2012 16:24:06 GMT landauf [9302] * code/branches/presentation2012merge/src/modules/pickup/PickupRepresentation.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupRepresentation.h (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupSpawner.cc (modified) small cleanup. calling addTemplate() only once instead of twice Mon, 04 Jun 2012 20:50:28 GMT landauf [9279] * code/branches/presentation2012merge/src/libraries/core/Super.h (modified) * code/branches/presentation2012merge/src/libraries/core/XMLPort.h (modified) * code/branches/presentation2012merge/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/presentation2012merge/src/modules/overlays/hud/HUDRadar.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/Pickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/DamageBoostPickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/DronePickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/HealthPickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/InvisiblePickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/MetaPickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/ShieldPickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/SpeedPickup.cc (modified) * code/branches/presentation2012merge/src/modules/weapons/RocketController.cc (modified) * code/branches/presentation2012merge/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2012merge/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/LastManStanding.cc (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/presentation2012merge/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/presentation2012merge/src/orxonox/worldentities/ControllableEntity.cc (modified) use orxonox_cast instead of dynamic_cast wherever possible Sun, 03 Jun 2012 13:38:49 GMT landauf [9266] * code/branches/presentation2012merge (copied) created branch from trunk to merge the cleanup of presentation2011 ... Wed, 12 Oct 2011 17:50:43 GMT jo [8891] * code/trunk (modified) * code/trunk/data/gui/scripts/QuestGUI.lua (modified) * code/trunk/data/levels/fightInOurBack.oxw (modified) * code/trunk/data/levels/includes/weaponSettingsSpacecruiser.oxi (copied) * code/trunk/data/levels/includes/weaponSettingsSwallow.oxi (modified) * code/trunk/data/levels/includes/weaponSettingsTransporter.oxi (modified) * code/trunk/data/levels/lastTeamStanding.oxw (modified) * code/trunk/data/levels/lastTeamStandingII.oxw (modified) * code/trunk/data/levels/missionOne.oxw (copied) * code/trunk/data/levels/planets.oxw (modified) * code/trunk/data/levels/templates/spaceshipSpacecruiser.oxt (copied) * code/trunk/src/modules/notifications/NotificationDispatcher.cc (modified) * code/trunk/src/modules/notifications/NotificationDispatcher.h (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/modules/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/modules/overlays/hud/HUDRadar.h (modified) * code/trunk/src/modules/pickup/PickupSpawner.cc (modified) * code/trunk/src/modules/questsystem/QuestItem.h (modified) * code/trunk/src/modules/questsystem/QuestManager.cc (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.cc (modified) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/controllers/AIController.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.h (modified) * code/trunk/src/orxonox/controllers/DroneController.cc (modified) * code/trunk/src/orxonox/controllers/DroneController.h (modified) * code/trunk/src/orxonox/controllers/WaypointController.cc (modified) * code/trunk/src/orxonox/controllers/WaypointController.h (modified) * code/trunk/src/orxonox/infos/PlayerInfo.cc (modified) * code/trunk/src/orxonox/weaponsystem/WeaponSlot.h (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Ai and tutorial improvements merged back to the trunk. AI features: ...