# # ChangeLog for code # # Generated by Trac 1.0.9 # Apr 27, 2024, 3:36:48 PM 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 Sun, 12 Apr 2015 13:27:09 GMT landauf [10358] * code/branches/core7/src/libraries/core/BaseObject.cc (modified) * code/branches/core7/src/libraries/core/object/SmartPtr.h (modified) * code/branches/core7/src/libraries/core/object/WeakPtr.h (modified) removed int constructor & assignment-operator from WeakPtr and SmartPtr Sun, 12 Apr 2015 09:58:06 GMT landauf [10357] * code/branches/core7/src/modules/dodgerace/DodgeRace.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRace.h (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceCube.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.cc (modified) * code/branches/core7/src/modules/dodgerace/DodgeRaceShip.h (modified) * code/branches/core7/src/modules/towerdefense/TDCoordinate.h (modified) don't include CoreIncludes.h in *.h files Sat, 11 Apr 2015 21:21:56 GMT landauf [10356] * code/branches/core7/test/core/command/CommandTest.cc (modified) fixed test Sat, 11 Apr 2015 20:46:40 GMT landauf [10355] * code/branches/core7/src/libraries/core/command/CommandExecutor.cc (modified) don't forget to register new commands (fixes 'alias' command) Sat, 11 Apr 2015 20:36:15 GMT landauf [10354] * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h (modified) moved code from static initializer into new function in ... Wed, 08 Apr 2015 21:15:43 GMT landauf [10353] * code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h (modified) detail Wed, 08 Apr 2015 21:15:11 GMT landauf [10352] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/command/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.cc (added) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) wrap ConsoleCommands in StaticallyInitializedInstances Tue, 07 Apr 2015 20:12:07 GMT landauf [10351] * code/branches/towerdefenseFS15 (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.h (modified) using the 'official' way to define a non-static console command Mon, 06 Apr 2015 20:40:54 GMT landauf [10350] * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.h (modified) removed hack Mon, 06 Apr 2015 20:18:25 GMT landauf [10349] * code/branches/core7/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core7/src/orxonox/controllers/HumanController.h (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.h (modified) removed hack. addBots/killBots is now part of Gametype Mon, 06 Apr 2015 20:00:37 GMT landauf [10348] * 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/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) removed unnecessary helper functions Mon, 06 Apr 2015 13:47:42 GMT landauf [10347] * code/branches/core7/src/libraries/core/Core.cc (modified) * 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/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/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandCompilation.cc (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandIncludes.h (added) * code/branches/core7/src/libraries/core/command/IRC.cc (modified) * code/branches/core7/src/libraries/core/command/TclBind.cc (modified) * code/branches/core7/src/libraries/core/command/TclThreadManager.cc (modified) * code/branches/core7/src/libraries/core/config/SettingsConfigFile.cc (modified) * code/branches/core7/src/libraries/core/input/InputManager.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/libraries/network/MasterServer.cc (modified) * code/branches/core7/src/libraries/tools/Timer.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/docking/Dock.cc (modified) * code/branches/core7/src/modules/mini4dgame/Mini4Dgame.cc (modified) * code/branches/core7/src/modules/objects/triggers/Trigger.cc (modified) * code/branches/core7/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core7/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/core7/src/orxonox/Scene.cc (modified) * code/branches/core7/src/orxonox/Test.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/controllers/ArtificialController.cc (modified) * code/branches/core7/src/orxonox/controllers/FormationController.cc (modified) * code/branches/core7/src/orxonox/controllers/HumanController.cc (modified) * code/branches/core7/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core7/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core7/src/orxonox/gametypes/Mission.cc (modified) * code/branches/core7/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core7/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core7/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/core7/src/orxonox/sound/WorldAmbientSound.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/branches/core7/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/core7/test/core/command/CommandTest.cc (modified) moved console command macros to a new file (ConsoleCommandIncludes.h) Sun, 05 Apr 2015 18:25:11 GMT landauf [10346] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/CorePrereqs.h (modified) * code/branches/core7/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core7/src/libraries/core/command/CMakeLists.txt (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/ConsoleCommand.h (modified) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.cc (added) * code/branches/core7/src/libraries/core/command/ConsoleCommandManager.h (added) moved static contents from ConsoleCommand to ConsoleCommandManager Sun, 05 Apr 2015 15:32:40 GMT landauf [10345] * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/PathConfig.cc (modified) * code/branches/core7/src/libraries/core/commandline/CommandLineIncludes.h (added) * 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/input/InputManager.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/Main.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSServer.cc (modified) wrap CommandLineArguments in StaticallyInitializedInstances Sun, 05 Apr 2015 15:29:21 GMT landauf [10344] * 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) remove and destroy StaticallyInitializedInstances Sat, 04 Apr 2015 11:34:39 GMT landauf [10343] * code/branches/core7/src/libraries/core/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/Core.cc (modified) * code/branches/core7/src/libraries/core/Game.cc (modified) * code/branches/core7/src/libraries/core/PathConfig.cc (modified) * code/branches/core7/src/libraries/core/commandline (added) * code/branches/core7/src/libraries/core/commandline/CMakeLists.txt (added) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.cc (moved) * code/branches/core7/src/libraries/core/commandline/CommandLineParser.h (moved) * code/branches/core7/src/libraries/core/config/CMakeLists.txt (modified) * code/branches/core7/src/libraries/core/input/InputManager.cc (modified) * code/branches/core7/src/libraries/network/Client.cc (modified) * code/branches/core7/src/orxonox/LevelManager.cc (modified) * code/branches/core7/src/orxonox/Main.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core7/src/orxonox/gamestates/GSServer.cc (modified) moved CommandLineParser into separate subfolder Sat, 04 Apr 2015 11:24:49 GMT landauf [10342] * 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/module (added) * code/branches/core7/src/libraries/core/module/CMakeLists.txt (added) * code/branches/core7/src/libraries/core/module/ModuleInstance.cc (added) * code/branches/core7/src/libraries/core/module/ModuleInstance.h (added) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.cc (added) * code/branches/core7/src/libraries/core/module/StaticallyInitializedInstance.h (added) added helper class for module initialization Thu, 02 Apr 2015 14:08:52 GMT meggiman [10341] * code/branches/weaponFS15/src/modules/objects/ForceField.h (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/CMakeLists.txt (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 (added) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBombField.h (added) Started implementing GravityBombField Thu, 02 Apr 2015 13:57:34 GMT erbj [10340] * code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt (modified) * code/branches/towerdefenseFS15/src/modules/objects/Turret.cc (modified) * code/branches/towerdefenseFS15/src/modules/objects/Turret.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/TowerDefenseEnemy.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) Tower upgrade now implemented and towers are now saved in the ... Thu, 26 Mar 2015 15:14:43 GMT meggiman [10336] * code/branches/weaponFS15/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.cc (added) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h (modified) Started implementing GravityBomb.cc Thu, 26 Mar 2015 14:26:26 GMT erbj [10335] * code/branches/towerdefenseFS15/data/levels/templates/enemytowerdefense.oxt (modified) * code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt (modified) * code/branches/towerdefenseFS15/data/levels/towerDefense.oxw (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.h (modified) * code/branches/towerdefenseFS15/src/orxonox/controllers/FormationController.cc (modified) tower don't shoot at the centerpoint anymore(because we shifted it by ... Thu, 26 Mar 2015 12:38:24 GMT frovelli [10334] * code/branches/multiplayerFS15/data/gui/scripts/MultiplayerMenu.lua (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/ServerList.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.cc (modified) * code/branches/multiplayerFS15/src/libraries/network/packet/ServerInformation.h (modified) Added serverlist ping display in LAN Sun, 22 Mar 2015 21:00:03 GMT landauf [10328] * code/branches/core7 (copied) created branch to work on new core features Sun, 22 Mar 2015 20:59:36 GMT landauf [10327] * code/branches/core7 (deleted) re-creating branch... Thu, 19 Mar 2015 15:05:10 GMT meggiman [10326] * code/branches/weaponFS15/data/levels/includes/weaponSettingsAssff.oxi (modified) * code/branches/weaponFS15/src/modules/weapons/projectiles/GravityBomb.h (added) * code/branches/weaponFS15/src/modules/weapons/weaponmodes/GravityBombFire.h (added) Created header files for new classes GravityBombFire and GravityBomb Thu, 19 Mar 2015 14:59:26 GMT erbj [10325] * code/branches/towerdefenseFS15/data/levels/templates/tower.oxt (deleted) * code/branches/towerdefenseFS15/data/levels/templates/towerdefensetower.oxt (added) * code/branches/towerdefenseFS15/data/levels/towerDefense.oxw (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (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/TowerDefenseTower.cc (modified) tower templates verwaltet und tower direkt turret, nicht eigenes objekt Thu, 19 Mar 2015 14:49:23 GMT maxima [10324] * code/branches/multiplayerFS15 (copied) new branch Thu, 19 Mar 2015 13:30:34 GMT sborghi [10321] * code/branches/formationFS15/data/levels/sborghi.oxw (added) New Level File Thu, 19 Mar 2015 13:11:10 GMT maxima [10320] * code/branches/formationFS15 (copied) new branch for sborghi Thu, 19 Mar 2015 12:31:54 GMT erbj [10319] * code/branches/towerdefenseFS15/src/modules/towerdefense/CMakeLists.txt (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/Tower.cc (deleted) * code/branches/towerdefenseFS15/src/modules/towerdefense/Tower.h (deleted) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerDefenseTower.h (modified) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerTurret.cc (deleted) * code/branches/towerdefenseFS15/src/modules/towerdefense/TowerTurret.h (deleted) tower now inherits from turret Sun, 15 Mar 2015 16:27:57 GMT smerkli [10318] * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) fixed destructor (during class hierarchy initialization) Sun, 15 Mar 2015 16:22:19 GMT smerkli [10317] * code/trunk/src/libraries/util/output/OutputDefinitions.h (modified) fixed compiler warnings Sun, 15 Mar 2015 14:22:18 GMT smerkli [10316] * code/trunk/src/orxonox/Scene.cc (modified) only load debug drawer if graphics is enabled Thu, 12 Mar 2015 14:56:09 GMT rgraczyk [10315] * code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.h (modified) Added some comments Thu, 12 Mar 2015 14:08:44 GMT maxima [10312] * code/branches/tuandreFS15 (copied) new branch for andrea Thu, 12 Mar 2015 13:32:47 GMT maxima [10309] * code/branches/ParticleEffectsFS15 (copied) new branch for PPS Thu, 12 Mar 2015 13:19:18 GMT maxima [10308] * code/branches/SciptableControllerFS15 (copied) new branch for PPS Thu, 12 Mar 2015 12:59:34 GMT maxima [10302] * code/branches/weaponFS15 (copied) new branch for meggiman Mon, 02 Mar 2015 22:19:32 GMT landauf [10299] * code/trunk/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) fixed crash in SimpleRocket (during level-unloading). improved debug ... Mon, 02 Mar 2015 22:18:45 GMT landauf [10298] * code/trunk/src/libraries/core/BaseObject.h (modified) * code/trunk/src/libraries/core/Namespace.cc (modified) fixed potential crash during level-unloading: Namespace is a context ... Sun, 01 Mar 2015 21:11:26 GMT landauf [10297] * code/trunk/data/levels/underAttack.oxw (modified) improved underAttack.oxw - now with lots of turrets attached to the ... Sun, 01 Mar 2015 21:06:17 GMT landauf [10296] * code/trunk/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/RocketFire.cc (modified) don't add the pawn's velocity to the projectile's velocity. this ... Sun, 01 Mar 2015 20:59:53 GMT muemart [10295] * code/trunk/src/libraries/core/DynLib.cc (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/libraries/core/PathConfig.cc (modified) Avoid using the system path variables on windows (also gets rid of ... Sun, 01 Mar 2015 20:59:28 GMT landauf [10294] * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) made projectiles slower (and all have the same speed now). makes it ... Sun, 01 Mar 2015 19:59:15 GMT landauf [10293] * code/trunk/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/BasicProjectile.h (modified) avoid collisions between projectiles of a turret and the parent-pawn ... Sun, 01 Mar 2015 14:27:01 GMT landauf [10292] * code/trunk/data/overlays/HUD.oxo (modified) * code/trunk/data/overlays/HUDTemplates3.oxo (modified) * code/trunk/data/overlays/HUDTemplatesFPS.oxo (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) fixed text size in HUD (marker which shows the enemy's name). the ... Sun, 01 Mar 2015 14:08:45 GMT landauf [10291] * code/trunk/src/libraries/util/Math.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.h (modified) simplified Math: temp is always positive, thus only solution1 is ... Sun, 01 Mar 2015 13:17:08 GMT landauf [10290] * code/trunk/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/trunk/src/orxonox/controllers/FormationController.cc (modified) details Sun, 01 Mar 2015 13:16:34 GMT landauf [10289] * code/trunk/src/libraries/util/Math.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) fixed target position calculation: a) the math was wrong (not sure ... Sat, 28 Feb 2015 22:55:18 GMT landauf [10288] * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) added bullet settings for CCD (continuous collision detection) to ... Sat, 28 Feb 2015 22:50:41 GMT landauf [10287] * code/trunk/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.cc (modified) use dynamic physics for projectiles. this seems to avoid 'tunneling' ... Sat, 28 Feb 2015 17:14:55 GMT landauf [10286] * code/trunk/cmake/CompilerConfigMSVC.cmake (modified) trying to fix msvc linker warnings related to /INCREMENTAL:YES Sat, 28 Feb 2015 10:08:41 GMT landauf [10285] * code/branches/core7 (copied) created branch to work on new core features