# # ChangeLog for / # # Generated by Trac 1.0.9 # Mar 29, 2024, 9:35:45 AM Sat, 12 Sep 2015 14:10:02 GMT landauf [10580] * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/PluginManager.cc (modified) * code/branches/core7/src/libraries/core/module/PluginManager.h (modified) * code/branches/core7/src/libraries/core/module/PluginReference.cc (added) * code/branches/core7/src/libraries/core/module/PluginReference.h (added) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/Level.h (modified) it's now possible to define required plugins in the level definition ... Wed, 09 Sep 2015 14:14:14 GMT landauf [10579] * code/branches/core7/src/orxonox/Level.cc (modified) inverted dependency between level and gametype: gametype now ... Wed, 09 Sep 2015 14:10:21 GMT landauf [10578] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/Namespace.cc (modified) * code/branches/core7/src/libraries/core/object/StrongPtr.h (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) removed the 'bAddRef' argument from StrongPtr's constructor. it was a ... Wed, 09 Sep 2015 13:55:26 GMT landauf [10577] * code/branches/core7/src/libraries/core/Loader.cc (modified) no need to store the namespace again, this is already done in the ... Wed, 09 Sep 2015 12:15:46 GMT landauf [10576] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/class/Super.h (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core7/src/orxonox/infos/HumanPlayer.h (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/core7/src/orxonox/interfaces/Pickupable.h (modified) removed changedGametype and getOldGametype from BaseObject. the ... Wed, 09 Sep 2015 12:02:01 GMT landauf [10575] * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.h (modified) create the scoreboard directly with the correct gametype. this ... Wed, 09 Sep 2015 11:49:55 GMT landauf [10574] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/invader/Invader.cc (modified) * code/branches/core7/src/modules/invader/Invader.h (modified) * code/branches/core7/src/modules/objects/Planet.cc (modified) * code/branches/core7/src/modules/objects/Planet.h (modified) removed some init() functions, integrated them directly into the ... Wed, 09 Sep 2015 11:36:00 GMT landauf [10573] * code/branches/core7/src/orxonox/Level.cc (modified) there are no objects_ at this point, so it's not necessary to set the ... Wed, 09 Sep 2015 11:31:11 GMT landauf [10572] * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.h (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.cc (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.h (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.h (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.h (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.h (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) removed unnecessary code - setGametype or changedGametype is never ... Wed, 09 Sep 2015 11:11:13 GMT landauf [10571] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCenterPoint.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceHUDinfo.cc (modified) * code/branches/core7/src/modules/gametypes/OldRaceCheckPoint.cc (modified) * code/branches/core7/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/core7/src/modules/invader/InvaderCenterPoint.cc (modified) * code/branches/core7/src/modules/invader/InvaderHUDinfo.cc (modified) * code/branches/core7/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/core7/src/modules/jump/JumpScore.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4DgameBoard.cc (modified) * code/branches/core7/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core7/src/modules/overlays/hud/LastManStandingInfos.cc (modified) * code/branches/core7/src/modules/overlays/hud/LastTeamStandingInfos.cc (modified) * code/branches/core7/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core7/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core7/src/modules/pong/PongScore.cc (modified) * code/branches/core7/src/modules/tetris/TetrisBrick.cc (modified) * code/branches/core7/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/core7/src/modules/tetris/TetrisScore.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) BaseObject returns plain pointers instead of StrongPtrs for ... Tue, 08 Sep 2015 20:47:36 GMT landauf [10570] * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) not sure why Level was synchronized in Scene, but it doesn't seem to ... Tue, 08 Sep 2015 20:18:05 GMT landauf [10569] * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) fixed bug which was introduced in r10563: when unloading in client ... Tue, 08 Sep 2015 20:02:46 GMT landauf [10568] * code/branches/core7/src/libraries/core/object/Iterator.h (modified) * code/branches/core7/src/libraries/core/object/IteratorBase.h (modified) * code/branches/core7/src/libraries/core/object/ObjectListIterator.h (modified) Enforce type-safety of ObjectListIterator. Previously it was ... Tue, 08 Sep 2015 14:16:28 GMT landauf [10567] * code/branches/core7/src/libraries/core/object/ObjectList.h (modified) added functions to use ObjectList for any context Tue, 08 Sep 2015 13:42:30 GMT landauf [10566] * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.h (modified) moved destruction of all level objects from Client to GSLevel. ... Sun, 30 Aug 2015 12:36:27 GMT landauf [10565] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionIDs.cc (modified) fixed mapping of FunctionIDs - same reason like for ClassIDs in r10564 Sun, 30 Aug 2015 11:36:54 GMT landauf [10564] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/network/synchronisable/Synchronisable.cc (modified) bugfix: after receiving a ClassID packet, the client erases the list ... Sat, 29 Aug 2015 21:24:32 GMT landauf [10563] * code/branches/core7/src/orxonox/Level.cc (modified) level should be it's own level (the same pattern that is already used ... Sat, 29 Aug 2015 21:15:28 GMT landauf [10562] * code/branches/core7/src/libraries/core/Namespace.cc (modified) * code/branches/core7/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) removed unnecessary code - this is all done by passing the context to ... Sat, 29 Aug 2015 20:53:30 GMT landauf [10561] * code/branches/core7/src/libraries/core/input/JoyStick.cc (modified) * code/branches/core7/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/core7/src/libraries/network/WANDiscovery.cc (modified) found some unregistered classes Sat, 29 Aug 2015 16:58:38 GMT landauf [10560] * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) use auto-conversion Sat, 29 Aug 2015 16:55:25 GMT landauf [10559] * code/branches/core7/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/core7/src/modules/objects/triggers/DistanceMultiTrigger.h (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.h (modified) these two classes used pointers to weakptrs - why? just use normal ... Sat, 29 Aug 2015 16:45:20 GMT landauf [10558] * code/branches/core7/src/modules/objects/SpaceBoundaries.cc (modified) * code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core7/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.h (modified) no need to call get() on Weak or StrongPtr. they are automatically ... Sat, 29 Aug 2015 16:18:30 GMT landauf [10557] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.h (modified) * code/branches/core7/src/modules/invader/Invader.cc (modified) * code/branches/core7/src/modules/invader/Invader.h (modified) * code/branches/core7/src/modules/invader/InvaderEnemy.cc (modified) * code/branches/core7/src/modules/invader/InvaderEnemy.h (modified) * code/branches/core7/src/modules/invader/InvaderShip.cc (modified) * code/branches/core7/src/modules/invader/InvaderShip.h (modified) * code/branches/core7/src/modules/invader/InvaderWeapon.cc (modified) * code/branches/core7/src/modules/jump/JumpEnemy.cc (modified) * code/branches/core7/src/modules/jump/JumpEnemy.h (modified) * code/branches/core7/src/modules/jump/JumpItem.cc (modified) * code/branches/core7/src/modules/jump/JumpItem.h (modified) * code/branches/core7/src/modules/jump/JumpPlatform.cc (modified) * code/branches/core7/src/modules/jump/JumpPlatform.h (modified) * code/branches/core7/src/modules/jump/JumpProjectile.cc (modified) * code/branches/core7/src/modules/jump/JumpProjectile.h (modified) * code/branches/core7/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefenseEnemy.h (modified) * code/branches/core7/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core7/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) cleanup: no need to pass/return WeakPtrs to/from functions. normal ... Sat, 29 Aug 2015 15:40:08 GMT landauf [10556] * code/branches/core7/src/libraries/network/synchronisable/Serialise.h (modified) I assume that this should be WeakPtr instead of StrongPtr? Sat, 29 Aug 2015 15:35:59 GMT landauf [10555] * code/branches/core7/src/libraries/core/BaseObject.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/Namespace.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.h (modified) * code/branches/core7/src/libraries/core/object/Destroyable.cc (modified) * code/branches/core7/src/libraries/core/object/Destroyable.h (modified) * code/branches/core7/src/libraries/core/object/StrongPtr.h (moved) * code/branches/core7/src/libraries/network/synchronisable/Serialise.h (modified) * code/branches/core7/src/modules/overlays/hud/HUDHealthBar.h (modified) * code/branches/core7/src/modules/pickup/PickupSpawner.cc (modified) * code/branches/core7/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.cc (modified) * code/branches/core7/src/modules/tetris/Tetris.h (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/core7/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/core7/src/orxonox/sound/SoundBuffer.h (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/core7/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/core7/test/core/CMakeLists.txt (modified) * code/branches/core7/test/core/object/StrongPtrTest.cc (moved) renamed SmartPtr to StrongPtr (now we have weak and strong pointers) Sat, 29 Aug 2015 14:23:00 GMT landauf [10554] * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.h (modified) Gametype should store a WeakPtr to GametypeInfo to avoid circular ... Fri, 28 Aug 2015 20:35:51 GMT landauf [10553] * code/branches/core7/src/libraries/core/module/Plugin.cc (modified) fixed reference counting in unload() - unsigned int cannot be < 0 Thu, 27 Aug 2015 21:05:18 GMT landauf [10552] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/Plugin.cc (added) * code/branches/core7/src/libraries/core/module/Plugin.h (added) * code/branches/core7/src/libraries/core/module/PluginManager.cc (added) * code/branches/core7/src/libraries/core/module/PluginManager.h (added) added PluginManager to load/unload plugins at runtime Thu, 27 Aug 2015 20:50:34 GMT landauf [10551] * code/branches/core7/src/libraries/core/Core.cc (modified) fixed build Thu, 27 Aug 2015 20:41:54 GMT landauf [10550] * code/branches/core7/src/libraries/core/Core.cc (modified) use try-catch in inner function Thu, 27 Aug 2015 20:40:50 GMT landauf [10549] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (modified) renamed variable. it's the library's name (e.g. libpong) and not the ... Wed, 26 Aug 2015 20:09:43 GMT landauf [10548] * code/branches/core7/cmake/tools/TargetUtilities.cmake (modified) write the module's name into the .module/.plugin file Sun, 23 Aug 2015 09:57:53 GMT landauf [10547] * code/branches/core7/CMakeLists.txt (modified) * code/branches/core7/cmake/InstallConfig.cmake (modified) * code/branches/core7/cmake/tools/TargetUtilities.cmake (modified) * code/branches/core7/src/CMakeLists.txt (modified) * code/branches/core7/src/SpecialConfig.h.in (modified) * code/branches/core7/src/libraries/core/ApplicationPaths.cc (modified) * code/branches/core7/src/libraries/core/ApplicationPaths.h (modified) * code/branches/core7/src/libraries/core/Core.cc (modified) added support for plugins in the buildsystem. plugins are like ... Thu, 30 Jul 2015 12:13:21 GMT muemart [10546] * code/trunk/src/libraries/tools/TextureGenerator.cc (modified) Fix MSVC14/Visual Studio 2015 build: std::less must be constexpr Tue, 14 Jul 2015 21:23:57 GMT bknecht [10545] * code/branches/cpp11/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/cpp11/src/orxonox/chat/ChatManager.cc (modified) * code/branches/cpp11/src/orxonox/controllers/ArtificialController.cc (modified) rewrote a couple of for loops to use C++11 notation. Also made small ... Sun, 07 Jun 2015 13:24:55 GMT landauf [10544] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/object/Context.cc (modified) * code/branches/core7/src/libraries/core/object/Context.h (modified) * code/branches/core7/test/core/class/IdentifiableTest.cc (modified) * code/branches/core7/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierNestedClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierTest.cc (modified) * code/branches/core7/test/core/class/OrxonoxClassTest.cc (modified) * code/branches/core7/test/core/class/OrxonoxInterfaceTest.cc (modified) * code/branches/core7/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core7/test/core/class/SuperTest.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) * code/branches/core7/test/core/object/ClassFactoryTest.cc (modified) * code/branches/core7/test/core/object/ContextTest.cc (modified) * code/branches/core7/test/core/object/IteratorTest.cc (modified) * code/branches/core7/test/core/object/ListableTest.cc (modified) * code/branches/core7/test/core/object/ObjectListIteratorTest.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) fixed tests Sun, 07 Jun 2015 12:50:04 GMT landauf [10543] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/object/Context.cc (modified) create and destroy root-context in a controlled manner Sun, 07 Jun 2015 12:16:55 GMT landauf [10542] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.cc (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.h (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.cc (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.h (modified) * code/branches/core7/src/libraries/network/NetworkStaticInitializationHandler.cc (modified) clean and explicit setup/shutdown of singletons that are used by ... Sun, 07 Jun 2015 11:53:29 GMT landauf [10541] * code/branches/core7/src/libraries/core/module/DynLib.h (modified) * code/branches/core7/src/libraries/core/module/DynLibManager.h (modified) fixed include paths Sun, 07 Jun 2015 11:11:07 GMT landauf [10540] * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/DynLib.cc (moved) * code/branches/core7/src/libraries/core/module/DynLib.h (moved) * code/branches/core7/src/libraries/core/module/DynLibManager.cc (moved) * code/branches/core7/src/libraries/core/module/DynLibManager.h (moved) moved DynLib and DynLibManager into module sub-directory Sun, 07 Jun 2015 10:10:24 GMT landauf [10539] * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.h (modified) * code/branches/core7/src/libraries/core/class/Identifier.h (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (modified) * code/branches/core7/src/libraries/core/object/Context.cc (modified) * code/branches/core7/src/libraries/core/object/Context.h (modified) destroy objects before deleting identifiers (when unloading a module) Sun, 07 Jun 2015 09:57:31 GMT landauf [10538] * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (modified) now that the order of initialization is well defined (first ... Sun, 07 Jun 2015 08:56:59 GMT landauf [10537] * code/branches/core7/src/libraries/core/class/Identifier.h (modified) made some functions private in ClassIdentifier Sat, 06 Jun 2015 22:12:20 GMT landauf [10536] * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.cc (modified) unload in reversed order Sat, 06 Jun 2015 21:52:25 GMT landauf [10535] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationHandlerIncludes.h (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.h (modified) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.cc (modified) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (modified) * code/branches/core7/src/libraries/network/CMakeLists.txt (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/core7/src/libraries/network/NetworkStaticInitializationHandler.cc (added) * code/branches/core7/src/libraries/network/NetworkStaticInitializationHandler.h (added) * code/branches/core7/test/core/class/IdentifiableTest.cc (modified) * code/branches/core7/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierNestedClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierTest.cc (modified) * code/branches/core7/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core7/test/core/class/SuperTest.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) * code/branches/core7/test/core/object/ClassFactoryTest.cc (modified) * code/branches/core7/test/core/object/ContextTest.cc (modified) * code/branches/core7/test/core/object/IteratorTest.cc (modified) * code/branches/core7/test/core/object/ListableTest.cc (modified) * code/branches/core7/test/core/object/ObjectListIteratorTest.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) statically initialized instances are now registered with a type. ... Sat, 06 Jun 2015 16:24:22 GMT landauf [10534] * code/branches/core7/test/core/class/IdentifiableTest.cc (modified) * code/branches/core7/test/core/class/IdentifierTest.cc (modified) fix Sat, 06 Jun 2015 16:12:11 GMT landauf [10533] * code/branches/core7/test/core/class/IdentifiableTest.cc (modified) * code/branches/core7/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierTest.cc (modified) fixed tests Sat, 06 Jun 2015 14:38:45 GMT landauf [10532] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.h (modified) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationHandler.cc (deleted) * code/branches/core7/src/libraries/core/module/StaticInitializationHandler.h (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.cc (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.h (modified) use CoreStaticInitializationHandler to initialize core instances Sat, 06 Jun 2015 13:56:39 GMT landauf [10531] * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.cc (added) * code/branches/core7/src/libraries/core/CoreStaticInitializationHandler.h (added) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/module/StaticInitializationHandler.cc (added) * code/branches/core7/src/libraries/core/module/StaticInitializationHandler.h (added) * code/branches/core7/src/libraries/core/module/StaticInitializationHandlerIncludes.cc (added) * code/branches/core7/src/libraries/core/module/StaticInitializationHandlerIncludes.h (added) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.cc (added) * code/branches/core7/src/libraries/core/module/StaticInitializationManager.h (added) added draft for StaticInitializationHandler Sat, 06 Jun 2015 12:45:20 GMT landauf [10530] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (modified) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.cc (modified) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierNestedClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core7/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core7/test/core/class/SuperTest.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) * code/branches/core7/test/core/object/ClassFactoryTest.cc (modified) * code/branches/core7/test/core/object/ContextTest.cc (modified) * code/branches/core7/test/core/object/IteratorTest.cc (modified) * code/branches/core7/test/core/object/ListableTest.cc (modified) * code/branches/core7/test/core/object/ObjectListIteratorTest.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) statically initialized instances may contain a type. currently not used. Sat, 06 Jun 2015 10:38:40 GMT landauf [10529] * code/branches/core7/cmake/tools/FindVLD.cmake (modified) find VLD (the path in the PATH variable points to bin/WinXX, so we ... Sat, 06 Jun 2015 10:37:27 GMT landauf [10528] * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (modified) destroy singleton when wrapper is destroyed Sat, 06 Jun 2015 08:43:12 GMT landauf [10527] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/DynLib.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) unload modules, unload and destroy all statically initialized instances Sat, 06 Jun 2015 08:37:40 GMT landauf [10526] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) identifier removes itself from all related identifiers when being ... Thu, 04 Jun 2015 21:09:40 GMT landauf [10525] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.h (modified) unload debug overly while unloading graphics Thu, 04 Jun 2015 20:32:52 GMT landauf [10524] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/Game.h (modified) unload graphics when the game exits Sun, 31 May 2015 12:46:32 GMT landauf [10523] * code/branches/core7/src/libraries/core/DynLib.cc (modified) bugfix: DynLib::mName must be equal to the string in the ... Sun, 31 May 2015 12:24:07 GMT landauf [10522] * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.cc (modified) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.h (modified) remove StaticallyInitializedInstance from the same module where it ... Sun, 31 May 2015 11:41:55 GMT landauf [10521] * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (modified) bugfix: the wrong set was used Sun, 31 May 2015 09:54:06 GMT landauf [10520] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.cc (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.h (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) StaticallyInitializedInstances are now responsible to delete the ... Sun, 31 May 2015 09:26:33 GMT landauf [10519] * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (modified) only verify freshly initialized identifiers Sun, 31 May 2015 08:56:32 GMT landauf [10518] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (modified) load modules AFTER core was initialized. load each module with a ... Sun, 31 May 2015 08:54:39 GMT landauf [10517] * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (modified) activating a scopelistener right after registering may not be the ... Sun, 31 May 2015 08:38:09 GMT landauf [10516] * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) fixed compilation error on buildserver Sun, 31 May 2015 08:26:39 GMT landauf [10515] * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (modified) if the scope is already active when a scopelistener is registered, ... Sun, 31 May 2015 08:22:59 GMT landauf [10514] * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (modified) don't store scope in ScopeListener - instead register the listener in ... Sun, 31 May 2015 08:14:12 GMT landauf [10513] * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (modified) refactoring: moved code from Scope.h into ScopeManager Sat, 30 May 2015 20:59:13 GMT landauf [10512] * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.h (modified) fixed issue: Class(T) may not be allowed in ... Sat, 30 May 2015 19:59:31 GMT landauf [10511] * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) bugfix: comparison function was not symmetric. e.g. two ... Sat, 30 May 2015 11:13:23 GMT landauf [10510] * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) fixed CMakeLists.txt Sat, 30 May 2015 10:22:27 GMT landauf [10509] * code/branches/core7/src/libraries/core/ApplicationPaths.cc (copied) * code/branches/core7/src/libraries/core/ApplicationPaths.h (copied) * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/ConfigurablePaths.cc (moved) * code/branches/core7/src/libraries/core/ConfigurablePaths.h (moved) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Core.h (modified) * code/branches/core7/src/libraries/core/CoreConfig.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/Language.cc (modified) * code/branches/core7/src/libraries/core/command/Shell.cc (modified) * code/branches/core7/src/libraries/core/command/TclBind.cc (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.cc (modified) * code/branches/core7/src/libraries/core/config/ConfigFile.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core7/src/libraries/tools/ResourceLocation.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.h (modified) moved static application paths (root, executable, modules) into new ... Sat, 30 May 2015 08:18:07 GMT landauf [10508] * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/Loader.cc (modified) * code/branches/core7/src/libraries/core/Loader.h (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) removed unused code from Loader Thu, 28 May 2015 09:39:26 GMT maxima [10507] * code/branches/presentationFS15/data/levels/presentationFS15.oxw (modified) Presentation level changed Thu, 28 May 2015 09:38:42 GMT maxima [10506] * data/trunk/images/textures/Alien.png (added) * data/trunk/materials/Alien.material (added) Alien by liepatri Thu, 28 May 2015 09:26:38 GMT maxima [10505] * code/branches/presentationFS15/data/gui/scripts/presentation.lua (modified) * code/branches/presentationFS15/data/gui/scripts/testscript.lua (modified) * code/branches/presentationFS15/data/levels/presentationFS15.oxw (modified) * code/branches/presentationFS15/src/orxonox/controllers/ScriptController.cc (modified) changed the presentation level and script Thu, 28 May 2015 08:41:23 GMT maxima [10504] * code/branches/presentationFS15/data/levels/presentationFS15.oxw (modified) * code/branches/presentationFS15/data/levels/templates/orbStation.oxt (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.cc (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.cc (modified) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (modified) Bugfix: See Commit 10502. New orbStation Template. Wed, 27 May 2015 14:26:20 GMT meggiman [10503] * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (modified) Changed Speed of Bomb to 600 and reduced flying time to 2.5 seconds. Wed, 27 May 2015 14:23:44 GMT meggiman [10502] * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.cc (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.cc (modified) Bugfix: Game crashed if a pawn was directly hit by the bomb. Changed ... Wed, 27 May 2015 13:08:53 GMT maxima [10501] * data/trunk/images/textures/OrbStation_Antenna.png (added) * data/trunk/images/textures/OrbStation_OpenPlat.png (added) * data/trunk/images/textures/OrbStation_Parabola.png (added) * data/trunk/images/textures/OrbStation_Platform.png (added) * data/trunk/images/textures/OrbStation_Ring_1.png (added) * data/trunk/images/textures/OrbStation_Ring_2.png (added) * data/trunk/images/textures/OrbStation_Ring_3.png (added) * data/trunk/images/textures/OrbStation_Ring_4.png (added) * data/trunk/images/textures/OrbStation_Ring_5.png (added) * data/trunk/images/textures/OrbStation_Sphere.png (added) * data/trunk/materials/OrbStation_Antenna.material (added) * data/trunk/materials/OrbStation_OpenPlat.material (added) * data/trunk/materials/OrbStation_Parabola.material (added) * data/trunk/materials/OrbStation_Platform.material (added) * data/trunk/materials/OrbStation_Ring_1.material (added) * data/trunk/materials/OrbStation_Ring_2.material (added) * data/trunk/materials/OrbStation_Ring_3.material (added) * data/trunk/materials/OrbStation_Ring_4.material (added) * data/trunk/materials/OrbStation_Ring_5.material (added) * data/trunk/materials/OrbStation_Sphere.material (added) * data/trunk/models/OrbStation_Antenna.mesh (added) * data/trunk/models/OrbStation_OpenPlat.mesh (added) * data/trunk/models/OrbStation_Parabola.mesh (added) * data/trunk/models/OrbStation_Platform.mesh (added) * data/trunk/models/OrbStation_Ring_1.mesh (added) * data/trunk/models/OrbStation_Ring_2.mesh (added) * data/trunk/models/OrbStation_Ring_3.mesh (added) * data/trunk/models/OrbStation_Ring_4.mesh (added) * data/trunk/models/OrbStation_Ring_5.mesh (added) * data/trunk/models/OrbStation_Sphere.mesh (added) files for orbstation Wed, 27 May 2015 12:56:19 GMT sborghi [10500] * code/branches/formationFS15/data/levels/templates/orbStation.oxt (modified) Final template with all new models and rotation parabola. Wed, 27 May 2015 12:36:07 GMT maxima [10499] * code/branches/presentationFS15/data/gui/scripts/presentation.lua (added) * code/branches/presentationFS15/data/gui/scripts/testscript.lua (modified) * code/branches/presentationFS15/data/levels/scriptController.oxw (modified) * code/branches/presentationFS15/data/levels/templates/spaceshipRing.oxt (modified) * code/branches/presentationFS15/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/presentationFS15/src/orxonox/controllers/ControllerDirector.h (modified) New XMLPort for ControllerDirector. The name of the script can now be ... Wed, 27 May 2015 11:11:01 GMT maxima [10498] * code/branches/presentationFS15/data/levels/includes/weaponSettingsFS15.oxi (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsRing.oxi (modified) * code/branches/presentationFS15/data/levels/presentationFS15.oxw (modified) * code/branches/presentationFS15/data/levels/templates/spaceshipFS15.oxt (modified) * code/branches/presentationFS15/data/levels/templates/spaceshipHeartAttack.oxt (modified) * code/branches/presentationFS15/data/levels/templates/spaceshipRing.oxt (modified) Pres level modified Wed, 27 May 2015 08:45:56 GMT maxima [10497] * code/branches/presentationFS15/data/gui/scripts/MultiplayerMenu.lua (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsHeartAttack.oxi (modified) * code/branches/presentationFS15/src/libraries/network/GamestateManager.h (modified) * code/branches/presentationFS15/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/presentationFS15/src/libraries/network/LANDiscoverable.h (modified) * code/branches/presentationFS15/src/libraries/network/LANDiscovery.cc (modified) * code/branches/presentationFS15/src/libraries/network/LANDiscovery.h (modified) * code/branches/presentationFS15/src/libraries/network/MasterServer.cc (modified) * code/branches/presentationFS15/src/libraries/network/MasterServer.h (modified) * code/branches/presentationFS15/src/libraries/network/MasterServerProtocol.h (modified) * code/branches/presentationFS15/src/libraries/network/PeerList.cc (modified) * code/branches/presentationFS15/src/libraries/network/PeerList.h (modified) * code/branches/presentationFS15/src/libraries/network/Server.cc (modified) * code/branches/presentationFS15/src/libraries/network/Server.h (modified) * code/branches/presentationFS15/src/libraries/network/ServerList.cc (modified) * code/branches/presentationFS15/src/libraries/network/ServerList.h (modified) * code/branches/presentationFS15/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/presentationFS15/src/libraries/network/WANDiscoverable.h (modified) * code/branches/presentationFS15/src/libraries/network/WANDiscovery.cc (modified) * code/branches/presentationFS15/src/libraries/network/WANDiscovery.h (modified) * code/branches/presentationFS15/src/libraries/network/packet/ServerInformation.cc (modified) * code/branches/presentationFS15/src/libraries/network/packet/ServerInformation.h (modified) multiplayer branch merged to presentation Wed, 27 May 2015 08:21:55 GMT maxima [10496] * code/branches/presentationFS15/data/levels/clangenb.oxw (copied) * code/branches/presentationFS15/data/levels/emptyLevel.oxw (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsHeartAttack.oxi (copied) * code/branches/presentationFS15/data/levels/templates/spaceshipHeartAttack.oxt (copied) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/LaserFire.cc (modified) clangenb: new spaceship heartattack merged to presentation Wed, 27 May 2015 08:07:27 GMT maxima [10495] * code/branches/clangenb/data/levels/clangenb.oxw (added) * code/branches/clangenb/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/clangenb/src/modules/weapons/projectiles/Rocket.cc (modified) small changes Wed, 27 May 2015 07:18:06 GMT clangenb [10494] * code/branches/clangenb/data/levels/emptyLevel.oxw (modified) * code/branches/clangenb/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/clangenb/data/levels/includes/weaponSettingsHeartAttack.oxi (added) * code/branches/clangenb/data/levels/templates/spaceshipHeartAttack.oxt (added) * code/branches/clangenb/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/clangenb/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/clangenb/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/clangenb/src/modules/weapons/weaponmodes/LaserFire.cc (modified) branch added Tue, 26 May 2015 15:10:25 GMT fvultier [10493] * data/trunk/materials/Phoenix.material (deleted) * data/trunk/models/HeartAttack.mesh (added) New spaceship by Christian Langenbacher Tue, 26 May 2015 15:07:29 GMT fvultier [10492] * data/trunk/images/textures/HeartAttack.jpg (added) * data/trunk/materials/HeartAttack.material (added) * data/trunk/materials/Phoenix.material (added) New spaceship by Christian Langenbacher Tue, 26 May 2015 12:33:47 GMT maxima [10491] * code/branches/presentationFS15/data/levels/includes/weaponSettingsRing.oxi (added) * code/branches/presentationFS15/data/levels/simone.oxw (added) * code/branches/presentationFS15/data/levels/templates/spaceshipRing.oxt (added) new spaceship by ssimone Tue, 26 May 2015 12:30:04 GMT maxima [10490] * data/trunk/images/textures/ringWeapon.jpg (added) * data/trunk/images/textures/ship.jpg (added) * data/trunk/materials/ringWeapon.material (added) * data/trunk/materials/ship.material (added) * data/trunk/models/ringWeapon.mesh (added) * data/trunk/models/ship.mesh (added) files for new ship Tue, 26 May 2015 12:23:26 GMT maxima [10489] * code/branches/presentationFS15/data/gui/scripts/testscript.lua (modified) * code/branches/presentationFS15/data/levels/levelTry.oxw (modified) * code/branches/presentationFS15/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/presentationFS15/src/orxonox/controllers/ScriptController.h (modified) scriptable controller branch merged to presentation. Tue, 26 May 2015 11:11:30 GMT meggiman [10488] * data/trunk/audio/sounds/GravityBombFlight.ogg (added) * data/trunk/audio/sounds/GravityField.ogg (added) * data/trunk/audio/sounds/GravityFieldExplosion.ogg (added) Added missing Sound files GravityBombFlight.ogg, GravityField.ogg and ... Tue, 26 May 2015 11:08:43 GMT maxima [10487] * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.h (modified) Bug fixed Tue, 26 May 2015 10:53:08 GMT maxima [10486] * code/branches/presentationFS15 (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsFS15.oxi (modified) * code/branches/presentationFS15/data/particle/FieldExplosion.particle (copied) * code/branches/presentationFS15/data/particle/GravityBombField.particle (copied) * code/branches/presentationFS15/src/modules/objects/ForceField.h (modified) * code/branches/presentationFS15/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/presentationFS15/src/modules/weapons/munitions/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/munitions/GravityBombMunition.cc (copied) * code/branches/presentationFS15/src/modules/weapons/munitions/GravityBombMunition.h (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.cc (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBomb.h (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.cc (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/GravityBombField.h (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (copied) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/GravityBombFire.h (copied) weaponFS15 branch merged to presentation. spaceshipFS15 has ... Tue, 26 May 2015 10:40:33 GMT maxima [10485] * code/branches/presentationFS15 (modified) * code/branches/presentationFS15/data/defaultConfig/keybindings.ini (modified) * code/branches/presentationFS15/data/levels/emptyLevel.oxw (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/presentationFS15/data/levels/includes/weaponSettingsFS15.oxi (added) * code/branches/presentationFS15/data/levels/presentationFS15.oxw (added) * code/branches/presentationFS15/data/levels/templates/spaceshipFS15.oxt (added) * code/branches/presentationFS15/data/particle/orxonox_explosionAfterglow.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionFlame.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionFlame2.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionFlash.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionFlash2.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionShockwave.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionShockwave2.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionSparks.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionSparks2.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionStreak1.particle (copied) * code/branches/presentationFS15/data/particle/orxonox_explosionStreak2.particle (copied) * code/branches/presentationFS15/src/external/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentationFS15/src/modules/weapons/projectiles/RocketOld.cc (copied) * code/branches/presentationFS15/src/modules/weapons/projectiles/RocketOld.h (copied) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/RocketFireOld.cc (copied) * code/branches/presentationFS15/src/modules/weapons/weaponmodes/RocketFireOld.h (copied) * code/branches/presentationFS15/src/orxonox/worldentities/pawns/Pawn.cc (modified) ParticleEffects branch merged to presentation. New level ... Mon, 25 May 2015 20:56:26 GMT landauf [10484] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core7/src/libraries/core/command/CommandEvaluation.cc (modified) * code/branches/core7/src/libraries/core/command/CommandExecutor.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h (modified) made ConsoleCommandManager a singleton. Mon, 25 May 2015 20:36:28 GMT landauf [10483] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.h (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (modified) avoid dependency on IdentifierManager for as long as possible Mon, 25 May 2015 20:34:42 GMT landauf [10482] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) detail Mon, 25 May 2015 19:40:11 GMT landauf [10481] * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (modified) * code/branches/core7/test/core/object/ClassFactoryTest.cc (modified) * code/branches/core7/test/core/object/ContextTest.cc (modified) * code/branches/core7/test/core/object/IteratorTest.cc (modified) * code/branches/core7/test/core/object/ListableTest.cc (modified) * code/branches/core7/test/core/object/ObjectListIteratorTest.cc (modified) StaticallyInitializedIdentifier is now responsible to register and ...