Revision
11699
by Fabian Landau:
trying to fix build for MSVC but still having trouble with the circular dependency between pickups and overlays |
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/libraries/core/module/DynLib.cc | src/libraries/core/module/DynLib.cc |
| /code/trunk/src/modules/dialogue/DialogueManager.h | src/modules/dialogue/DialogueManager.h |
| /code/trunk/src/modules/dialogue/DialoguePrereqs.h | src/modules/dialogue/DialoguePrereqs.h |
| /code/trunk/src/modules/dialogue/NextQuestion.h | src/modules/dialogue/NextQuestion.h |
| /code/trunk/src/modules/superorxobros/SOBPrereqs.h | src/modules/superorxobros/SOBPrereqs.h |
| /code/trunk/src/orxonox/worldentities/Actionpoint.cc | src/orxonox/worldentities/Actionpoint.cc |
Revision
11698
by Fabian Landau:
still trying to avoid CMP0026... can we define ORXONOX_EXECUTABLE_NAME like this? seems to work on windows and probably works on linux too (please test) |
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/CMakeLists.txt | src/CMakeLists.txt |
|
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/CMakeLists.txt | src/CMakeLists.txt |
Revision
11696
by Fabian Landau:
whoops. must remove the extensions from the library's file name before loading it |
Change Type | Path in Repository | Path in Workspace |
---|
| /code/trunk/src/libraries/core/ApplicationPaths.cc | src/libraries/core/ApplicationPaths.cc |