# # ChangeLog for code/branches/gui # # Generated by Trac 1.0.9 # Apr 29, 2024, 2:56:01 PM Sat, 06 Sep 2008 19:51:01 GMT rgrieder [1724] * code/branches/gui/src/core/Clock.cc (modified) * code/branches/gui/src/core/Clock.h (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) * code/branches/gui/src/tolua/toluabind_orxonox.c (modified) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) * code/branches/gui/visual_studio/base_properties.vsprops (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/gui/visual_studio/vc8/tolua_app.vcproj (modified) - changed library dependency dir to lib_precompiled/include/ in msvc ... Thu, 04 Sep 2008 14:22:25 GMT rgrieder [1704] * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) fixed a stupid bug in Timer Wed, 03 Sep 2008 18:55:49 GMT rgrieder [1697] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/Clock.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/gui/src/tolua/toluabind_orxonox.c (modified) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) Minor gcc/CMake 'adjustments' Wed, 03 Sep 2008 18:45:12 GMT rgrieder [1696] * code/branches/gui/src/orxonox/Settings.h (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) - Actually set the Settings::showsGraphics and Settings::hasServer. ... Wed, 03 Sep 2008 18:29:53 GMT rgrieder [1695] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/orxonox/tools/Timer.cc (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) Changed internal Timer clock from float to uint64_t Mon, 01 Sep 2008 20:20:24 GMT rgrieder [1694] * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (added) * code/branches/gui/src/orxonox/gamestates/GSDedicated.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/objects/Ambient.cc (modified) * code/branches/gui/src/orxonox/objects/Skybox.cc (modified) * code/branches/gui/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/gui/src/orxonox/objects/SpaceShipAI.cc (modified) * code/branches/gui/src/orxonox/tools/Mesh.cc (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Added Dedicated game state (name: "dedicated", class: GSDedicated). ... Sun, 31 Aug 2008 20:27:49 GMT rgrieder [1692] * code/branches/gui/src/core/input/InputManager.cc (modified) bugfix in InputManager Sun, 31 Aug 2008 19:10:28 GMT rgrieder [1691] * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) - Server GameState works. But the Client has problems that don't seem ... Sun, 31 Aug 2008 18:39:13 GMT rgrieder [1690] * code/branches/gui/src/core/CommandLine.cc (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) Added support to specify the command line arguments in start.ini ... Sun, 31 Aug 2008 16:07:57 GMT rgrieder [1689] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) - renamed: GameState --> GameStateBase GameStateTyped --> ... Sun, 31 Aug 2008 15:50:42 GMT rgrieder [1688] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (deleted) * code/branches/gui/src/orxonox/gamestates/GSIO.h (deleted) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Modified the GameState hierarchy so that you can get the parent with ... Sun, 31 Aug 2008 12:37:00 GMT rgrieder [1686] * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (deleted) * code/branches/gui/src/orxonox/Orxonox.h (deleted) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.h (modified) Moved most of the GraphicsEngine code to GSRoot and GSGraphics. ... Thu, 28 Aug 2008 18:30:25 GMT rgrieder [1674] * code/branches/gui/src/core/Clock.cc (added) * code/branches/gui/src/core/Clock.h (added) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.h (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) - Wrote Clock() class: It starts an internal clock when GSRoot starts ... Wed, 27 Aug 2008 20:35:39 GMT rgrieder [1673] * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) changes default state to "gui" instead of "standalone". That shows ... Wed, 27 Aug 2008 20:21:39 GMT rgrieder [1672] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (added) * code/branches/gui/src/core/RootGameState.h (added) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.h (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) - Changed GameState so that the new RootGameState can override 2 ... Tue, 26 Aug 2008 14:26:04 GMT rgrieder [1670] * code/branches/gui/src/core/CommandLine.h (modified) * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/Script.cc (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (added) * code/branches/gui/src/orxonox/gamestates/GSClient.h (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (added) * code/branches/gui/src/orxonox/gamestates/GSIO.h (added) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (added) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (added) * code/branches/gui/src/orxonox/gamestates/GSServer.h (added) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (added) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Still working on the GameStates, but I have to save the work because ... Sun, 24 Aug 2008 10:20:44 GMT rgrieder [1665] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) gcc and CMake adjustments Thu, 21 Aug 2008 19:23:11 GMT rgrieder [1664] * code/branches/gui/src/core/CommandLine.cc (modified) * code/branches/gui/src/core/CommandLine.h (modified) * code/branches/gui/src/core/Exception.cc (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/util/Convert.h (modified) * code/branches/gui/src/util/SubString.h (modified) - Finished CommandLineArgument completely. You can also use ... Wed, 20 Aug 2008 20:30:28 GMT rgrieder [1663] * code/branches/gui/src/core/CommandLine.cc (added) * code/branches/gui/src/core/CommandLine.h (added) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/Settings.cc (modified) * code/branches/gui/src/orxonox/Settings.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) Added CommandLine class. You can now call SetCommandLineArgument ... Tue, 19 Aug 2008 18:12:15 GMT rgrieder [1662] * code/branches/gui/src/core/ConsoleCommand.cc (modified) * code/branches/gui/src/core/ConsoleCommand.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) - Changed static Executor/Functor in ConsoleCommand to generic one ... Mon, 18 Aug 2008 19:17:30 GMT rgrieder [1661] * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gamestates (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (added) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (added) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (added) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (added) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) started implementing the GameStates. Not much for now, but most of ... Sun, 17 Aug 2008 17:27:36 GMT rgrieder [1660] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/GameState.cc (added) * code/branches/gui/src/core/GameState.h (added) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) GameState class added. Tested and working, but now comes the hard ... Thu, 14 Aug 2008 19:41:48 GMT rgrieder [1659] * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/SimpleInputState.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/visual_studio/base_properties.vsprops (modified) reload feature tested and works under windows, but only with one joy ... Sun, 10 Aug 2008 19:43:50 GMT rgrieder [1656] * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) added reloading support for the InputManager. This could be useful ... Tue, 05 Aug 2008 19:55:00 GMT rgrieder [1654] * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) forgot getSingleton in Orxonox.cc There are now only three classes ... Tue, 05 Aug 2008 19:50:26 GMT rgrieder [1653] * code/branches/gui/src/core/input/ExtendedInputState.cc (modified) * code/branches/gui/src/core/input/ExtendedInputState.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/InputState.h (modified) * code/branches/gui/src/core/input/KeyDetector.cc (modified) * code/branches/gui/src/core/input/SimpleInputState.cc (modified) * code/branches/gui/src/core/input/SimpleInputState.h (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/objects/Ambient.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/objects/Camera.cc (modified) * code/branches/gui/src/orxonox/objects/CameraHandler.cc (modified) * code/branches/gui/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/gui/src/orxonox/objects/Skybox.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/gui/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/gui/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/gui/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/gui/src/orxonox/tools/Light.cc (modified) * code/branches/gui/src/orxonox/tools/Mesh.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) - getInstance is probably more suitable than getSingleton (as x3n has ... Mon, 28 Jul 2008 18:45:31 GMT rgrieder [1652] * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/network/PacketManager.h (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/util/ArgReader.cc (modified) * code/branches/gui/src/util/Integers.h (added) * code/branches/gui/src/util/OrxonoxPlatform.h (modified) * code/branches/gui/src/util/Sleep.h (modified) * code/branches/gui/visual_studio/vc8/util.vcproj (modified) - clean up in OrxonoxPlatform.h - that's it Sun, 27 Jul 2008 15:14:22 GMT rgrieder [1651] * code/branches/gui/cmake/FindLua.cmake (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/Settings.cc (modified) * code/branches/gui/src/tolua/CMakeLists.txt (modified) * code/branches/gui/src/tolua/toluabind_orxonox.c (modified) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) tolua seems to be created correctly. I the existing toluabind.c file ... Sun, 27 Jul 2008 11:16:07 GMT rgrieder [1650] * code/branches/gui/src/tolua/CMakeLists.txt (modified) * code/branches/gui/src/tolua/lua (added) * code/branches/gui/src/tolua/lua/array.lua (added) * code/branches/gui/src/tolua/lua/basic.lua (added) * code/branches/gui/src/tolua/lua/class.lua (added) * code/branches/gui/src/tolua/lua/clean.lua (added) * code/branches/gui/src/tolua/lua/code.lua (added) * code/branches/gui/src/tolua/lua/compat-5.1.lua (added) * code/branches/gui/src/tolua/lua/compat.lua (added) * code/branches/gui/src/tolua/lua/container.lua (added) * code/branches/gui/src/tolua/lua/custom.lua (added) * code/branches/gui/src/tolua/lua/custom_hide.lua (added) * code/branches/gui/src/tolua/lua/declaration.lua (added) * code/branches/gui/src/tolua/lua/define.lua (added) * code/branches/gui/src/tolua/lua/doit.lua (added) * code/branches/gui/src/tolua/lua/enumerate.lua (added) * code/branches/gui/src/tolua/lua/feature.lua (added) * code/branches/gui/src/tolua/lua/function.lua (added) * code/branches/gui/src/tolua/lua/module.lua (added) * code/branches/gui/src/tolua/lua/namespace.lua (added) * code/branches/gui/src/tolua/lua/operator.lua (added) * code/branches/gui/src/tolua/lua/package.lua (added) * code/branches/gui/src/tolua/lua/typedef.lua (added) * code/branches/gui/src/tolua/lua/variable.lua (added) * code/branches/gui/src/tolua/lua/verbatim.lua (added) * code/branches/gui/src/tolua/tolua-5.0.pkg (moved) * code/branches/gui/src/tolua/tolua-5.1.pkg (copied) added preliminary automatic creation of tolua generator that creates ... Sun, 27 Jul 2008 10:42:50 GMT rgrieder [1649] * code/branches/gui/CMakeLists.txt (modified) Accidently commited verbose output in root CMLs. Sun, 27 Jul 2008 10:34:31 GMT rgrieder [1647] * code/branches/gui/src/core/Script.h (modified) * code/branches/gui/src/core/Script_clean.h (deleted) * code/branches/gui/src/core/tolua/tolua.pkg (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) - removed Script_clean.h Thu, 24 Jul 2008 20:40:22 GMT rgrieder [1646] * code/branches/gui/src/core/Loader.cc (modified) * code/branches/gui/src/core/input/ExtendedInputState.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputState.h (modified) * code/branches/gui/src/core/input/SimpleInputState.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/visual_studio/core_properties.vsprops (modified) * code/branches/gui/visual_studio/orxonox_vc8.sln (modified) * code/branches/gui/visual_studio/util_properties.vsprops (modified) - privatised InputState c'tors - added destruction code for ... Wed, 23 Jul 2008 17:31:40 GMT rgrieder [1645] * code/branches/gui/CMakeLists.txt (modified) * code/branches/gui/cmake/FindCEGUI.cmake (modified) * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) It compiles now on tardis.. Wed, 23 Jul 2008 13:45:14 GMT rgrieder [1644] * code/branches/gui/src/tolua/toluabind_orxonox.c (moved) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) * code/branches/gui/visual_studio/vc8/tolua_app.vcproj (modified) toluabind_orxonox.cc --> tolua/toluabind_orxonox.c Wed, 23 Jul 2008 13:40:23 GMT rgrieder [1643] * code/branches/gui/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) removed the comment characters for CEGUI dependency in CMLs ... Wed, 23 Jul 2008 13:37:29 GMT rgrieder [1642] * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/input/ExtendedInputState.cc (modified) * code/branches/gui/src/core/input/ExtendedInputState.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/InputState.h (modified) * code/branches/gui/src/core/input/SimpleInputState.cc (modified) * code/branches/gui/src/core/input/SimpleInputState.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/gui/src/tolua/CMakeLists.txt (modified) * code/branches/gui/src/tolua/tolua.pkg (added) * code/branches/gui/src/tolua/toluabind_orxonox.cc (added) * code/branches/gui/src/tolua/toluabind_orxonox.h (added) * code/branches/gui/visual_studio/base_properties.vsprops (modified) * code/branches/gui/visual_studio/core_properties.vsprops (modified) * code/branches/gui/visual_studio/network_properties.vsprops (modified) * code/branches/gui/visual_studio/orxonox_properties.vsprops (modified) - changed the static interface of the InputManager to a member one ... Tue, 22 Jul 2008 19:16:35 GMT rgrieder [1641] * code/branches/gui/src/core/Shell.cc (modified) * code/branches/gui/src/core/Shell.h (modified) * code/branches/gui/src/core/input/ExtendedInputState.cc (modified) * code/branches/gui/src/core/input/ExtendedInputState.h (modified) * code/branches/gui/src/core/input/InputBuffer.h (modified) * code/branches/gui/src/core/input/InputInterfaces.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/InputState.h (modified) * code/branches/gui/src/core/input/KeyBinder.cc (modified) * code/branches/gui/src/core/input/KeyBinder.h (modified) * code/branches/gui/src/core/input/SimpleInputState.cc (modified) * code/branches/gui/src/core/input/SimpleInputState.h (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/gui/OgreCEGUIRenderer.cpp (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) some de-bugging added enum for joy stick buttons some more little fixes Mon, 21 Jul 2008 18:39:14 GMT rgrieder [1640] * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/objects/CameraHandler.cc (modified) When starting with no arguments, the GUI is loaded, which consists ... Sun, 20 Jul 2008 17:49:26 GMT rgrieder [1638] * code/branches/gui (modified) * code/branches/gui/bin/levels (deleted) * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/ClassTreeMask.h (modified) * code/branches/gui/src/core/CommandExecutor.h (modified) * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/CoreIncludes.h (modified) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/Error.cc (modified) * code/branches/gui/src/core/Error.h (modified) * code/branches/gui/src/core/Exception.cc (added) * code/branches/gui/src/core/Exception.h (added) * code/branches/gui/src/core/Identifier.h (modified) * code/branches/gui/src/core/OrxonoxClass.h (modified) * code/branches/gui/src/core/Script.cc (modified) * code/branches/gui/src/core/Shell.cc (modified) * code/branches/gui/src/core/Shell.h (modified) * code/branches/gui/src/core/SignalHandler.h (modified) * code/branches/gui/src/core/XMLPort.h (modified) * code/branches/gui/src/core/input/Button.cc (modified) * code/branches/gui/src/core/input/Button.h (modified) * code/branches/gui/src/core/input/CalibratorCallback.cc (modified) * code/branches/gui/src/core/input/CalibratorCallback.h (modified) * code/branches/gui/src/core/input/ExtendedInputState.cc (copied) * code/branches/gui/src/core/input/ExtendedInputState.h (copied) * code/branches/gui/src/core/input/HalfAxis.cc (modified) * code/branches/gui/src/core/input/HalfAxis.h (modified) * code/branches/gui/src/core/input/InputBuffer.cc (modified) * code/branches/gui/src/core/input/InputBuffer.h (modified) * code/branches/gui/src/core/input/InputCommands.cc (modified) * code/branches/gui/src/core/input/InputCommands.h (modified) * code/branches/gui/src/core/input/InputInterfaces.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/InputState.h (copied) * code/branches/gui/src/core/input/KeyBinder.cc (modified) * code/branches/gui/src/core/input/KeyBinder.h (modified) * code/branches/gui/src/core/input/KeyDetector.cc (modified) * code/branches/gui/src/core/input/KeyDetector.h (modified) * code/branches/gui/src/core/input/SimpleInputState.cc (copied) * code/branches/gui/src/core/input/SimpleInputState.h (copied) * code/branches/gui/src/core/tolua/tolua.pkg (modified) * code/branches/gui/src/network/Client.cc (modified) * code/branches/gui/src/network/ClientConnection.cc (modified) * code/branches/gui/src/network/ClientConnection.h (modified) * code/branches/gui/src/network/ConnectionManager.cc (modified) * code/branches/gui/src/network/ConnectionManager.h (modified) * code/branches/gui/src/network/GameStateClient.cc (modified) * code/branches/gui/src/network/GameStateManager.cc (modified) * code/branches/gui/src/network/Server.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/Orxonox.h (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/Radar.cc (modified) * code/branches/gui/src/orxonox/RadarViewable.h (modified) * code/branches/gui/src/orxonox/Settings.cc (modified) * code/branches/gui/src/orxonox/Settings.h (modified) * code/branches/gui/src/orxonox/gui (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (added) * code/branches/gui/src/orxonox/gui/GUIManager.h (added) * code/branches/gui/src/orxonox/gui/OgreCEGUIRenderer.cpp (added) * code/branches/gui/src/orxonox/gui/OgreCEGUIRenderer.h (added) * code/branches/gui/src/orxonox/gui/OgreCEGUIResourceProvider.cpp (added) * code/branches/gui/src/orxonox/gui/OgreCEGUIResourceProvider.h (added) * code/branches/gui/src/orxonox/gui/OgreCEGUITexture.cpp (added) * code/branches/gui/src/orxonox/gui/OgreCEGUITexture.h (added) * code/branches/gui/src/orxonox/objects/Ambient.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/objects/Camera.cc (modified) * code/branches/gui/src/orxonox/objects/CameraHandler.cc (modified) * code/branches/gui/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/gui/src/orxonox/objects/Projectile.cc (modified) * code/branches/gui/src/orxonox/objects/Skybox.cc (modified) * code/branches/gui/src/orxonox/objects/Tickable.h (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/gui/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/gui/src/orxonox/tolua/tolua.pkg (modified) * code/branches/gui/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/gui/src/orxonox/tools/Light.cc (modified) * code/branches/gui/src/orxonox/tools/Mesh.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/gui/src/orxonox/tools/WindowEventListener.h (modified) * code/branches/gui/src/tolua/tolua++.h (modified) * code/branches/gui/src/tolua/toluabind.c (modified) * code/branches/gui/src/util/ArgReader.cc (modified) * code/branches/gui/src/util/ArgReader.h (modified) * code/branches/gui/src/util/OrxonoxPlatform.h (modified) * code/branches/gui/src/util/Sleep.h (modified) * code/branches/gui/visual_studio/base_properties.vsprops (modified) * code/branches/gui/visual_studio/orxonox_properties.vsprops (modified) * code/branches/gui/visual_studio/orxonox_vc8.sln (modified) * code/branches/gui/visual_studio/tolua_app_properties.vsprops (modified) * code/branches/gui/visual_studio/tolua_gen_properties.vsprops (added) * code/branches/gui/visual_studio/tolua_properties.vsprops (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/ois.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/gui/visual_studio/vc8/tolua.vcproj (modified) * code/branches/gui/visual_studio/vc8/tolua_app.vcproj (modified) * code/branches/gui/visual_studio/vc8/tolua_gen.vcproj (added) merged input branch into gui test branch (was about time) svn save ... Sat, 19 Jul 2008 21:05:44 GMT rgrieder [1636] * code/branches/gui (copied) Sun, 29 Jun 2008 16:45:53 GMT rgrieder [1633] * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.h (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) - added font generation for the console (so that we can create the ...