Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2016, 2:17:47 PM (8 years ago)
Author:
meilel
Message:

start and finish line

Location:
code/branches/SpaceRace_HS16/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRaceController.cc

    r11312 r11328  
    169169                minNextRaceCheckPoint = nextRaceCheckPoint;
    170170            }
     171
    171172        }
    172173
     
    307308            //orxout()<< "CP "<< currentRaceCheckpoint_->getCheckpointIndex()<<" chanched to: "<< nextRaceCheckpoint_->getCheckpointIndex()<<endl;
    308309        }
     310
    309311        else if ((lastPositionSpaceship-this->getControllableEntity()->getPosition()).length()/dt > ADJUSTDISTANCE)
    310312        {
  • code/branches/SpaceRace_HS16/src/orxonox/infos/Bot.cc

    r11312 r11328  
    7070            "Berkay Berabi",
    7171            "Louis  Meile"
    72             "Dr. Julius No",
     72            "Dr. Julius No 3",
    7373            "Rosa Klebb",
    74             "Auric Goldfinger",
    75             "Emilio Largo",
    76             "Ernst Stavro Blofeld",
     74            "Muten Roshi",
     75            "Abradolf Lincler",
    7776            "Dr. Kananga",
    7877            "Francisco Scaramanga",
    7978            "Karl Stromberg",
    8079            "Sir Hugo Drax",
    81             "Aris Kristatos",
    8280            "Kamal Khan",
    8381            "General Orlov",
    84             "Max Zorin",
    85             "Brad Whitaker",
    8682            "General Georgi Koskov",
    87             "Franz Sanchez",
     83            "Karl the Llama",
    8884            "Alec Trevelyan",
    89             "Elliot Carver",
    90             "Elektra King",
    91             "Viktor Zokas",
    92             "Gustav Graves",
     85            "Thomas the Tankengine",
     86            "Rick",
     87            "Morty",
     88            "Charlie the Unicorn",
    9389            "Kung Fury",
    94             "Mr. White",
    95             "Dominic Greene"
    9690        };
    9791        static std::vector<std::string> defaultnames(names, names + sizeof(names) / sizeof(std::string));
Note: See TracChangeset for help on using the changeset viewer.