|
Change Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/data/gui/layouts/Dialogue.layout | data/gui/layouts/Dialogue.layout |
 | /code/trunk/data/gui/layouts/SingleplayerMenu.layout | data/gui/layouts/SingleplayerMenu.layout |
 | /code/trunk/data/gui/scripts/HighscoreMenu.lua | data/gui/scripts/HighscoreMenu.lua |
 | /code/trunk/data/overlays/HUDTemplates3.oxo | data/overlays/HUDTemplates3.oxo |
 | /code/trunk/data/overlays/towerdefenseHUD.oxo | data/overlays/towerdefenseHUD.oxo |
 | /code/trunk/src/modules/dialogue/DialogueManager.cc | src/modules/dialogue/DialogueManager.cc |
 | /code/trunk/src/modules/dialogue/DialogueManager.h | src/modules/dialogue/DialogueManager.h |
 | /code/trunk/src/modules/dialogue/NextQuestion.cc | src/modules/dialogue/NextQuestion.cc |
 | /code/trunk/src/modules/dialogue/NextQuestion.h | src/modules/dialogue/NextQuestion.h |
 | /code/trunk/src/modules/gametypes/SpaceRaceBot.h | src/modules/gametypes/SpaceRaceBot.h |
Revision
11717
by Fabian Landau:
[Highscore_HS16] added license, added include guard, fixed formatting |
Change Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/src/orxonox/Highscore.cc | src/orxonox/Highscore.cc |
 | /code/trunk/src/orxonox/Highscore.h | src/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 Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/src/modules/dodgerace/DodgeRace.cc | src/modules/dodgerace/DodgeRace.cc |
 | /code/trunk/src/modules/invader/Invader.cc | src/modules/invader/Invader.cc |
 | /code/trunk/src/modules/jump/Jump.cc | src/modules/jump/Jump.cc |
 | /code/trunk/src/modules/tetris/Tetris.cc | src/modules/tetris/Tetris.cc |
 | /code/trunk/src/modules/towerdefense/TowerDefense.cc | src/modules/towerdefense/TowerDefense.cc |
 | /code/trunk/src/orxonox/Highscore.cc | src/orxonox/Highscore.cc |
 | /code/trunk/src/orxonox/Highscore.h | src/orxonox/Highscore.h |
|
Change Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/src/modules/dodgerace/DodgeRace.cc | src/modules/dodgerace/DodgeRace.cc |
 | /code/trunk/src/modules/invader/Invader.cc | src/modules/invader/Invader.cc |
 | /code/trunk/src/modules/jump/Jump.cc | src/modules/jump/Jump.cc |
 | /code/trunk/src/modules/tetris/Tetris.cc | src/modules/tetris/Tetris.cc |
 | /code/trunk/src/modules/towerdefense/TowerDefense.cc | src/modules/towerdefense/TowerDefense.cc |
 | /code/trunk/src/orxonox/Highscore.cc | src/orxonox/Highscore.cc |
 | /code/trunk/src/orxonox/Highscore.h | src/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 Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/src/orxonox/LevelInfo.cc | src/orxonox/LevelInfo.cc |
 | /code/trunk/src/orxonox/LevelInfo.h | src/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 Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/src/SourceConfig.cmake | src/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 Type | Path in Repository | Path in Workspace |
---|
 | /code/trunk/src/libraries/core/CMakeLists.txt | src/libraries/core/CMakeLists.txt |