# # ChangeLog for code # # Generated by Trac 1.0.9 # May 20, 2024, 9:16:44 PM Wed, 13 Aug 2008 16:06:44 GMT rgrieder [1657] * code/branches/gcc43 (deleted) * code/branches/hud (deleted) * code/branches/input (deleted) removed hud, input and gcc43 branches 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:45 GMT rgrieder [1655] * code/branches/core3/src/core/ObjectListBase.h (modified) fixed a copy&paste bug in ObjectListBase.h 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:39:55 GMT rgrieder [1648] * code/branches/asylum (moved) removed asylum from trunk and added it to branches as separate folder ... 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:57:16 GMT rgrieder [1639] * code/trunk (modified) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/SignalHandler.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/tinyxml/ticpp.h (modified) * code/trunk/src/util/ExprParser.cc (modified) merged nico's fixes for gcc 4.3 back to trunk. I'm not going to ... 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 ... Sun, 20 Jul 2008 16:49:24 GMT rgrieder [1637] * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/Shell.cc (modified) * code/branches/input/src/core/Shell.h (modified) * code/branches/input/src/core/input/Button.cc (modified) * code/branches/input/src/core/input/Button.h (modified) * code/branches/input/src/core/input/CalibratorCallback.cc (modified) * code/branches/input/src/core/input/CalibratorCallback.h (modified) * code/branches/input/src/core/input/ExtendedInputState.cc (added) * code/branches/input/src/core/input/ExtendedInputState.h (added) * code/branches/input/src/core/input/InputBuffer.cc (modified) * code/branches/input/src/core/input/InputBuffer.h (modified) * code/branches/input/src/core/input/InputInterfaces.h (modified) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/InputManager.h (modified) * code/branches/input/src/core/input/InputState.h (added) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/core/input/KeyBinder.h (modified) * code/branches/input/src/core/input/KeyDetector.cc (modified) * code/branches/input/src/core/input/KeyDetector.h (modified) * code/branches/input/src/core/input/SimpleInputState.cc (added) * code/branches/input/src/core/input/SimpleInputState.h (added) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/input/visual_studio/base_properties.vsprops (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/ois.vcproj (modified) Finally! The InputManager is now working like I imagined it to. And ... Sat, 19 Jul 2008 21:05:44 GMT rgrieder [1636] * code/branches/gui (copied) Sat, 19 Jul 2008 16:04:33 GMT nicolasc [1635] * code/branches/gcc43/test (added) back online Sun, 29 Jun 2008 17:36:33 GMT nicolasc [1634] * code/branches/gcc43/src/asylum/loader/LevelLoader.h (modified) * code/branches/gcc43/src/asylum/util/String2Number.h (modified) * code/branches/gcc43/src/asylum/util/Tokenizer.h (modified) * code/branches/gcc43/src/audio/AudioStream.h (modified) * code/branches/gcc43/src/core/BaseObject.h (modified) * code/branches/gcc43/src/core/CommandEvaluation.h (modified) * code/branches/gcc43/src/core/ConfigFileManager.h (modified) * code/branches/gcc43/src/core/ConfigValueContainer.h (modified) * code/branches/gcc43/src/core/Identifier.h (modified) * code/branches/gcc43/src/core/Language.h (modified) * code/branches/gcc43/src/core/ObjectList.h (modified) * code/branches/gcc43/src/core/OrxonoxClass.h (modified) * code/branches/gcc43/src/core/OutputBuffer.h (modified) * code/branches/gcc43/src/core/OutputHandler.h (modified) * code/branches/gcc43/src/core/Script.h (modified) * code/branches/gcc43/src/core/Script_clean.h (modified) * code/branches/gcc43/src/core/Shell.h (modified) * code/branches/gcc43/src/core/SignalHandler.h (modified) * code/branches/gcc43/src/core/XMLPort.h (modified) * code/branches/gcc43/src/core/input/InputBuffer.h (modified) * code/branches/gcc43/src/network/ClientInformation.h (modified) * code/branches/gcc43/src/ois/OISMouse.h (modified) * code/branches/gcc43/src/orxonox/GraphicsEngine.h (modified) * code/branches/gcc43/src/orxonox/Orxonox.h (modified) * code/branches/gcc43/src/orxonox/hud/BarOverlayElement.h (modified) * code/branches/gcc43/src/orxonox/hud/HUD.h (modified) * code/branches/gcc43/src/orxonox/hud/Navigation.h (modified) * code/branches/gcc43/src/orxonox/hud/RadarObject.h (modified) * code/branches/gcc43/src/orxonox/objects/Camera.h (modified) * code/branches/gcc43/src/orxonox/objects/CameraHandler.h (modified) * code/branches/gcc43/src/orxonox/objects/ParticleSpawner.h (modified) * code/branches/gcc43/src/orxonox/objects/SpaceShip.h (modified) * code/branches/gcc43/src/orxonox/objects/WorldEntity.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/Bullet.h (modified) * code/branches/gcc43/src/orxonox/objects/weapon/BulletManager.h (modified) * code/branches/gcc43/src/orxonox/tools/BillboardSet.h (modified) * code/branches/gcc43/src/orxonox/tools/Light.h (modified) * code/branches/gcc43/src/orxonox/tools/Mesh.h (modified) * code/branches/gcc43/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/gcc43/src/orxonox/tools/Timer.h (modified) * code/branches/gcc43/src/tinyxml/tinystr.h (modified) * code/branches/gcc43/src/tinyxml/tinyxml.h (modified) * code/branches/gcc43/src/tolua/tolua++.h (modified) just a test - don't morge this 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 ... Sun, 29 Jun 2008 15:37:26 GMT rgrieder [1632] * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) fixed a bug in OverlayText (no text was seen) adjusted OverlayText ... Sun, 29 Jun 2008 11:56:15 GMT rgrieder [1631] * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/tolua_app_properties.vsprops (added) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/tolua_app.vcproj (added) - tolua bind files generation support for msvc - cleaned orxonox_vc8 ... Fri, 27 Jun 2008 08:36:53 GMT rgrieder [1630] * code/branches/input/src/core/input/Button.cc (modified) * code/branches/input/src/core/input/Button.h (modified) * code/branches/input/src/core/input/CalibratorCallback.cc (modified) * code/branches/input/src/core/input/CalibratorCallback.h (modified) * code/branches/input/src/core/input/HalfAxis.cc (modified) * code/branches/input/src/core/input/HalfAxis.h (modified) * code/branches/input/src/core/input/InputCommands.cc (modified) * code/branches/input/src/core/input/InputCommands.h (modified) * code/branches/input/src/core/input/InputInterfaces.h (modified) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/InputManager.h (modified) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/core/input/KeyBinder.h (modified) * code/branches/input/src/core/input/KeyDetector.cc (modified) * code/branches/input/src/core/input/KeyDetector.h (modified) * code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified) converted input system to 4 spaces/tab Fri, 27 Jun 2008 06:07:29 GMT rgrieder [1629] * code/branches/input/CMakeLists.txt (modified) * code/branches/input/bin/levels/sample.oxw (modified) * code/branches/input/cmake/FindOIS.cmake (deleted) * code/branches/input/src/CMakeLists.txt (modified) * code/branches/input/src/asylum/orxonox/objects/Fighter.cc (modified) * code/branches/input/src/asylum/orxonox/objects/weapon (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/AmmunitionDump.cc (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/AmmunitionDump.h (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/BarrelGun.cc (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/BarrelGun.h (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/BaseWeapon.cc (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/BaseWeapon.h (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/Bullet.cc (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/Bullet.h (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/BulletManager.cc (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/BulletManager.h (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/WeaponStation.cc (copied) * code/branches/input/src/asylum/orxonox/objects/weapon/WeaponStation.h (copied) * code/branches/input/src/core/BaseObject.cc (modified) * code/branches/input/src/core/BaseObject.h (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/ClassManager.h (deleted) * code/branches/input/src/core/CommandEvaluation.cc (modified) * code/branches/input/src/core/ConsoleCommand.h (modified) * code/branches/input/src/core/Executor.cc (modified) * code/branches/input/src/core/IdentifierDistributor.cc (deleted) * code/branches/input/src/core/IdentifierDistributor.h (deleted) * code/branches/input/src/core/Iterator.h (modified) * code/branches/input/src/core/Loader.cc (modified) * code/branches/input/src/core/Script.cc (modified) * code/branches/input/src/core/Script.h (modified) * code/branches/input/src/core/TclThreadManager.h (modified) * code/branches/input/src/core/XMLPort.h (modified) * code/branches/input/src/core/input/InputInterfaces.h (modified) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/InputManager.h (modified) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/network/GameStateClient.cc (modified) * code/branches/input/src/network/GameStateClient.h (modified) * code/branches/input/src/network/Server.cc (modified) * code/branches/input/src/ois/CMakeLists.txt (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/GraphicsEngine.cc (modified) * code/branches/input/src/orxonox/GraphicsEngine.h (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/Orxonox.h (modified) * code/branches/input/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/input/src/orxonox/Radar.cc (copied) * code/branches/input/src/orxonox/Radar.h (copied) * code/branches/input/src/orxonox/RadarListener.cc (copied) * code/branches/input/src/orxonox/RadarListener.h (copied) * code/branches/input/src/orxonox/RadarViewable.cc (copied) * code/branches/input/src/orxonox/RadarViewable.h (copied) * code/branches/input/src/orxonox/console (deleted) * code/branches/input/src/orxonox/hud (deleted) * code/branches/input/src/orxonox/objects/Ambient.cc (modified) * code/branches/input/src/orxonox/objects/Ambient.h (modified) * code/branches/input/src/orxonox/objects/Backlight.cc (copied) * code/branches/input/src/orxonox/objects/Backlight.h (copied) * code/branches/input/src/orxonox/objects/BillboardProjectile.cc (copied) * code/branches/input/src/orxonox/objects/BillboardProjectile.h (copied) * code/branches/input/src/orxonox/objects/Explosion.cc (deleted) * code/branches/input/src/orxonox/objects/Explosion.h (deleted) * code/branches/input/src/orxonox/objects/Model.cc (modified) * code/branches/input/src/orxonox/objects/Model.h (modified) * code/branches/input/src/orxonox/objects/NPC.cc (modified) * code/branches/input/src/orxonox/objects/NPC.h (modified) * code/branches/input/src/orxonox/objects/ParticleProjectile.cc (copied) * code/branches/input/src/orxonox/objects/ParticleProjectile.h (copied) * code/branches/input/src/orxonox/objects/ParticleSpawner.cc (copied) * code/branches/input/src/orxonox/objects/ParticleSpawner.h (copied) * code/branches/input/src/orxonox/objects/Projectile.cc (modified) * code/branches/input/src/orxonox/objects/Projectile.h (modified) * code/branches/input/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/input/src/orxonox/objects/RotatingProjectile.h (modified) * code/branches/input/src/orxonox/objects/Skybox.cc (modified) * code/branches/input/src/orxonox/objects/Skybox.h (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/src/orxonox/objects/SpaceShipAI.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShipAI.h (modified) * code/branches/input/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/input/src/orxonox/objects/WorldEntity.h (modified) * code/branches/input/src/orxonox/objects/weapon (deleted) * code/branches/input/src/orxonox/overlays (copied) * code/branches/input/src/orxonox/overlays/OrxonoxOverlay.cc (copied) * code/branches/input/src/orxonox/overlays/OrxonoxOverlay.h (copied) * code/branches/input/src/orxonox/overlays/OverlayGroup.cc (copied) * code/branches/input/src/orxonox/overlays/OverlayGroup.h (copied) * code/branches/input/src/orxonox/overlays/OverlayText.cc (copied) * code/branches/input/src/orxonox/overlays/OverlayText.h (copied) * code/branches/input/src/orxonox/overlays/console (copied) * code/branches/input/src/orxonox/overlays/console/InGameConsole.cc (copied) * code/branches/input/src/orxonox/overlays/console/InGameConsole.h (copied) * code/branches/input/src/orxonox/overlays/debug (copied) * code/branches/input/src/orxonox/overlays/debug/DebugFPSText.cc (copied) * code/branches/input/src/orxonox/overlays/debug/DebugFPSText.h (copied) * code/branches/input/src/orxonox/overlays/debug/DebugRTRText.cc (copied) * code/branches/input/src/orxonox/overlays/debug/DebugRTRText.h (copied) * code/branches/input/src/orxonox/overlays/hud (copied) * code/branches/input/src/orxonox/overlays/hud/HUDBar.cc (copied) * code/branches/input/src/orxonox/overlays/hud/HUDBar.h (copied) * code/branches/input/src/orxonox/overlays/hud/HUDNavigation.cc (copied) * code/branches/input/src/orxonox/overlays/hud/HUDNavigation.h (copied) * code/branches/input/src/orxonox/overlays/hud/HUDRadar.cc (copied) * code/branches/input/src/orxonox/overlays/hud/HUDRadar.h (copied) * code/branches/input/src/orxonox/overlays/hud/HUDSpeedBar.cc (copied) * code/branches/input/src/orxonox/overlays/hud/HUDSpeedBar.h (copied) * code/branches/input/src/orxonox/particle (deleted) * code/branches/input/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/input/src/orxonox/tools/BillboardSet.h (modified) * code/branches/input/src/orxonox/tools/Mesh.h (modified) * code/branches/input/src/orxonox/tools/ParticleInterface.cc (copied) * code/branches/input/src/orxonox/tools/ParticleInterface.h (copied) * code/branches/input/src/orxonox/tools/TextureGenerator.cc (copied) * code/branches/input/src/orxonox/tools/TextureGenerator.h (copied) * code/branches/input/src/orxonox/tools/Timer.cc (modified) * code/branches/input/src/orxonox/tools/Timer.h (modified) * code/branches/input/src/orxonox/tools/WindowEventListener.cc (copied) * code/branches/input/src/orxonox/tools/WindowEventListener.h (copied) * code/branches/input/src/tinyxml/ticpp.cc (modified) * code/branches/input/src/tolua/CMakeLists.txt (modified) * code/branches/input/src/util/Convert.h (modified) * code/branches/input/src/util/Math.cc (modified) * code/branches/input/src/util/Math.h (modified) * code/branches/input/src/util/String.cc (modified) * code/branches/input/src/util/String.h (modified) * code/branches/input/src/util/UtilPrereqs.h (modified) * code/branches/input/visual_studio/audio_properties.vsprops (modified) * code/branches/input/visual_studio/base_properties.vsprops (modified) * code/branches/input/visual_studio/base_properties_release.vsprops (modified) * code/branches/input/visual_studio/core_properties.vsprops (modified) * code/branches/input/visual_studio/orxonox_properties.vsprops (modified) * code/branches/input/visual_studio/vc8/audio.vcproj (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/cpptcl.vcproj (modified) * code/branches/input/visual_studio/vc8/network.vcproj (modified) * code/branches/input/visual_studio/vc8/ois.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/input/visual_studio/vc8/tixml.vcproj (modified) * code/branches/input/visual_studio/vc8/tolua.vcproj (modified) * code/branches/input/visual_studio/vc8/util.vcproj (modified) updated input branch Thu, 26 Jun 2008 19:30:36 GMT rgrieder [1628] * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) default values for XMLPort work after all. There was just a bug that ... Thu, 26 Jun 2008 17:00:59 GMT rgrieder [1627] * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) some adjustment to the default value setting in the overlay files Thu, 26 Jun 2008 14:05:31 GMT rgrieder [1626] * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) fixed a bug with Bar loading. setValue wasn't called after ... Thu, 26 Jun 2008 12:13:17 GMT rgrieder [1625] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/asylum/orxonox/objects/weapon (copied) * code/trunk/src/asylum/orxonox/objects/weapon/AmmunitionDump.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/AmmunitionDump.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BarrelGun.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BarrelGun.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BaseWeapon.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BaseWeapon.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/Bullet.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/Bullet.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BulletManager.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BulletManager.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/WeaponStation.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/WeaponStation.h (copied) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/Script.h (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateClient.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/Radar.cc (copied) * code/trunk/src/orxonox/Radar.h (copied) * code/trunk/src/orxonox/RadarListener.cc (copied) * code/trunk/src/orxonox/RadarListener.h (copied) * code/trunk/src/orxonox/RadarViewable.cc (copied) * code/trunk/src/orxonox/RadarViewable.h (copied) * code/trunk/src/orxonox/console (deleted) * code/trunk/src/orxonox/hud (deleted) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/weapon (deleted) * code/trunk/src/orxonox/overlays (copied) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (copied) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (copied) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (copied) * code/trunk/src/orxonox/overlays/OverlayGroup.h (copied) * code/trunk/src/orxonox/overlays/OverlayText.cc (copied) * code/trunk/src/orxonox/overlays/OverlayText.h (copied) * code/trunk/src/orxonox/overlays/console (copied) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (copied) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (copied) * code/trunk/src/orxonox/overlays/debug (copied) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (copied) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.h (copied) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (copied) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.h (copied) * code/trunk/src/orxonox/overlays/hud (copied) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDRadar.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.h (copied) * code/trunk/src/orxonox/tools/TextureGenerator.cc (copied) * code/trunk/src/orxonox/tools/TextureGenerator.h (copied) * code/trunk/src/orxonox/tools/WindowEventListener.cc (copied) * code/trunk/src/orxonox/tools/WindowEventListener.h (copied) * code/trunk/src/tinyxml/ticpp.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/visual_studio/vc8/audio.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) merged hud branch back to trunk Thu, 26 Jun 2008 11:26:05 GMT rgrieder [1624] * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) updated msvc files (Backlight) Thu, 26 Jun 2008 11:23:48 GMT rgrieder [1623] * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (modified) added documentation to OverlayGroup ready for merge Wed, 25 Jun 2008 19:07:55 GMT rgrieder [1622] * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) Added documentation for OrxonoxOverlay and clarified the size/actual ... Mon, 23 Jun 2008 19:12:59 GMT rgrieder [1621] * code/branches/hud/src/orxonox/GraphicsEngine.h (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/hud/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/hud/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/visual_studio/vc8/audio.vcproj (modified) * code/branches/hud/visual_studio/vc8/ois.vcproj (modified) * code/branches/hud/visual_studio/vc8/util.vcproj (modified) - rewrote the time measure in the main loop frame smoothing is ... Sun, 22 Jun 2008 22:03:25 GMT rgrieder [1620] * code/branches/hud/src/asylum/orxonox/objects/weapon (moved) * code/branches/hud/src/orxonox/CMakeLists.txt (modified) moved weapon system to asylum: - it's been built without a framework ... Sun, 22 Jun 2008 21:52:20 GMT rgrieder [1619] * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/overlays/debug/DebugFPSText.cc (moved) * code/branches/hud/src/orxonox/overlays/debug/DebugFPSText.h (moved) * code/branches/hud/src/orxonox/overlays/debug/DebugRTRText.cc (moved) * code/branches/hud/src/orxonox/overlays/debug/DebugRTRText.h (moved) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) completed moving of debug texts to overlays/debug/ Sun, 22 Jun 2008 21:47:09 GMT rgrieder [1618] * code/branches/hud/bin/levels/sample.oxw (modified) * code/branches/hud/src/orxonox/GraphicsEngine.h (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/debug (added) * code/branches/hud/src/orxonox/overlays/debug/HUDFPSText.cc (moved) * code/branches/hud/src/orxonox/overlays/debug/HUDFPSText.h (moved) * code/branches/hud/src/orxonox/overlays/debug/HUDRTRText.cc (moved) * code/branches/hud/src/orxonox/overlays/debug/HUDRTRText.h (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/hud/src/tinyxml/ticpp.cc (modified) * code/branches/hud/src/util/Convert.h (modified) - moved colours of the SpeedBar to XML file - enabled render window ... Sat, 21 Jun 2008 22:44:20 GMT rgrieder [1617] * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/hud/src/orxonox/RadarViewable.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) - some more fixes.. Sat, 21 Jun 2008 22:30:06 GMT rgrieder [1616] * code/branches/hud/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/hud/src/orxonox/Radar.cc (modified) * code/branches/hud/src/orxonox/RadarListener.cc (modified) * code/branches/hud/src/orxonox/RadarViewable.cc (modified) * code/branches/hud/src/orxonox/RadarViewable.h (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/hud/src/orxonox/tools/WindowEventListener.cc (modified) - precompiled header files have disadvantages too... Sat, 21 Jun 2008 22:06:55 GMT rgrieder [1615] * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/RadarListener.h (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayText.cc (moved) * code/branches/hud/src/orxonox/overlays/OverlayText.h (moved) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/hud/src/util/String.cc (modified) * code/branches/hud/src/util/String.h (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - added blankString to String so you can return ""; even if it's a ... Sat, 21 Jun 2008 12:35:24 GMT rgrieder [1614] * code/branches/hud/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/hud/src/orxonox/Radar.cc (modified) * code/branches/hud/src/orxonox/Radar.h (modified) * code/branches/hud/src/orxonox/RadarListener.cc (copied) * code/branches/hud/src/orxonox/RadarListener.h (copied) * code/branches/hud/src/orxonox/RadarViewable.cc (modified) * code/branches/hud/src/orxonox/RadarViewable.h (modified) * code/branches/hud/src/orxonox/overlays/HUDText.cc (moved) * code/branches/hud/src/orxonox/overlays/HUDText.h (moved) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.cc (deleted) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.h (deleted) * code/branches/hud/src/orxonox/tools/TextureGenerator.cc (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - Dots on the Radar actually disappear now when a Ship gets ... Thu, 19 Jun 2008 22:05:12 GMT rgrieder [1613] * code/branches/hud/src/core/Iterator.h (modified) * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/Radar.cc (modified) * code/branches/hud/src/orxonox/Radar.h (modified) * code/branches/hud/src/orxonox/RadarViewable.cc (moved) * code/branches/hud/src/orxonox/RadarViewable.h (moved) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/hud/src/orxonox/tools/TextureGenerator.cc (modified) * code/branches/hud/visual_studio/orxonox_vc8.suo (deleted) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - Radar now working like before - but more of a svn save.. There ... Thu, 19 Jun 2008 21:59:00 GMT rgrieder [1612] * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) tardis boxes were updated to cmake 2.6 which revealed a bug. [fixed] Thu, 19 Jun 2008 03:02:45 GMT landauf [1611] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConfigValueIncludes.h (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) - fixed bug #2 in ConfigValueContainer (callback not being called if ... Thu, 19 Jun 2008 02:10:27 GMT landauf [1610] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Settings.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core3/src/util/Debug.h (modified) - fixed bug #1 in ConfigValueContainer (callback not being called the ... Tue, 17 Jun 2008 21:38:23 GMT rgrieder [1609] * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/hud/src/orxonox/Radar.cc (added) * code/branches/hud/src/orxonox/Radar.h (added) * code/branches/hud/src/orxonox/objects/WorldEntity.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/OverlayElementFactories.h (deleted) * code/branches/hud/src/orxonox/overlays/hud/RadarViewable.cc (added) * code/branches/hud/src/orxonox/overlays/hud/RadarViewable.h (added) * code/branches/hud/src/orxonox/tools/TextureGenerator.cc (added) * code/branches/hud/src/orxonox/tools/TextureGenerator.h (added) * code/branches/hud/src/util/Math.cc (modified) * code/branches/hud/src/util/Math.h (modified) * code/branches/hud/src/util/UtilPrereqs.h (modified) * code/branches/hud/visual_studio/orxonox_vc8.suo (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) svn save, just in case... (doesn't compile at all!) Tue, 17 Jun 2008 13:33:03 GMT landauf [1608] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (added) * code/trunk/src/orxonox/objects/Backlight.h (added) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/Math.cc (modified) - added a backlight to all SpaceShips, leaving a trail behind ... Mon, 16 Jun 2008 21:07:34 GMT rgrieder [1607] * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/orxonox/CMakeLists.txt (modified) * code/branches/core3/src/orxonox/Main.cc (modified) * code/branches/core3/src/orxonox/SignalHandler.cc (moved) * code/branches/core3/src/orxonox/SignalHandler.h (moved) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/orxonox.vcproj (modified) moved SignalHandler from core to orxonox Mon, 16 Jun 2008 17:53:40 GMT rgrieder [1606] * code/branches/core3/src/audio/AudioIncludes.h (modified) * code/branches/core3/src/audio/AudioManager.cc (modified) * code/branches/core3/src/audio/AudioStream.cc (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Error.cc (moved) * code/branches/core3/src/util/Error.h (moved) * code/branches/core3/src/util/UtilPrereqs.h (modified) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) - removed struct ObjectListBase::Export from the forward declarations ... Sun, 15 Jun 2008 22:02:02 GMT scheusso [1605] * code/branches/network/bin/run-script (modified) enhanced run-script (X autorepeat should now also be set, if signal ... Sat, 14 Jun 2008 23:09:07 GMT rgrieder [1604] * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.h (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.h (modified) * code/branches/hud/visual_studio/orxonox_vc8.suo (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - adjusted Radar to fit in XML loading scheme - OverlayGroup should ... Sat, 14 Jun 2008 19:33:11 GMT rgrieder [1603] * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) updated msvc files for core3 branch Sat, 14 Jun 2008 17:20:00 GMT landauf [1602] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) - added thruster flares - used new particle effects - enemies ... Sat, 14 Jun 2008 16:37:12 GMT rgrieder [1601] * code/branches/hud/bin/hud (deleted) * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/GraphicsEngine.cc (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (moved) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (moved) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (moved) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (moved) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarOverlayElement.cc (modified) * code/branches/hud/visual_studio/orxonox_vc8.suo (added) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - new folder structure for overlays: orxonox/ ... overlays/ ... Sat, 14 Jun 2008 15:49:09 GMT rgrieder [1600] * code/branches/hud/src/orxonox/overlays/HUD.cc (moved) * code/branches/hud/src/orxonox/overlays/HUD.h (moved) * code/branches/hud/src/orxonox/overlays/HUDOverlay.cc (moved) * code/branches/hud/src/orxonox/overlays/HUDOverlay.h (moved) again... Sat, 14 Jun 2008 14:33:37 GMT rgrieder [1599] * code/branches/hud/src/orxonox/overlays (added) * code/branches/hud/src/orxonox/overlays/console (moved) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.cc (copied) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.h (copied) * code/branches/hud/src/orxonox/overlays/hud (moved) * code/branches/hud/src/orxonox/hud/BarOverlayElement.cc (deleted) * code/branches/hud/src/orxonox/hud/BarOverlayElement.h (deleted) * code/branches/hud/src/orxonox/overlays/hud/HUD.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUD.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDOverlay.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDOverlay.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDText.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDText.h (copied) * code/branches/hud/src/orxonox/overlays/hud/Navigation.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/Navigation.h (copied) * code/branches/hud/src/orxonox/overlays/hud/OverlayElementFactories.h (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.h (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarOverlayElement.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarOverlayElement.h (copied) tortoisesvn is not almighty. i'll have to commit.. Sat, 14 Jun 2008 14:19:42 GMT rgrieder [1598] * code/branches/hud/bin/hud/hud.oxh (modified) * code/branches/hud/src/orxonox/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (modified) * code/branches/hud/src/orxonox/hud/Navigation.h (modified) scale, position, alignment and rotation work with overlays Simply ... Thu, 12 Jun 2008 21:02:40 GMT landauf [1597] * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) small cleanup in KeyBinder (don't panic reto, I've only replaced ... Thu, 12 Jun 2008 20:53:51 GMT landauf [1596] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConfigValueIncludes.h (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Core.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/ObjectListIterator.h (modified) * code/branches/core3/src/core/OrxonoxClass.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/Shell.h (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.h (modified) * code/branches/core3/src/orxonox/Settings.cc (modified) * code/branches/core3/src/orxonox/Settings.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.h (modified) - added feature to add a callback function to configvalues. they get ... Thu, 12 Jun 2008 20:42:15 GMT rgrieder [1595] * code/branches/hud/bin/hud/hud.oxh (modified) * code/branches/hud/src/core/Executor.cc (modified) * code/branches/hud/src/core/TclThreadManager.h (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (modified) * code/branches/hud/src/orxonox/hud/Navigation.cc (modified) * code/branches/hud/src/orxonox/hud/Navigation.h (modified) * code/branches/hud/src/util/Convert.h (modified) * code/branches/hud/src/util/String.h (modified) - removed conversion functions in String.h - you can use ... Thu, 12 Jun 2008 14:14:21 GMT landauf [1594] * code/branches/core3/src/core/ConfigFileManager.cc (modified) * code/branches/core3/src/core/ConsoleCommand.cc (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/core3/src/core/IRC.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/TclBind.cc (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/hud/HUD.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) added more SetConsoleCommand macros like SetConsoleCommandAlias to ... Thu, 12 Jun 2008 02:48:35 GMT landauf [1593] * code/branches/core3/src/util/Debug.h (modified) changed COUT(x) macros to use trinary ?: operator instead of if (...) ... Thu, 12 Jun 2008 02:32:10 GMT landauf [1592] * code/branches/core3/src/audio/AudioManager.h (modified) * code/branches/core3/src/core/BaseObject.cc (modified) * code/branches/core3/src/core/BaseObject.h (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.h (modified) * code/branches/core3/src/orxonox/objects/Model.cc (modified) * code/branches/core3/src/orxonox/objects/Model.h (modified) * code/branches/core3/src/orxonox/objects/NPC.cc (modified) * code/branches/core3/src/orxonox/objects/NPC.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.h (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.h (modified) - Some small changes in XMLPortParam: It's now possible to add ... Thu, 12 Jun 2008 00:00:15 GMT landauf [1591] * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Iterator.h (modified) * code/branches/core3/src/core/IteratorBase.h (deleted) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/MetaObjectList.h (modified) * code/branches/core3/src/core/ObjectList.h (modified) * code/branches/core3/src/core/ObjectListBase.cc (modified) * code/branches/core3/src/core/ObjectListBase.h (modified) * code/branches/core3/src/core/ObjectListIterator.h (added) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/network/ConnectionManager.cc (modified) * code/branches/core3/src/network/GameStateClient.cc (modified) * code/branches/core3/src/network/GameStateClient.h (modified) * code/branches/core3/src/network/GameStateManager.cc (modified) * code/branches/core3/src/network/Server.cc (modified) * code/branches/core3/src/network/Synchronisable.h (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/objects/NPC.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) Again some heavy changes in ObjectList and Iterator: there are now ... Wed, 11 Jun 2008 22:57:45 GMT rgrieder [1590] * code/branches/hud/bin/hud/hud.oxh (modified) * code/branches/hud/src/network/GameStateClient.cc (modified) * code/branches/hud/src/network/GameStateClient.h (modified) * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/GraphicsEngine.cc (modified) * code/branches/hud/src/orxonox/GraphicsEngine.h (modified) * code/branches/hud/src/orxonox/console/InGameConsole.cc (modified) * code/branches/hud/src/orxonox/console/InGameConsole.h (modified) * code/branches/hud/src/orxonox/hud/HUD.cc (modified) * code/branches/hud/src/orxonox/hud/HUD.h (modified) * code/branches/hud/src/orxonox/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/hud/HUDBar.h (modified) * code/branches/hud/src/orxonox/hud/HUDFPSText.h (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (modified) * code/branches/hud/src/orxonox/hud/HUDRTRText.h (modified) * code/branches/hud/src/orxonox/hud/HUDSpeedBar.h (modified) * code/branches/hud/src/orxonox/hud/HUDText.cc (modified) * code/branches/hud/src/orxonox/hud/HUDText.h (modified) * code/branches/hud/src/orxonox/hud/Navigation.cc (modified) * code/branches/hud/src/orxonox/hud/Navigation.h (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/tools/WindowEventListener.cc (added) * code/branches/hud/src/orxonox/tools/WindowEventListener.h (added) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) svn save, just in case our house burns down over night... Wed, 11 Jun 2008 12:56:35 GMT scheusso [1589] * code/branches/network (copied) another try (new network branch) Tue, 10 Jun 2008 22:21:42 GMT rgrieder [1588] * code/branches/hud/bin/hud (added) * code/branches/hud/bin/hud/hud.oxh (added) * code/branches/hud/src/core/BaseObject.cc (modified) * code/branches/hud/src/core/BaseObject.h (modified) * code/branches/hud/src/core/Loader.cc (modified) * code/branches/hud/src/core/Script.h (modified) * code/branches/hud/src/orxonox/GraphicsEngine.h (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/hud/BarOverlayElement.cc (deleted) * code/branches/hud/src/orxonox/hud/BarOverlayElement.h (deleted) * code/branches/hud/src/orxonox/hud/HUD.cc (modified) * code/branches/hud/src/orxonox/hud/HUD.h (modified) * code/branches/hud/src/orxonox/hud/HUDBar.cc (added) * code/branches/hud/src/orxonox/hud/HUDBar.h (added) * code/branches/hud/src/orxonox/hud/HUDFPSText.cc (added) * code/branches/hud/src/orxonox/hud/HUDFPSText.h (added) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (added) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (added) * code/branches/hud/src/orxonox/hud/HUDRTRText.cc (added) * code/branches/hud/src/orxonox/hud/HUDRTRText.h (added) * code/branches/hud/src/orxonox/hud/HUDSpeedBar.cc (added) * code/branches/hud/src/orxonox/hud/HUDSpeedBar.h (added) * code/branches/hud/src/orxonox/hud/HUDText.cc (added) * code/branches/hud/src/orxonox/hud/HUDText.h (added) * code/branches/hud/src/orxonox/hud/OverlayElementFactories.h (modified) * code/branches/hud/src/orxonox/objects/Ambient.cc (modified) * code/branches/hud/src/orxonox/objects/Ambient.h (modified) * code/branches/hud/src/orxonox/objects/NPC.cc (modified) * code/branches/hud/src/orxonox/objects/NPC.h (modified) * code/branches/hud/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/hud/src/orxonox/objects/WorldEntity.h (modified) * code/branches/hud/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/branches/hud/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/branches/hud/src/orxonox/objects/weapon/Bullet.h (modified) * code/branches/hud/src/orxonox/objects/weapon/BulletManager.h (modified) * code/branches/hud/src/util/Convert.h (modified) * code/branches/hud/src/util/Math.h (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - added XML loadable HUD - Radar and navi are not yet done - ... Tue, 10 Jun 2008 22:14:04 GMT rgrieder [1587] * code/branches/hud (copied) haha, hud branch yet again Tue, 10 Jun 2008 13:35:50 GMT landauf [1586] * code/branches/core3/src/asylum/audio/_AudioObject.cc (modified) * code/branches/core3/src/asylum/loader/LevelLoader.cc (modified) * code/branches/core3/src/asylum/orxonox/SpaceshipSteering.cc (modified) * code/branches/core3/src/asylum/util/String2Number.h (modified) * code/branches/core3/src/audio/AudioManager.cc (modified) * code/branches/core3/src/audio/AudioStream.cc (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/ClassFactory.h (modified) * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/CommandExecutor.cc (modified) * code/branches/core3/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Core.h (modified) * code/branches/core3/src/core/CoreIncludes.h (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Error.cc (modified) * code/branches/core3/src/core/Executor.h (modified) * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Language.cc (modified) * code/branches/core3/src/core/Loader.cc (modified) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/NamespaceNode.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/Shell.h (modified) * code/branches/core3/src/core/SignalHandler.cc (modified) * code/branches/core3/src/core/TclBind.cc (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/core/input/Button.cc (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/core/input/KeyDetector.cc (modified) * code/branches/core3/src/network/ClientConnection.cc (modified) * code/branches/core3/src/network/PacketDecoder.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/core3/src/orxonox/console/InGameConsole.cc (modified) * code/branches/core3/src/orxonox/hud/HUD.cc (modified) * code/branches/core3/src/orxonox/hud/Navigation.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/Camera.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Debug.h (moved) * code/branches/core3/src/util/OutputBuffer.cc (moved) * code/branches/core3/src/util/OutputBuffer.h (moved) * code/branches/core3/src/util/OutputHandler.cc (moved) * code/branches/core3/src/util/OutputHandler.h (moved) * code/branches/core3/src/util/String.h (modified) * code/branches/core3/src/util/UtilPrereqs.h (modified) moved Debug.h, OutputHandler and OutputBuffer to util, to make ... Tue, 10 Jun 2008 01:49:24 GMT landauf [1585] * code/branches/core3/src/core/Debug.h (modified) - added debug output level 6 (ultra) - removed debug output macros ... Tue, 10 Jun 2008 01:46:17 GMT landauf [1584] * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) some adjustments to prevent startup crash Tue, 10 Jun 2008 01:01:24 GMT landauf [1583] * code/branches/core3/src/core/ClassFactory.h (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/CoreIncludes.h (modified) * code/branches/core3/src/core/IRC.cc (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) changed Identifier initialization Mon, 09 Jun 2008 21:16:36 GMT landauf [1582] * code/trunk/src/tolua/CMakeLists.txt (modified) added SHARED keyword Mon, 09 Jun 2008 21:11:21 GMT nicolasc [1581] * code/branches/gcc43/src/audio/AudioManager.cc (modified) * code/branches/gcc43/src/core/Identifier.h (modified) * code/branches/gcc43/src/core/SignalHandler.cc (modified) * code/branches/gcc43/src/network/GameStateManager.cc (modified) * code/branches/gcc43/src/network/PacketDecoder.cc (modified) * code/branches/gcc43/src/network/Synchronisable.cc (modified) * code/branches/gcc43/src/tinyxml/ticpp.h (modified) * code/branches/gcc43/src/tolua/CMakeLists.txt (modified) * code/branches/gcc43/src/util/ExprParser.cc (modified) well, it compiles.. there are only about 1000 warinig about a ... Mon, 09 Jun 2008 21:05:18 GMT landauf [1580] * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/Navigation.h (modified) started another attempt to fix the occasionally focus-cycling crash Mon, 09 Jun 2008 20:41:39 GMT nicolasc [1579] * code/branches/gcc43 (copied) created gcc43 branch to hotfix orxonox for gcc-4.3 Mon, 09 Jun 2008 16:29:19 GMT rgrieder [1578] * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) gcc and msvc don't always see eye to eye, fortunately... Also ... Mon, 09 Jun 2008 16:21:04 GMT rgrieder [1577] * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) - cleaned up InGameConsole a little bit - adjusted noise (has a ... Mon, 09 Jun 2008 13:42:38 GMT scheusso [1576] * code/trunk/src/orxonox/objects/Projectile.cc (modified) Another bug, that caused a segfault in server mode, removed ... Mon, 09 Jun 2008 13:38:46 GMT scheusso [1575] * code/trunk/src/orxonox/hud/HUD.cc (modified) this fixes a bug (segfault) when closing orxonox in client mode Mon, 09 Jun 2008 02:35:38 GMT landauf [1574] * code/branches/core3/bin/levels/sample.oxw (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/ClassTreeMask.h (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Iterator.h (modified) * code/branches/core3/src/core/IteratorBase.h (added) * code/branches/core3/src/core/Loader.cc (modified) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/MetaObjectList.h (modified) * code/branches/core3/src/core/ObjectList.h (modified) * code/branches/core3/src/core/ObjectListBase.cc (added) * code/branches/core3/src/core/ObjectListBase.h (added) * code/branches/core3/src/core/OrxonoxClass.cc (modified) * code/branches/core3/src/network/ConnectionManager.cc (modified) * code/branches/core3/src/network/GameStateClient.cc (modified) * code/branches/core3/src/network/GameStateManager.cc (modified) * code/branches/core3/src/network/Server.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/objects/NPC.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) big change in ObjectList: separated the class into a non-template ... Mon, 09 Jun 2008 02:16:48 GMT landauf [1573] * code/branches/core3 (copied) created new core branch Sun, 08 Jun 2008 22:53:53 GMT rgrieder [1572] * code/trunk/visual_studio/audio_properties.vsprops (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) - files got lost last commit (changed some dependency folders for msvc) Sun, 08 Jun 2008 22:47:40 GMT rgrieder [1571] * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) - changed console font to Monofur - please check whether the ... Sun, 08 Jun 2008 21:59:23 GMT landauf [1570] * code/branches/console (deleted) removed console branch Sun, 08 Jun 2008 21:58:18 GMT bknecht [1569] * code/branches/camera (deleted) Deleted camera branch.. man, it's totally old!! Sun, 08 Jun 2008 21:34:55 GMT landauf [1568] * code/trunk/src/orxonox/hud/BarOverlayElement.cc (modified) * code/trunk/src/orxonox/hud/BarOverlayElement.h (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/Navigation.h (modified) - BarOverlayElement interpolates between given colours - Tried to ... Sun, 08 Jun 2008 15:55:05 GMT rgrieder [1567] * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/visual_studio/base_properties_release.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/cpptcl.vcproj (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tixml.vcproj (modified) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) - changed a default value concerning the derived mouse input (maybe ... Sun, 08 Jun 2008 15:04:18 GMT landauf [1566] * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) - added a prediction-crosshair to the navigation focus - fixed a ... Sun, 08 Jun 2008 10:04:02 GMT scheusso [1565] * code/branches/network (deleted) network branch is obsolete now (because of lots of changes to the trunk) Sun, 08 Jun 2008 03:46:52 GMT landauf [1564] * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/hud/BarOverlayElement.cc (modified) * code/trunk/src/orxonox/hud/BarOverlayElement.h (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/Navigation.h (modified) * code/trunk/src/orxonox/hud/OverlayElementFactories.h (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) - several small changes in most of the HUD classes (code cleanup): ... Sat, 07 Jun 2008 21:40:50 GMT landauf [1563] * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.h (modified) - added configurable detaillevel for particle effects to ... Sat, 07 Jun 2008 13:39:48 GMT landauf [1562] * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) - AI ships are now displayed with a point with its teamcolour on the ... Sat, 07 Jun 2008 12:22:26 GMT rgrieder [1561] * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) updated visual studio files Sat, 07 Jun 2008 02:46:54 GMT landauf [1560] * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) forgot one Sat, 07 Jun 2008 00:34:54 GMT landauf [1559] * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) used isInitialized() in destructors where needed and changed ... Sat, 07 Jun 2008 00:06:41 GMT landauf [1558] * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) added support for isVisible() and isActive() to all objects. those ...