# # ChangeLog for code/branches/spacerace/src # # Generated by Trac 1.0.9 # Dec 2, 2024, 1:19:25 PM Mon, 28 Mar 2011 14:57:25 GMT dafrick [8154] * code/branches/spacerace/src/modules/CMakeLists.txt (modified) * code/branches/spacerace/src/orxonox/gametypes/CMakeLists.txt (modified) * code/branches/spacerace/src/orxonox/gametypes/SpaceRace.cc (deleted) * code/branches/spacerace/src/orxonox/gametypes/SpaceRace.h (deleted) Moving SpaceRace into modules. Mon, 28 Mar 2011 14:27:06 GMT msalomon [8150] * code/branches/spacerace/src/orxonox/gametypes/CMakeLists.txt (modified) * code/branches/spacerace/src/orxonox/gametypes/SpaceRace.cc (added) * code/branches/spacerace/src/orxonox/gametypes/SpaceRace.h (added) Started working on space race. Mon, 28 Mar 2011 13:29:15 GMT dafrick [8143] * code/branches/spacerace (copied) New branch to work on space race gametype. 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 ...