Changeset 11743 for code/branches
- Timestamp:
- Feb 14, 2018, 11:31:43 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge
- Files:
-
- 9 edited
- 11 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge
- Property svn:mergeinfo changed
/code/branches/CampaignMap_HS17 (added) merged: 11458,11507,11512-11513,11525-11527,11544-11545,11560,11564,11584,11588,11605,11634,11636,11663,11675-11676
- Property svn:mergeinfo changed
-
code/branches/Presentation_HS17_merge/data/overlays/HUDTemplates3.oxo
r11718 r11743 47 47 <Template name="spaceshiphud"> 48 48 <OverlayGroup name = "spaceshiphud" scale = "1, 1"> 49 <Map /> 49 50 50 51 51 <HUDHealthBar -
code/branches/Presentation_HS17_merge/data/overlays/StoryModeHUD.oxo
r11359 r11743 2 2 <Template name="StoryModeMap"> 3 3 <OverlayGroup name = "spaceshiphud" scale = "1, 1"> 4 <Map />5 6 4 7 5 <GUIOverlay -
code/branches/Presentation_HS17_merge/src/modules/overlays/hud/CMakeLists.txt
r11705 r11743 26 26 LastTeamStandingInfos.cc 27 27 CountDown.cc 28 StoryModeHUD.cc 28 29 ) -
code/branches/Presentation_HS17_merge/src/orxonox/gametypes/StoryMode.cc
r11359 r11743 31 31 #include "items/Engine.h" 32 32 #include "controllers/ArtificialController.h" 33 #include "controllers/NewHumanController.h" 33 34 34 35 #include "core/CoreIncludes.h" … … 48 49 { 49 50 RegisterObject(StoryMode); 51 orxout() << "kill yourself1"; 50 52 51 53 this->gtinfo_ = new GametypeInfo(context); … … 60 62 Gametype::start(); 61 63 62 this->gtinfo_->sendAnnounceMessage(" Marvin isch Chef");64 this->gtinfo_->sendAnnounceMessage("send nudes"); 63 65 } 64 66 */ 65 67 void StoryMode::exit() 66 68 { 67 orxout() << "s funktioniert"<< endl;68 69 for (StoryMode* mission : ObjectList<StoryMode>()) 69 70 { //TODO: make sure that only the desired mission is ended !! This is a dirty HACK, that would end ALL missions! … … 72 73 //Gametype::end(); 73 74 } 75 74 76 /* 75 77 void Mission::setTeams() -
code/branches/Presentation_HS17_merge/src/orxonox/gametypes/StoryMode.h
r11359 r11743 41 41 virtual ~StoryMode() {} 42 42 static void exit(); 43 // virtual void playerEntered(PlayerInfo* player); 43 44 44 45 -
code/branches/Presentation_HS17_merge/src/orxonox/infos/Bot.cc
r11720 r11743 100 100 "Thomas the Tankengine", 101 101 "Rick", 102 "send nudes", 102 103 "Morty", 103 104 "Charlie the Unicorn", -
code/branches/Presentation_HS17_merge/src/orxonox/worldentities/CMakeLists.txt
r11052 r11743 13 13 ExplosionPart.cc 14 14 Actionpoint.cc 15 NameableStaticEntity.cc 15 16 ) 16 17 -
code/branches/Presentation_HS17_merge/src/orxonox/worldentities/pawns/CMakeLists.txt
r10216 r11743 7 7 TeamBaseMatchBase.cc 8 8 Destroyer.cc 9 StoryModePawn.cc 9 10 )
Note: See TracChangeset
for help on using the changeset viewer.