# # ChangeLog for code/branches/gamecontent # # Generated by Trac 1.0.9 # May 29, 2024, 2:53:37 PM Tue, 08 Nov 2011 19:24:06 GMT jo [8924] * code/branches/gamecontent/data/levels/includes/weaponSettingsSpacecruiser.oxi (modified) * code/branches/gamecontent/data/levels/templates/spaceshipSpacecruiser.oxt (modified) * code/branches/gamecontent/src/libraries/core/GUIManager.cc (modified) Fixed the SpaceCruiser - no offset between the model's location and ... Fri, 04 Nov 2011 09:44:56 GMT jo [8923] * code/branches/gamecontent/data/levels/missionOne.oxw (modified) * code/branches/gamecontent/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/gamecontent/src/orxonox/controllers/AIController.cc (modified) * code/branches/gamecontent/src/orxonox/controllers/AIController.h (modified) * code/branches/gamecontent/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/gamecontent/src/orxonox/gametypes/Mission.cc (modified) * code/branches/gamecontent/src/orxonox/gametypes/Mission.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/ControllableEntity.cc (modified) * code/branches/gamecontent/src/orxonox/worldentities/ControllableEntity.h (modified) Tutorial level enhancements (quest work, better texts are still ... Wed, 02 Nov 2011 15:33:24 GMT jo [8922] * code/branches/gamecontent/data/levels/dynamicMatch.oxw (modified) * code/branches/gamecontent/data/levels/lastManStanding.oxw (modified) * code/branches/gamecontent/data/levels/lastTeamStandingII.oxw (modified) * code/branches/gamecontent/data/levels/missionOne.oxw (modified) * code/branches/gamecontent/data/levels/templates/spaceshipSpacecruiser.oxt (modified) fix quest structure (almost finished). Tue, 01 Nov 2011 18:25:24 GMT jo [8910] * code/branches/gamecontent/data/levels/missionOne.oxw (modified) Fri, 28 Oct 2011 16:09:10 GMT jo [8909] * code/branches/gamecontent/data/levels/missionOne.oxw (modified) * code/branches/gamecontent/src/orxonox/controllers/ArtificialController.cc (modified) On the way to add quests. Combined distance trigger does not act as ... Wed, 26 Oct 2011 14:22:52 GMT jo [8907] * code/branches/gamecontent/src/orxonox/interfaces/PartyMember.h (added) Started to create an interface to make objects belong to a group. 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.