# # ChangeLog for code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc # # Generated by Trac 1.0.9 # Jun 16, 2024, 10:52:52 AM Tue, 12 Jun 2012 21:42:43 GMT landauf [9295] * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.h (modified) removed fancy counters because they will get out of sync way too ... Tue, 12 Jun 2012 21:05:15 GMT landauf [9294] * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation2012merge/src/orxonox/pickup/PickupIdentifier.cc (modified) * code/branches/presentation2012merge/src/orxonox/pickup/PickupIdentifier.h (modified) removed 2 lines from ~PickupCollection() again because they don't ... Mon, 11 Jun 2012 20:57:40 GMT dafrick [9293] * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation2012merge/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/presentation2012merge/src/orxonox/interfaces/Pickupable.h (modified) Should fix internal warnig (and compile error introduced in last commit) Mon, 11 Jun 2012 20:40:01 GMT dafrick [9292] * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc (modified) Looked through recten changes in pickup module, should be fine! Sun, 10 Jun 2012 21:01:40 GMT landauf [9290] * code/branches/presentation2012merge/src/modules/pickup/CollectiblePickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/CollectiblePickup.h (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupCollection.h (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupCollectionIdentifier.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/PickupCollectionIdentifier.h (modified) Fixed crash with MSVC if a PickupCollection was used A depleted ... 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 ... Fri, 22 Apr 2011 19:28:56 GMT dafrick [8305] * code/trunk/src/modules/pickup/PickupCollection.cc (modified) Fixing another potential memory leak.