Changes
Summary
- tabs -> spaces
- [Highscore_HS16] added license, added include guard, fixed formatting
- [Highscore_HS16] moved logic to compare old an new score to Highscore; fixed formatting in Gametypes
- [Highscore_HS16] removed playerName from Highscore because the player already has a name (see HumanPlayer.nick)
- [Highscore_HS16] reverted changes in LevelInfo - they don't seem to be needed (everything is done by the Highscore class)
- mark includes of external libraries as "SYSTEM" includes to avoid compiler warnings about code that we can't change anyways. in gcc this leads to the -isystem option being used instead of -I
- icon is not needed in core-library, is already included in orxonox-main (fixes build in Visual Studio 2017 with PCH)