# # ChangeLog for code # # Generated by Trac 1.0.9 # Jun 13, 2024, 1:00:43 PM Sun, 20 Feb 2011 15:53:43 GMT bknecht [7932] * code/branches/hudimprovements/data/overlays/HUDTemplates3.oxo (modified) * code/branches/hudimprovements/src/modules/overlays/hud/HUDBar.cc (modified) * code/branches/hudimprovements/src/modules/overlays/hud/HUDBar.h (modified) * code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.cc (modified) * code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.h (modified) * code/branches/hudimprovements/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hudimprovements/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/hudimprovements/src/orxonox/worldentities/pawns/SpaceShip.h (modified) The boost bar is now flashing red when the boost is cooling down. ... Sun, 20 Feb 2011 15:40:19 GMT scheusso [7931] * code/branches/network6/src/libraries/core/ThreadWin.cc (modified) fix for windows Sun, 20 Feb 2011 14:28:18 GMT landauf [7930] * code/branches/usability/src/orxonox/controllers/HumanController.cc (modified) * code/branches/usability/src/orxonox/controllers/HumanController.h (modified) - fixed crash when calling toggleGodMode command without controllable ... Sun, 20 Feb 2011 14:11:30 GMT landauf [7929] * code/branches/usability/src/orxonox/sound/AmbientSound.cc (modified) forgot to call RegisterObject() for AmbientSound - music now again ... Sun, 20 Feb 2011 11:42:28 GMT landauf [7928] * code/branches/usability/data/gui/scripts/AudioMenu.lua (modified) * code/branches/usability/data/gui/scripts/ControlsMenu.lua (modified) * code/branches/usability/data/gui/scripts/CreditsMenu.lua (modified) * code/branches/usability/data/gui/scripts/DecisionPopup.lua (modified) * code/branches/usability/data/gui/scripts/GUISheet.lua (modified) * code/branches/usability/data/gui/scripts/GraphicsMenu.lua (modified) * code/branches/usability/data/gui/scripts/HostMenu.lua (modified) * code/branches/usability/data/gui/scripts/InGameMenu.lua (modified) * code/branches/usability/data/gui/scripts/KeyBindMenu.lua (modified) * code/branches/usability/data/gui/scripts/MainMenu.lua (modified) * code/branches/usability/data/gui/scripts/MiscConfigMenu.lua (modified) * code/branches/usability/data/gui/scripts/MouseControlsMenu.lua (modified) * code/branches/usability/data/gui/scripts/MultiplayerMenu.lua (modified) * code/branches/usability/data/gui/scripts/SettingsMenu.lua (modified) * code/branches/usability/data/gui/scripts/SheetManager.lua (modified) * code/branches/usability/data/gui/scripts/SingleplayerMenu.lua (modified) more improvements for keyboard control of menus: - added ... Sun, 20 Feb 2011 02:31:35 GMT landauf [7927] * code/branches/usability/data/gui/scripts/GUISheet.lua (modified) * code/branches/usability/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/usability/data/gui/scripts/SheetManager.lua (modified) renamed afterHide()/onAfterHide() as quit()/onQuit() as this seems to ... Sun, 20 Feb 2011 02:24:55 GMT landauf [7926] * code/branches/usability/data/gui/scripts/GUISheet.lua (modified) * code/branches/usability/data/gui/scripts/MultiplayerMenu.lua (modified) * code/branches/usability/data/gui/scripts/SheetManager.lua (modified) greatly improved keyboard controlled navigation in menus with sparse ... Sun, 20 Feb 2011 00:22:25 GMT landauf [7925] * code/branches/usability/data/gui/scripts/GUISheet.lua (modified) * code/branches/usability/data/gui/scripts/SheetManager.lua (modified) if a menu sheet was opened with the keyboard, preselect the first button Sun, 20 Feb 2011 00:10:38 GMT landauf [7924] * code/branches/usability/data/gui/scripts/KeyBindMenu.lua (modified) * code/branches/usability/data/gui/scripts/MiscConfigMenu.lua (modified) * code/branches/usability/data/gui/scripts/MouseControlsMenu.lua (modified) * code/branches/usability/data/gui/scripts/MultiplayerMenu.lua (modified) * code/branches/usability/data/gui/scripts/SettingsMenu.lua (modified) - the "back" button of MultiplayerMenu and SettingsMenu now fills the ... Sun, 20 Feb 2011 00:02:51 GMT bknecht [7923] * code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.cc (modified) Turns out that permanentBoost probably is used for something else ... Sat, 19 Feb 2011 23:47:57 GMT landauf [7922] * code/branches/usability/data/gui/scripts/AudioMenu.lua (modified) * code/branches/usability/data/gui/scripts/ControlsMenu.lua (modified) * code/branches/usability/data/gui/scripts/CreditsMenu.lua (modified) * code/branches/usability/data/gui/scripts/DecisionPopup.lua (modified) * code/branches/usability/data/gui/scripts/GUISheet.lua (modified) * code/branches/usability/data/gui/scripts/GUITools.lua (modified) * code/branches/usability/data/gui/scripts/GraphicsMenu.lua (modified) * code/branches/usability/data/gui/scripts/HostMenu.lua (modified) * code/branches/usability/data/gui/scripts/InGameMenu.lua (modified) * code/branches/usability/data/gui/scripts/MainMenu.lua (modified) * code/branches/usability/data/gui/scripts/MultiplayerMenu.lua (modified) * code/branches/usability/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/usability/data/gui/scripts/SettingsMenu.lua (modified) * code/branches/usability/data/gui/scripts/SheetManager.lua (modified) * code/branches/usability/data/gui/scripts/SingleplayerMenu.lua (modified) implemented new keyboard control of menu buttons with these new ... Sat, 19 Feb 2011 23:33:06 GMT bknecht [7920] * code/branches/hudimprovements/data/overlays/HUDTemplates3.oxo (modified) * code/branches/hudimprovements/src/modules/overlays/OverlaysPrereqs.h (modified) * code/branches/hudimprovements/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.cc (added) * code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.h (added) * code/branches/hudimprovements/src/orxonox/worldentities/pawns/SpaceShip.h (modified) added HUDBoostBar, an additional bar in the HUD to determine ... Sat, 19 Feb 2011 20:56:53 GMT bknecht [7919] * code/branches/hudimprovements (copied) new branch to visualize some new features for the player Sat, 19 Feb 2011 16:05:08 GMT landauf [7916] * code/branches/usability/data/gui/configs/CEGUIConfig.xsd (modified) * code/branches/usability/data/gui/schemes/GUIScheme.xsd (modified) * code/branches/usability/data/gui/schemes/OrxonoxLook.scheme (modified) * code/branches/usability/data/gui/schemes/TaharezGreenLook.scheme (modified) * code/branches/usability/data/gui/schemes/TaharezLook.scheme (modified) * code/branches/usability/data/gui/scripts/MultiplayerMenu.lua (modified) replaced tabs with spaces in files where they were used mixed Sat, 19 Feb 2011 15:38:44 GMT landauf [7915] * code/branches/usability (copied) creating usability branch to work on features which are more than ... Sat, 19 Feb 2011 15:33:50 GMT landauf [7914] * code/trunk/data/tcl/init.tcl (modified) since the mac_osx branch doesn't seem to get merged anytime soon, I ... Sat, 19 Feb 2011 15:25:52 GMT landauf [7913] * code/trunk/data/gui/scripts/GUITools.lua (modified) fixed crash when pressing 'enter' in a menu (why does no one notice ... Thu, 17 Feb 2011 23:08:00 GMT landauf [7911] * code/trunk/src/modules/pong/Pong.cc (modified) * code/trunk/src/modules/pong/Pong.h (modified) Pong gametype should delete the objects it created Thu, 17 Feb 2011 23:07:04 GMT landauf [7910] * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) Ok, here comes a tricky one: we knew the destructor of WorldEntity is ... Thu, 17 Feb 2011 16:15:53 GMT rgrieder [7909] * code/forks/sandbox_light/cmake/LibraryConfig.cmake (modified) * code/forks/sandbox_light/src/external/ogremath/OgrePrerequisites.h (modified) Added missing std includes to ogremath and removed boost thread and ... Thu, 17 Feb 2011 04:47:22 GMT rgrieder [7908] * code/forks/sandbox_light/CMakeLists.txt (modified) * code/forks/sandbox_light/INSTALL (modified) * code/forks/sandbox_light/README (deleted) * code/forks/sandbox_light/bin/CMakeLists.txt (modified) * code/forks/sandbox_light/bin/client1.bat.in (deleted) * code/forks/sandbox_light/bin/client1.in (deleted) * code/forks/sandbox_light/bin/client2.bat.in (deleted) * code/forks/sandbox_light/bin/client2.in (deleted) * code/forks/sandbox_light/bin/dedicated.bat.in (deleted) * code/forks/sandbox_light/bin/dedicated.in (deleted) * code/forks/sandbox_light/bin/dedicatedClient.bat.in (deleted) * code/forks/sandbox_light/bin/dedicatedClient.in (deleted) * code/forks/sandbox_light/bin/masterserver.bat.in (deleted) * code/forks/sandbox_light/bin/masterserver.in (deleted) * code/forks/sandbox_light/bin/server.bat.in (deleted) * code/forks/sandbox_light/bin/server.in (deleted) * code/forks/sandbox_light/bin/standalone.bat.in (deleted) * code/forks/sandbox_light/bin/standalone.in (deleted) * code/forks/sandbox_light/cmake/InstallConfig.cmake (modified) * code/forks/sandbox_light/cmake/LibraryConfig.cmake (modified) * code/forks/sandbox_light/cmake/LibraryConfigTardis.cmake (modified) * code/forks/sandbox_light/cmake/PackageConfig.cmake (modified) * code/forks/sandbox_light/cmake/PackageConfigMSVC.cmake (modified) * code/forks/sandbox_light/cmake/PackageConfigMinGW.cmake (modified) * code/forks/sandbox_light/cmake/tools/CheckOGREPlugins.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindALUT.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindCEGUI.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindDirectX.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindENet.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindLua.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindOGRE.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindOgg.cmake (deleted) * code/forks/sandbox_light/cmake/tools/FindVorbis.cmake (deleted) * code/forks/sandbox_light/cmake/tools/GenerateToluaBindings.cmake (deleted) * code/forks/sandbox_light/cmake/tools/TargetUtilities.cmake (modified) * code/forks/sandbox_light/data/CMakeLists.txt (modified) * code/forks/sandbox_light/data/DataInstallScript.cmake (deleted) * code/forks/sandbox_light/data/DefaultResources.oxr (deleted) * code/forks/sandbox_light/data/defaultConfig (deleted) * code/forks/sandbox_light/data/gui (deleted) * code/forks/sandbox_light/data/levels (deleted) * code/forks/sandbox_light/data/lua (deleted) * code/forks/sandbox_light/data/overlays (deleted) * code/forks/sandbox_light/data/particle (deleted) * code/forks/sandbox_light/data/tcl (deleted) * code/forks/sandbox_light/doc/api/Groups.dox (modified) * code/forks/sandbox_light/doc/api/images/orxonox.jpg (deleted) * code/forks/sandbox_light/doc/api/images/pickupmodule.png (deleted) * code/forks/sandbox_light/doc/api/images/questsystem.png (deleted) * code/forks/sandbox_light/doc/api/main.dox (modified) * code/forks/sandbox_light/src/CMakeLists.txt (modified) * code/forks/sandbox_light/src/SpecialConfig.h.in (modified) * code/forks/sandbox_light/src/external/CMakeLists.txt (modified) * code/forks/sandbox_light/src/external/bullet (deleted) * code/forks/sandbox_light/src/external/ceguilua (deleted) * code/forks/sandbox_light/src/external/cpptcl (deleted) * code/forks/sandbox_light/src/external/enet (deleted) * code/forks/sandbox_light/src/external/ogreceguirenderer (deleted) * code/forks/sandbox_light/src/external/ogremath (added) * code/forks/sandbox_light/src/external/ogremath/CMakeLists.txt (added) * code/forks/sandbox_light/src/external/ogremath/GLX (added) * code/forks/sandbox_light/src/external/ogremath/GLX/OgreTimer.cpp (added) * code/forks/sandbox_light/src/external/ogremath/GLX/OgreTimerImp.h (added) * code/forks/sandbox_light/src/external/ogremath/OSX (added) * code/forks/sandbox_light/src/external/ogremath/OSX/OgreTimer.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OSX/OgreTimerImp.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreBitwise.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreColourValue.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreColourValue.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreConfig.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreMath.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreMath.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreMatrix3.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreMatrix3.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreMatrix4.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreMatrix4.h (added) * code/forks/sandbox_light/src/external/ogremath/OgrePlane.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgrePlane.h (added) * code/forks/sandbox_light/src/external/ogremath/OgrePlatform.h (added) * code/forks/sandbox_light/src/external/ogremath/OgrePrerequisites.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreQuaternion.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreQuaternion.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreTimer.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreVector2.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreVector2.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreVector3.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreVector3.h (added) * code/forks/sandbox_light/src/external/ogremath/OgreVector4.cpp (added) * code/forks/sandbox_light/src/external/ogremath/OgreVector4.h (added) * code/forks/sandbox_light/src/external/ogremath/WIN32 (added) * code/forks/sandbox_light/src/external/ogremath/WIN32/OgreTimer.cpp (added) * code/forks/sandbox_light/src/external/ogremath/WIN32/OgreTimerImp.h (added) * code/forks/sandbox_light/src/external/ogremath/asm_math.h (added) * code/forks/sandbox_light/src/external/ois (deleted) * code/forks/sandbox_light/src/external/tinyxml (deleted) * code/forks/sandbox_light/src/external/tolua (deleted) * code/forks/sandbox_light/src/libraries/CMakeLists.txt (modified) * code/forks/sandbox_light/src/libraries/core/BaseObject.cc (deleted) * code/forks/sandbox_light/src/libraries/core/BaseObject.h (deleted) * code/forks/sandbox_light/src/libraries/core/CMakeLists.txt (modified) * code/forks/sandbox_light/src/libraries/core/ClassFactory.h (deleted) * code/forks/sandbox_light/src/libraries/core/ClassTreeMask.cc (deleted) * code/forks/sandbox_light/src/libraries/core/ClassTreeMask.h (deleted) * code/forks/sandbox_light/src/libraries/core/ConfigFileManager.cc (deleted) * code/forks/sandbox_light/src/libraries/core/ConfigFileManager.h (deleted) * code/forks/sandbox_light/src/libraries/core/ConfigValueContainer.cc (deleted) * code/forks/sandbox_light/src/libraries/core/ConfigValueContainer.h (deleted) * code/forks/sandbox_light/src/libraries/core/ConfigValueIncludes.h (deleted) * code/forks/sandbox_light/src/libraries/core/Core.cc (modified) * code/forks/sandbox_light/src/libraries/core/Core.h (modified) * code/forks/sandbox_light/src/libraries/core/CoreIncludes.h (deleted) * code/forks/sandbox_light/src/libraries/core/CorePrecompiledHeaders.h (deleted) * code/forks/sandbox_light/src/libraries/core/CorePrereqs.h (modified) * code/forks/sandbox_light/src/libraries/core/DynLib.cc (deleted) * code/forks/sandbox_light/src/libraries/core/DynLib.h (deleted) * code/forks/sandbox_light/src/libraries/core/DynLibManager.cc (deleted) * code/forks/sandbox_light/src/libraries/core/DynLibManager.h (deleted) * code/forks/sandbox_light/src/libraries/core/Event.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Event.h (deleted) * code/forks/sandbox_light/src/libraries/core/EventIncludes.h (deleted) * code/forks/sandbox_light/src/libraries/core/GUIManager.cc (deleted) * code/forks/sandbox_light/src/libraries/core/GUIManager.h (deleted) * code/forks/sandbox_light/src/libraries/core/Game.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Game.h (deleted) * code/forks/sandbox_light/src/libraries/core/GameMode.cc (deleted) * code/forks/sandbox_light/src/libraries/core/GameMode.h (deleted) * code/forks/sandbox_light/src/libraries/core/GameState.cc (deleted) * code/forks/sandbox_light/src/libraries/core/GameState.h (deleted) * code/forks/sandbox_light/src/libraries/core/GraphicsManager.cc (deleted) * code/forks/sandbox_light/src/libraries/core/GraphicsManager.h (deleted) * code/forks/sandbox_light/src/libraries/core/Identifier.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Identifier.h (deleted) * code/forks/sandbox_light/src/libraries/core/Iterator.h (deleted) * code/forks/sandbox_light/src/libraries/core/Language.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Language.h (deleted) * code/forks/sandbox_light/src/libraries/core/Loader.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Loader.h (deleted) * code/forks/sandbox_light/src/libraries/core/LuaState.cc (deleted) * code/forks/sandbox_light/src/libraries/core/LuaState.h (deleted) * code/forks/sandbox_light/src/libraries/core/MemoryArchive.cc (deleted) * code/forks/sandbox_light/src/libraries/core/MemoryArchive.h (deleted) * code/forks/sandbox_light/src/libraries/core/MetaObjectList.cc (deleted) * code/forks/sandbox_light/src/libraries/core/MetaObjectList.h (deleted) * code/forks/sandbox_light/src/libraries/core/Namespace.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Namespace.h (deleted) * code/forks/sandbox_light/src/libraries/core/NamespaceNode.cc (deleted) * code/forks/sandbox_light/src/libraries/core/NamespaceNode.h (deleted) * code/forks/sandbox_light/src/libraries/core/ObjectList.h (deleted) * code/forks/sandbox_light/src/libraries/core/ObjectListBase.cc (deleted) * code/forks/sandbox_light/src/libraries/core/ObjectListBase.h (deleted) * code/forks/sandbox_light/src/libraries/core/ObjectListIterator.h (deleted) * code/forks/sandbox_light/src/libraries/core/OrxonoxClass.cc (deleted) * code/forks/sandbox_light/src/libraries/core/OrxonoxClass.h (deleted) * code/forks/sandbox_light/src/libraries/core/PathConfig.cc (modified) * code/forks/sandbox_light/src/libraries/core/PathConfig.h (modified) * code/forks/sandbox_light/src/libraries/core/Resource.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Resource.h (deleted) * code/forks/sandbox_light/src/libraries/core/SmartPtr.h (deleted) * code/forks/sandbox_light/src/libraries/core/SubclassIdentifier.h (deleted) * code/forks/sandbox_light/src/libraries/core/Super.h (deleted) * code/forks/sandbox_light/src/libraries/core/Template.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Template.h (deleted) * code/forks/sandbox_light/src/libraries/core/Thread.cc (deleted) * code/forks/sandbox_light/src/libraries/core/Thread.h (deleted) * code/forks/sandbox_light/src/libraries/core/ThreadPool.cc (deleted) * code/forks/sandbox_light/src/libraries/core/ThreadPool.h (deleted) * code/forks/sandbox_light/src/libraries/core/ToluaInterface.h (deleted) * code/forks/sandbox_light/src/libraries/core/WeakPtr.h (deleted) * code/forks/sandbox_light/src/libraries/core/WindowEventListener.cc (deleted) * code/forks/sandbox_light/src/libraries/core/WindowEventListener.h (deleted) * code/forks/sandbox_light/src/libraries/core/XMLFile.h (deleted) * code/forks/sandbox_light/src/libraries/core/XMLNameListener.cc (deleted) * code/forks/sandbox_light/src/libraries/core/XMLNameListener.h (deleted) * code/forks/sandbox_light/src/libraries/core/XMLPort.cc (deleted) * code/forks/sandbox_light/src/libraries/core/XMLPort.h (deleted) * code/forks/sandbox_light/src/libraries/core/command (deleted) * code/forks/sandbox_light/src/libraries/core/input (deleted) * code/forks/sandbox_light/src/libraries/network (deleted) * code/forks/sandbox_light/src/libraries/tools (deleted) * code/forks/sandbox_light/src/libraries/util/CMakeLists.txt (modified) * code/forks/sandbox_light/src/libraries/util/Clipboard.cc (deleted) * code/forks/sandbox_light/src/libraries/util/Clipboard.h (deleted) * code/forks/sandbox_light/src/libraries/util/Clock.cc (modified) * code/forks/sandbox_light/src/libraries/util/DisplayStringConversions.h (deleted) * code/forks/sandbox_light/src/libraries/util/Exception.cc (modified) * code/forks/sandbox_light/src/libraries/util/ExprParser.cc (deleted) * code/forks/sandbox_light/src/libraries/util/ExprParser.h (deleted) * code/forks/sandbox_light/src/libraries/util/Math.cc (modified) * code/forks/sandbox_light/src/libraries/util/Math.h (modified) * code/forks/sandbox_light/src/libraries/util/MultiType.h (modified) * code/forks/sandbox_light/src/libraries/util/MultiTypeValue.h (modified) * code/forks/sandbox_light/src/libraries/util/Scope.cc (deleted) * code/forks/sandbox_light/src/libraries/util/Scope.h (deleted) * code/forks/sandbox_light/src/libraries/util/ScopedSingletonManager.cc (deleted) * code/forks/sandbox_light/src/libraries/util/ScopedSingletonManager.h (deleted) * code/forks/sandbox_light/src/libraries/util/Serialise.h (deleted) * code/forks/sandbox_light/src/libraries/util/UtilPrereqs.h (modified) * code/forks/sandbox_light/src/modules (deleted) * code/forks/sandbox_light/src/orxonox/CMakeLists.txt (modified) * code/forks/sandbox_light/src/orxonox/CameraManager.cc (deleted) * code/forks/sandbox_light/src/orxonox/CameraManager.h (deleted) * code/forks/sandbox_light/src/orxonox/ChatHistory.cc (deleted) * code/forks/sandbox_light/src/orxonox/ChatHistory.h (deleted) * code/forks/sandbox_light/src/orxonox/ChatInputHandler.cc (deleted) * code/forks/sandbox_light/src/orxonox/ChatInputHandler.h (deleted) * code/forks/sandbox_light/src/orxonox/Level.cc (deleted) * code/forks/sandbox_light/src/orxonox/Level.h (deleted) * code/forks/sandbox_light/src/orxonox/LevelInfo.cc (deleted) * code/forks/sandbox_light/src/orxonox/LevelInfo.h (deleted) * code/forks/sandbox_light/src/orxonox/LevelManager.cc (deleted) * code/forks/sandbox_light/src/orxonox/LevelManager.h (deleted) * code/forks/sandbox_light/src/orxonox/Main.cc (modified) * code/forks/sandbox_light/src/orxonox/MoodManager.cc (deleted) * code/forks/sandbox_light/src/orxonox/MoodManager.h (deleted) * code/forks/sandbox_light/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) * code/forks/sandbox_light/src/orxonox/OrxonoxPrereqs.h (modified) * code/forks/sandbox_light/src/orxonox/PawnManager.cc (deleted) * code/forks/sandbox_light/src/orxonox/PawnManager.h (deleted) * code/forks/sandbox_light/src/orxonox/PlayerManager.cc (deleted) * code/forks/sandbox_light/src/orxonox/PlayerManager.h (deleted) * code/forks/sandbox_light/src/orxonox/Radar.cc (deleted) * code/forks/sandbox_light/src/orxonox/Radar.h (deleted) * code/forks/sandbox_light/src/orxonox/Scene.cc (deleted) * code/forks/sandbox_light/src/orxonox/Scene.h (deleted) * code/forks/sandbox_light/src/orxonox/Test.cc (deleted) * code/forks/sandbox_light/src/orxonox/Test.h (deleted) * code/forks/sandbox_light/src/orxonox/collisionshapes (deleted) * code/forks/sandbox_light/src/orxonox/controllers (deleted) * code/forks/sandbox_light/src/orxonox/gamestates (deleted) * code/forks/sandbox_light/src/orxonox/gametypes (deleted) * code/forks/sandbox_light/src/orxonox/graphics (deleted) * code/forks/sandbox_light/src/orxonox/infos (deleted) * code/forks/sandbox_light/src/orxonox/interfaces (deleted) * code/forks/sandbox_light/src/orxonox/items (deleted) * code/forks/sandbox_light/src/orxonox/overlays (deleted) * code/forks/sandbox_light/src/orxonox/pickup (deleted) * code/forks/sandbox_light/src/orxonox/sound (deleted) * code/forks/sandbox_light/src/orxonox/weaponsystem (deleted) * code/forks/sandbox_light/src/orxonox/worldentities (deleted) Stripped down trunk to form a new light sandbox. Thu, 17 Feb 2011 04:42:45 GMT rgrieder [7907] * code/forks/sandbox_light (copied) New light sandbox from trunk Thu, 17 Feb 2011 04:41:58 GMT rgrieder [7906] * code/forks/sandbox_light (deleted) Deleted old light sandbox. Wed, 16 Feb 2011 21:29:06 GMT landauf [7905] * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) fixed positioning of independent children in destructor of WorldEntity Wed, 16 Feb 2011 21:23:00 GMT landauf [7904] * code/trunk/src/libraries/network/LANDiscoverable.h (modified) * code/trunk/src/libraries/util/Singleton.h (modified) * code/trunk/src/modules/overlays/hud/UnderAttackHealthBar.h (modified) * code/trunk/src/orxonox/graphics/ParticleEmitter.h (modified) 2x virtual because it may be required in some cases (Singleton & ... Wed, 16 Feb 2011 10:17:30 GMT scheusso [7903] * code/branches/lastmanstanding3/data/levels/lastManStanding.oxw (modified) * code/branches/lastmanstanding3/data/levels/lastTeamStanding.oxw (copied) * code/branches/lastmanstanding3/data/overlays/lastManStandingHUD.oxo (modified) * code/branches/lastmanstanding3/data/overlays/lastTeamStandingHUD.oxo (added) * code/branches/lastmanstanding3/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/lastmanstanding3/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/branches/lastmanstanding3/src/modules/overlays/hud/GametypeStatus.h (modified) * code/branches/lastmanstanding3/src/modules/overlays/hud/LastTeamStandingInfos.cc (added) * code/branches/lastmanstanding3/src/modules/overlays/hud/LastTeamStandingInfos.h (copied) * code/branches/lastmanstanding3/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/lastmanstanding3/src/orxonox/gametypes/CMakeLists.txt (modified) * code/branches/lastmanstanding3/src/orxonox/gametypes/Gametype.h (modified) * code/branches/lastmanstanding3/src/orxonox/gametypes/LastTeamStanding.cc (added) * code/branches/lastmanstanding3/src/orxonox/gametypes/LastTeamStanding.h (added) Merge branch 'jo-test' into lms3 Wed, 16 Feb 2011 09:14:04 GMT scheusso [7902] * code/branches/lastmanstanding3 (copied) creating new lastmanstanding branch Tue, 15 Feb 2011 14:38:54 GMT jo [7901] * code/branches/lastmanstanding2/data/levels/lastManStanding.oxw (modified) * code/branches/lastmanstanding2/data/levels/lastTeamStanding.oxw (modified) * code/branches/lastmanstanding2/data/overlays/lastTeamStandingHUD.oxo (modified) * code/branches/lastmanstanding2/src/modules/overlays/hud/GametypeStatus.cc (modified) * code/branches/lastmanstanding2/src/modules/overlays/hud/GametypeStatus.h (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/Gametype.h (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.cc (modified) Finally working as intended. Tue, 15 Feb 2011 13:34:09 GMT scheusso [7900] * code/branches/network6/src/libraries/core/Thread.cc (modified) * code/branches/network6/src/libraries/core/ThreadWin.cc (added) * code/branches/network6/src/libraries/network/Connection.cc (modified) castrating Thread.cc for windows because of high cpu usage Tue, 15 Feb 2011 10:41:02 GMT jo [7899] * code/branches/lastmanstanding2/data/levels/lastManStanding.oxw (modified) * code/branches/lastmanstanding2/data/overlays/lastManStandingHUD.oxo (modified) * code/branches/lastmanstanding2/data/overlays/lastTeamStandingHUD.oxo (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.cc (modified) Level polishing. Tue, 15 Feb 2011 10:37:15 GMT scheusso [7898] * code/branches/network6/src/libraries/network/Connection.cc (modified) * code/branches/network6/src/libraries/network/ServerConnection.cc (modified) * code/branches/network6/src/libraries/network/packet/Gamestate.cc (modified) trying to fix some uninitialised value warnings from valgrind remove ... Mon, 14 Feb 2011 23:15:43 GMT jo [7897] * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.h (modified) Problem with the destruction of the vector eachTeamsPlayers - ... Mon, 14 Feb 2011 22:21:33 GMT landauf [7896] * code/trunk/src/modules/weapons/munitions/RocketMunition.cc (modified) * code/trunk/src/orxonox/weaponsystem/Munition.cc (modified) actually I believe the condition should be the other way round ... Mon, 14 Feb 2011 22:14:46 GMT landauf [7895] * code/trunk/src/modules/weapons/munitions/RocketMunition.cc (modified) * code/trunk/src/orxonox/weaponsystem/Munition.cc (modified) implemented instant reloading of rocket munition because this was a ... Mon, 14 Feb 2011 22:02:58 GMT dafrick [7894] * code/branches/tutoriallevel/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel/src/libraries/core/GUIManager.cc (modified) * code/branches/tutoriallevel/src/libraries/core/GUIManager.h (modified) * code/branches/tutoriallevel/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel/src/modules/notifications/NotificationQueue.h (modified) Some extension of NotificationQueue, font size and color can now be ... Mon, 14 Feb 2011 21:59:22 GMT jo [7893] * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.h (modified) still problem with vector to fix Mon, 14 Feb 2011 21:51:44 GMT landauf [7892] * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) fixed bug in bug fix Mon, 14 Feb 2011 21:30:01 GMT landauf [7891] * code/trunk/src/libraries/core/input/Button.cc (modified) * code/trunk/src/libraries/core/input/InputCommands.h (modified) * code/trunk/src/libraries/core/input/KeyBinder.cc (modified) keybind mode shouldn't be changed if it was defined explicitly in the ... Mon, 14 Feb 2011 19:29:14 GMT jo [7890] * code/branches/lastmanstanding2/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/lastmanstanding2/src/orxonox/gametypes/LastTeamStanding.h (modified) trying to find a bug Mon, 14 Feb 2011 19:24:00 GMT landauf [7889] * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) hack-fix: overridden implementations of stopLocalHumanControl() were ... Mon, 14 Feb 2011 18:59:51 GMT landauf [7888] * code/trunk/data/gui/layouts/MiscConfigMenu.layout (modified) fixed title of miscellaneous settings Mon, 14 Feb 2011 17:20:03 GMT landauf [7887] * code/trunk/data/gui/layouts/HostMenu.layout (modified) * code/trunk/data/gui/layouts/NotificationLayer.layout (modified) * code/trunk/data/gui/schemes/OrxonoxHUDWidgets.scheme (modified) * code/trunk/data/gui/schemes/OrxonoxLook.scheme (modified) * code/trunk/data/gui/schemes/OrxonoxMenuWidgets.scheme (modified) * code/trunk/data/gui/scripts/HostMenu.lua (modified) * code/trunk/data/gui/scripts/NotificationLayer.lua (modified) eol-style native Mon, 14 Feb 2011 14:31:53 GMT landauf [7886] * code/trunk/src/modules/pong/PongBall.cc (modified) simplification Mon, 14 Feb 2011 14:27:56 GMT landauf [7885] * code/trunk/src/modules/pong/PongBall.cc (modified) * code/trunk/src/modules/pong/PongBall.h (modified) fixed minor memory leak Mon, 14 Feb 2011 08:00:48 GMT scheusso [7882] * code/branches/network6/src/libraries/network/Client.cc (modified) * code/branches/network6/src/libraries/network/GamestateManager.cc (modified) * code/branches/network6/src/libraries/network/Server.cc (modified) improving gamestate processing and generation Mon, 14 Feb 2011 07:58:47 GMT scheusso [7881] * code/branches/network6/src/libraries/network/Connection.cc (modified) fixing possible malloc/delete problem Sun, 13 Feb 2011 20:52:42 GMT landauf [7880] * code/trunk/src/modules/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/modules/overlays/hud/HUDRadar.h (modified) radar doesn't abort if owner is missing radar works with all ... Sun, 13 Feb 2011 20:35:47 GMT landauf [7879] * code/trunk/src/orxonox/CameraManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) moved compositor unloading to avoid crashes in rare cases disabled ... Sun, 13 Feb 2011 20:34:22 GMT scheusso [7878] * code/branches/network6/src/libraries/network/Client.cc (modified) * code/branches/network6/src/libraries/network/ClientConnection.cc (modified) * code/branches/network6/src/libraries/network/Connection.cc (modified) * code/branches/network6/src/libraries/network/Connection.h (modified) * code/branches/network6/src/libraries/network/GamestateHandler.h (modified) * code/branches/network6/src/libraries/network/GamestateManager.cc (modified) * code/branches/network6/src/libraries/network/GamestateManager.h (modified) * code/branches/network6/src/libraries/network/Server.cc (modified) * code/branches/network6/src/libraries/network/ServerConnection.cc (modified) -some cleaning up -fixing disconnect behaviour -trying to find a bug Sun, 13 Feb 2011 16:57:05 GMT dafrick [7877] * code/trunk/data/gui/scripts/InGameMenu.lua (modified) Some minor simplification in InGameMenu.lua Sun, 13 Feb 2011 16:49:41 GMT dafrick [7876] * code/trunk/data/gui/scripts/HostMenu.lua (modified) * code/trunk/data/gui/scripts/MultiplayerMenu.lua (modified) * code/trunk/data/gui/scripts/SingleplayerMenu.lua (modified) * code/trunk/src/libraries/core/GUIManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.h (modified) Extending startGame and similar console commands, now also the level ... Sun, 13 Feb 2011 13:29:30 GMT scheusso [7875] * code/branches/network6/src/libraries/network/WANDiscovery.cc (modified) using master.orxonox.net as new url for our masterserver Sun, 13 Feb 2011 00:25:46 GMT landauf [7874] * code/trunk/src/libraries/core/GUIManager.cc (modified) * code/trunk/src/libraries/core/GUIManager.h (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/libraries/core/WindowEventListener.cc (modified) * code/trunk/src/libraries/core/WindowEventListener.h (modified) * code/trunk/src/libraries/core/input/InputManager.cc (modified) * code/trunk/src/libraries/core/input/InputManager.h (modified) WindowEventListener now declares if the window's focus is active or ... Sat, 12 Feb 2011 20:10:41 GMT landauf [7873] * code/trunk/src/libraries/core/GUIManager.cc (modified) * code/trunk/src/libraries/core/GUIManager.h (modified) fixed mouse cursor offset after window resize Sat, 12 Feb 2011 18:40:56 GMT rgrieder [7872] * code/trunk/src/libraries/core/Core.cc (modified) Fixed msvc warning. Sat, 12 Feb 2011 18:39:29 GMT rgrieder [7871] * code/trunk/src/libraries/core/command/Functor.h (modified) Fixed msvc build: Functor does not necessarily have to be ... Sat, 12 Feb 2011 18:24:16 GMT landauf [7870] * code/trunk/src/libraries/core/Core.cc (modified) * code/trunk/src/libraries/core/Core.h (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) added feature: ogre config dialog keeps showing up on startup until ... Sat, 12 Feb 2011 16:18:30 GMT bknecht [7869] * code/branches/menuanimations2 (deleted) there will be an animation engine in CEGUI 0.7.x Sat, 12 Feb 2011 15:28:53 GMT landauf [7868] * code/trunk/src/libraries/core/Core.cc (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) use exit() instead of abort() if the ogre config dialog was canceled ... Sat, 12 Feb 2011 14:32:12 GMT landauf [7867] * code/branches/consolecommands2 (deleted) * code/branches/consolecommands3 (deleted) removed console command branches Sat, 12 Feb 2011 14:11:12 GMT bknecht [7866] * code/branches/menuanimations (deleted) removing old branch Sat, 12 Feb 2011 14:08:59 GMT landauf [7865] * code/trunk/data/levels/pong.oxw (moved) * code/trunk/src/modules/pong/Pong.cc (modified) * code/trunk/src/modules/pong/Pong.h (modified) renamed pong level, added a bot, and changed the pong gametype to ... Sat, 12 Feb 2011 14:08:01 GMT bknecht [7864] * code/branches/menuanimations2 (copied) creating new branch to work on menu animations Sat, 12 Feb 2011 12:09:42 GMT landauf [7863] * code/trunk/src/orxonox/controllers/HumanController.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Spectator.cc (modified) disabled suicide for Spectator Sat, 12 Feb 2011 10:57:28 GMT landauf [7862] * code/trunk/src/orxonox/controllers/HumanController.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Spectator.h (modified) added feature to Spectator which changes the keybind mode of the fire ... Sat, 12 Feb 2011 10:54:07 GMT landauf [7861] * code/trunk/src/libraries/core/command/ConsoleCommand.cc (modified) * code/trunk/src/libraries/core/command/ConsoleCommand.h (modified) * code/trunk/src/libraries/core/input/InputCommands.h (modified) * code/trunk/src/libraries/core/input/KeyBinder.cc (modified) * code/trunk/src/libraries/core/input/KeyBinder.h (modified) added function to KeyBinder which allows to change the keybind mode ... Sat, 12 Feb 2011 10:37:25 GMT landauf [7860] * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) fixed a few issues related to the free mouse look mode (default CTRL ... Sat, 12 Feb 2011 10:34:40 GMT landauf [7859] * code/trunk/src/libraries/core/input/HalfAxis.h (modified) * code/trunk/src/libraries/core/input/KeyBinder.cc (modified) * code/trunk/src/libraries/core/input/KeyBinder.h (modified) * code/trunk/src/orxonox/controllers/NewHumanController.cc (modified) * code/trunk/src/orxonox/controllers/NewHumanController.h (modified) implemented feature to reset the mouse cursor to the center used in ... Sat, 12 Feb 2011 10:30:33 GMT landauf [7858] * code/trunk/src/orxonox/sound/BaseSound.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.h (modified) removed some spaces Fri, 11 Feb 2011 16:17:39 GMT landauf [7857] * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Spectator.h (modified) - fixed a crash if mouse look was switched on and off for a ... Fri, 11 Feb 2011 15:05:55 GMT landauf [7856] * code/trunk/src/orxonox/sound/AmbientSound.cc (modified) * code/trunk/src/orxonox/sound/AmbientSound.h (modified) * code/trunk/src/orxonox/sound/BaseSound.cc (modified) * code/trunk/src/orxonox/sound/BaseSound.h (modified) * code/trunk/src/orxonox/sound/SoundManager.cc (modified) fixed (?) an endless loop in SoundManager::preUpdate if a non-looping ... Fri, 11 Feb 2011 13:20:13 GMT landauf [7855] * code/trunk/src/orxonox/sound/SoundManager.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.h (modified) fixed a bug which caused the application to crash if the game was ... Fri, 11 Feb 2011 12:03:47 GMT landauf [7854] * code/trunk/data/levels/presentationHS09b.oxw (modified) * code/trunk/data/levels/presentationPong.oxw (modified) * code/trunk/data/levels/sound.oxw (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/trunk/src/orxonox/sound/AmbientSound.cc (modified) * code/trunk/src/orxonox/sound/AmbientSound.h (modified) * code/trunk/src/orxonox/sound/BaseSound.h (modified) * code/trunk/src/orxonox/sound/CMakeLists.txt (modified) * code/trunk/src/orxonox/sound/WorldAmbientSound.cc (added) * code/trunk/src/orxonox/sound/WorldAmbientSound.h (added) * code/trunk/src/orxonox/sound/WorldSound.h (modified) detached AmbientSound from BaseObject - AmbientSound can not be ... Fri, 11 Feb 2011 00:38:36 GMT landauf [7853] * code/trunk/data/levels/presentationPong.oxw (modified) fixed ambient sound in pong level Thu, 10 Feb 2011 22:46:07 GMT landauf [7852] * code/trunk/src/modules/pong/Pong.h (modified) * code/trunk/src/modules/pong/PongBall.cc (modified) * code/trunk/src/modules/pong/PongBall.h (modified) fixed crash in Pong gametype if the game was ended right after the ... Thu, 10 Feb 2011 22:34:20 GMT landauf [7851] * code/trunk/src/libraries/core/XMLPort.h (modified) * code/trunk/src/libraries/core/command/Functor.h (modified) * code/trunk/src/libraries/tools/Timer.h (modified) * code/trunk/src/orxonox/weaponsystem/Munition.h (modified) added "safe mode" feature to FunctorMember: if enabled, the functor ... Thu, 10 Feb 2011 21:26:46 GMT landauf [7850] * code/trunk/src/libraries/core/OrxonoxClass.h (modified) * code/trunk/src/libraries/core/WeakPtr.h (modified) moved if(object) condition from WeakPtr to DestructionListener Thu, 10 Feb 2011 20:52:23 GMT landauf [7849] * code/trunk/src/libraries/core/CorePrereqs.h (modified) * code/trunk/src/libraries/core/OrxonoxClass.cc (modified) * code/trunk/src/libraries/core/OrxonoxClass.h (modified) * code/trunk/src/libraries/core/WeakPtr.h (modified) Added DestructionListener, a class which gets notified if a certain ... Thu, 10 Feb 2011 17:05:08 GMT landauf [7848] * code/trunk/src/modules/weapons/projectiles/Rocket.cc (modified) fixed "sound volume out of range" warning when firing a rocked. max ... Thu, 10 Feb 2011 16:42:29 GMT landauf [7847] * code/trunk/src/orxonox/weaponsystem/Munition.cc (modified) * code/trunk/src/orxonox/weaponsystem/WeaponMode.cc (modified) fixed two bugs regarding the munition Thu, 10 Feb 2011 15:59:00 GMT landauf [7846] * code/trunk/src/modules/weapons/WeaponsPrereqs.h (modified) * code/trunk/src/modules/weapons/munitions/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/munitions/RocketMunition.cc (added) * code/trunk/src/modules/weapons/munitions/RocketMunition.h (added) * code/trunk/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) fixed "No munition class defined in WeaponMode" warning: you have to ... Thu, 10 Feb 2011 15:56:45 GMT landauf [7845] * code/trunk/data/levels/fightInOurBack.oxw (modified) * code/trunk/data/levels/includes/weaponSettings1.oxi (deleted) * code/trunk/data/levels/includes/weaponSettings2.oxi (deleted) * code/trunk/data/levels/includes/weaponSettingsAssff.oxi (moved) * code/trunk/data/levels/templates/spaceshipAssff.oxt (modified) * code/trunk/data/levels/theTimeMachine.oxw (modified) renamed weaponSettings3.oxi as weaponSettingsAssff.oxi removed ... Thu, 10 Feb 2011 15:11:09 GMT landauf [7844] * code/trunk/src/libraries/network/packet/Gamestate.cc (modified) fixed warning. hope this works on all supported systems, because ... Thu, 03 Feb 2011 16:46:31 GMT jo [7843] * code/branches/ai/src/orxonox/controllers/AIController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) Little feature added: Bot's are following their victims. So that they ... Mon, 31 Jan 2011 22:36:18 GMT jo [7842] * code/branches/ai/src/orxonox/controllers/AIController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.h (modified) Console command still doesn't seem to work. botLevel_ is now defined ... Mon, 31 Jan 2011 20:33:18 GMT jo [7841] * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) That was not intened. Mon, 31 Jan 2011 20:30:13 GMT jo [7840] * code/branches/ai/src/orxonox/controllers/AIController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) Creating a console command. Mon, 31 Jan 2011 19:00:08 GMT dafrick [7839] * code/trunk/src/orxonox/LevelManager.cc (modified) Fixing bug in LevelManager, already fixed in tutoriallevel branch, ... Thu, 27 Jan 2011 21:55:30 GMT jo [7834] * code/branches/ai/data/levels/gametype_lastmanstanding.oxw (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) The bot's level can be set via spawnpoints. Example: lastmanstanding ... Thu, 27 Jan 2011 18:50:16 GMT jo [7833] * code/branches/ai/src/orxonox/controllers/AIController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.h (modified) The ai's strength can be modified by changing the value botlevel_ . ... Thu, 27 Jan 2011 14:58:04 GMT jo [7832] * code/branches/ai/src/orxonox/controllers/AIController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/ai/src/orxonox/controllers/ArtificialController.h (modified) Now the ai use lensflare if the weapon is on board and if they are ... Mon, 17 Jan 2011 19:51:15 GMT dafrick [7831] * code/branches/tutoriallevel/data/gui/layouts/QuestGUI.layout (modified) * code/branches/tutoriallevel/data/gui/scripts/QuestGUI.lua (modified) Improvements on QuestGUI, also documented some of the code. Sun, 16 Jan 2011 13:15:39 GMT dafrick [7830] * code/branches/tutoriallevel/data/gui/layouts/QuestGUI.layout (modified) * code/branches/tutoriallevel/data/gui/scripts/QuestGUI.lua (modified) * code/branches/tutoriallevel/data/gui/scripts/SingleplayerMenu.lua (modified) * code/branches/tutoriallevel/data/levels/quests.oxw (added) * code/branches/tutoriallevel/src/modules/questsystem/QuestManager.cc (modified) * code/branches/tutoriallevel/src/modules/questsystem/QuestManager.h (modified) New implementation of QuestGUI. Should be much more usable now, ... Thu, 13 Jan 2011 22:43:20 GMT dafrick [7829] * code/branches/tutoriallevel/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/tutoriallevel/src/modules/objects/triggers/TriggerBase.h (modified) Fixing small bug in MultiTrigger. Thu, 13 Jan 2011 20:56:25 GMT dafrick [7828] * code/branches/tutoriallevel/src/orxonox/LevelManager.cc (modified) Fixed bug in LevelManager. Thu, 13 Jan 2011 19:25:19 GMT jo [7827] * code/branches/ai/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/ai/src/orxonox/controllers/Detector.cc (added) * code/branches/ai/src/orxonox/controllers/Detector.h (added) First draft. The detector tries to detect events that are critical ... Thu, 13 Jan 2011 19:22:15 GMT dafrick [7826] * code/branches/tutoriallevel (copied) Creating new branch to work on tutorial level (and everything that ... Wed, 29 Dec 2010 22:41:51 GMT scheusso [7825] * code/branches/network6/src/libraries/network/ClientConnection.cc (modified) * code/branches/network6/src/libraries/network/Connection.cc (modified) * code/branches/network6/src/libraries/network/Connection.h (modified) * code/branches/network6/src/libraries/network/GamestateManager.cc (modified) * code/branches/network6/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/network6/src/libraries/network/synchronisable/Synchronisable.cc (modified) -enabling client-side gamestate diffing -added some optimisations Tue, 28 Dec 2010 18:11:32 GMT scheusso [7824] * code/branches/network6/src/libraries/network/Connection.cc (modified) this should prevent disconnecting clients from crashing our servers ;) Tue, 28 Dec 2010 15:46:42 GMT scheusso [7823] * code/branches/network6/src/libraries/network/CMakeLists.txt (modified) * code/branches/network6/src/libraries/network/ClientConnection.cc (modified) * code/branches/network6/src/libraries/network/ClientConnection.h (modified) * code/branches/network6/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/network6/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/network6/src/libraries/network/ClientInformation.cc (deleted) * code/branches/network6/src/libraries/network/ClientInformation.h (deleted) * code/branches/network6/src/libraries/network/Connection.cc (modified) * code/branches/network6/src/libraries/network/Connection.h (modified) * code/branches/network6/src/libraries/network/GamestateClient.cc (deleted) * code/branches/network6/src/libraries/network/GamestateClient.h (deleted) * code/branches/network6/src/libraries/network/GamestateManager.h (modified) * code/branches/network6/src/libraries/network/Host.cc (modified) * code/branches/network6/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/network6/src/libraries/network/Server.cc (modified) * code/branches/network6/src/libraries/network/Server.h (modified) * code/branches/network6/src/libraries/network/ServerConnection.cc (modified) * code/branches/network6/src/libraries/network/ServerConnection.h (modified) * code/branches/network6/src/libraries/network/packet/Packet.cc (modified) * code/branches/network6/src/libraries/network/packet/Packet.h (modified) * code/branches/network6/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/network6/src/orxonox/ChatHistory.cc (modified) * code/branches/network6/src/orxonox/ChatInputHandler.cc (modified) * code/branches/network6/src/orxonox/PlayerManager.cc (modified) * code/branches/network6/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/network6/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/network6/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/network6/src/orxonox/gametypes/LastManStanding.cc (modified) * code/branches/network6/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/network6/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/network6/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/network6/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/network6/src/orxonox/infos/PlayerInfo.cc (modified) again some structural changes in network to increase ...