# # ChangeLog for code/branches/bigships # # Generated by Trac 1.0.9 # Jun 1, 2024, 6:00:40 AM Wed, 25 May 2011 22:04:42 GMT dafrick [8588] * code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/bigships/src/orxonox/items/Engine.cc (modified) * code/branches/bigships/src/orxonox/items/Engine.h (modified) * code/branches/bigships/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/bigships/src/orxonox/worldentities/MobileEntity.h (modified) * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Converting tabs to spaces. Wed, 18 May 2011 13:19:47 GMT rgrieder [8504] * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Destructor code should be enclosed in this->isInitialized(). Wed, 18 May 2011 10:54:25 GMT dafrick [8503] * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Values that are needed in the destructor need to be initialized ... Mon, 09 May 2011 12:59:07 GMT decryphe [8426] * code/branches/bigships/data/levels/templates/spaceshipAssff.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipGhost.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipH2.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipHXY.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipHXYSL.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipPirate.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipSwallow.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipTransporter.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipTransporterSL.oxt (modified) * code/branches/bigships/src/modules/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/bigships/src/orxonox/controllers/HumanController.cc (modified) * code/branches/bigships/src/orxonox/controllers/HumanController.h (modified) * code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/bigships/src/orxonox/items/Engine.cc (modified) * code/branches/bigships/src/orxonox/items/Engine.h (modified) * code/branches/bigships/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/bigships/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/bigships/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/bigships/src/orxonox/worldentities/MobileEntity.h (modified) * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.h (modified) - Moved handling of blur effect from Engine.cc to SpaceShip.cc. - ... Mon, 28 Mar 2011 11:24:12 GMT dafrick [8136] * code/branches/bigships (copied) New branch for big ships. Wed, 23 Mar 2011 20:57:54 GMT dafrick [8108] * code/trunk (modified) * code/trunk/doc/api/Groups.dox (modified) * code/trunk/doc/api/groups (copied) * code/trunk/doc/api/groups/Notifications.dox (copied) * code/trunk/doc/api/groups/Pickup.dox (copied) * code/trunk/doc/api/groups/Questsystem.dox (copied) * code/trunk/doc/api/groups/Triggers.dox (copied) * code/trunk/src/libraries/core/Loader.cc (modified) * code/trunk/src/libraries/network/Host.cc (modified) * code/trunk/src/libraries/network/MasterServerComm.h (modified) * code/trunk/src/modules/designtools/ScreenshotManager.cc (modified) * code/trunk/src/modules/pickup/Pickup.h (modified) * code/trunk/src/modules/pong/Pong.cc (modified) * code/trunk/src/modules/pong/Pong.h (modified) * code/trunk/src/modules/pong/PongAI.cc (modified) * code/trunk/src/modules/pong/PongAI.h (modified) * code/trunk/src/modules/pong/PongBall.cc (modified) * code/trunk/src/modules/pong/PongBall.h (modified) * code/trunk/src/modules/pong/PongBat.cc (modified) * code/trunk/src/modules/pong/PongBat.h (modified) * code/trunk/src/modules/pong/PongBot.cc (modified) * code/trunk/src/modules/pong/PongBot.h (modified) * code/trunk/src/modules/pong/PongCenterpoint.cc (modified) * code/trunk/src/modules/pong/PongCenterpoint.h (modified) * code/trunk/src/modules/pong/PongScore.cc (modified) * code/trunk/src/modules/pong/PongScore.h (modified) Merging changes from tetris branch into trunk, since they are also ...