# # ChangeLog for code/branches/kicklib/src/libraries/core/GUIManager.cc # # Generated by Trac 1.0.9 # Jun 1, 2024, 8:17:21 AM Fri, 25 Feb 2011 04:02:13 GMT rgrieder [7961] * code/branches/kicklib/data/gui/scripts/GUITools.lua (modified) * code/branches/kicklib/data/gui/scripts/InitialiseGUI.lua (modified) * code/branches/kicklib/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/kicklib/src/libraries/core/GUIManager.cc (modified) Restored compatibility of our Lua code with CEGUI: Some functions ... Fri, 25 Feb 2011 02:07:17 GMT rgrieder [7960] * code/branches/kicklib/cmake/tools/FindCEGUI.cmake (modified) * code/branches/kicklib/src/CMakeLists.txt (modified) * code/branches/kicklib/src/external/CMakeLists.txt (modified) * code/branches/kicklib/src/libraries/core/CMakeLists.txt (modified) * code/branches/kicklib/src/libraries/core/CorePrereqs.h (modified) * code/branches/kicklib/src/libraries/core/GUIManager.cc (modified) * code/branches/kicklib/src/libraries/core/GUIManager.h (modified) * code/branches/kicklib/src/libraries/util/Exception.cc (modified) Applied C++ code changes to compile Orxonox with CEGUI 0.7 (does not ... Thu, 24 Feb 2011 15:15:06 GMT rgrieder [7957] * code/branches/kicklib/src/libraries/core/GUIManager.cc (modified) * code/branches/kicklib/src/libraries/core/GUIManager.h (modified) Changed destruction handling in GUIManager: Use a ScopeGuard that ... Sun, 20 Feb 2011 21:49:06 GMT rgrieder [7941] * code/branches/kicklib/cmake/LibraryConfig.cmake (modified) * code/branches/kicklib/cmake/tools/FindCEGUI.cmake (modified) * code/branches/kicklib/src/CMakeLists.txt (modified) * code/branches/kicklib/src/SpecialConfig.h.in (modified) * code/branches/kicklib/src/external/CMakeLists.txt (modified) * code/branches/kicklib/src/external/ceguilua (deleted) * code/branches/kicklib/src/external/tolua/CMakeLists.txt (modified) * code/branches/kicklib/src/external/tolua/README_ORXONOX (added) * code/branches/kicklib/src/external/tolua/VERSION (modified) * code/branches/kicklib/src/external/tolua/changes_orxonox.diff (modified) * code/branches/kicklib/src/external/tolua/lua/package.lua (modified) * code/branches/kicklib/src/external/tolua/tolua++.h (deleted) * code/branches/kicklib/src/external/tolua/tolua_event.c (deleted) * code/branches/kicklib/src/external/tolua/tolua_event.h (deleted) * code/branches/kicklib/src/external/tolua/tolua_is.c (deleted) * code/branches/kicklib/src/external/tolua/tolua_map.c (deleted) * code/branches/kicklib/src/external/tolua/tolua_push.c (deleted) * code/branches/kicklib/src/external/tolua/tolua_to.c (deleted) * code/branches/kicklib/src/libraries/core/CMakeLists.txt (modified) * code/branches/kicklib/src/libraries/core/GUIManager.cc (modified) * code/branches/kicklib/src/libraries/core/LuaState.cc (modified) * code/branches/kicklib/src/orxonox/CMakeLists.txt (modified) Kicked CEGUILua from our repository and adjusted the build system ... Sun, 20 Feb 2011 20:15:08 GMT rgrieder [7940] * code/branches/kicklib (copied) New branch with plans to remove CEGUILua and OgreCEGUIRenderer from ... Sun, 20 Feb 2011 19:46:54 GMT rgrieder [7939] * code/branches/usability/src/libraries/core/GUIManager.cc (modified) Lua header not required in GUIManager.