Changeset 11744 for code/branches/Presentation_HS17_merge
- Timestamp:
- Feb 14, 2018, 11:44:50 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/orxonox/gametypes/StoryMode.cc
r11743 r11744 31 31 #include "items/Engine.h" 32 32 #include "controllers/ArtificialController.h" 33 #include "controllers/NewHumanController.h"34 33 35 34 #include "core/CoreIncludes.h" … … 49 48 { 50 49 RegisterObject(StoryMode); 51 orxout() << "kill yourself1";52 50 53 51 this->gtinfo_ = new GametypeInfo(context); … … 62 60 Gametype::start(); 63 61 64 this->gtinfo_->sendAnnounceMessage(" send nudes");62 this->gtinfo_->sendAnnounceMessage("Marvin isch Chef"); 65 63 } 66 64 */ 67 65 void StoryMode::exit() 68 66 { 67 orxout() << "s funktioniert"<< endl; 69 68 for (StoryMode* mission : ObjectList<StoryMode>()) 70 69 { //TODO: make sure that only the desired mission is ended !! This is a dirty HACK, that would end ALL missions! … … 73 72 //Gametype::end(); 74 73 } 75 76 74 /* 77 75 void Mission::setTeams() -
code/branches/Presentation_HS17_merge/src/orxonox/gametypes/StoryMode.h
r11743 r11744 41 41 virtual ~StoryMode() {} 42 42 static void exit(); 43 // virtual void playerEntered(PlayerInfo* player);44 43 45 44 -
code/branches/Presentation_HS17_merge/src/orxonox/infos/Bot.cc
r11743 r11744 100 100 "Thomas the Tankengine", 101 101 "Rick", 102 "send nudes",103 102 "Morty", 104 103 "Charlie the Unicorn",
Note: See TracChangeset
for help on using the changeset viewer.