# # ChangeLog for code # # Generated by Trac 1.0.9 # Jun 3, 2024, 8:11:19 AM Sun, 18 Jan 2009 11:38:53 GMT rgrieder [2596] * code/branches/buildsystem2/src/util/SignalHandler.cc (modified) * code/branches/buildsystem2/src/util/SignalHandler.h (modified) SignalHandler is only implemented on Linux. Tue, 13 Jan 2009 10:44:02 GMT rgrieder [2595] * code/branches/buildsystem2/bin/CMakeLists.txt (modified) * code/branches/buildsystem2/bin/run.bat (modified) Windows hacks. Plus I forgot to change the directory in run.bat Mon, 12 Jan 2009 21:23:01 GMT rgrieder [2594] * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (modified) * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (modified) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) * code/branches/buildsystem2/cmake/FindDirectX.cmake (modified) * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/cmake/FindOggVorbis.cmake (modified) * code/branches/buildsystem2/src/ois/CMakeLists.txt (modified) MinGW is able to find all the necessary libraries. However compiling ... Mon, 12 Jan 2009 18:06:54 GMT rgrieder [2593] * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) CMake sometimes has very strange behaviour... Fixed another bug int ... Mon, 12 Jan 2009 17:37:09 GMT rgrieder [2592] * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) CgProgramManager is not available under linux. Mon, 12 Jan 2009 16:21:13 GMT rgrieder [2591] * code/branches/buildsystem2/bin/CMakeLists.txt (modified) * code/branches/buildsystem2/bin/run (modified) Fixed two bugs with the run script. Works now on tardis, not tested ... Mon, 12 Jan 2009 16:06:56 GMT rgrieder [2590] * code/branches/buildsystem2/bin/CMakeLists.txt (modified) * code/branches/buildsystem2/bin/Debug (added) * code/branches/buildsystem2/bin/Debug/orxonox.ini (added) * code/branches/buildsystem2/bin/Release (added) * code/branches/buildsystem2/bin/Release/orxonox.ini (added) * code/branches/buildsystem2/bin/linux (deleted) * code/branches/buildsystem2/bin/mingw (deleted) * code/branches/buildsystem2/bin/msvc (deleted) * code/branches/buildsystem2/bin/ogre.cfg (copied) * code/branches/buildsystem2/bin/run (moved) * code/branches/buildsystem2/bin/run.bat (copied) * code/branches/buildsystem2/bin/tardis (deleted) * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (modified) * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/orxonox.vcproj.user (added) * code/branches/buildsystem2/visual_studio/vc8/bin (added) * code/branches/buildsystem2/visual_studio/vc8/bin/debug (copied) * code/branches/buildsystem2/visual_studio/vc8/bin/release (copied) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) Added ${ORXONOX_LIBRARY_BIN_DIR} which represents the binary ... Mon, 12 Jan 2009 15:56:31 GMT rgrieder [2589] * code/branches/buildsystem2/src/CMakeLists.txt (modified) CMake bug: TRUE as macro argument does not evaluate to actual true, ... Mon, 12 Jan 2009 15:18:11 GMT rgrieder [2588] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/audio/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/cpptcl/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ois/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tinyxml/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/util/CMakeLists.txt (modified) Visual Studio generator working for all build types. Compiles but ... Mon, 12 Jan 2009 15:12:44 GMT rgrieder [2587] * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) Quotes are needed when setting an internal CMAKE value to "${blubb}" ... Mon, 12 Jan 2009 13:34:05 GMT rgrieder [2586] * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) Unix fix for the plugin finder: CMake always puts lib in front of the ... Mon, 12 Jan 2009 13:02:03 GMT rgrieder [2585] * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) FindOgre now also checks for all the required plugins. These are ... Mon, 12 Jan 2009 13:00:31 GMT rgrieder [2584] * code/branches/buildsystem2/bin/CMakeLists.txt (modified) Build fix introduced by some changes in root CMLs. Mon, 12 Jan 2009 12:33:55 GMT rgrieder [2583] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/bin/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (modified) * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) * code/branches/buildsystem2/cmake/ConfigTardis.cmake (modified) * code/branches/buildsystem2/cmake/DetermineVersion.cmake (modified) * code/branches/buildsystem2/cmake/FindALUT.cmake (modified) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) * code/branches/buildsystem2/cmake/FindDirectX.cmake (modified) * code/branches/buildsystem2/cmake/FindENet.cmake (modified) * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/cmake/FindOggVorbis.cmake (modified) * code/branches/buildsystem2/cmake/HandleLibraryTypes.cmake (modified) * code/branches/buildsystem2/cmake/UseTolua.cmake (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/audio/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/ois.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops (modified) - Use $ENV{BOOST_ROOT} to find boost if possible - Set ... Fri, 09 Jan 2009 12:10:33 GMT rgrieder [2582] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (modified) * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) * code/branches/buildsystem2/cmake/FindENet.cmake (modified) - Using dependency directory directly in root dir of a branch as ... Thu, 08 Jan 2009 21:22:22 GMT rgrieder [2581] * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (modified) * code/branches/buildsystem2/cmake/ConfigTardis.cmake (modified) * code/branches/buildsystem2/cmake/FindENet.cmake (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) Three build fixes: - All ENet to ENET and ENet_LIBRARIES to ... Thu, 08 Jan 2009 20:45:03 GMT rgrieder [2580] * code/branches/buildsystem2/bin/tardis/ogre.cfg (modified) * code/branches/buildsystem2/cmake/AddSourceFiles.cmake (modified) * code/branches/buildsystem2/cmake/DetermineVersion.cmake (modified) * code/branches/buildsystem2/src/ogreceguirenderer/AUTHORS (modified) * code/branches/buildsystem2/src/ogreceguirenderer/COPYING (modified) * code/branches/buildsystem2/src/ogreceguirenderer/VERSION (modified) * code/branches/buildsystem2/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/buildsystem2/update_media (modified) That should really be all svn eol-style properties in buildsystem2. Thu, 08 Jan 2009 20:37:41 GMT rgrieder [2579] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/ConfigMSVC.cmake (added) * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (modified) * code/branches/buildsystem2/cmake/ConfigPlatforms.cmake (added) * code/branches/buildsystem2/cmake/ConfigTardis.cmake (modified) * code/branches/buildsystem2/cmake/FindALUT.cmake (modified) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) * code/branches/buildsystem2/cmake/FindDirectX.cmake (modified) * code/branches/buildsystem2/cmake/FindENet.cmake (modified) * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/cmake/FindOggVorbis.cmake (modified) * code/branches/buildsystem2/cmake/HandleLibraryTypes.cmake (added) * code/branches/buildsystem2/src/audio/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/cpptcl/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ois/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tinyxml/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/util/CMakeLists.txt (modified) - Equipped find scripts with debug/optimized functions. If you have ... Wed, 07 Jan 2009 17:09:08 GMT rgrieder [2578] * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vcproj (modified) Removed an obsolete check and added a source file (Fusion) to the ... Wed, 07 Jan 2009 12:22:33 GMT rgrieder [2577] * code/branches/buildsystem2/cmake/DetermineVersion.cmake (modified) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) Improved DetermineVersion.cmake Wed, 07 Jan 2009 08:19:48 GMT rgrieder [2576] * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) Very little mods. Tue, 06 Jan 2009 20:39:41 GMT scheusso [2575] * code/branches/presentation/src/network/GamestateManager.h (modified) * code/branches/presentation/src/network/Server.cc (modified) * code/branches/presentation/src/network/packet/DeleteObjects.cc (modified) * code/branches/presentation/src/network/packet/Gamestate.cc (modified) * code/branches/presentation/src/network/packet/Gamestate.h (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation/src/network/synchronisable/Synchronisable.h (modified) * code/branches/presentation/src/network/synchronisable/SynchronisableVariable.h (modified) -performance/memory optimisations in gamestate and synchronisable ... Tue, 06 Jan 2009 20:37:52 GMT rgrieder [2574] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) Changed CEGUILua directory choosing and restricted root directory builds. Tue, 06 Jan 2009 20:00:32 GMT rgrieder [2573] * code/branches/buildsystem2/cmake/DetermineVersion.cmake (added) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) Added regex based version checking for CEGUI. Tue, 06 Jan 2009 15:43:19 GMT rgrieder [2572] * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) Linking tolua shared instead of static. This should not be a problem ... Tue, 06 Jan 2009 13:23:00 GMT scheusso [2571] * code/branches/presentation/src/orxonox/gamestates/GSGraphics.cc (modified) ogre logmanager is now also activated for unix Tue, 06 Jan 2009 09:54:20 GMT rgrieder [2570] * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) Removed ogreceguirenderer from the include directories because the ... Tue, 06 Jan 2009 09:38:41 GMT rgrieder [2569] * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ogreceguirenderer (added) * code/branches/buildsystem2/src/ogreceguirenderer/AUTHORS (added) * code/branches/buildsystem2/src/ogreceguirenderer/CMakeLists.txt (added) * code/branches/buildsystem2/src/ogreceguirenderer/COPYING (added) * code/branches/buildsystem2/src/ogreceguirenderer/OgreCEGUIRenderer.cpp (moved) * code/branches/buildsystem2/src/ogreceguirenderer/OgreCEGUIRenderer.h (moved) * code/branches/buildsystem2/src/ogreceguirenderer/OgreCEGUIResourceProvider.cpp (moved) * code/branches/buildsystem2/src/ogreceguirenderer/OgreCEGUIResourceProvider.h (moved) * code/branches/buildsystem2/src/ogreceguirenderer/OgreCEGUITexture.cpp (moved) * code/branches/buildsystem2/src/ogreceguirenderer/OgreCEGUITexture.h (moved) * code/branches/buildsystem2/src/ogreceguirenderer/VERSION (added) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gui/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/ogreceguirenderer.vcproj (added) * code/branches/buildsystem2/visual_studio/vc8/ogreceguirenderer.vsprops (added) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox_vc8.sln (modified) Moved OgreCEGUIRenderer to its own folder in src since it's actually ... Tue, 06 Jan 2009 09:37:24 GMT rgrieder [2568] * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem2/src/tinyxml/VERSION (moved) Small adjustments. Added OGRE_HOME environemnt variable to the path ... Tue, 06 Jan 2009 09:32:59 GMT rgrieder [2567] * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/BaseObject.cc (modified) * code/branches/buildsystem2/src/core/IRC.h (modified) * code/branches/buildsystem2/src/core/Loader.cc (modified) * code/branches/buildsystem2/src/core/LuaBind.cc (modified) * code/branches/buildsystem2/src/core/TclBind.h (modified) * code/branches/buildsystem2/src/core/TclThreadManager.h (modified) * code/branches/buildsystem2/src/core/Template.cc (modified) * code/branches/buildsystem2/src/core/Template.h (modified) * code/branches/buildsystem2/src/core/XMLPort.h (modified) * code/branches/buildsystem2/src/orxonox/pch/havepch/OrxonoxStableHeaders.h (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) Added all paths of included external libraries to the include ... Tue, 06 Jan 2009 09:26:42 GMT rgrieder [2566] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/ConfigMinGW.cmake (moved) * code/branches/buildsystem2/cmake/ConfigTardis.cmake (moved) Renamed special CMake configuration files. Sun, 04 Jan 2009 15:32:33 GMT rgrieder [2565] * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) Added XML parameter "collisionResponse" in WE for Oli ;) Thu, 01 Jan 2009 19:06:04 GMT rgrieder [2564] * code/branches/presentation/visual_studio/vc8/core.vcproj (modified) * code/branches/presentation/visual_studio/vc8/core.vsprops (modified) * code/branches/presentation/visual_studio/vc8/debug.vsprops (modified) * code/branches/presentation/visual_studio/vc8/network.vcproj (modified) * code/branches/presentation/visual_studio/vc8/network.vsprops (modified) * code/branches/presentation/visual_studio/vc8/ois.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/util.vsprops (modified) MSVC: Multiprocess compiling only in core, network and orxonox. Also ... Thu, 01 Jan 2009 18:37:52 GMT rgrieder [2563] * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) When the Scene does not support physics, the physical bodies in the ... Thu, 01 Jan 2009 18:34:44 GMT rgrieder [2562] * code/branches/presentation/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CMakeLists.txt (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc (added) * code/branches/presentation/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.h (added) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vcproj (modified) - Added WorldEntityCollisionShape to clarify when a ... Thu, 01 Jan 2009 14:48:25 GMT scheusso [2561] * code/branches/presentation/src/network/GamestateManager.cc (modified) reverted some changes (assumed memory leaks) Thu, 01 Jan 2009 14:21:28 GMT rgrieder [2560] * code/branches/presentation/src/core/Language.cc (modified) * code/branches/presentation/src/util/String.cc (modified) Found two more unsigned int --> size_t possible 64 bit issues. Wed, 31 Dec 2008 11:29:15 GMT scheusso [2559] * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) final adjustment to statistics Wed, 31 Dec 2008 10:44:41 GMT scheusso [2558] * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSRoot.h (modified) Fixed that problems with statistical info of tick time/fps Wed, 31 Dec 2008 09:47:09 GMT scheusso [2557] * code/branches/presentation/src/network/ClientConnection.cc (modified) * code/branches/presentation/src/network/ConnectionManager.cc (modified) removed debug output from slave-thread Wed, 31 Dec 2008 08:23:28 GMT scheusso [2556] * code/branches/presentation/src/network/GamestateManager.cc (modified) found another memory leak (hope this was the last one in the network ... Tue, 30 Dec 2008 20:28:38 GMT rgrieder [2555] * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) Fixed two bugs. Tue, 30 Dec 2008 19:05:22 GMT rgrieder [2554] * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) stupidity prevails! Tue, 30 Dec 2008 19:02:21 GMT rgrieder [2553] * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) Little performance optimisation. Tue, 30 Dec 2008 16:43:17 GMT scheusso [2552] * code/branches/presentation/src/network/GamestateManager.cc (modified) found a memory leak Tue, 30 Dec 2008 16:00:23 GMT rgrieder [2551] * code/branches/presentation/src/orxonox/gamestates/GSLevel.h (modified) Build fix. Tue, 30 Dec 2008 15:12:09 GMT rgrieder [2550] * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) Forget that you've ever read this eMail ;) Tue, 30 Dec 2008 14:27:39 GMT rgrieder [2549] * code/branches/presentation/src/core/RootGameState.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/presentation/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/presentation/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSRoot.h (modified) Moved tick time measurement to GSRoot. The values get combined with ... Tue, 30 Dec 2008 12:05:27 GMT scheusso [2548] * code/branches/presentation/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/presentation/src/orxonox/gamestates/GSGraphics.h (modified) Statistics of GSGraphics have a config value more now: avgLength It ... Tue, 30 Dec 2008 10:05:18 GMT rgrieder [2547] * code/branches/buildsystem2/src/orxonox/pch/havepch/PrecompiledHeaderFiles.cc (moved) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) Also moved PrecompiledHeaderFiles.cc to the new pch/havepch folder. Mon, 29 Dec 2008 16:43:40 GMT rgrieder [2546] * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/pch (added) * code/branches/buildsystem2/src/orxonox/pch/havepch (added) * code/branches/buildsystem2/src/orxonox/pch/havepch/OrxonoxStableHeaders.h (moved) * code/branches/buildsystem2/src/orxonox/pch/nopch (added) * code/branches/buildsystem2/src/orxonox/pch/nopch/OrxonoxStableHeaders.h (added) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops (modified) Workaround to avoid the dependencies from OrxonoxStableHeaders.h on ... Sun, 28 Dec 2008 23:04:54 GMT rgrieder [2545] * code/branches/presentation/src/core/input/InputManager.cc (modified) Gcc revealed a bug. Sun, 28 Dec 2008 22:57:27 GMT rgrieder [2544] * code/branches/presentation/src/core/input/InputManager.cc (modified) * code/branches/presentation/src/core/input/InputManager.h (modified) Removed ugly joy stick calibration hack. The calibration is now ... Sun, 28 Dec 2008 22:56:31 GMT rgrieder [2543] * code/branches/presentation/bin/def_keybindings.ini (modified) * code/branches/presentation/src/core/ConfigFileManager.cc (modified) * code/branches/presentation/src/core/ConfigValueContainer.cc (modified) * code/branches/presentation/src/core/ConfigValueContainer.h (modified) * code/branches/presentation/src/core/input/Button.cc (modified) * code/branches/presentation/src/core/input/Button.h (modified) * code/branches/presentation/src/core/input/InputInterfaces.h (modified) * code/branches/presentation/src/core/input/InputManager.cc (modified) * code/branches/presentation/src/core/input/InputManager.h (modified) * code/branches/presentation/src/core/input/KeyBinder.cc (modified) * code/branches/presentation/src/core/input/KeyBinder.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/presentation/visual_studio/vc8/util.vcproj (modified) - Fixed a bug in ConfigFileManager::getVectorSize(). If there were no ... Sun, 28 Dec 2008 21:57:18 GMT rgrieder [2542] * code/branches/presentation/src/util/OrxEnum.h (modified) Build fix for gcc. Sun, 28 Dec 2008 18:45:36 GMT rgrieder [2541] * code/branches/presentation/src/core/ConfigFileManager.h (modified) * code/branches/presentation/src/util/OrxEnum.h (added) * code/branches/presentation/visual_studio/vc8/util.vcproj (modified) Added OrxEnum which is a template class that helps to create ... Sun, 28 Dec 2008 18:42:30 GMT rgrieder [2540] * code/branches/presentation/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/presentation/src/orxonox/overlays/OverlayGroup.h (modified) Added comments to the WorldEntity except for the non physics section ... Sun, 28 Dec 2008 18:32:17 GMT rgrieder [2539] * code/branches/presentation/src/core/BaseObject.cc (modified) * code/branches/presentation/src/core/BaseObject.h (modified) * code/branches/presentation/src/core/XMLIncludes.h (modified) * code/branches/presentation/src/core/XMLPort.h (modified) XML Attribute are case insensitive now. However this does not applay ... Sun, 28 Dec 2008 18:23:10 GMT rgrieder [2538] * code/branches/presentation/visual_studio/vc8/core.vcproj (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vcproj (modified) - Reorganised core files in core msvc project. - Removed some dead ... Sun, 28 Dec 2008 18:21:17 GMT rgrieder [2537] * code/branches/presentation/src/orxonox/objects/Scene.cc (modified) * code/branches/presentation/src/orxonox/objects/Scene.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) - Removed a const_const that could be easily replaced - ... Sun, 28 Dec 2008 18:18:39 GMT rgrieder [2536] * code/branches/presentation/src/core/XMLPort.h (modified) FINALLY! Fixed the presentation bug, which was of my creation... I ... Sun, 28 Dec 2008 18:15:55 GMT rgrieder [2535] * code/branches/presentation/src/orxonox/objects/Scene.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/presentation/src/util/Math.h (modified) - Renamed TransformSpace::Space to TransformSpace::Enum - Small ... Sun, 28 Dec 2008 18:12:44 GMT rgrieder [2534] * code/branches/buildsystem2/TODO_buildsystem (deleted) * code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem2/src/util/String.cc (modified) * code/branches/buildsystem2/src/util/String.h (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) - Removed ugly hack with windows/unix file path conversion. - ... Tue, 23 Dec 2008 22:34:35 GMT rgrieder [2533] * code/branches/bugger (modified) * code/branches/bugger/src/core/Template.cc (modified) * code/branches/bugger/src/core/Template.h (modified) * code/branches/bugger/src/core/XMLFile.h (modified) * code/branches/bugger/src/core/XMLIncludes.h (modified) * code/branches/bugger/src/network/NetworkPrereqs.h (modified) * code/branches/bugger/src/network/Server.cc (modified) * code/branches/bugger/src/network/Server.h (modified) * code/branches/bugger/src/network/TrafficControl.cc (modified) * code/branches/bugger/src/network/TrafficControl.h (modified) * code/branches/bugger/src/network/packet/Gamestate.cc (modified) * code/branches/bugger/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/bugger/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/branches/bugger/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/bugger/src/network/synchronisable/Synchronisable.h (modified) * code/branches/bugger/src/orxonox/CameraManager.cc (modified) * code/branches/bugger/src/orxonox/CameraManager.h (modified) * code/branches/bugger/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/bugger/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/bugger/src/orxonox/objects/Level.cc (modified) * code/branches/bugger/src/orxonox/objects/Level.h (modified) * code/branches/bugger/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/bugger/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/bugger/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/bugger/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/Quest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestListener.cc (copied) * code/branches/bugger/src/orxonox/objects/quest/QuestListener.h (copied) * code/branches/bugger/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/bugger/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/bugger/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/bugger/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Planet.cc (copied) * code/branches/bugger/src/orxonox/objects/worldentities/Planet.h (copied) * code/branches/bugger/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/PlayerTrigger.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/bugger/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/bugger/src/orxonox/overlays/notifications (copied) * code/branches/bugger/src/orxonox/overlays/notifications/CMakeLists.txt (copied) * code/branches/bugger/src/orxonox/overlays/notifications/Notification.cc (copied) * code/branches/bugger/src/orxonox/overlays/notifications/Notification.h (copied) * code/branches/bugger/src/orxonox/overlays/notifications/NotificationManager.cc (copied) * code/branches/bugger/src/orxonox/overlays/notifications/NotificationManager.h (copied) * code/branches/bugger/src/orxonox/overlays/notifications/NotificationQueue.cc (copied) * code/branches/bugger/src/orxonox/overlays/notifications/NotificationQueue.h (copied) * code/branches/bugger/src/tolua/tolua-5.1.pkg (modified) * code/branches/bugger/src/util (modified) * code/branches/bugger/src/util/Exception.cc (modified) * code/branches/bugger/src/util/Exception.h (modified) * code/branches/bugger/src/util/SignalHandler.cc (modified) * code/branches/bugger/src/util/SignalHandler.h (modified) * code/branches/bugger/visual_studio/vc8/audio.vsprops (modified) * code/branches/bugger/visual_studio/vc8/base.vsprops (modified) * code/branches/bugger/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/core.vsprops (modified) * code/branches/bugger/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/bugger/visual_studio/vc8/debug.vsprops (modified) * code/branches/bugger/visual_studio/vc8/lua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/network.vcproj (modified) * code/branches/bugger/visual_studio/vc8/network.vsprops (modified) * code/branches/bugger/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/bugger/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/bugger/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/bugger/visual_studio/vc8/release.vsprops (modified) * code/branches/bugger/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/bugger/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/bugger/visual_studio/vc8/tolua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/bugger/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/bugger/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/bugger/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/bugger/visual_studio/vc8/util.vsprops (modified) Merged revisions 2384-2436 from presentation branch to bugger. Tue, 23 Dec 2008 22:15:09 GMT rgrieder [2532] * code/branches/bugger/src/network/GamestateManager.cc (modified) * code/branches/bugger/src/network/GamestateManager.h (modified) * code/branches/bugger/src/network/TrafficControl.cc (modified) * code/branches/bugger/src/network/TrafficControl.h (modified) * code/branches/bugger/src/network/packet/Gamestate.cc (modified) * code/branches/bugger/src/network/packet/Gamestate.h (modified) Merged revisions 2377-2382 to bugger from presentation. Tue, 23 Dec 2008 22:09:55 GMT rgrieder [2531] * code/branches/bugger (modified) * code/branches/bugger/src/core/Factory.cc (modified) * code/branches/bugger/src/core/Factory.h (modified) * code/branches/bugger/src/core/Identifier.cc (modified) * code/branches/bugger/src/core/Identifier.h (modified) * code/branches/bugger/src/core/Template.cc (modified) * code/branches/bugger/src/core/Template.h (modified) * code/branches/bugger/src/core/XMLFile.h (modified) * code/branches/bugger/src/core/XMLIncludes.h (modified) * code/branches/bugger/src/network/CMakeLists.txt (modified) * code/branches/bugger/src/network/Client.cc (modified) * code/branches/bugger/src/network/ClientInformation.cc (modified) * code/branches/bugger/src/network/ClientInformation.h (modified) * code/branches/bugger/src/network/ConnectionManager.cc (modified) * code/branches/bugger/src/network/GamestateClient.cc (modified) * code/branches/bugger/src/network/GamestateManager.cc (modified) * code/branches/bugger/src/network/NetworkCallback.h (deleted) * code/branches/bugger/src/network/NetworkPrereqs.h (modified) * code/branches/bugger/src/network/Synchronisable.cc (deleted) * code/branches/bugger/src/network/Synchronisable.h (deleted) * code/branches/bugger/src/network/TrafficControl.cc (copied) * code/branches/bugger/src/network/TrafficControl.h (copied) * code/branches/bugger/src/network/packet/DeleteObjects.cc (modified) * code/branches/bugger/src/network/packet/Gamestate.cc (modified) * code/branches/bugger/src/network/packet/Gamestate.h (modified) * code/branches/bugger/src/network/packet/Welcome.cc (modified) * code/branches/bugger/src/network/synchronisable (copied) * code/branches/bugger/src/network/synchronisable/CMakeLists.txt (copied) * code/branches/bugger/src/network/synchronisable/NetworkCallback.h (copied) * code/branches/bugger/src/network/synchronisable/NetworkCallbackManager.cc (copied) * code/branches/bugger/src/network/synchronisable/NetworkCallbackManager.h (copied) * code/branches/bugger/src/network/synchronisable/Synchronisable.cc (copied) * code/branches/bugger/src/network/synchronisable/Synchronisable.h (copied) * code/branches/bugger/src/network/synchronisable/SynchronisableSpecialisations.cc (copied) * code/branches/bugger/src/network/synchronisable/SynchronisableVariable.cc (copied) * code/branches/bugger/src/network/synchronisable/SynchronisableVariable.h (copied) * code/branches/bugger/src/orxonox/CameraManager.cc (modified) * code/branches/bugger/src/orxonox/CameraManager.h (modified) * code/branches/bugger/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/bugger/src/orxonox/objects/GlobalShader.cc (modified) * code/branches/bugger/src/orxonox/objects/GlobalShader.h (modified) * code/branches/bugger/src/orxonox/objects/Level.cc (modified) * code/branches/bugger/src/orxonox/objects/Level.h (modified) * code/branches/bugger/src/orxonox/objects/Scene.cc (modified) * code/branches/bugger/src/orxonox/objects/Scene.h (modified) * code/branches/bugger/src/orxonox/objects/Test.cc (modified) * code/branches/bugger/src/orxonox/objects/Test.h (modified) * code/branches/bugger/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/bugger/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/bugger/src/orxonox/objects/infos/Info.h (modified) * code/branches/bugger/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/bugger/src/orxonox/objects/items/Engine.cc (modified) * code/branches/bugger/src/orxonox/objects/items/Item.h (modified) * code/branches/bugger/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/branches/bugger/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/bugger/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/bugger/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/Quest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/bugger/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/bugger/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/bugger/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/bugger/src/tolua/tolua-5.1.pkg (modified) * code/branches/bugger/src/util (modified) * code/branches/bugger/src/util/Exception.cc (modified) * code/branches/bugger/src/util/Exception.h (modified) * code/branches/bugger/src/util/SignalHandler.cc (modified) * code/branches/bugger/src/util/SignalHandler.h (modified) * code/branches/bugger/src/util/mbool.h (modified) * code/branches/bugger/visual_studio/vc8/audio.vsprops (modified) * code/branches/bugger/visual_studio/vc8/base.vsprops (modified) * code/branches/bugger/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/core.vsprops (modified) * code/branches/bugger/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/bugger/visual_studio/vc8/debug.vsprops (modified) * code/branches/bugger/visual_studio/vc8/lua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/network.vcproj (modified) * code/branches/bugger/visual_studio/vc8/network.vsprops (modified) * code/branches/bugger/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/bugger/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/bugger/visual_studio/vc8/release.vsprops (modified) * code/branches/bugger/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/bugger/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/bugger/visual_studio/vc8/tolua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/bugger/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/bugger/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/bugger/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/bugger/visual_studio/vc8/util.vsprops (modified) Merged revision 2371 to bugger branch. Tue, 23 Dec 2008 21:40:38 GMT rgrieder [2530] * code/branches/bugger (modified) * code/branches/bugger/src/core/LuaBind.cc (modified) * code/branches/bugger/src/core/Template.cc (modified) * code/branches/bugger/src/core/Template.h (modified) * code/branches/bugger/src/core/XMLFile.h (modified) * code/branches/bugger/src/core/XMLIncludes.h (modified) * code/branches/bugger/src/orxonox/CameraManager.cc (modified) * code/branches/bugger/src/orxonox/CameraManager.h (modified) * code/branches/bugger/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/bugger/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/bugger/src/orxonox/objects/Level.cc (modified) * code/branches/bugger/src/orxonox/objects/Level.h (modified) * code/branches/bugger/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/bugger/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/bugger/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/bugger/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/bugger/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/Quest.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestEffectBeacon.cc (copied) * code/branches/bugger/src/orxonox/objects/quest/QuestEffectBeacon.h (copied) * code/branches/bugger/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/bugger/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/bugger/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/bugger/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/bugger/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc (copied) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/PlayerTrigger.h (copied) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/bugger/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/bugger/src/tolua/tolua-5.1.pkg (modified) * code/branches/bugger/src/util (modified) * code/branches/bugger/src/util/CMakeLists.txt (modified) * code/branches/bugger/src/util/Exception.cc (modified) * code/branches/bugger/src/util/Exception.h (modified) * code/branches/bugger/src/util/SignalHandler.cc (modified) * code/branches/bugger/src/util/SignalHandler.h (modified) * code/branches/bugger/visual_studio/vc8/audio.vsprops (modified) * code/branches/bugger/visual_studio/vc8/base.vsprops (modified) * code/branches/bugger/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/core.vsprops (modified) * code/branches/bugger/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/bugger/visual_studio/vc8/debug.vsprops (modified) * code/branches/bugger/visual_studio/vc8/lua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/network.vsprops (modified) * code/branches/bugger/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/bugger/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/bugger/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/bugger/visual_studio/vc8/release.vsprops (modified) * code/branches/bugger/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/bugger/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/bugger/visual_studio/vc8/tolua.vsprops (modified) * code/branches/bugger/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/bugger/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/bugger/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/bugger/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/bugger/visual_studio/vc8/util.vsprops (modified) merged revisions 2260 - 2508 from trunk to buggy. I'm sorry that I ... Tue, 23 Dec 2008 21:32:48 GMT rgrieder [2529] * code/branches/bugger (copied) Created test branch to merge the other way round incrementally with ... Mon, 22 Dec 2008 21:38:10 GMT rgrieder [2528] * code/branches/overlay (deleted) * code/branches/physics (deleted) * code/branches/physics_merge (deleted) Removed obsolete branches: physics, physics_merge and overlay. Mon, 22 Dec 2008 21:23:29 GMT rgrieder [2527] * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.h (modified) - Forgot to account for collision shape position and orientation when ... Mon, 22 Dec 2008 20:09:18 GMT rgrieder [2526] * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/cmake/CheckOrxonoxWinDeps.cmake (modified) Reenabled -fPIC flag, but only for non MINGW boxes because MinGW will ... Mon, 22 Dec 2008 19:35:19 GMT rgrieder [2525] * code/branches/buildsystem2/src/util/MultiType.cc (modified) * code/branches/buildsystem2/src/util/MultiType.h (modified) Fixed MT reset bug in this branch as well to test for another ... Mon, 22 Dec 2008 19:12:32 GMT rgrieder [2524] * code/branches/buildsystem2/src/network/packet/Packet.cc (modified) * code/branches/buildsystem2/src/orxonox/overlays/hud/HUDBar.cc (modified) Removed two gcc warnings. Mon, 22 Dec 2008 18:56:49 GMT rgrieder [2523] * code/branches/buildsystem2/bin/CMakeLists.txt (modified) def_masterKeybindings.ini was missing in the config files. Mon, 22 Dec 2008 18:53:51 GMT rgrieder [2522] * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) Commented building of audio library since it's no use anyway. Mon, 22 Dec 2008 18:48:30 GMT rgrieder [2521] * code/branches/buildsystem2/CMakeLists.txt (modified) Removed -fPIC flags (CMake does that automatically) Mon, 22 Dec 2008 18:17:46 GMT rgrieder [2520] * code/branches/buildsystem2/src/tolua/lua/doit.lua (modified) * code/branches/buildsystem2/src/tolua/lua/package.lua (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox_vc8.sln (modified) - Complete out-of-source builds working now with msvc (moved tolua ... Sun, 21 Dec 2008 22:06:12 GMT rgrieder [2519] * code/branches/buildsystem2/cmake/UseTolua.cmake (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) It is no more necessary to include UseTolua.cmake just before the ... Sun, 21 Dec 2008 21:36:51 GMT rgrieder [2518] * code/branches/buildsystem2/cmake/AddSourceFiles.cmake (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/input/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/packet/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/gui/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/gametypes/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/infos/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/pickup/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/munitions/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/projectiles/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/weaponSystem/weapons/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/worldentities/pawns/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/console/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/debug/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/tools/CMakeLists.txt (modified) Adjusted source file macros to cmake 2.6 because it offers ... Sun, 21 Dec 2008 17:59:57 GMT rgrieder [2517] * code/branches/buildsystem2/CMakeLists.txt (modified) removed -Wextra from C and CXX flags because the amount of warnings ... Sun, 21 Dec 2008 17:57:40 GMT rgrieder [2516] * code/branches/buildsystem2/bin/msvc/orxonox_vc8 (added) * code/branches/buildsystem2/bin/msvc/orxonox_vc8/debug (added) * code/branches/buildsystem2/bin/msvc/orxonox_vc8/debug/orxonox.ini (added) * code/branches/buildsystem2/bin/msvc/orxonox_vc8/release (added) * code/branches/buildsystem2/bin/msvc/orxonox_vc8/release/orxonox.ini (added) * code/branches/buildsystem2/init (deleted) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/network.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/ois.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj.user (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox_vc8.sln (modified) Fixed msvc build and adjusted some settings. Also removed init ... Sun, 21 Dec 2008 14:13:57 GMT rgrieder [2515] * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.h (modified) Callbacks with function pointers work virtually after all. Sun, 21 Dec 2008 13:44:00 GMT rgrieder [2514] * code/branches/presentation/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/objects/collisionshapes/SphereCollisionShape.h (modified) Resolved four issues with the collision shapes: - NetworkCallback ... Thu, 18 Dec 2008 10:28:50 GMT rgrieder [2513] * code/branches/presentation/src/core/Iterator.h (modified) * code/branches/presentation/src/orxonox/tools/Timer.h (modified) Fixed a bug in Timer.h: Include of Executor was missing, but when ... Wed, 17 Dec 2008 21:25:05 GMT rgrieder [2512] * code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem2/src/util/CMakeLists.txt (modified) Fixed build due to merge Wed, 17 Dec 2008 20:08:17 GMT rgrieder [2511] * code/branches/buildsystem2/cmake/FindDirectX.cmake (modified) Merged non 64 bit part of revision 2278 of buildsystem to buildsystem2. Wed, 17 Dec 2008 20:05:10 GMT rgrieder [2510] * code/branches/buildsystem2 (modified) * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/TODO_buildsystem (modified) * code/branches/buildsystem2/bin/CMakeLists.txt (modified) * code/branches/buildsystem2/bin/linux/orxonox.ini (modified) * code/branches/buildsystem2/bin/linux/run-script (modified) * code/branches/buildsystem2/bin/mingw/orxonox.bat (modified) * code/branches/buildsystem2/bin/mingw/orxonox.ini (modified) * code/branches/buildsystem2/bin/tardis/ogre.cfg (copied) * code/branches/buildsystem2/bin/tardis/orxonox.ini (modified) * code/branches/buildsystem2/cmake/CheckOrxonoxWinDeps.cmake (modified) * code/branches/buildsystem2/cmake/CheckTardis.cmake (modified) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) * code/branches/buildsystem2/cmake/FindDirectX.cmake (modified) * code/branches/buildsystem2/cmake/FindENet.cmake (modified) * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/cmake/FindOggVorbis.cmake (modified) * code/branches/buildsystem2/cmake/UseTolua.cmake (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/audio/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/LuaBind.cc (modified) * code/branches/buildsystem2/src/core/LuaBind.h (modified) * code/branches/buildsystem2/src/core/XMLIncludes.h (modified) * code/branches/buildsystem2/src/cpptcl/CMakeLists.txt (modified) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ois/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tinyxml/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tolua/all-5.0.lua (modified) * code/branches/buildsystem2/src/tolua/all-5.1.lua (modified) * code/branches/buildsystem2/src/util (modified) * code/branches/buildsystem2/src/util/CMakeLists.txt (modified) * code/branches/buildsystem2/src/util/Exception.cc (modified) * code/branches/buildsystem2/src/util/Exception.h (modified) * code/branches/buildsystem2/updateMedia.sh (deleted) * code/branches/buildsystem2/update_media (copied) * code/branches/buildsystem2/visual_studio/vc8/audio.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/debug.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/directories.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/network.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/buildsystem2/visual_studio/vc8/release.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/tolua.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/util.vsprops (modified) Merged revisions 2279-2401 of the buildsystem branch to buildsystem2. Wed, 17 Dec 2008 19:59:48 GMT rgrieder [2509] * code/branches/buildsystem2 (modified) * code/branches/buildsystem2/CMakeLists.txt (modified) * code/branches/buildsystem2/TODO_buildsystem (copied) * code/branches/buildsystem2/bin/CMakeLists.txt (copied) * code/branches/buildsystem2/bin/Plugins.cfg (deleted) * code/branches/buildsystem2/bin/linux (copied) * code/branches/buildsystem2/bin/linux/orxonox.ini (copied) * code/branches/buildsystem2/bin/linux/run-script (copied) * code/branches/buildsystem2/bin/mingw (copied) * code/branches/buildsystem2/bin/mingw/orxonox.bat (copied) * code/branches/buildsystem2/bin/mingw/orxonox.ini (copied) * code/branches/buildsystem2/bin/msvc (copied) * code/branches/buildsystem2/bin/msvc/debug (copied) * code/branches/buildsystem2/bin/msvc/debug/orxonox_d.ini (copied) * code/branches/buildsystem2/bin/msvc/release (copied) * code/branches/buildsystem2/bin/msvc/release/orxonox.ini (copied) * code/branches/buildsystem2/bin/ogre.cfg-init (deleted) * code/branches/buildsystem2/bin/orxonox.bat (deleted) * code/branches/buildsystem2/bin/plugins.cfg-init (deleted) * code/branches/buildsystem2/bin/run-script (deleted) * code/branches/buildsystem2/bin/tardis (copied) * code/branches/buildsystem2/bin/tardis/orxonox.ini (copied) * code/branches/buildsystem2/cmake/CheckOrxonoxWinDeps.cmake (copied) * code/branches/buildsystem2/cmake/CheckTardis.cmake (modified) * code/branches/buildsystem2/cmake/FindALUT.cmake (modified) * code/branches/buildsystem2/cmake/FindBoost.cmake (deleted) * code/branches/buildsystem2/cmake/FindCEGUI.cmake (modified) * code/branches/buildsystem2/cmake/FindCEGUI_OGRE.cmake (deleted) * code/branches/buildsystem2/cmake/FindENet.cmake (modified) * code/branches/buildsystem2/cmake/FindLua.cmake (deleted) * code/branches/buildsystem2/cmake/FindODE.cmake (deleted) * code/branches/buildsystem2/cmake/FindOGRE.cmake (modified) * code/branches/buildsystem2/cmake/FindOggVorbis.cmake (modified) * code/branches/buildsystem2/cmake/FindOpenAL.cmake (deleted) * code/branches/buildsystem2/cmake/FindPkgConfig.cmake (deleted) * code/branches/buildsystem2/cmake/FindTCL.cmake (deleted) * code/branches/buildsystem2/cmake/FindZLIB.cmake (deleted) * code/branches/buildsystem2/cmake/UseTolua.cmake (copied) * code/branches/buildsystem2/run (modified) * code/branches/buildsystem2/src/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.5.0 (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CEGUILua.cpp (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CEGUILua.h (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CEGUILuaFunctor.cpp (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CEGUILuaFunctor.h (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/CMakeLists.txt (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/lua_CEGUI.cpp (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/required.cpp (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0/ceguilua/required.h (copied) * code/branches/buildsystem2/src/ceguilua-0.5.0b (deleted) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CEGUILua.cpp (modified) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CEGUILuaFunctor.cpp (modified) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ceguilua-0.6.1/ceguilua/lua_CEGUI.cpp (modified) * code/branches/buildsystem2/src/core/CMakeLists.txt (modified) * code/branches/buildsystem2/src/core/CommandExecutor.h (modified) * code/branches/buildsystem2/src/core/LuaBind.cc (modified) * code/branches/buildsystem2/src/core/LuaBind.h (modified) * code/branches/buildsystem2/src/core/XMLIncludes.h (modified) * code/branches/buildsystem2/src/core/tolua (deleted) * code/branches/buildsystem2/src/lua (deleted) * code/branches/buildsystem2/src/network/CMakeLists.txt (modified) * code/branches/buildsystem2/src/ois/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/CMakeLists.txt (modified) * code/branches/buildsystem2/src/orxonox/Settings.cc (modified) * code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/buildsystem2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/buildsystem2/src/orxonox/gui/GUIManager.h (modified) * code/branches/buildsystem2/src/orxonox/tolua (deleted) * code/branches/buildsystem2/src/tinyxml/changes.txt (copied) * code/branches/buildsystem2/src/tinyxml/readme.txt (copied) * code/branches/buildsystem2/src/tinyxml/ticpp.cc (modified) * code/branches/buildsystem2/src/tinyxml/ticpp.h (modified) * code/branches/buildsystem2/src/tinyxml/ticpp_trunk_r98 (copied) * code/branches/buildsystem2/src/tinyxml/ticpprc.h (modified) * code/branches/buildsystem2/src/tinyxml/tinyxml.h (modified) * code/branches/buildsystem2/src/tolua/CMakeLists.txt (modified) * code/branches/buildsystem2/src/tolua/README (copied) * code/branches/buildsystem2/src/tolua/all-5.0.lua (copied) * code/branches/buildsystem2/src/tolua/all-5.1.lua (copied) * code/branches/buildsystem2/src/tolua/lua/array.lua (modified) * code/branches/buildsystem2/src/tolua/lua/basic.lua (modified) * code/branches/buildsystem2/src/tolua/lua/class.lua (modified) * code/branches/buildsystem2/src/tolua/lua/clean.lua (modified) * code/branches/buildsystem2/src/tolua/lua/code.lua (modified) * code/branches/buildsystem2/src/tolua/lua/compat-5.1.lua (modified) * code/branches/buildsystem2/src/tolua/lua/compat.lua (modified) * code/branches/buildsystem2/src/tolua/lua/container.lua (modified) * code/branches/buildsystem2/src/tolua/lua/custom.lua (modified) * code/branches/buildsystem2/src/tolua/lua/custom_hide.lua (modified) * code/branches/buildsystem2/src/tolua/lua/declaration.lua (modified) * code/branches/buildsystem2/src/tolua/lua/define.lua (modified) * code/branches/buildsystem2/src/tolua/lua/doit.lua (modified) * code/branches/buildsystem2/src/tolua/lua/enumerate.lua (modified) * code/branches/buildsystem2/src/tolua/lua/feature.lua (modified) * code/branches/buildsystem2/src/tolua/lua/function.lua (modified) * code/branches/buildsystem2/src/tolua/lua/module.lua (modified) * code/branches/buildsystem2/src/tolua/lua/namespace.lua (modified) * code/branches/buildsystem2/src/tolua/lua/operator.lua (modified) * code/branches/buildsystem2/src/tolua/lua/package.lua (modified) * code/branches/buildsystem2/src/tolua/lua/typedef.lua (modified) * code/branches/buildsystem2/src/tolua/lua/variable.lua (modified) * code/branches/buildsystem2/src/tolua/lua/verbatim.lua (modified) * code/branches/buildsystem2/src/tolua/tolua++.h (modified) * code/branches/buildsystem2/src/tolua/tolua-5.1.pkg (deleted) * code/branches/buildsystem2/src/tolua/tolua.c (modified) * code/branches/buildsystem2/src/tolua/tolua_is.c (modified) * code/branches/buildsystem2/src/tolua/tolua_map.c (modified) * code/branches/buildsystem2/src/tolua/tolua_push.c (modified) * code/branches/buildsystem2/src/tolua/toluabind.c (deleted) * code/branches/buildsystem2/src/tolua/toluabind.h (deleted) * code/branches/buildsystem2/src/util (modified) * code/branches/buildsystem2/src/util/CMakeLists.txt (modified) * code/branches/buildsystem2/src/util/Exception.cc (modified) * code/branches/buildsystem2/src/util/Exception.h (modified) * code/branches/buildsystem2/src/util/String.cc (modified) * code/branches/buildsystem2/src/util/String.h (modified) * code/branches/buildsystem2/visual_studio/vc8/audio.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/base.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/core.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/debug.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/directories.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/lua.vcproj (deleted) * code/branches/buildsystem2/visual_studio/vc8/lua.vsprops (deleted) * code/branches/buildsystem2/visual_studio/vc8/lua_static.vcproj (deleted) * code/branches/buildsystem2/visual_studio/vc8/lua_static.vsprops (deleted) * code/branches/buildsystem2/visual_studio/vc8/network.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/buildsystem2/visual_studio/vc8/release.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/buildsystem2/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/tolua.vsprops (modified) * code/branches/buildsystem2/visual_studio/vc8/tolua_static.vcproj (deleted) * code/branches/buildsystem2/visual_studio/vc8/tolua_static.vsprops (deleted) * code/branches/buildsystem2/visual_studio/vc8/toluaexe.vcproj (added) * code/branches/buildsystem2/visual_studio/vc8/toluaexe.vsprops (added) * code/branches/buildsystem2/visual_studio/vc8/toluagen.vcproj (deleted) * code/branches/buildsystem2/visual_studio/vc8/toluagen.vsprops (deleted) * code/branches/buildsystem2/visual_studio/vc8/toluagen_orxonox.vcproj (deleted) * code/branches/buildsystem2/visual_studio/vc8/toluagen_orxonox.vsprops (deleted) * code/branches/buildsystem2/visual_studio/vc8/util.vsprops (modified) Merged revisions 1875-2278 of the buildsystem branch to buildsystem2. Wed, 17 Dec 2008 19:43:19 GMT rgrieder [2508] * code/trunk/src/core/LuaBind.cc (modified) Bugfix in LuaBind.cc Wed, 17 Dec 2008 19:39:35 GMT rgrieder [2507] * code/branches/buildsystem2 (copied) Added merger branch for the build system. Probably going to merge ... Wed, 17 Dec 2008 17:18:41 GMT rgrieder [2506] * code/branches/presentation/src/core/Iterator.h (modified) * code/branches/presentation/src/network/packet/DeleteObjects.cc (modified) * code/branches/presentation/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/presentation/src/orxonox/tools/Timer.h (modified) Changed all C-Style casts with C++ casts that I was able to find with ... Wed, 17 Dec 2008 16:23:02 GMT rgrieder [2505] * code/branches/presentation/src/core/ObjectListIterator.h (modified) * code/branches/presentation/src/core/XMLPort.h (modified) - Removed XMLPortVariableOnLoad macro (can't possibly work at all) - ... Wed, 17 Dec 2008 16:21:09 GMT rgrieder [2504] * code/branches/presentation/src/orxonox/objects/pickup/Turbo.cc (modified) Typo or not? Wed, 17 Dec 2008 09:51:07 GMT rgrieder [2503] * code/branches/presentation/src/orxonox/objects/pickup/BaseItem.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/ShipEquipment.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/Turbo.cc (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vcproj (modified) Updated msvc files. Maybe fixed a bug in: if (condition); // Note ... Wed, 17 Dec 2008 08:52:46 GMT landauf [2502] * code/branches/presentation/src/orxonox/objects/pickup/CMakeLists.txt (modified) ups Wed, 17 Dec 2008 08:11:12 GMT landauf [2501] * code/branches/presentation/src/network/packet/Gamestate.cc (modified) * code/branches/presentation/src/orxonox/objects/GlobalShader.cc (modified) * code/branches/presentation/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/Weapon.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationQueue.h (modified) - GlobalShader in dedicated mode works again - Shooting as a client ... Wed, 17 Dec 2008 07:00:43 GMT landauf [2500] * code/branches/presentation (modified) * code/branches/presentation/bin/def_keybindings.ini (modified) * code/branches/presentation/src/core/Template.cc (modified) * code/branches/presentation/src/core/Template.h (modified) * code/branches/presentation/src/core/XMLFile.h (modified) * code/branches/presentation/src/core/XMLIncludes.h (modified) * code/branches/presentation/src/orxonox/CameraManager.cc (modified) * code/branches/presentation/src/orxonox/CameraManager.h (modified) * code/branches/presentation/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/presentation/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/presentation/src/orxonox/objects/controllers/HumanController.h (modified) * code/branches/presentation/src/orxonox/objects/items/Engine.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/BaseItem.cc (added) * code/branches/presentation/src/orxonox/objects/pickup/BaseItem.h (added) * code/branches/presentation/src/orxonox/objects/pickup/CMakeLists.txt (modified) * code/branches/presentation/src/orxonox/objects/pickup/PickupSpawner.cc (copied) * code/branches/presentation/src/orxonox/objects/pickup/PickupSpawner.h (copied) * code/branches/presentation/src/orxonox/objects/pickup/ShipEquipment.cc (copied) * code/branches/presentation/src/orxonox/objects/pickup/ShipEquipment.h (modified) * code/branches/presentation/src/orxonox/objects/pickup/ShipEquipmentClasses.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/ShipEquipmentClasses.h (modified) * code/branches/presentation/src/orxonox/objects/pickup/ShipItem.cc (modified) * code/branches/presentation/src/orxonox/objects/pickup/ShipItem.h (modified) * code/branches/presentation/src/orxonox/objects/pickup/Turbo.cc (copied) * code/branches/presentation/src/orxonox/objects/pickup/Turbo.h (copied) * code/branches/presentation/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Quest.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/presentation/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/pawns/SpaceShip.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/presentation/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/presentation/src/tolua/tolua-5.1.pkg (modified) * code/branches/presentation/src/util (modified) * code/branches/presentation/src/util/Exception.cc (modified) * code/branches/presentation/src/util/Exception.h (modified) * code/branches/presentation/src/util/SignalHandler.cc (modified) * code/branches/presentation/src/util/SignalHandler.h (modified) * code/branches/presentation/visual_studio/vc8/audio.vsprops (modified) * code/branches/presentation/visual_studio/vc8/base.vsprops (modified) * code/branches/presentation/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/core.vsprops (modified) * code/branches/presentation/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/presentation/visual_studio/vc8/debug.vsprops (modified) * code/branches/presentation/visual_studio/vc8/directories.vsprops (modified) * code/branches/presentation/visual_studio/vc8/lua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/network.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/presentation/visual_studio/vc8/release.vsprops (modified) * code/branches/presentation/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/presentation/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/presentation/visual_studio/vc8/tolua.vsprops (modified) * code/branches/presentation/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/presentation/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/presentation/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/presentation/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/presentation/visual_studio/vc8/util.vsprops (modified) merged pickups2 to presentation Wed, 17 Dec 2008 06:54:23 GMT scheusso [2499] * code/branches/presentation/src/orxonox/overlays/stats/CMakeLists.txt (modified) small fix in cmakelists ( client cannot steer, if server spawned ... Wed, 17 Dec 2008 05:02:47 GMT landauf [2498] * code/branches/presentation/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/branches/presentation/src/orxonox/overlays/stats/Scoreboard.h (modified) removed additional gametype_ from scoreboard initialize scoreboard ... Wed, 17 Dec 2008 04:41:29 GMT landauf [2497] * code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.h (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/presentation/src/orxonox/objects/weaponSystem/projectiles/Projectile.h (modified) * code/branches/presentation/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/presentation/src/orxonox/objects/worldentities/WorldEntity.cc (modified) - some changes, maybe fixed a crash, not sure - fixed strange ...