Changeset 11499 for code/branches/HUD_HS16/src/orxonox/infos
- Timestamp:
- Oct 23, 2017, 2:56:00 PM (7 years ago)
- Location:
- code/branches/HUD_HS16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/HUD_HS16
- Property svn:mergeinfo changed
-
code/branches/HUD_HS16/src/orxonox/infos/Bot.cc
r11497 r11499 68 68 static const std::string names[] = 69 69 { 70 "Berkay Berabi", 71 "Louis Meile" 72 "Muten Roshi", 73 "Abradolf Lincler", 74 "Lionel Messi", 70 "Dr. Julius No", 71 "Rosa Klebb", 72 "Auric Goldfinger", 73 "Emilio Largo", 74 "Ernst Stavro Blofeld", 75 "Dr. Kananga", 76 "Francisco Scaramanga", 77 "Karl Stromberg", 78 "Sir Hugo Drax", 79 "Aris Kristatos", 75 80 "Kamal Khan", 76 "Karl the Llama", 77 "Thomas the Tankengine", 78 "Rick", 79 "Morty", 80 "Charlie the Unicorn", 81 "Kung Fury", 82 "Postman Pat" 81 "General Orlov", 82 "Max Zorin", 83 "Brad Whitaker", 84 "General Georgi Koskov", 85 "Franz Sanchez", 86 "Alec Trevelyan", 87 "Elliot Carver", 88 "Elektra King", 89 "Viktor Zokas", 90 "Gustav Graves", 91 "Le Chiffre", 92 "Mr. White", 93 "Dominic Greene" 83 94 }; 84 95 static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string)); -
code/branches/HUD_HS16/src/orxonox/infos/GametypeInfo.h
r11497 r11499 83 83 inline bool isStartCountdownRunning() const 84 84 { return this->bStartCountdownRunning_; } 85 86 85 void changedStartCountdownRunning(void); // Is called when the start countdown has been either started or stopped. 87 86 … … 133 132 void dispatchStaticMessage(const std::string& message,const ColourValue& colour) const; 134 133 void dispatchFadingMessage(const std::string& message) const; 135 void setStartCountdown(float countdown); // Set the start countdown to the input value.136 137 134 138 135 protected: 139 136 void start(void); // Inform the GametypeInfo that the game has started. 140 137 void end(void); // Inform the GametypeInfo that the game has ended. 138 void setStartCountdown(float countdown); // Set the start countdown to the input value. 141 139 void countdownStartCountdown(float countDown); // Count down the start countdown by the specified value. 142 140 void countDown(); // Count down the start countdown counter.
Note: See TracChangeset
for help on using the changeset viewer.