# # ChangeLog for code/branches/presentation2011/src/modules/pong # # Generated by Trac 1.0.9 # May 29, 2024, 9:26:44 AM Wed, 14 Dec 2011 13:38:37 GMT jo [8980] * code/branches/presentation2011 (modified) * code/branches/presentation2011/data/levels/dynamicMatch.oxw (modified) * code/branches/presentation2011/data/levels/fightInOurBack.oxw (modified) * code/branches/presentation2011/data/levels/includes/weaponSettingsSpacecruiser.oxi (modified) * code/branches/presentation2011/data/levels/lastManStanding.oxw (modified) * code/branches/presentation2011/data/levels/lastTeamStanding.oxw (modified) * code/branches/presentation2011/data/levels/lastTeamStandingII.oxw (modified) * code/branches/presentation2011/data/levels/missionOne.oxw (modified) * code/branches/presentation2011/data/levels/pirateAttack.oxw (modified) * code/branches/presentation2011/data/levels/templates/spaceshipSpacecruiser.oxt (modified) * code/branches/presentation2011/src/libraries/core/GUIManager.cc (modified) * code/branches/presentation2011/src/modules/pong/Pong.cc (modified) * code/branches/presentation2011/src/modules/pong/Pong.h (modified) * code/branches/presentation2011/src/modules/pong/PongAI.h (modified) * code/branches/presentation2011/src/modules/pong/PongScore.cc (modified) * code/branches/presentation2011/src/modules/pong/PongScore.h (modified) * code/branches/presentation2011/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2011/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/presentation2011/src/orxonox/controllers/AIController.cc (modified) * code/branches/presentation2011/src/orxonox/controllers/AIController.h (modified) * code/branches/presentation2011/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/presentation2011/src/orxonox/controllers/ArtificialController.h (modified) * code/branches/presentation2011/src/orxonox/controllers/HumanController.cc (modified) * code/branches/presentation2011/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/presentation2011/src/orxonox/controllers/WaypointPatrolController.h (modified) * code/branches/presentation2011/src/orxonox/gametypes/CMakeLists.txt (modified) * code/branches/presentation2011/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/presentation2011/src/orxonox/gametypes/Gametype.h (modified) * code/branches/presentation2011/src/orxonox/gametypes/Mission.cc (copied) * code/branches/presentation2011/src/orxonox/gametypes/Mission.h (copied) * code/branches/presentation2011/src/orxonox/gametypes/TeamDeathmatch.h (modified) * code/branches/presentation2011/src/orxonox/gametypes/TeamGametype.cc (copied) * code/branches/presentation2011/src/orxonox/gametypes/TeamGametype.h (copied) * code/branches/presentation2011/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/presentation2011/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/presentation2011/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/presentation2011/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation2011/src/orxonox/worldentities/pawns/Pawn.h (modified) teamgametype merged into trunk Wed, 14 Dec 2011 12:23:56 GMT smerkli [8974] * code/branches/presentation2011 (copied) created. Sat, 26 Nov 2011 17:22:13 GMT dafrick [8952] * code/trunk/src/libraries/network/MasterServer.cc (modified) * code/trunk/src/libraries/network/packet/Gamestate.cc (modified) * code/trunk/src/modules/pong/PongAI.cc (modified) * code/trunk/src/modules/questsystem/QuestManager.cc (modified) * code/trunk/src/orxonox/gametypes/TeamBaseMatch.cc (modified) Removing some unused variables and taking care of some other warnings ...