SuccessChanges

Summary

  1. tabs -> spaces
  2. [Highscore_HS16] added license, added include guard, fixed formatting
  3. [Highscore_HS16] moved logic to compare old an new score to Highscore; fixed formatting in Gametypes
  4. [Highscore_HS16] removed playerName from Highscore because the player already has a name (see HumanPlayer.nick)
  5. [Highscore_HS16] reverted changes in LevelInfo - they don't seem to be needed (everything is done by the Highscore class)
  6. 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
  7. icon is not needed in core-library, is already included in orxonox-main (fixes build in Visual Studio 2017 with PCH)
Revision 11718 by Fabian Landau:
tabs -> spaces
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/data/gui/layouts/Dialogue.layoutdata/gui/layouts/Dialogue.layout
The file was modified/code/trunk/data/gui/layouts/SingleplayerMenu.layoutdata/gui/layouts/SingleplayerMenu.layout
The file was modified/code/trunk/data/gui/scripts/HighscoreMenu.luadata/gui/scripts/HighscoreMenu.lua
The file was modified/code/trunk/data/overlays/HUDTemplates3.oxodata/overlays/HUDTemplates3.oxo
The file was modified/code/trunk/data/overlays/towerdefenseHUD.oxodata/overlays/towerdefenseHUD.oxo
The file was modified/code/trunk/src/modules/dialogue/DialogueManager.ccsrc/modules/dialogue/DialogueManager.cc
The file was modified/code/trunk/src/modules/dialogue/DialogueManager.hsrc/modules/dialogue/DialogueManager.h
The file was modified/code/trunk/src/modules/dialogue/NextQuestion.ccsrc/modules/dialogue/NextQuestion.cc
The file was modified/code/trunk/src/modules/dialogue/NextQuestion.hsrc/modules/dialogue/NextQuestion.h
The file was modified/code/trunk/src/modules/gametypes/SpaceRaceBot.hsrc/modules/gametypes/SpaceRaceBot.h
Revision 11717 by Fabian Landau:
[Highscore_HS16] added license, added include guard, fixed formatting
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/src/orxonox/Highscore.ccsrc/orxonox/Highscore.cc
The file was modified/code/trunk/src/orxonox/Highscore.hsrc/orxonox/Highscore.h
Revision 11716 by Fabian Landau:
[Highscore_HS16] moved logic to compare old an new score to Highscore; fixed formatting in Gametypes
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/src/modules/dodgerace/DodgeRace.ccsrc/modules/dodgerace/DodgeRace.cc
The file was modified/code/trunk/src/modules/invader/Invader.ccsrc/modules/invader/Invader.cc
The file was modified/code/trunk/src/modules/jump/Jump.ccsrc/modules/jump/Jump.cc
The file was modified/code/trunk/src/modules/tetris/Tetris.ccsrc/modules/tetris/Tetris.cc
The file was modified/code/trunk/src/modules/towerdefense/TowerDefense.ccsrc/modules/towerdefense/TowerDefense.cc
The file was modified/code/trunk/src/orxonox/Highscore.ccsrc/orxonox/Highscore.cc
The file was modified/code/trunk/src/orxonox/Highscore.hsrc/orxonox/Highscore.h
Revision 11715 by Fabian Landau:
[Highscore_HS16] removed playerName from Highscore because the player already has a name (see HumanPlayer.nick)
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/src/modules/dodgerace/DodgeRace.ccsrc/modules/dodgerace/DodgeRace.cc
The file was modified/code/trunk/src/modules/invader/Invader.ccsrc/modules/invader/Invader.cc
The file was modified/code/trunk/src/modules/jump/Jump.ccsrc/modules/jump/Jump.cc
The file was modified/code/trunk/src/modules/tetris/Tetris.ccsrc/modules/tetris/Tetris.cc
The file was modified/code/trunk/src/modules/towerdefense/TowerDefense.ccsrc/modules/towerdefense/TowerDefense.cc
The file was modified/code/trunk/src/orxonox/Highscore.ccsrc/orxonox/Highscore.cc
The file was modified/code/trunk/src/orxonox/Highscore.hsrc/orxonox/Highscore.h
Revision 11714 by Fabian Landau:
[Highscore_HS16] reverted changes in LevelInfo - they don't seem to be needed (everything is done by the Highscore class)
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/src/orxonox/LevelInfo.ccsrc/orxonox/LevelInfo.cc
The file was modified/code/trunk/src/orxonox/LevelInfo.hsrc/orxonox/LevelInfo.h
Revision 11713 by Fabian Landau:
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
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/src/SourceConfig.cmakesrc/SourceConfig.cmake
Revision 11712 by Fabian Landau:
icon is not needed in core-library, is already included in orxonox-main (fixes build in Visual Studio 2017 with PCH)
Change TypePath in RepositoryPath in Workspace
The file was modified/code/trunk/src/libraries/core/CMakeLists.txtsrc/libraries/core/CMakeLists.txt