# # ChangeLog for code/branches/buildsystem3/config # # Generated by Trac 1.0.9 # Nov 22, 2024, 10:25:16 PM Fri, 27 Feb 2009 13:13:29 GMT rgrieder [2702] * code/branches/buildsystem3/CMakeLists.txt (modified) * code/branches/buildsystem3/cmake/BuildConfig.cmake (modified) * code/branches/buildsystem3/config/CMakeLists.txt (modified) * code/branches/buildsystem3/media/CMakeLists.txt (modified) * code/branches/buildsystem3/src/CMakeLists.txt (modified) * code/branches/buildsystem3/src/OrxonoxConfig.h.in (modified) * code/branches/buildsystem3/src/SpecialConfig.h.in (copied) * code/branches/buildsystem3/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/buildsystem3/src/core/CommandLine.cc (modified) * code/branches/buildsystem3/src/core/ConfigFileManager.cc (modified) * code/branches/buildsystem3/src/core/Core.cc (modified) * code/branches/buildsystem3/src/core/Core.h (modified) * code/branches/buildsystem3/src/core/Language.cc (modified) * code/branches/buildsystem3/src/core/LuaBind.cc (modified) * code/branches/buildsystem3/src/core/TclBind.cc (modified) * code/branches/buildsystem3/src/orxonox/Main.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/buildsystem3/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem3/src/orxonox/objects/Level.cc (modified) * code/branches/buildsystem3/src/util/CMakeLists.txt (modified) Completed work on installation: - The CMake switch INSTALL_COPYABLE ... Mon, 23 Feb 2009 19:57:42 GMT rgrieder [2690] * code/branches/buildsystem3/cmake/BuildConfigGCC.cmake (modified) * code/branches/buildsystem3/config/CMakeLists.txt (modified) * code/branches/buildsystem3/config/def_keybindings.ini (deleted) * code/branches/buildsystem3/config/def_masterKeybindings.ini (deleted) * code/branches/buildsystem3/log/CMakeLists.txt (modified) * code/branches/buildsystem3/src/CMakeLists.txt (modified) * code/branches/buildsystem3/src/core/CMakeLists.txt (modified) * code/branches/buildsystem3/src/core/ConfigFileManager.cc (modified) * code/branches/buildsystem3/src/core/Core.cc (modified) * code/branches/buildsystem3/src/core/Core.h (modified) * code/branches/buildsystem3/src/core/input/KeyBinder.cc (modified) * code/branches/buildsystem3/src/core/input/KeyBinder.h (modified) * code/branches/buildsystem3/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem3/src/orxonox/Main.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSLevel.h (modified) - Moved def_keybindings to media repository in folder defaultConfig ... Fri, 20 Feb 2009 16:32:04 GMT rgrieder [2685] * code/branches/buildsystem3/CMakeLists.txt (modified) * code/branches/buildsystem3/bin/CMakeLists.txt (modified) * code/branches/buildsystem3/bin/Debug (deleted) * code/branches/buildsystem3/bin/Release (deleted) * code/branches/buildsystem3/bin/disco.txt (deleted) * code/branches/buildsystem3/bin/irc.tcl (deleted) * code/branches/buildsystem3/bin/orxonox_dev_build.keep_me (added) * code/branches/buildsystem3/bin/remote.tcl (deleted) * code/branches/buildsystem3/bin/telnet_server.tcl (deleted) * code/branches/buildsystem3/cmake/BuildConfig.cmake (modified) * code/branches/buildsystem3/config (added) * code/branches/buildsystem3/config/CMakeLists.txt (added) * code/branches/buildsystem3/config/def_keybindings.ini (moved) * code/branches/buildsystem3/config/def_masterKeybindings.ini (moved) * code/branches/buildsystem3/config/ogre.cfg (moved) * code/branches/buildsystem3/log (added) * code/branches/buildsystem3/log/CMakeLists.txt (added) * code/branches/buildsystem3/media/CMakeLists.txt (modified) * code/branches/buildsystem3/src/CMakeLists.txt (modified) * code/branches/buildsystem3/src/OrxonoxConfig.h.in (modified) * code/branches/buildsystem3/src/core/CMakeLists.txt (modified) * code/branches/buildsystem3/src/core/CommandLine.cc (modified) * code/branches/buildsystem3/src/core/ConfigFileManager.cc (modified) * code/branches/buildsystem3/src/core/Core.cc (modified) * code/branches/buildsystem3/src/core/Core.h (modified) * code/branches/buildsystem3/src/core/Language.cc (modified) * code/branches/buildsystem3/src/core/LuaBind.cc (modified) * code/branches/buildsystem3/src/core/input/KeyBinder.cc (modified) * code/branches/buildsystem3/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem3/src/orxonox/Main.cc (modified) * code/branches/buildsystem3/src/orxonox/Settings.cc (deleted) * code/branches/buildsystem3/src/orxonox/Settings.h (deleted) * code/branches/buildsystem3/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/buildsystem3/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/buildsystem3/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem3/src/orxonox/gui/GUIManager.h (modified) * code/branches/buildsystem3/src/orxonox/objects/Level.cc (modified) * code/branches/buildsystem3/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/buildsystem3/src/util/OutputBuffer.cc (modified) * code/branches/buildsystem3/src/util/OutputHandler.cc (modified) * code/branches/buildsystem3/src/util/OutputHandler.h (modified) * code/branches/buildsystem3/src/util/SignalHandler.cc (modified) Fixed install target: - log and config file go a to separate folder ...