# # ChangeLog for code/branches/objecthierarchy2/src/orxonox/gui # # Generated by Trac 1.0.9 # May 29, 2024, 11:07:06 PM Thu, 04 Dec 2008 19:28:14 GMT rgrieder [2344] * code/branches/objecthierarchy2/src/core/CommandExecutor.cc (modified) * code/branches/objecthierarchy2/src/core/CommandExecutor.h (modified) * code/branches/objecthierarchy2/src/core/CommandLine.cc (modified) * code/branches/objecthierarchy2/src/core/CommandLine.h (modified) * code/branches/objecthierarchy2/src/core/ConsoleCommand.h (modified) * code/branches/objecthierarchy2/src/core/Core.cc (modified) * code/branches/objecthierarchy2/src/core/Core.h (modified) * code/branches/objecthierarchy2/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy2/src/core/Identifier.cc (modified) * code/branches/objecthierarchy2/src/core/Identifier.h (modified) * code/branches/objecthierarchy2/src/core/Language.cc (modified) * code/branches/objecthierarchy2/src/core/Language.h (modified) * code/branches/objecthierarchy2/src/core/Loader.cc (modified) * code/branches/objecthierarchy2/src/core/LuaBind.cc (modified) * code/branches/objecthierarchy2/src/core/LuaBind.h (modified) * code/branches/objecthierarchy2/src/core/RootGameState.cc (modified) * code/branches/objecthierarchy2/src/core/RootGameState.h (modified) * code/branches/objecthierarchy2/src/core/XMLPort.h (modified) * code/branches/objecthierarchy2/src/core/input/Button.cc (modified) * code/branches/objecthierarchy2/src/core/input/InputBuffer.cc (modified) * code/branches/objecthierarchy2/src/core/input/InputBuffer.h (modified) * code/branches/objecthierarchy2/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/Main.cc (modified) * code/branches/objecthierarchy2/src/orxonox/PlayerManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/PlayerManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/Settings.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/objecthierarchy2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.cc (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.h (modified) Completed destruction of static elements like XMLPort, Identifier, ... Sun, 09 Nov 2008 23:11:04 GMT landauf [2172] * code/branches/objecthierarchy2 (copied) created new objecthierarchy branch Tue, 04 Nov 2008 13:11:24 GMT rgrieder [2131] * code/trunk/cmake/AddSourceFiles.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/input/CMakeLists.txt (added) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/packet/CMakeLists.txt (added) * code/trunk/src/orxonox/gamestates/CMakeLists.txt (modified) * code/trunk/src/orxonox/gui/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/gametypes/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/infos/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/pickup/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/quest/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/projectiles/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/weaponSystem/weapons/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/worldentities/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/worldentities/pawns/CMakeLists.txt (added) * code/trunk/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (added) * code/trunk/src/orxonox/overlays/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/console/CMakeLists.txt (added) * code/trunk/src/orxonox/overlays/debug/CMakeLists.txt (added) * code/trunk/src/orxonox/overlays/hud/CMakeLists.txt (added) * code/trunk/src/orxonox/tools/CMakeLists.txt (modified) Added CMakeLists.txt to every subfolder and adjusted accordingly. ...