# # ChangeLog for code/branches/gamecontent/data # # Generated by Trac 1.0.9 # Sep 21, 2024, 5:42:41 PM 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. Wed, 12 Oct 2011 18:57:07 GMT jo [8893] * code/branches/gamecontent (copied) 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: ...