# # ChangeLog for code/branches/gamecontent # # Generated by Trac 1.0.9 # Nov 22, 2024, 11:45:02 AM Tue, 25 Oct 2011 20:56:31 GMT jo [8904] * code/branches/gamecontent/data/levels/includes/weaponSettingsSpacecruiser.oxi (modified) * code/branches/gamecontent/data/levels/missionOne.oxw (modified) * code/branches/gamecontent/data/levels/templates/spaceshipSpacecruiser.oxt (modified) * code/branches/gamecontent/src/modules/pong/Pong.cc (modified) * code/branches/gamecontent/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/gamecontent/src/orxonox/controllers/WaypointPatrolController.h (modified) * code/branches/gamecontent/src/orxonox/gametypes/CMakeLists.txt (modified) * code/branches/gamecontent/src/orxonox/gametypes/Gametype.h (modified) * code/branches/gamecontent/src/orxonox/gametypes/Mission.cc (added) * code/branches/gamecontent/src/orxonox/gametypes/Mission.h (added) * code/branches/gamecontent/src/orxonox/gametypes/TeamDeathmatch.h (modified) * code/branches/gamecontent/src/orxonox/gametypes/TeamGametype.cc (modified) * code/branches/gamecontent/src/orxonox/gametypes/TeamGametype.h (modified) * code/branches/gamecontent/src/orxonox/worldentities/pawns/Pawn.cc (modified) On the way to a multiplayer gametype basceclass. Fri, 21 Oct 2011 13:28:08 GMT jo [8901] * code/branches/gamecontent/src/orxonox/gametypes/TeamGametype.cc (added) * code/branches/gamecontent/src/orxonox/gametypes/TeamGametype.h (added) Prototype of a baseclass for team gametypes. Work in progress. Wed, 19 Oct 2011 21:02:56 GMT jo [8900] * code/branches/gamecontent/src/modules/pong/Pong.cc (modified) * code/branches/gamecontent/src/modules/pong/Pong.h (modified) * code/branches/gamecontent/src/modules/pong/PongScore.cc (modified) * code/branches/gamecontent/src/modules/pong/PongScore.h (modified) Finished Polishing Pong. (gametype ends properly now, points ... Wed, 19 Oct 2011 14:23:22 GMT jo [8899] * code/branches/gamecontent/src/orxonox/gametypes/CMakeLists.txt (modified) Trying to add teamgametype as baseclass. Thu, 13 Oct 2011 18:59:27 GMT jo [8895] * code/branches/gamecontent/src/modules/pong/Pong.cc (modified) * code/branches/gamecontent/src/modules/pong/Pong.h (modified) * code/branches/gamecontent/src/modules/pong/PongAI.h (modified) Added end to pong gametype. Unfortunately the hud isn't consistent at ... Wed, 12 Oct 2011 18:57:07 GMT jo [8893] * code/branches/gamecontent (copied) Wed, 12 Oct 2011 18:35:32 GMT jo [8892] * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Small adjustments.