# # ChangeLog for code # # Generated by Trac 1.0.9 # Apr 28, 2024, 1:00:25 AM Mon, 25 May 2015 12:41:57 GMT landauf [10475] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.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/libraries/network/packet/FunctionIDs.cc (modified) refactored the interface of NetworkFunctionManager: maps are better ... Mon, 25 May 2015 12:14:16 GMT landauf [10474] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (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/libraries/network/packet/FunctionIDs.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) made NetworkFunctionManager a singleton, no static functions anymore ... Mon, 25 May 2015 12:04:43 GMT landauf [10473] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.h (modified) bugfix and continuation of the last commit: - ... Mon, 25 May 2015 11:51:40 GMT landauf [10472] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) use the same interface for static an member functions Mon, 25 May 2015 11:37:50 GMT landauf [10471] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.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) moved static maps from NetworkFunctionStatic and ... Mon, 25 May 2015 10:25:29 GMT landauf [10470] * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionIDs.cc (modified) NetworkFunctionBase doesn't have to inherit from Listable: there's a ... Mon, 25 May 2015 10:16:43 GMT landauf [10469] * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.h (modified) removed unused code Mon, 25 May 2015 10:13:27 GMT landauf [10468] * code/branches/core7/src/libraries/network/CMakeLists.txt (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionManager.cc (added) * code/branches/core7/src/libraries/network/NetworkFunctionManager.h (added) * code/branches/core7/src/libraries/network/packet/FunctionIDs.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) moved static content of NetworkFunctionBase to NetworkFunctionManager Mon, 25 May 2015 09:50:15 GMT landauf [10467] * code/branches/core7/src/libraries/core/class/Identifier.h (modified) * code/branches/core7/src/libraries/core/object/IteratorBase.h (modified) * code/branches/core7/src/libraries/core/object/ObjectList.h (modified) trying to fix compiler error on buildserver Mon, 25 May 2015 09:33:05 GMT landauf [10466] * code/branches/core7/src/libraries/core/class/Identifier.h (modified) * code/branches/core7/src/libraries/core/object/IteratorBase.h (modified) * code/branches/core7/src/libraries/core/object/ObjectList.h (modified) added static assertions to validate the type of certain templates Mon, 25 May 2015 08:24:56 GMT landauf [10465] * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (added) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core7/src/modules/objects/Script.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core7/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) moved macro ans helperfunction from NetworkFunction.h to ... Sun, 24 May 2015 22:13:34 GMT landauf [10464] * 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/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) define ScopeID as integer constants instead of an enum. this allows ... Sun, 24 May 2015 22:00:14 GMT landauf [10463] * 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) removed unnecessary instance counts. creation of scopes is strictly ... Sun, 24 May 2015 21:42:16 GMT landauf [10462] * code/branches/core7/src/libraries/core/Core.cc (modified) * 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) some refactoring in ScopeManager. made it a singleton and added ... Sun, 24 May 2015 21:29:21 GMT landauf [10461] * code/branches/core7/src/libraries/core/singleton/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopeManager.cc (moved) * code/branches/core7/src/libraries/core/singleton/ScopeManager.h (copied) moved ScopeManager into separate class Sun, 24 May 2015 21:19:15 GMT landauf [10460] * code/branches/core7/src/libraries/core/singleton/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.cc (added) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) StaticallyInitializedScopedSingletonWrapper registers ... Sun, 24 May 2015 11:48:18 GMT landauf [10459] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonIncludes.h (added) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (modified) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) wrap ScopedSingletonWrapper in a ... Sun, 24 May 2015 09:51:05 GMT landauf [10458] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.cc (deleted) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonWrapper.h (moved) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/util/Singleton.h (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/singleton/ScopeTest.cc (modified) renamed ScopedSingletonManager to ScopedSingletonWrapper. removed ... Sat, 23 May 2015 19:50:13 GMT frovelli [10457] * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.h (modified) Remove training wheels Sat, 23 May 2015 19:47:30 GMT frovelli [10456] * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscovery.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.h (modified) Transmit client count in LAN by evil hack Sat, 23 May 2015 17:33:37 GMT meggiman [10455] * code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.cc (modified) * code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.h (modified) * 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) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.h (modified) Thu, 21 May 2015 14:26:39 GMT maxima [10452] * code/branches/presentationFS15 (modified) * code/branches/presentationFS15/data/levels/templates/enemytowerdefense.oxt (modified) * code/branches/presentationFS15/data/levels/templates/tower.oxt (deleted) * code/branches/presentationFS15/data/levels/templates/towerdefensetower.oxt (copied) * code/branches/presentationFS15/data/levels/towerDefense.oxw (modified) * code/branches/presentationFS15/src/modules/objects/Turret.cc (modified) * code/branches/presentationFS15/src/modules/objects/Turret.h (modified) * code/branches/presentationFS15/src/modules/objects/controllers/TurretController.cc (modified) * code/branches/presentationFS15/src/modules/tetris/Tetris.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/towerdefense/TDCoordinate.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TDCoordinate.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/Tower.cc (deleted) * code/branches/presentationFS15/src/modules/towerdefense/Tower.h (deleted) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (copied) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseSelecter.h (copied) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseTower.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerTurret.cc (deleted) * code/branches/presentationFS15/src/modules/towerdefense/TowerTurret.h (deleted) * code/branches/presentationFS15/src/orxonox/controllers/FormationController.cc (modified) Towerdefense merged to Presentation Thu, 21 May 2015 14:10:10 GMT erbj [10451] * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (modified) final version Thu, 21 May 2015 12:55:51 GMT rgraczyk [10448] * code/branches/SciptableControllerFS15/data/gui/scripts/testscript.lua (modified) * code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.h (modified) Various changes, see comments in cpp file Thu, 21 May 2015 12:39:05 GMT frovelli [10447] * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/MasterServer.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/MasterServerProtocol.h (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscoverable.h (modified) cleanup Thu, 21 May 2015 11:19:28 GMT frovelli [10446] * code/branches/multiplayerFS15/data/gui/scripts/MultiplayerMenu.lua (modified) Display bugfix Thu, 21 May 2015 10:44:57 GMT maxima [10444] * code/branches/presentationFS15 (copied) New branch for the presentation. Sun, 17 May 2015 19:45:02 GMT landauf [10443] * code/branches/cpp11/src/libraries/tools/BulletDebugDrawer.h (modified) * code/branches/cpp11/src/libraries/tools/OgreBulletUtils.h (modified) * code/branches/cpp11/src/libraries/util/SmallObjectAllocator.h (modified) * code/branches/cpp11/src/modules/invader/Invader.cc (modified) * code/branches/cpp11/src/modules/invader/Invader.h (modified) * code/branches/cpp11/src/modules/invader/InvaderEnemy.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderEnemy.h (modified) * code/branches/cpp11/src/modules/invader/InvaderEnemyShooter.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderHUDinfo.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderShip.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderShip.h (modified) * code/branches/cpp11/src/modules/invader/InvaderWeapon.h (modified) * code/branches/cpp11/src/modules/invader/InvaderWeaponEnemy.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderWeaponEnemy.h (modified) * code/branches/cpp11/src/modules/jump/Jump.cc (modified) * code/branches/cpp11/src/modules/jump/Jump.h (modified) * code/branches/cpp11/src/modules/jump/JumpBoots.cc (modified) * code/branches/cpp11/src/modules/jump/JumpBoots.h (modified) * code/branches/cpp11/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/cpp11/src/modules/jump/JumpCenterpoint.h (modified) * code/branches/cpp11/src/modules/jump/JumpEnemy.cc (modified) * code/branches/cpp11/src/modules/jump/JumpEnemy.h (modified) * code/branches/cpp11/src/modules/jump/JumpFigure.cc (modified) * code/branches/cpp11/src/modules/jump/JumpItem.cc (modified) * code/branches/cpp11/src/modules/jump/JumpItem.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatform.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatform.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformDisappear.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformDisappear.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformFake.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformFake.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformHMove.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformHMove.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformStatic.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformStatic.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformTimer.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformTimer.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformVMove.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformVMove.h (modified) * code/branches/cpp11/src/modules/jump/JumpProjectile.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPropeller.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPropeller.h (modified) * code/branches/cpp11/src/modules/jump/JumpRocket.cc (modified) * code/branches/cpp11/src/modules/jump/JumpRocket.h (modified) * code/branches/cpp11/src/modules/jump/JumpScore.cc (modified) * code/branches/cpp11/src/modules/jump/JumpShield.cc (modified) * code/branches/cpp11/src/modules/jump/JumpShield.h (modified) * code/branches/cpp11/src/modules/jump/JumpSpring.cc (modified) * code/branches/cpp11/src/modules/jump/JumpSpring.h (modified) fixed includes to make it compile without build units Sun, 10 May 2015 21:00:01 GMT bknecht [10441] * code/branches/cpp11/cmake/CompilerConfigGCC.cmake (modified) * code/branches/cpp11/src/libraries/core/config/ConfigFile.cc (modified) Turned on c++11 flag in compiler and fixed a bug where boost couldn't ... Sun, 10 May 2015 16:49:49 GMT bknecht [10440] * code/branches/cpp11/src/external/ois/linux/LinuxJoyStickEvents.cpp (modified) Added include to make ois code compile under linux without build units Sun, 10 May 2015 14:35:50 GMT bknecht [10439] * code/branches/cpp11 (copied) Creating C++11 branch Sat, 09 May 2015 00:34:38 GMT meggiman [10438] * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (modified) Added sound-effects to bomb. Thu, 07 May 2015 22:17:03 GMT fvultier [10437] * code/trunk/src/modules/jump/JumpScore.cc (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.h (modified) * code/trunk/src/orxonox/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/worldentities/StaticEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Removed unnecessary output to console in kump minigame. Added a small ... Thu, 07 May 2015 20:45:20 GMT meggiman [10436] * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.cc (modified) Fixed dangling pointer bug when GravityBomb was destroyed by tick of ... Thu, 07 May 2015 15:43:36 GMT meggiman [10435] * code/branches/weaponFS15/data/particle/FieldExplosion.particle (added) * code/branches/weaponFS15/data/particle/GravityBombField.particle (added) * 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) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.h (modified) Added new models and fixed dammage bug. Bomb now fully working. Thu, 07 May 2015 15:21:45 GMT frovelli [10434] * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.h (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscovery.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscovery.h (modified) * code/branches/multiplayerFS15/src/libraries/network/MasterServer.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/MasterServer.h (modified) * code/branches/multiplayerFS15/src/libraries/network/Server.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/ServerList.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/ServerList.h (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscoverable.h (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscovery.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscovery.h (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.h (modified) Implemented playercount in multiplayer lobby Thu, 07 May 2015 15:01:38 GMT gpregger [10433] * code/branches/ParticleEffectsFS15/data/levels/emptyLevel.oxw (modified) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionAfterglow.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionFlame2.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionFlash2.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionShockwave2.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionSparks2.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionStreak2.particle (added) * code/branches/ParticleEffectsFS15/src/orxonox/worldentities/pawns/Pawn.cc (modified) New explosion effect for pawn.cc (still WIP) Thu, 07 May 2015 14:35:21 GMT erbj [10430] * code/branches/towerdefenseFS15/data/levels/towerDefense.oxw (modified) * code/branches/towerdefenseFS15/src/modules/objects/controllers/TurretController.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.h (modified) added functionality: Waves with different combinations of spaceships, ... Thu, 07 May 2015 12:29:09 GMT gpregger [10428] * code/branches/ParticleEffectsFS15/data/DefaultResources.oxr (modified) * code/branches/ParticleEffectsFS15/data/levels/emptyLevel.oxw (modified) * code/branches/ParticleEffectsFS15/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionFlame.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionFlash.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionShockwave.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionSparks.particle (added) * code/branches/ParticleEffectsFS15/data/particle/orxonox_explosionStreak1.particle (added) * code/branches/ParticleEffectsFS15/src/external/CMakeLists.txt (modified) * code/branches/ParticleEffectsFS15/src/external/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/ParticleEffectsFS15/src/modules/weapons/CMakeLists.txt (modified) * code/branches/ParticleEffectsFS15/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/ParticleEffectsFS15/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/ParticleEffectsFS15/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/ParticleEffectsFS15/src/modules/weapons/projectiles/RocketOld.cc (added) * code/branches/ParticleEffectsFS15/src/modules/weapons/projectiles/RocketOld.h (added) * code/branches/ParticleEffectsFS15/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/branches/ParticleEffectsFS15/src/modules/weapons/weaponmodes/RocketFireOld.cc (added) * code/branches/ParticleEffectsFS15/src/modules/weapons/weaponmodes/RocketFireOld.h (added) * code/branches/ParticleEffectsFS15/src/orxonox/worldentities/CMakeLists.txt (modified) waste of time + New Explosion in 'rocket.cc' + old Rocket in ... Thu, 07 May 2015 12:22:43 GMT frovelli [10427] * code/branches/multiplayerFS15/src/libraries/network/GamestateManager.h (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/LANDiscoverable.h (modified) * code/branches/multiplayerFS15/src/libraries/network/MasterServer.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/MasterServerProtocol.h (modified) * code/branches/multiplayerFS15/src/libraries/network/PeerList.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/PeerList.h (modified) * code/branches/multiplayerFS15/src/libraries/network/Server.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/Server.h (modified) * code/branches/multiplayerFS15/src/libraries/network/ServerList.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/ServerList.h (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscoverable.h (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscovery.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/WANDiscovery.h (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.h (modified) Implemented custom servernames Sun, 03 May 2015 18:37:25 GMT landauf [10424] * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) these Singletons are in fact required and not allowed to fail, ... Sun, 03 May 2015 13:49:13 GMT landauf [10422] * code/branches/core7/src/libraries/core/class/Identifier.h (modified) * code/branches/core7/src/libraries/util/SharedPtr.h (modified) details Sun, 03 May 2015 13:48:10 GMT landauf [10421] * code/branches/core7/src/libraries/tools/Timer.cc (modified) RealTimer was not registered in the framework Sun, 03 May 2015 13:02:05 GMT landauf [10420] * code/branches/core7/src/orxonox/CMakeLists.txt (modified) * code/branches/core7/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core7/src/orxonox/PawnManager.cc (deleted) * code/branches/core7/src/orxonox/PawnManager.h (deleted) * code/branches/core7/src/orxonox/ShipPartManager.cc (deleted) * code/branches/core7/src/orxonox/ShipPartManager.h (deleted) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/items/ShipPart.cc (modified) * code/branches/core7/src/orxonox/items/ShipPart.h (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Pawn.cc (modified) use destroyLater() in Pawn and ShipPart. PawnManager and ... Sun, 03 May 2015 12:39:30 GMT landauf [10419] * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/object/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.cc (added) * code/branches/core7/src/libraries/core/object/DestroyLaterManager.h (added) * code/branches/core7/src/libraries/core/object/Destroyable.cc (modified) * code/branches/core7/src/libraries/core/object/Destroyable.h (modified) added destroyLater() to Destroyable. This will destroy the object ... Sun, 03 May 2015 11:54:43 GMT landauf [10418] * code/branches/core7/src/libraries/core/UpdateListener.h (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.h (modified) * code/branches/core7/src/libraries/util/Singleton.h (modified) improved documentation Sun, 03 May 2015 11:31:18 GMT landauf [10417] * code/branches/core7/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/CylinderCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/core7/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.h (modified) moved destruction of bullet collision shape to ~CollisionShape(). ... Sun, 03 May 2015 10:22:22 GMT landauf [10416] * code/branches/core7/src/orxonox/PawnManager.cc (modified) * code/branches/core7/src/orxonox/PawnManager.h (modified) * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/ShipPartManager.h (modified) i think it makes more sense to delete killed pawns and shipparts ... Sun, 03 May 2015 10:19:49 GMT landauf [10415] * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/Scene.h (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) added check to detect if a collision shape is destroyed during a ... Sun, 03 May 2015 09:47:50 GMT landauf [10414] * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/items/ShipPart.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) destroy all remaining ship parts if ModularSpaceShip is destroyed. ... Sat, 02 May 2015 21:20:45 GMT landauf [10413] * 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/UpdateListener.cc (added) * code/branches/core7/src/libraries/core/UpdateListener.h (added) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.cc (modified) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.h (modified) * code/branches/core7/src/libraries/util/Singleton.h (modified) * code/branches/core7/src/orxonox/PawnManager.cc (modified) * code/branches/core7/src/orxonox/PawnManager.h (modified) * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/ShipPartManager.h (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.h (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.h (modified) use the generic UpdateListener interface to receive calls to ... Sat, 02 May 2015 20:41:10 GMT landauf [10412] * code/branches/core7/src/libraries/core/singleton/Scope.cc (modified) * code/branches/core7/src/libraries/core/singleton/Scope.h (modified) fixed crash: apparently these static maps get initialized later now ... Sat, 02 May 2015 15:09:15 GMT landauf [10411] * code/branches/core7/src/libraries/tools/ParticleInterface.cc (modified) * code/branches/core7/src/libraries/tools/ParticleInterface.h (modified) * code/branches/core7/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) removed unnecessary macro + static variable Sat, 02 May 2015 14:47:21 GMT landauf [10410] * code/branches/core7/src/libraries/network/synchronisable/CMakeLists.txt (modified) * code/branches/core7/src/libraries/network/synchronisable/SynchronisableVariable.cc (deleted) * code/branches/core7/src/libraries/network/synchronisable/SynchronisableVariable.h (modified) SynchronisableVariableBase::state_ is not used anymore Thu, 30 Apr 2015 14:47:36 GMT meggiman [10409] * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.cc (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h (modified) Started implementing Particle effect. Force Field explodes at end of ... Thu, 30 Apr 2015 14:07:53 GMT erbj [10408] * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) added functionality to the TowerDefenseSelecter Mon, 27 Apr 2015 21:08:26 GMT landauf [10407] * 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/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/singleton (added) * code/branches/core7/src/libraries/core/singleton/CMakeLists.txt (added) * code/branches/core7/src/libraries/core/singleton/Scope.cc (moved) * code/branches/core7/src/libraries/core/singleton/Scope.h (moved) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.cc (moved) * code/branches/core7/src/libraries/core/singleton/ScopedSingletonManager.h (moved) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/libraries/network/LANDiscovery.cc (modified) * code/branches/core7/src/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/util/CMakeLists.txt (modified) * code/branches/core7/src/libraries/util/UtilPrereqs.h (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core7/src/orxonox/CameraManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PawnManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core7/test/core/CMakeLists.txt (modified) * code/branches/core7/test/core/singleton (added) * code/branches/core7/test/core/singleton/ScopeTest.cc (moved) * code/branches/core7/test/util/CMakeLists.txt (modified) moved Scope and ScopedSingletonManager from util to core. TODO: I ... Sun, 26 Apr 2015 20:16:26 GMT fvultier [10406] * code/branches/towerdefenseFS15/data/levels/towerDefense.oxw (modified) * code/branches/towerdefenseFS15/src/modules/tetris/Tetris.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TDCoordinate.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TDCoordinate.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.h (modified) There is now a cube that can be moved on the playground using the ... Sun, 26 Apr 2015 18:49:32 GMT landauf [10405] * code/branches/core7/src/libraries/core/class/Identifier.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/SubclassIdentifierTest.cc (modified) * code/branches/core7/test/core/class/SuperTest.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) fixed some TODOs in tests and code by using the new unload() function Sun, 26 Apr 2015 18:47:52 GMT landauf [10404] * code/branches/core7/src/libraries/core/CoreIncludes.h (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/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/module/ModuleInstance.cc (modified) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (modified) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.h (modified) added unload() function to StaticallyInitializedInstance Sun, 26 Apr 2015 14:16:49 GMT landauf [10403] * 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) * 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) added function to destroy the class hierarchy (i.e. reset all ... Sun, 26 Apr 2015 13:51:49 GMT landauf [10402] * code/branches/core7/test/util/output/ConsoleWriterTest.cc (modified) * code/branches/core7/test/util/output/LogWriterTest.cc (modified) * code/branches/core7/test/util/output/MemoryWriterTest.cc (modified) fixed tests in util_test which failed when a different order of ... Sun, 26 Apr 2015 13:34:57 GMT landauf [10401] * code/branches/core7/test/util/output/OutputManagerTest.cc (modified) fixed crash in tests with msvc & debug checks Sun, 26 Apr 2015 13:22:27 GMT landauf [10400] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.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/SubclassIdentifierTest.cc (modified) * code/branches/core7/test/core/class/SuperTest.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) fixed tests. however there are some open issues: - the ... Sun, 26 Apr 2015 13:10:58 GMT landauf [10399] * 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) use typeid(T) instead of typeid(T).name() to identify a class. this ... Sun, 26 Apr 2015 11:34:31 GMT landauf [10398] * code/branches/core7/src/libraries/util/Singleton.h (modified) improved output Sun, 26 Apr 2015 10:29:30 GMT fvultier [10397] * code/branches/towerdefenseFS15/src/modules/towerdefense/CMakeLists.txt (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.h (modified) Added missmissing #include ___.h Now the program compiles without any ... Sun, 26 Apr 2015 08:24:21 GMT landauf [10396] * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/util/output/OutputDefinitions.h (modified) detail Sat, 25 Apr 2015 20:49:34 GMT landauf [10395] * 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) * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (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) create and initialize Identifiers explicitly via registerClass(). ... Fri, 24 Apr 2015 07:08:52 GMT erbj [10394] * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (added) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseSelecter.h (added) das File TowerDefenseSelecter.cc und .h geadded Thu, 23 Apr 2015 21:15:13 GMT landauf [10393] * code/branches/core7/src/orxonox/Radar.cc (modified) found another unregistered class Thu, 23 Apr 2015 20:44:57 GMT landauf [10392] * 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/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/libraries/core/XMLPort.cc (modified) * code/branches/core7/src/orxonox/Level.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) Loader is now a singleton instead of a static class. fixes issue with ... Thu, 23 Apr 2015 14:19:02 GMT meggiman [10391] * 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) * code/branches/weaponFS15/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.h (modified) Implemented all necessary classes. No the weapon works without bugs. Thu, 23 Apr 2015 14:08:35 GMT sborghi [10390] * code/branches/formationFS15/data/levels/emptyLevel.oxw (modified) * code/branches/formationFS15/data/levels/sborghi.oxw (deleted) * code/branches/formationFS15/data/levels/templates/orbStation.oxt (added) We copied the blender meshes of the desigend spacestation into a ... Thu, 23 Apr 2015 13:22:04 GMT erbj [10388] * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) adjusted the TowerDefenseSelecter, but there is still a problem with ... Thu, 23 Apr 2015 11:46:34 GMT maxima [10385] * code/branches/clangenb (copied) new branch for clangenb Wed, 22 Apr 2015 20:54:09 GMT landauf [10382] * code/branches/core7/src/libraries/tools/ParticleInterface.cc (modified) found another unregistered class Wed, 22 Apr 2015 20:32:04 GMT landauf [10381] * 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) removed check from r10379 again Wed, 22 Apr 2015 20:30:42 GMT landauf [10380] * code/branches/core7/src/libraries/core/GUIManager.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core7/src/libraries/core/input/InputManager.cc (modified) * code/branches/core7/src/libraries/core/input/JoyStickQuantityListener.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core7/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core7/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core7/src/libraries/core/input/Mouse.cc (modified) * code/branches/core7/src/libraries/network/Host.cc (modified) * code/branches/core7/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core7/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core7/src/modules/notifications/NotificationManager.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/MoodManager.cc (modified) * code/branches/core7/src/orxonox/PawnManager.cc (modified) * code/branches/core7/src/orxonox/PlayerManager.cc (modified) * code/branches/core7/src/orxonox/ShipPartManager.cc (modified) * code/branches/core7/src/orxonox/chat/ChatHistory.cc (modified) * code/branches/core7/src/orxonox/chat/ChatInputHandler.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/interfaces/PickupListener.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/core7/src/orxonox/sound/SoundManager.cc (modified) registered missing classes. WorldEntityCollisionShape is the only ... Wed, 22 Apr 2015 20:29:21 GMT landauf [10379] * 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) check if all classes are registered Tue, 21 Apr 2015 20:26:30 GMT landauf [10378] * code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt (modified) * code/branches/towerdefenseFS15/data/levels/towerDefense.oxw (modified) fixed issue with tower shooting at centerpoint Sun, 19 Apr 2015 20:41:09 GMT landauf [10377] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.h (modified) added a check which tries to detect wrongly configured class ... Sun, 19 Apr 2015 20:13:42 GMT landauf [10376] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.h (modified) added helper function to reduce code duplication Sun, 19 Apr 2015 20:07:27 GMT landauf [10375] * code/branches/core7/src/libraries/core/class/Identifier.cc (modified) trying to keep the correct order of parents Sun, 19 Apr 2015 20:04:35 GMT landauf [10374] * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/class/Identifiable.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/OrxonoxInterface.cc (modified) * code/branches/core7/src/libraries/core/config/Configurable.cc (modified) * code/branches/core7/src/libraries/core/object/Listable.cc (modified) added flag to define if a class should be used as a virtual parent ... Sat, 18 Apr 2015 11:09:33 GMT landauf [10373] * code/branches/core7/src/libraries/core/class/Identifier.h (modified) detail (re-ordered functions) Sat, 18 Apr 2015 11:07:08 GMT landauf [10372] * 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) * 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/SuperTest.cc (modified) use lists instead of sets to store parent identifiers. this allows to ... Sat, 18 Apr 2015 10:46:57 GMT landauf [10371] * 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) trying to make the initialization of parents of an identifier better ... Thu, 16 Apr 2015 19:59:58 GMT landauf [10370] * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) * code/branches/core7/src/libraries/core/class/IdentifierManager.h (modified) more checks. Thu, 16 Apr 2015 14:43:55 GMT meggiman [10369] * code/branches/weaponFS15/data/levels/emptyLevel.oxw (modified) * code/branches/weaponFS15/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/weaponFS15/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/weaponFS15/src/modules/weapons/munitions/CMakeLists.txt (modified) * code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.cc (added) * code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.h (added) * 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) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.cc (added) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.h (modified) Alle Klassen implementiert um die Waffe abzufeuern. Noch sehr fehlerhaft. Thu, 16 Apr 2015 14:24:41 GMT erbj [10368] * code/branches/towerdefenseFS15/data/levels/towerDefense.oxw (modified) * code/branches/towerdefenseFS15/src/modules/objects/controllers/TurretController.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/CMakeLists.txt (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/towerdefenseFS15/src/orxonox/controllers/FormationController.cc (modified) added timer in tick function to pause for 10 seconds between waves , ... Wed, 15 Apr 2015 20:37:17 GMT landauf [10367] * code/branches/core7/src/libraries/core/ClassTreeMask.cc (modified) * code/branches/core7/src/libraries/core/class/Identifier.h (modified) removed some functions which were (almost) unused Wed, 15 Apr 2015 20:11:15 GMT landauf [10366] * 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) found a better solution to find identifiers that don't belong to the ... Tue, 14 Apr 2015 20:29:05 GMT landauf [10365] * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) fixed tests, added more output Tue, 14 Apr 2015 20:11:35 GMT landauf [10364] * code/branches/core7/src/libraries/core/class/IdentifierManager.cc (modified) only check class hierarchy in dev mode Mon, 13 Apr 2015 21:15:04 GMT landauf [10363] * 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/test/core/CMakeLists.txt (modified) * code/branches/core7/test/core/class/IdentifierNestedClassHierarchyTest.cc (added) bugfix: class hierarchy wrongly considered the classes of nested ... Sun, 12 Apr 2015 21:07:14 GMT landauf [10362] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CoreIncludes.h (modified) * code/branches/core7/src/libraries/core/ViewportEventListener.cc (modified) * code/branches/core7/src/libraries/core/WindowEventListener.cc (modified) * code/branches/core7/src/libraries/core/XMLNameListener.cc (modified) * code/branches/core7/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core7/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core7/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core7/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc (modified) * code/branches/core7/src/modules/docking/DockingAnimation.cc (modified) * code/branches/core7/src/modules/docking/DockingEffect.cc (modified) * code/branches/core7/src/modules/objects/collisionshapes/AbstractRadiusHeightCollisionShape.cc (modified) * code/branches/core7/src/modules/pickup/CollectiblePickup.cc (modified) * code/branches/core7/src/modules/questsystem/Quest.cc (modified) * code/branches/core7/src/modules/questsystem/QuestEffect.cc (modified) * code/branches/core7/src/modules/questsystem/effects/ChangeQuestStatus.cc (modified) * code/branches/core7/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core7/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core7/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core7/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core7/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core7/src/orxonox/sound/BaseSound.cc (modified) * code/branches/core7/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core7/src/orxonox/worldentities/WorldEntity.cc (modified) use static identifier initializer to store the inheritance definition ... Sun, 12 Apr 2015 21:05:10 GMT landauf [10361] * 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) added run-time check for class hierarchy Sun, 12 Apr 2015 19:41:22 GMT landauf [10360] * code/branches/core7/src/libraries/core/CoreIncludes.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/IdentifierSimpleClassHierarchyTest.cc (modified) wrap Identifiers in a StaticallyInitializedInstance. doesn't do a lot ... Sun, 12 Apr 2015 13:28:15 GMT landauf [10359] * code/branches/core7/test/core/object/SmartPtrTest.cc (modified) * code/branches/core7/test/core/object/WeakPtrTest.cc (modified) added tests