# # ChangeLog for / # # Generated by Trac 1.0.9 # Jul 2, 2024, 2:29:53 AM Sat, 20 Jun 2009 17:21:46 GMT scheusso [3201] * code/branches/netp5/src/network/CMakeLists.txt (modified) * code/branches/netp5/src/network/Connection.cc (added) * code/branches/netp5/src/network/Connection.h (added) * code/branches/netp5/src/network/ConnectionManager.cc (deleted) * code/branches/netp5/src/network/ConnectionManager.h (deleted) * code/branches/netp5/src/network/NetworkPrereqs.h (modified) * code/branches/netp5/src/network/Server.cc (modified) * code/branches/netp5/src/network/Server.h (modified) * code/branches/netp5/src/network/ServerConnection.cc (added) * code/branches/netp5/src/network/ServerConnection.h (added) cleaned up server connection handling client is yet to come Sat, 20 Jun 2009 14:29:04 GMT scheusso [3200] * code/branches/netp5 (copied) create new netp5 branch Sat, 20 Jun 2009 14:28:19 GMT scheusso [3199] * code/branches/netp4 (deleted) delete old netp branch Sat, 20 Jun 2009 14:27:38 GMT scheusso [3198] * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConsoleCommandCompilation.cc (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/util/OutputBuffer.cc (modified) * code/trunk/src/util/SignalHandler.cc (modified) merged netp4 back to trunk Sat, 20 Jun 2009 13:26:42 GMT scheusso [3197] * code/branches/netp4/src/network/TrafficControl.cc (modified) small hackfix Sat, 20 Jun 2009 07:20:47 GMT rgrieder [3196] * code/trunk (modified) * code/trunk/archlinux (deleted) * code/trunk/bin/CMakeLists.txt (modified) * code/trunk/bin/vld.ini.in (copied) * code/trunk/cmake/BuildConfig.cmake (modified) * code/trunk/cmake/BuildConfigGCC.cmake (modified) * code/trunk/cmake/BuildConfigMSVC.cmake (modified) * code/trunk/cmake/CapitaliseName.cmake (copied) * code/trunk/cmake/FlagUtilities.cmake (modified) * code/trunk/cmake/GenerateToluaBindings.cmake (modified) * code/trunk/cmake/GetGCCCompilerFlags.cmake (copied) * code/trunk/cmake/InstallUtilities.cmake (deleted) * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/cmake/PackageConfig.cmake (copied) * code/trunk/cmake/PackageConfigMSVC.cmake (modified) * code/trunk/cmake/PackageConfigMinGW.cmake (modified) * code/trunk/cmake/ParseMacroArguments.cmake (copied) * code/trunk/cmake/PrecompiledHeaderFiles.cmake (copied) * code/trunk/cmake/SeparateFlags.cmake (copied) * code/trunk/cmake/SetCacheAdvanced.cmake (copied) * code/trunk/cmake/TargetUtilities.cmake (copied) * code/trunk/doc/api/CMakeLists.txt (modified) * code/trunk/doc/api/dot (copied) * code/trunk/doc/api/doxy.config.in (modified) * code/trunk/doc/api/examples (copied) * code/trunk/doc/api/images (copied) * code/trunk/doc/api/main.dox (copied) * code/trunk/doc/examples (deleted) * code/trunk/doc/images (deleted) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/OrxonoxConfig.h.in (modified) * code/trunk/src/SpecialConfig.h.in (modified) * code/trunk/src/bullet/CMakeLists.txt (modified) * code/trunk/src/ceguilua/CMakeLists.txt (modified) * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) * code/trunk/src/core/ArgumentCompletionListElement.h (modified) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassFactory.h (modified) * code/trunk/src/core/ClassTreeMask.cc (modified) * code/trunk/src/core/ClassTreeMask.h (modified) * code/trunk/src/core/Clock.cc (modified) * code/trunk/src/core/Clock.h (modified) * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CommandLine.cc (modified) * code/trunk/src/core/CommandLine.h (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/ConsoleCommandCompilation.cc (modified) * code/trunk/src/core/ConsoleCommandCompilation.h (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (copied) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Event.cc (modified) * code/trunk/src/core/Event.h (modified) * code/trunk/src/core/EventIncludes.h (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/Game.h (modified) * code/trunk/src/core/GameState.cc (modified) * code/trunk/src/core/GameState.h (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/IRC.h (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/Loader.h (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/core/LuaBind.h (modified) * code/trunk/src/core/MetaObjectList.cc (modified) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/Namespace.h (modified) * code/trunk/src/core/ObjectListBase.cc (modified) * code/trunk/src/core/ObjectListBase.h (modified) * code/trunk/src/core/ObjectListIterator.h (modified) * code/trunk/src/core/OrxonoxClass.cc (modified) * code/trunk/src/core/OrxonoxClass.h (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/Super.h (modified) * code/trunk/src/core/TclBind.cc (modified) * code/trunk/src/core/TclBind.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Template.cc (modified) * code/trunk/src/core/Template.h (modified) * code/trunk/src/core/XMLFile.h (modified) * code/trunk/src/core/XMLIncludes.h (deleted) * code/trunk/src/core/XMLPort.cc (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/CMakeLists.txt (modified) * code/trunk/src/core/input/CalibratorCallback.cc (deleted) * code/trunk/src/core/input/CalibratorCallback.h (deleted) * code/trunk/src/core/input/ExtendedInputState.cc (modified) * code/trunk/src/core/input/ExtendedInputState.h (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.cc (modified) * code/trunk/src/core/input/InputBuffer.h (modified) * code/trunk/src/core/input/InputCommands.cc (modified) * code/trunk/src/core/input/InputInterfaces.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/core/input/InputState.h (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/core/input/KeyDetector.h (modified) * code/trunk/src/core/input/SimpleInputState.cc (modified) * code/trunk/src/core/input/SimpleInputState.h (modified) * code/trunk/src/cpptcl/CMakeLists.txt (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrecompiledHeaders.h (copied) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/TODO (deleted) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/ogreceguirenderer/CMakeLists.txt (modified) * code/trunk/src/ois/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/CameraManager.cc (modified) * code/trunk/src/orxonox/CameraManager.h (modified) * code/trunk/src/orxonox/GraphicsManager.cc (modified) * code/trunk/src/orxonox/GraphicsManager.h (modified) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/LevelManager.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.h (copied) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/PawnManager.cc (modified) * code/trunk/src/orxonox/PawnManager.h (modified) * code/trunk/src/orxonox/PlayerManager.cc (modified) * code/trunk/src/orxonox/PlayerManager.h (modified) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSClient.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.h (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.h (modified) * code/trunk/src/orxonox/gamestates/GSStandalone.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/src/orxonox/interfaces (copied) * code/trunk/src/orxonox/interfaces/CMakeLists.txt (copied) * code/trunk/src/orxonox/interfaces/GametypeMessageListener.h (copied) * code/trunk/src/orxonox/interfaces/InterfaceCompilation.cc (copied) * code/trunk/src/orxonox/interfaces/PawnListener.h (copied) * code/trunk/src/orxonox/interfaces/RadarListener.h (copied) * code/trunk/src/orxonox/interfaces/RadarViewable.cc (copied) * code/trunk/src/orxonox/interfaces/RadarViewable.h (copied) * code/trunk/src/orxonox/interfaces/Rewardable.h (copied) * code/trunk/src/orxonox/interfaces/TeamColourable.h (copied) * code/trunk/src/orxonox/interfaces/Tickable.h (copied) * code/trunk/src/orxonox/interfaces/TimeFactorListener.h (copied) * code/trunk/src/orxonox/interfaces/WindowEventListener.h (copied) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/EventDispatcher.cc (modified) * code/trunk/src/orxonox/objects/EventDispatcher.h (modified) * code/trunk/src/orxonox/objects/EventListener.cc (modified) * code/trunk/src/orxonox/objects/EventListener.h (modified) * code/trunk/src/orxonox/objects/EventTarget.cc (modified) * code/trunk/src/orxonox/objects/EventTarget.h (modified) * code/trunk/src/orxonox/objects/GametypeMessageListener.cc (deleted) * code/trunk/src/orxonox/objects/GametypeMessageListener.h (deleted) * code/trunk/src/orxonox/objects/GlobalShader.cc (modified) * code/trunk/src/orxonox/objects/Level.cc (modified) * code/trunk/src/orxonox/objects/Level.h (modified) * code/trunk/src/orxonox/objects/Radar.cc (modified) * code/trunk/src/orxonox/objects/Radar.h (modified) * code/trunk/src/orxonox/objects/RadarListener.cc (deleted) * code/trunk/src/orxonox/objects/RadarListener.h (deleted) * code/trunk/src/orxonox/objects/RadarViewable.cc (deleted) * code/trunk/src/orxonox/objects/RadarViewable.h (deleted) * code/trunk/src/orxonox/objects/Scene.cc (modified) * code/trunk/src/orxonox/objects/Scene.h (modified) * code/trunk/src/orxonox/objects/Script.cc (modified) * code/trunk/src/orxonox/objects/Script.h (modified) * code/trunk/src/orxonox/objects/Teamcolourable.cc (deleted) * code/trunk/src/orxonox/objects/Teamcolourable.h (deleted) * code/trunk/src/orxonox/objects/Test.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (deleted) * code/trunk/src/orxonox/objects/Tickable.h (deleted) * code/trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.h (modified) * code/trunk/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.h (modified) * code/trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.h (modified) * code/trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.h (modified) * code/trunk/src/orxonox/objects/controllers/AIController.cc (modified) * code/trunk/src/orxonox/objects/controllers/AIController.h (modified) * code/trunk/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/objects/controllers/ArtificialController.h (modified) * code/trunk/src/orxonox/objects/controllers/Controller.cc (modified) * code/trunk/src/orxonox/objects/controllers/Controller.h (modified) * code/trunk/src/orxonox/objects/controllers/HumanController.cc (modified) * code/trunk/src/orxonox/objects/controllers/HumanController.h (modified) * code/trunk/src/orxonox/objects/controllers/PongAI.cc (modified) * code/trunk/src/orxonox/objects/controllers/PongAI.h (modified) * code/trunk/src/orxonox/objects/controllers/ScriptController.cc (modified) * code/trunk/src/orxonox/objects/controllers/ScriptController.h (modified) * code/trunk/src/orxonox/objects/controllers/WaypointController.cc (modified) * code/trunk/src/orxonox/objects/controllers/WaypointController.h (modified) * code/trunk/src/orxonox/objects/controllers/WaypointPatrolController.cc (modified) * code/trunk/src/orxonox/objects/controllers/WaypointPatrolController.h (modified) * code/trunk/src/orxonox/objects/gametypes/Asteroids.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Asteroids.h (modified) * code/trunk/src/orxonox/objects/gametypes/Deathmatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Deathmatch.h (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.h (modified) * code/trunk/src/orxonox/objects/gametypes/Pong.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Pong.h (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.h (modified) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.h (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.h (modified) * code/trunk/src/orxonox/objects/infos/Bot.cc (modified) * code/trunk/src/orxonox/objects/infos/Bot.h (modified) * code/trunk/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/GametypeInfo.h (modified) * code/trunk/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/trunk/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/trunk/src/orxonox/objects/infos/Info.cc (modified) * code/trunk/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/PongBot.h (modified) * code/trunk/src/orxonox/objects/items/Engine.cc (modified) * code/trunk/src/orxonox/objects/items/Engine.h (modified) * code/trunk/src/orxonox/objects/items/Item.cc (modified) * code/trunk/src/orxonox/objects/items/Item.h (modified) * code/trunk/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/trunk/src/orxonox/objects/items/MultiStateEngine.h (modified) * code/trunk/src/orxonox/objects/pickup/BaseItem.cc (modified) * code/trunk/src/orxonox/objects/pickup/BaseItem.h (modified) * code/trunk/src/orxonox/objects/pickup/DroppedItem.cc (modified) * code/trunk/src/orxonox/objects/pickup/DroppedItem.h (modified) * code/trunk/src/orxonox/objects/pickup/EquipmentItem.cc (modified) * code/trunk/src/orxonox/objects/pickup/EquipmentItem.h (modified) * code/trunk/src/orxonox/objects/pickup/ModifierPickup.cc (modified) * code/trunk/src/orxonox/objects/pickup/ModifierPickup.h (modified) * code/trunk/src/orxonox/objects/pickup/ModifierType.h (modified) * code/trunk/src/orxonox/objects/pickup/PassiveItem.cc (modified) * code/trunk/src/orxonox/objects/pickup/PassiveItem.h (modified) * code/trunk/src/orxonox/objects/pickup/PickupCollection.cc (modified) * code/trunk/src/orxonox/objects/pickup/PickupCollection.h (modified) * code/trunk/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/trunk/src/orxonox/objects/pickup/PickupInventory.h (modified) * code/trunk/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/trunk/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/trunk/src/orxonox/objects/pickup/UsableItem.cc (modified) * code/trunk/src/orxonox/objects/pickup/UsableItem.h (modified) * code/trunk/src/orxonox/objects/pickup/items/HealthImmediate.cc (modified) * code/trunk/src/orxonox/objects/pickup/items/HealthImmediate.h (modified) * code/trunk/src/orxonox/objects/pickup/items/HealthUsable.cc (modified) * code/trunk/src/orxonox/objects/pickup/items/HealthUsable.h (modified) * code/trunk/src/orxonox/objects/pickup/items/Jump.cc (modified) * code/trunk/src/orxonox/objects/pickup/items/Jump.h (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.h (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/trunk/src/orxonox/objects/quest/AddReward.cc (modified) * code/trunk/src/orxonox/objects/quest/AddReward.h (modified) * code/trunk/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.h (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.h (modified) * code/trunk/src/orxonox/objects/quest/Quest.cc (modified) * code/trunk/src/orxonox/objects/quest/Quest.h (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.h (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.h (modified) * code/trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.h (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.h (modified) * code/trunk/src/orxonox/objects/quest/QuestListener.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestListener.h (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.h (modified) * code/trunk/src/orxonox/objects/quest/QuestNotification.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestNotification.h (modified) * code/trunk/src/orxonox/objects/quest/Rewardable.cc (deleted) * code/trunk/src/orxonox/objects/quest/Rewardable.h (deleted) * code/trunk/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/Munition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/Munition.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/Weapon.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponMode.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponPack.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponPack.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponSet.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponSystem.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.h (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Attacher.h (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.h (modified) * code/trunk/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/trunk/src/orxonox/objects/worldentities/BigExplosion.h (modified) * code/trunk/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Billboard.h (modified) * code/trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.h (modified) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.cc (modified) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.h (modified) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ExplosionChunk.h (modified) * code/trunk/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/FadingBillboard.h (modified) * code/trunk/src/orxonox/objects/worldentities/ForceField.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ForceField.h (modified) * code/trunk/src/orxonox/objects/worldentities/Light.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Light.h (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/Model.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Model.h (modified) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.h (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/worldentities/Planet.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Planet.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBat.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongCenterpoint.h (modified) * code/trunk/src/orxonox/objects/worldentities/SpawnPoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * code/trunk/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.h (modified) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/trunk/src/orxonox/orxonox.vcproj.user (deleted) * code/trunk/src/orxonox/orxonox.vcproj.user.in (copied) * code/trunk/src/orxonox/overlays/FadeoutText.cc (modified) * code/trunk/src/orxonox/overlays/FadeoutText.h (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.cc (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.h (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.h (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/OverlayText.h (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/trunk/src/orxonox/overlays/hud/AnnounceMessage.h (modified) * code/trunk/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/trunk/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/trunk/src/orxonox/overlays/hud/DeathMessage.h (modified) * code/trunk/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/trunk/src/orxonox/overlays/hud/GametypeStatus.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDHealthBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDTimer.h (modified) * code/trunk/src/orxonox/overlays/hud/KillMessage.h (modified) * code/trunk/src/orxonox/overlays/hud/PongScore.cc (modified) * code/trunk/src/orxonox/overlays/hud/PongScore.h (modified) * code/trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.h (modified) * code/trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.h (modified) * code/trunk/src/orxonox/overlays/map/Map.cc (modified) * code/trunk/src/orxonox/overlays/map/Map.h (modified) * code/trunk/src/orxonox/overlays/notifications/Notification.cc (modified) * code/trunk/src/orxonox/overlays/notifications/Notification.h (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationOverlay.h (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationQueue.h (modified) * code/trunk/src/orxonox/overlays/stats/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/stats/CreateLines.cc (modified) * code/trunk/src/orxonox/overlays/stats/CreateLines.h (modified) * code/trunk/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/trunk/src/orxonox/overlays/stats/Scoreboard.h (modified) * code/trunk/src/orxonox/overlays/stats/Stats.cc (modified) * code/trunk/src/orxonox/overlays/stats/Stats.h (modified) * code/trunk/src/orxonox/overlays/stats/StatsTest.cc (deleted) * code/trunk/src/orxonox/overlays/stats/StatsTest.h (deleted) * code/trunk/src/orxonox/sound/CMakeLists.txt (modified) * code/trunk/src/orxonox/sound/SoundBase.cc (modified) * code/trunk/src/orxonox/sound/SoundBase.h (modified) * code/trunk/src/orxonox/sound/SoundMainMenu.cc (modified) * code/trunk/src/orxonox/sound/SoundMainMenu.h (modified) * code/trunk/src/orxonox/sound/SoundManager.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.h (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/BulletConversions.h (modified) * code/trunk/src/orxonox/tools/CMakeLists.txt (modified) * code/trunk/src/orxonox/tools/DynamicLines.cc (copied) * code/trunk/src/orxonox/tools/DynamicLines.cpp (deleted) * code/trunk/src/orxonox/tools/DynamicLines.h (modified) * code/trunk/src/orxonox/tools/DynamicRenderable.cc (copied) * code/trunk/src/orxonox/tools/DynamicRenderable.cpp (deleted) * code/trunk/src/orxonox/tools/DynamicRenderable.h (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/Shader.cc (modified) * code/trunk/src/orxonox/tools/Shader.h (modified) * code/trunk/src/orxonox/tools/TextureGenerator.cc (modified) * code/trunk/src/orxonox/tools/TextureGenerator.h (modified) * code/trunk/src/orxonox/tools/TimeFactorListener.cc (deleted) * code/trunk/src/orxonox/tools/TimeFactorListener.h (deleted) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/orxonox/tools/WindowEventListener.cc (deleted) * code/trunk/src/orxonox/tools/WindowEventListener.h (deleted) * code/trunk/src/tinyxml/CMakeLists.txt (modified) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/CRC32.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/Clipboard.h (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Debug.h (modified) * code/trunk/src/util/Exception.cc (modified) * code/trunk/src/util/Exception.h (modified) * code/trunk/src/util/ExprParser.cc (modified) * code/trunk/src/util/ExprParser.h (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MathConvert.h (modified) * code/trunk/src/util/MultiType.cc (modified) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/MultiTypeValue.h (modified) * code/trunk/src/util/OgreForwardRefs.h (copied) * code/trunk/src/util/OrxAssert.h (copied) * code/trunk/src/util/OutputBuffer.cc (modified) * code/trunk/src/util/OutputBuffer.h (modified) * code/trunk/src/util/OutputHandler.h (modified) * code/trunk/src/util/SignalHandler.cc (modified) * code/trunk/src/util/Sleep.cc (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) * code/trunk/src/util/SubString.cc (modified) * code/trunk/src/util/UTFStringConversions.h (copied) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/src/util/mbool.h (modified) Merged pch branch back to trunk. Fri, 19 Jun 2009 12:28:24 GMT rgrieder [3195] * code/branches/pch/bin/CMakeLists.txt (modified) Reverted some changes previously made: on non-MSVC platforms you can ... Fri, 19 Jun 2009 12:19:27 GMT rgrieder [3194] * code/branches/pch/src/network/NetworkPrecompiledHeaders.h (modified) * code/branches/pch/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) Refined precompiled header file for the orxnox executable target ... Fri, 19 Jun 2009 12:18:19 GMT rgrieder [3193] * code/branches/pch/src/core/Clock.cc (modified) * code/branches/pch/src/orxonox/Main.cc (modified) Small stuff. Thu, 18 Jun 2009 08:00:15 GMT rgrieder [3192] * code/branches/pch/src/core/Clock.cc (modified) * code/branches/pch/src/core/Clock.h (modified) * code/branches/pch/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/pch/src/core/Core.cc (modified) * code/branches/pch/src/core/Game.cc (modified) * code/branches/pch/src/core/input/InputManager.cc (modified) * code/branches/pch/src/core/input/KeyBinder.cc (modified) * code/branches/pch/src/orxonox/CameraManager.h (modified) * code/branches/pch/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/pch/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/pch/src/orxonox/gui/GUIManager.cc (modified) * code/branches/pch/src/orxonox/gui/GUIManager.h (modified) * code/branches/pch/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/pch/src/orxonox/objects/Scene.cc (modified) * code/branches/pch/src/orxonox/objects/Scene.h (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/AIController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/PongAI.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/MuzzleFlash.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Planet.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/pch/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/pch/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/pch/src/orxonox/overlays/OverlayText.h (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/pch/src/orxonox/overlays/stats/Stats.h (modified) * code/branches/pch/src/orxonox/tools/BillboardSet.h (modified) * code/branches/pch/src/orxonox/tools/Mesh.h (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/pch/src/orxonox/tools/Shader.cc (modified) * code/branches/pch/src/orxonox/tools/Shader.h (modified) * code/branches/pch/src/util/Convert.h (modified) * code/branches/pch/src/util/Math.h (modified) * code/branches/pch/src/util/OgreForwardRefs.h (added) Replaced with "util/OgreForwardRefs.h": I ... Wed, 17 Jun 2009 19:53:11 GMT rgrieder [3191] * code/branches/pch/src/network/TODO (deleted) Disposed of a file that died of old age ;) Wed, 17 Jun 2009 19:51:00 GMT rgrieder [3190] * code/branches/pch/src/core/CorePrecompiledHeaders.h (modified) * code/branches/pch/src/network/CMakeLists.txt (modified) * code/branches/pch/src/network/NetworkPrecompiledHeaders.h (added) Optimised precompiled header files for core and network (optimised ... Wed, 17 Jun 2009 19:49:53 GMT rgrieder [3189] * code/branches/pch/src/util/Convert.h (modified) Removed trouble-making anonymous namespace in Convert.h Tue, 16 Jun 2009 12:44:36 GMT rgrieder [3188] * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/CameraPosition.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) Added attachOgreObject and detachOgreObject overloads for ... Tue, 16 Jun 2009 12:26:20 GMT rgrieder [3187] * code/branches/pch/src/core/CoreIncludes.h (modified) * code/branches/pch/src/core/input/InputManager.cc (modified) * code/branches/pch/src/network/GamestateClient.cc (modified) * code/branches/pch/src/network/Server.cc (modified) * code/branches/pch/src/network/packet/Gamestate.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/objects/EventListener.cc (modified) * code/branches/pch/src/orxonox/objects/EventTarget.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointPatrolController.cc (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/DroppedItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/pch/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.cc (modified) Officially included ObjectList.h in CoreIncludes.h (it gets included ... Tue, 16 Jun 2009 12:25:05 GMT rgrieder [3186] * code/branches/pch/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Attacher.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/BigExplosion.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/CameraPosition.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/CameraPosition.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ExplosionChunk.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/FadingBillboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ForceField.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ForceField.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Model.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ParticleEmitter.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Planet.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Planet.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/PongBall.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/PongBat.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/PongCenterpoint.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/SpawnPoint.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/TeamSpawnPoint.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/SpaceShip.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/CheckPoint.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/EventTrigger.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/PlayerTrigger.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) Last part of the cleanup: world entities. Tue, 16 Jun 2009 10:35:20 GMT rgrieder [3185] * code/branches/pch/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/Munition.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/Munition.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/MuzzleFlash.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/MuzzleFlash.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/Weapon.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/WeaponMode.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/WeaponPack.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/WeaponPack.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/WeaponSet.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/WeaponSystem.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc (modified) Cleanup in the weapon system. Mon, 15 Jun 2009 21:45:29 GMT rgrieder [3184] * code/branches/pch/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.cc (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Converted SoundManager into a more suitable singleton. Mon, 15 Jun 2009 20:48:12 GMT rgrieder [3183] * code/branches/pch/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/pch/src/orxonox/interfaces/TeamColourable.h (moved) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) Renamed Teamcolourable to TeamColourable Mon, 15 Jun 2009 19:50:37 GMT rgrieder [3182] * code/branches/pch/src/orxonox/GraphicsManager.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/pch/src/orxonox/objects/Script.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Asteroids.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Deathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/BaseItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/DroppedItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/ModifierPickup.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/pch/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.cc (modified) Found out that that Debug.h is officially included in CoreIncludes.h ;) Mon, 15 Jun 2009 19:40:19 GMT rgrieder [3181] * code/branches/pch/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/pch/src/orxonox/interfaces/Rewardable.h (moved) * code/branches/pch/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/objects/quest/Rewardable.cc (deleted) Moved Rewardable (quest system) to the interface section. Mon, 15 Jun 2009 19:34:07 GMT rgrieder [3180] * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/BaseItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/BaseItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/DroppedItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/DroppedItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/EquipmentItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/EquipmentItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/ModifierPickup.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/ModifierPickup.h (modified) * code/branches/pch/src/orxonox/objects/pickup/ModifierType.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PassiveItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PassiveItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupCollection.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupCollection.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupInventory.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/branches/pch/src/orxonox/objects/pickup/UsableItem.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/UsableItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/items/HealthImmediate.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/items/HealthImmediate.h (modified) * code/branches/pch/src/orxonox/objects/pickup/items/HealthUsable.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/items/HealthUsable.h (modified) * code/branches/pch/src/orxonox/objects/pickup/items/Jump.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/items/Jump.h (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/pch/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/pch/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/pch/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/pch/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/Quest.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestNotification.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestNotification.h (modified) * code/branches/pch/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/pch/src/orxonox/objects/quest/Rewardable.h (modified) Cleanup in pickup and quest (almost only cleaned the header file ... Mon, 15 Jun 2009 18:20:14 GMT rgrieder [3179] * code/branches/pch/src/orxonox/objects/gametypes/Asteroids.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Asteroids.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Deathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Deathmatch.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Pong.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Pong.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamBaseMatch.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.h (modified) * code/branches/pch/src/orxonox/objects/infos/Bot.cc (modified) * code/branches/pch/src/orxonox/objects/infos/Bot.h (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.h (modified) * code/branches/pch/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/pch/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/branches/pch/src/orxonox/objects/infos/Info.cc (modified) * code/branches/pch/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/pch/src/orxonox/objects/infos/PongBot.h (modified) * code/branches/pch/src/orxonox/objects/items/Engine.cc (modified) * code/branches/pch/src/orxonox/objects/items/Engine.h (modified) * code/branches/pch/src/orxonox/objects/items/Item.cc (modified) * code/branches/pch/src/orxonox/objects/items/Item.h (modified) * code/branches/pch/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/branches/pch/src/orxonox/objects/items/MultiStateEngine.h (modified) Cleanup in gametypes, infos and items Mon, 15 Jun 2009 11:43:16 GMT rgrieder [3178] * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.h (modified) Build fix for Visual Studio 2005: Removed const qualifiers in ... Mon, 15 Jun 2009 09:52:13 GMT rgrieder [3177] * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/GraphicsManager.cc (modified) * code/branches/pch/src/orxonox/PawnManager.h (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/pch/src/orxonox/interfaces (added) * code/branches/pch/src/orxonox/interfaces/CMakeLists.txt (added) * code/branches/pch/src/orxonox/interfaces/GametypeMessageListener.h (moved) * code/branches/pch/src/orxonox/interfaces/InterfaceCompilation.cc (moved) * code/branches/pch/src/orxonox/interfaces/PawnListener.h (moved) * code/branches/pch/src/orxonox/interfaces/RadarListener.h (moved) * code/branches/pch/src/orxonox/interfaces/RadarViewable.cc (moved) * code/branches/pch/src/orxonox/interfaces/RadarViewable.h (moved) * code/branches/pch/src/orxonox/interfaces/Teamcolourable.h (moved) * code/branches/pch/src/orxonox/interfaces/Tickable.h (moved) * code/branches/pch/src/orxonox/interfaces/TimeFactorListener.h (moved) * code/branches/pch/src/orxonox/interfaces/WindowEventListener.h (moved) * code/branches/pch/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/objects/GametypeMessageListener.cc (deleted) * code/branches/pch/src/orxonox/objects/Radar.cc (modified) * code/branches/pch/src/orxonox/objects/Radar.h (modified) * code/branches/pch/src/orxonox/objects/RadarListener.cc (deleted) * code/branches/pch/src/orxonox/objects/Scene.h (modified) * code/branches/pch/src/orxonox/objects/Teamcolourable.cc (deleted) * code/branches/pch/src/orxonox/objects/Test.h (modified) * code/branches/pch/src/orxonox/objects/Tickable.cc (deleted) * code/branches/pch/src/orxonox/objects/controllers/AIController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/ArtificialController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/PongAI.h (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointController.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.h (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/pch/src/orxonox/objects/items/Engine.h (modified) * code/branches/pch/src/orxonox/objects/pickup/DroppedItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/FadingBillboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ForceField.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Planet.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/CheckPoint.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/pch/src/orxonox/overlays/FadeoutText.h (modified) * code/branches/pch/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/branches/pch/src/orxonox/overlays/hud/AnnounceMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/DeathMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/GametypeStatus.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDHealthBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDTimer.h (modified) * code/branches/pch/src/orxonox/overlays/hud/KillMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/PongScore.h (modified) * code/branches/pch/src/orxonox/overlays/hud/TeamBaseMatchScore.h (modified) * code/branches/pch/src/orxonox/overlays/map/Map.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.h (modified) * code/branches/pch/src/orxonox/overlays/stats/Scoreboard.h (modified) * code/branches/pch/src/orxonox/overlays/stats/Stats.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) * code/branches/pch/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/pch/src/orxonox/tools/PawnListener.cc (deleted) * code/branches/pch/src/orxonox/tools/Shader.h (modified) * code/branches/pch/src/orxonox/tools/TimeFactorListener.cc (deleted) * code/branches/pch/src/orxonox/tools/Timer.h (modified) Moved interface classes to orxonox/interfaces. This resolves certain ... Mon, 15 Jun 2009 08:48:17 GMT rgrieder [3176] * code/branches/pch/src/orxonox/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.h (modified) * code/branches/pch/src/orxonox/objects/controllers/AIController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/AIController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/ArtificialController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/Controller.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/pch/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/HumanController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/PongAI.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/PongAI.h (modified) * code/branches/pch/src/orxonox/objects/controllers/ScriptController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/ScriptController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointPatrolController.cc (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointPatrolController.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/pch/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/tools/PawnListener.cc (added) * code/branches/pch/src/orxonox/tools/PawnListener.h (added) Cleanup in collisionshapes and controllers. (Moved PawnListener to a ... Mon, 15 Jun 2009 08:21:59 GMT rgrieder [3175] * code/branches/pch/src/orxonox/objects/Scene.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Planet.cc (modified) Fixed dedicated (at least for presentation09.oxw). Mon, 15 Jun 2009 07:59:28 GMT rgrieder [3174] * code/branches/pch/src/orxonox/objects/EventDispatcher.cc (modified) * code/branches/pch/src/orxonox/objects/EventDispatcher.h (modified) * code/branches/pch/src/orxonox/objects/EventListener.cc (modified) * code/branches/pch/src/orxonox/objects/EventListener.h (modified) * code/branches/pch/src/orxonox/objects/EventTarget.cc (modified) * code/branches/pch/src/orxonox/objects/EventTarget.h (modified) * code/branches/pch/src/orxonox/objects/GametypeMessageListener.cc (modified) * code/branches/pch/src/orxonox/objects/GametypeMessageListener.h (modified) * code/branches/pch/src/orxonox/objects/GlobalShader.cc (modified) * code/branches/pch/src/orxonox/objects/Level.cc (modified) * code/branches/pch/src/orxonox/objects/Level.h (modified) * code/branches/pch/src/orxonox/objects/Radar.cc (modified) * code/branches/pch/src/orxonox/objects/Radar.h (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.h (modified) * code/branches/pch/src/orxonox/objects/Scene.cc (modified) * code/branches/pch/src/orxonox/objects/Scene.h (modified) * code/branches/pch/src/orxonox/objects/Script.cc (modified) * code/branches/pch/src/orxonox/objects/Script.h (modified) * code/branches/pch/src/orxonox/objects/Teamcolourable.h (modified) * code/branches/pch/src/orxonox/objects/Tickable.cc (modified) Cleanup in orxonox/objects (non recursive). Mon, 15 Jun 2009 07:01:15 GMT rgrieder [3173] * code/branches/pch/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSClient.h (modified) * code/branches/pch/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/pch/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/pch/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/pch/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/pch/src/orxonox/gamestates/GSServer.h (modified) * code/branches/pch/src/orxonox/gamestates/GSStandalone.cc (modified) GameStates cleanup Sun, 14 Jun 2009 19:04:31 GMT rgrieder [3172] * code/branches/pch/src/orxonox/GraphicsManager.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.h (modified) Hack-fixed exit crash: The Map stores a static MaterialPtr that gets ... Sun, 14 Jun 2009 18:31:17 GMT rgrieder [3171] * code/branches/pch/doc/api/CMakeLists.txt (modified) * code/branches/pch/doc/api/dot (added) * code/branches/pch/doc/api/doxy.config.in (modified) * code/branches/pch/doc/api/examples (moved) * code/branches/pch/doc/api/images (moved) * code/branches/pch/doc/api/main.dox (added) Merged Gruppenarbeit changes regarding Doxygen: Don't worry, I ... Sun, 14 Jun 2009 16:39:17 GMT rgrieder [3170] * code/branches/pch/src/core/BaseObject.cc (modified) * code/branches/pch/src/core/EventIncludes.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/EventTrigger.cc (modified) Build fix: Using boost convention for macros which is all-uppercase ... Sun, 14 Jun 2009 16:35:31 GMT rgrieder [3169] * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/SpecialConfig.h.in (modified) * code/branches/pch/src/core/Game.h (modified) * code/branches/pch/src/network/NetworkFunction.h (modified) Replacing MACRO_CONCATENATE and MACRO_QUOTEME with the more robust ... Sun, 14 Jun 2009 16:12:36 GMT rgrieder [3168] * code/branches/pch/archlinux (deleted) Removed not anymore needed archlinux folder. Sun, 14 Jun 2009 16:11:32 GMT rgrieder [3167] * code/branches/pch/bin/CMakeLists.txt (modified) * code/branches/pch/bin/vld.ini.in (added) * code/branches/pch/cmake/BuildConfig.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/LibraryConfig.cmake (modified) * code/branches/pch/cmake/PackageConfig.cmake (added) * code/branches/pch/cmake/PackageConfigMSVC.cmake (modified) * code/branches/pch/cmake/PackageConfigMinGW.cmake (modified) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/SpecialConfig.h.in (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/Main.cc (modified) * code/branches/pch/src/orxonox/orxonox.vcproj.user.in (moved) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) Merged the build system changes from the Gruppenarbeit: - More ... Sun, 14 Jun 2009 10:43:52 GMT rgrieder [3166] * code/branches/pch/src/core/Core.cc (modified) * code/branches/pch/src/core/Core.h (modified) * code/branches/pch/src/util/Exception.cc (modified) * code/branches/pch/src/util/Exception.h (modified) * code/branches/pch/src/util/Sleep.cc (modified) * code/branches/pch/src/util/Sleep.h (modified) Merged some code work from the Gruppenarbeit. Sun, 14 Jun 2009 09:52:50 GMT rgrieder [3165] * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h (modified) Screwed something.. Sun, 14 Jun 2009 09:28:00 GMT rgrieder [3164] * code/branches/pch/src/orxonox/objects/Scene.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/SpaceShip.h (modified) * code/branches/pch/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/pch/src/orxonox/tools/BulletConversions.h (modified) The usual convention with our headers is to use <> for all third ... Sun, 14 Jun 2009 09:24:42 GMT rgrieder [3163] * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/pch/src/util/Math.h (modified) Moved orxonox::TransformSpace::Enum to WorldEntity::TransformSpace ... Sun, 14 Jun 2009 09:18:43 GMT rgrieder [3162] * code/branches/pch/src/util/Exception.h (modified) Added support to write exception messages like the following: int ... Sat, 13 Jun 2009 21:29:15 GMT rgrieder [3161] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/GetGCCCompilerFlags.cmake (modified) * code/branches/pch/src/core/CorePrecompiledHeaders.h (modified) Workaround for GCC < 4.2.0 to avoid a bug Sat, 13 Jun 2009 20:24:14 GMT rgrieder [3160] * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/pch/src/core/CMakeLists.txt (modified) * code/branches/pch/src/core/CorePrecompiledHeaders.h (added) Added precompiled header file for the core library. It contains as ... Sat, 13 Jun 2009 16:41:05 GMT rgrieder [3159] * code/branches/pch/cmake/GenerateToluaBindings.cmake (modified) * code/branches/pch/cmake/LibraryConfig.cmake (modified) * code/branches/pch/src/core/Game.h (modified) * code/branches/pch/src/core/IRC.h (modified) * code/branches/pch/src/core/Template.cc (modified) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/pch/src/util/ExprParser.cc (modified) * code/branches/pch/src/util/SignalHandler.cc (modified) Several small fixes and some removed warnings Sat, 13 Jun 2009 15:05:38 GMT rgrieder [3158] * code/branches/pch/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/pch/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/pch/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/pch/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/pch/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/pch/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/Quest.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/pch/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/pch/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/pch/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/pch/src/orxonox/overlays/hud/AnnounceMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/hud/DeathMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/pch/src/orxonox/overlays/hud/KillMessage.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/Notification.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/Notification.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.h (modified) * code/branches/pch/src/orxonox/overlays/stats/CreateLines.h (modified) * code/branches/pch/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/pch/src/orxonox/tools/BillboardSet.h (modified) * code/branches/pch/src/orxonox/tools/Mesh.cc (modified) * code/branches/pch/src/orxonox/tools/Mesh.h (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.h (modified) Removed the filename part of all @file foo.cc because Doxygen chooses ... Sat, 13 Jun 2009 15:03:51 GMT rgrieder [3157] * code/branches/pch/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/pch/src/orxonox/sound/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) Small changes and cleaned out RadarViewable which saves me probably ... Sat, 13 Jun 2009 14:57:55 GMT rgrieder [3156] * code/branches/pch/src/core/BaseObject.h (modified) * code/branches/pch/src/core/Core.h (modified) * code/branches/pch/src/core/CorePrereqs.h (modified) * code/branches/pch/src/core/Namespace.h (modified) * code/branches/pch/src/core/Super.h (modified) * code/branches/pch/src/core/XMLIncludes.h (deleted) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/pch/src/orxonox/gui/GUIManager.h (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Moved the forward declaration I found to the prereqs.h files. Sat, 13 Jun 2009 14:55:17 GMT rgrieder [3155] * code/branches/pch/src/core/CorePrereqs.h (modified) Adjusted indentation Sat, 13 Jun 2009 14:30:37 GMT rgrieder [3154] * code/branches/pch/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/pch/src/core/ArgumentCompletionListElement.h (modified) * code/branches/pch/src/core/BaseObject.cc (modified) * code/branches/pch/src/core/BaseObject.h (modified) * code/branches/pch/src/core/ClassFactory.h (modified) * code/branches/pch/src/core/ClassTreeMask.cc (modified) * code/branches/pch/src/core/ClassTreeMask.h (modified) * code/branches/pch/src/core/CommandEvaluation.cc (modified) * code/branches/pch/src/core/CommandExecutor.cc (modified) * code/branches/pch/src/core/CommandExecutor.h (modified) * code/branches/pch/src/core/CommandLine.cc (modified) * code/branches/pch/src/core/CommandLine.h (modified) * code/branches/pch/src/core/ConfigFileManager.cc (modified) * code/branches/pch/src/core/ConfigFileManager.h (modified) * code/branches/pch/src/core/ConfigValueContainer.cc (modified) * code/branches/pch/src/core/ConfigValueContainer.h (modified) * code/branches/pch/src/core/ConsoleCommand.h (modified) * code/branches/pch/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/pch/src/core/ConsoleCommandCompilation.h (modified) * code/branches/pch/src/core/CorePrereqs.h (modified) * code/branches/pch/src/core/Event.cc (modified) * code/branches/pch/src/core/Event.h (modified) * code/branches/pch/src/core/Executor.cc (modified) * code/branches/pch/src/core/Executor.h (modified) * code/branches/pch/src/core/Factory.cc (modified) * code/branches/pch/src/core/Functor.h (modified) * code/branches/pch/src/core/Game.cc (modified) * code/branches/pch/src/core/Game.h (modified) * code/branches/pch/src/core/GameState.cc (modified) * code/branches/pch/src/core/GameState.h (modified) * code/branches/pch/src/core/IRC.cc (modified) * code/branches/pch/src/core/IRC.h (modified) * code/branches/pch/src/core/Identifier.cc (modified) * code/branches/pch/src/core/Identifier.h (modified) * code/branches/pch/src/core/Iterator.h (modified) * code/branches/pch/src/core/Language.cc (modified) * code/branches/pch/src/core/Loader.cc (modified) * code/branches/pch/src/core/Loader.h (modified) * code/branches/pch/src/core/LuaBind.cc (modified) * code/branches/pch/src/core/LuaBind.h (modified) * code/branches/pch/src/core/MetaObjectList.cc (modified) * code/branches/pch/src/core/Namespace.cc (modified) * code/branches/pch/src/core/Namespace.h (modified) * code/branches/pch/src/core/ObjectListBase.cc (modified) * code/branches/pch/src/core/ObjectListBase.h (modified) * code/branches/pch/src/core/ObjectListIterator.h (modified) * code/branches/pch/src/core/OrxonoxClass.cc (modified) * code/branches/pch/src/core/OrxonoxClass.h (modified) * code/branches/pch/src/core/Shell.cc (modified) * code/branches/pch/src/core/Shell.h (modified) * code/branches/pch/src/core/Super.h (modified) * code/branches/pch/src/core/TclBind.cc (modified) * code/branches/pch/src/core/TclBind.h (modified) * code/branches/pch/src/core/TclThreadManager.cc (modified) * code/branches/pch/src/core/TclThreadManager.h (modified) * code/branches/pch/src/core/Template.cc (modified) * code/branches/pch/src/core/Template.h (modified) * code/branches/pch/src/core/XMLFile.h (modified) * code/branches/pch/src/core/XMLPort.cc (modified) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/core/input/InputManager.cc (modified) * code/branches/pch/src/network/GamestateClient.cc (modified) * code/branches/pch/src/network/NetworkFunction.h (modified) * code/branches/pch/src/network/Server.cc (modified) * code/branches/pch/src/network/packet/Gamestate.cc (modified) * code/branches/pch/src/orxonox/CameraManager.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/objects/Radar.cc (modified) * code/branches/pch/src/orxonox/objects/Radar.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/pch/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.h (modified) Tried to reduce dependencies in the core. There wasn't much to ... Sat, 13 Jun 2009 14:12:45 GMT rgrieder [3153] * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/orxonox/gui/GUIManager.cc (modified) * code/branches/pch/src/orxonox/gui/GUIManager.h (modified) * code/branches/pch/src/orxonox/tools/TextureGenerator.cc (modified) * code/branches/pch/src/orxonox/tools/TextureGenerator.h (modified) * code/branches/pch/src/util/ExprParser.h (modified) * code/branches/pch/src/util/OrxAssert.h (modified) * code/branches/pch/src/util/OutputHandler.h (modified) Small fixes. Fri, 12 Jun 2009 16:47:14 GMT rgrieder [3152] * code/branches/pch/src/OrxonoxConfig.h.in (modified) * code/branches/pch/src/core/ConfigFileManager.cc (modified) * code/branches/pch/src/core/ConfigValueContainer.cc (modified) * code/branches/pch/src/util/Convert.h (modified) * code/branches/pch/src/util/Math.cc (modified) * code/branches/pch/src/util/MultiTypeValue.h (modified) Removed ConvertValue function, non capital version should be enough ... Fri, 12 Jun 2009 11:46:26 GMT rgrieder [3151] * code/branches/pch/src/core/CoreIncludes.h (modified) * code/branches/pch/src/core/Identifier.cc (modified) * code/branches/pch/src/core/Identifier.h (modified) Removing superfluous feature: construction callbacks. If we ever ... Fri, 12 Jun 2009 08:58:40 GMT rgrieder [3150] * code/branches/pch/src/core/CommandLine.cc (modified) * code/branches/pch/src/core/input/InputManager.cc (modified) * code/branches/pch/src/core/input/InputState.h (modified) * code/branches/pch/src/network/Host.h (modified) * code/branches/pch/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/pch/src/util/Clipboard.cc (modified) Build fixes (X11 defines the None macro...) Fri, 12 Jun 2009 08:17:44 GMT rgrieder [3149] * code/branches/pch/src/core/CommandLine.h (modified) * code/branches/pch/src/core/GameState.cc (modified) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/pch/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/pch/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/pch/src/util/Exception.h (modified) * code/branches/pch/src/util/OrxAssert.h (added) Extracted OrxAssert from Exception.h to OrxAssert.h since it doesn't ... Thu, 11 Jun 2009 20:26:40 GMT rgrieder [3148] * code/branches/pch/src/core/input/ExtendedInputState.cc (modified) * code/branches/pch/src/core/input/ExtendedInputState.h (modified) * code/branches/pch/src/core/input/HalfAxis.h (modified) * code/branches/pch/src/core/input/InputBuffer.cc (modified) * code/branches/pch/src/core/input/InputBuffer.h (modified) * code/branches/pch/src/core/input/InputCommands.cc (modified) * code/branches/pch/src/core/input/InputInterfaces.h (modified) * code/branches/pch/src/core/input/InputManager.cc (modified) * code/branches/pch/src/core/input/InputManager.h (modified) * code/branches/pch/src/core/input/InputState.h (modified) * code/branches/pch/src/core/input/KeyBinder.cc (modified) * code/branches/pch/src/core/input/KeyBinder.h (modified) * code/branches/pch/src/core/input/KeyDetector.cc (modified) * code/branches/pch/src/core/input/KeyDetector.h (modified) * code/branches/pch/src/core/input/SimpleInputState.cc (modified) * code/branches/pch/src/core/input/SimpleInputState.h (modified) Another clean up in core/input Thu, 11 Jun 2009 20:03:38 GMT rgrieder [3147] * code/branches/pch/src/core/input/CMakeLists.txt (modified) * code/branches/pch/src/core/input/CalibratorCallback.cc (deleted) * code/branches/pch/src/core/input/CalibratorCallback.h (deleted) * code/branches/pch/src/core/input/InputManager.cc (modified) Found another zombie. Thu, 11 Jun 2009 19:40:24 GMT rgrieder [3146] * code/branches/pch/src/core/BaseObject.h (modified) * code/branches/pch/src/core/CommandExecutor.h (modified) * code/branches/pch/src/util/CRC32.h (modified) * code/branches/pch/src/util/Clipboard.cc (modified) * code/branches/pch/src/util/Clipboard.h (modified) * code/branches/pch/src/util/Convert.h (modified) * code/branches/pch/src/util/Debug.h (modified) * code/branches/pch/src/util/ExprParser.cc (modified) * code/branches/pch/src/util/Math.cc (modified) * code/branches/pch/src/util/Math.h (modified) * code/branches/pch/src/util/MultiType.cc (modified) * code/branches/pch/src/util/MultiType.h (modified) * code/branches/pch/src/util/MultiTypeValue.h (modified) * code/branches/pch/src/util/OutputBuffer.cc (modified) * code/branches/pch/src/util/OutputBuffer.h (modified) * code/branches/pch/src/util/SignalHandler.cc (modified) * code/branches/pch/src/util/Sleep.cc (modified) * code/branches/pch/src/util/String.cc (modified) * code/branches/pch/src/util/String.h (modified) * code/branches/pch/src/util/SubString.cc (modified) * code/branches/pch/src/util/mbool.h (modified) Found another few unnecessary includes in util (and added two others ... Thu, 11 Jun 2009 16:22:15 GMT rgrieder [3145] * code/branches/pch/src/core/ClassFactory.h (modified) * code/branches/pch/src/core/Identifier.h (modified) * code/branches/pch/src/orxonox/tools/BulletConversions.h (modified) * code/branches/pch/src/orxonox/tools/TextureGenerator.cc (modified) * code/branches/pch/src/util/Convert.h (modified) * code/branches/pch/src/util/MathConvert.h (modified) Added a few inline keywords to template functions (Visual Studio does ... Wed, 10 Jun 2009 20:58:53 GMT rgrieder [3144] * code/branches/pch/src/orxonox/overlays/FadeoutText.cc (modified) * code/branches/pch/src/orxonox/overlays/FadeoutText.h (modified) * code/branches/pch/src/orxonox/overlays/GUIOverlay.cc (modified) * code/branches/pch/src/orxonox/overlays/GUIOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/pch/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/pch/src/orxonox/overlays/OverlayText.h (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/branches/pch/src/orxonox/overlays/hud/AnnounceMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/hud/DeathMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/GametypeStatus.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDHealthBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDTimer.h (modified) * code/branches/pch/src/orxonox/overlays/hud/KillMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/PongScore.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/PongScore.h (modified) * code/branches/pch/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/pch/src/orxonox/overlays/hud/TeamBaseMatchScore.h (modified) * code/branches/pch/src/orxonox/overlays/hud/UnderAttackHealthBar.h (modified) * code/branches/pch/src/orxonox/overlays/map/Map.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/Notification.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/Notification.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.h (modified) Header file section clean up in orxonox/overlays (without stats). ... Wed, 10 Jun 2009 20:54:43 GMT rgrieder [3143] * code/branches/pch/src/orxonox/gui/GUIManager.cc (modified) * code/branches/pch/src/orxonox/gui/GUIManager.h (modified) Dependency reductions in the GUIManager. Wed, 10 Jun 2009 20:49:04 GMT rgrieder [3142] * code/branches/pch/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/pch/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/pch/src/util/MultiTypeValue.h (modified) * code/branches/pch/src/util/UTFStringConversions.h (added) Move std::string to Ogre::UTFString conversion to util. Wed, 10 Jun 2009 20:48:29 GMT rgrieder [3141] * code/branches/pch/src/util/CMakeLists.txt (modified) Using automatic header file search after all in util. Wed, 10 Jun 2009 20:42:42 GMT rgrieder [3140] * code/branches/pch/src/orxonox/overlays/stats/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/overlays/stats/CreateLines.cc (modified) * code/branches/pch/src/orxonox/overlays/stats/CreateLines.h (modified) * code/branches/pch/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/branches/pch/src/orxonox/overlays/stats/Scoreboard.h (modified) * code/branches/pch/src/orxonox/overlays/stats/Stats.cc (modified) * code/branches/pch/src/orxonox/overlays/stats/Stats.h (modified) * code/branches/pch/src/orxonox/overlays/stats/StatsTest.cc (deleted) * code/branches/pch/src/orxonox/overlays/stats/StatsTest.h (deleted) Removed 'empty' file and cleaned out header section of statics ... Wed, 10 Jun 2009 14:04:42 GMT rgrieder [3139] * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) Typedef is probably better here than a static assert. Wed, 10 Jun 2009 14:01:42 GMT rgrieder [3138] * code/branches/pch/src/tolua/CMakeLists.txt (modified) * code/branches/pch/src/tolua/README (modified) * code/branches/pch/src/tolua/VERSION (modified) * code/branches/pch/src/tolua/all-5.0.lua (modified) * code/branches/pch/src/tolua/all-5.1.lua (modified) * code/branches/pch/src/tolua/changes_orxonox.diff (modified) * code/branches/pch/src/tolua/lua/array.lua (modified) * code/branches/pch/src/tolua/lua/basic.lua (modified) * code/branches/pch/src/tolua/lua/class.lua (modified) * code/branches/pch/src/tolua/lua/code.lua (modified) * code/branches/pch/src/tolua/lua/compat-5.1.lua (modified) * code/branches/pch/src/tolua/lua/container.lua (modified) * code/branches/pch/src/tolua/lua/declaration.lua (modified) * code/branches/pch/src/tolua/lua/doit.lua (modified) * code/branches/pch/src/tolua/lua/enumerate.lua (modified) * code/branches/pch/src/tolua/lua/feature.lua (modified) * code/branches/pch/src/tolua/lua/function.lua (modified) * code/branches/pch/src/tolua/lua/operator.lua (modified) * code/branches/pch/src/tolua/lua/package.lua (modified) * code/branches/pch/src/tolua/lua/template_class.lua (deleted) * code/branches/pch/src/tolua/lua/variable.lua (modified) * code/branches/pch/src/tolua/tolua++.h (modified) * code/branches/pch/src/tolua/tolua.c (modified) * code/branches/pch/src/tolua/tolua_event.c (modified) * code/branches/pch/src/tolua/tolua_is.c (modified) * code/branches/pch/src/tolua/tolua_map.c (modified) * code/branches/pch/src/tolua/tolua_push.c (modified) * code/branches/pch/src/tolua/tolua_to.c (modified) Tolua update to v1.0.93 is not working properly and I would not know ... Wed, 10 Jun 2009 10:24:27 GMT scheusso [3137] * code/branches/netp4/src/network/Client.cc (modified) * code/branches/netp4/src/network/ClientConnection.cc (modified) * code/branches/netp4/src/network/ClientInformation.h (modified) * code/branches/netp4/src/network/ConnectionManager.cc (modified) * code/branches/netp4/src/network/ConnectionManager.h (modified) * code/branches/netp4/src/network/GamestateManager.cc (modified) * code/branches/netp4/src/network/Server.cc (modified) * code/branches/netp4/src/network/TrafficControl.cc (modified) * code/branches/netp4/src/network/packet/Gamestate.cc (modified) * code/branches/netp4/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) various performance and memory issues fixed Wed, 10 Jun 2009 10:24:06 GMT scheusso [3136] * code/branches/netp4/src/util/SignalHandler.cc (modified) fixed an issue with the signal handler (in case that there is a ... Tue, 09 Jun 2009 22:21:01 GMT scheusso [3135] * code/branches/netp4/src/network/synchronisable/Synchronisable.cc (modified) second part of the improvement Tue, 09 Jun 2009 21:15:16 GMT scheusso [3134] * code/branches/netp4/src/network/synchronisable/Synchronisable.cc (modified) small change for huge performance increase Tue, 09 Jun 2009 20:06:57 GMT rgrieder [3133] * code/branches/pch/src/orxonox/sound/SoundBase.cc (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundMainMenu.cc (modified) * code/branches/pch/src/orxonox/sound/SoundMainMenu.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.cc (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Reduced header file dependencies in the sound classes. Tue, 09 Jun 2009 18:59:57 GMT rgrieder [3132] * code/branches/netp4/src/network/TrafficControl.cc (modified) Extreme performance boost by copying an std::list only once instead ... Tue, 09 Jun 2009 18:37:42 GMT rgrieder [3131] * code/branches/pch/src/orxonox/CameraManager.cc (modified) * code/branches/pch/src/orxonox/CameraManager.h (modified) * code/branches/pch/src/orxonox/GraphicsManager.cc (modified) * code/branches/pch/src/orxonox/GraphicsManager.h (modified) * code/branches/pch/src/orxonox/LevelManager.cc (modified) * code/branches/pch/src/orxonox/LevelManager.h (modified) * code/branches/pch/src/orxonox/PawnManager.cc (modified) * code/branches/pch/src/orxonox/PlayerManager.cc (modified) * code/branches/pch/src/orxonox/PlayerManager.h (modified) * code/branches/pch/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/pch/src/orxonox/tools/BillboardSet.h (modified) * code/branches/pch/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/tools/Mesh.cc (modified) * code/branches/pch/src/orxonox/tools/Mesh.h (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/pch/src/orxonox/tools/Shader.cc (modified) * code/branches/pch/src/orxonox/tools/Shader.h (modified) * code/branches/pch/src/orxonox/tools/TextureGenerator.cc (modified) * code/branches/pch/src/orxonox/tools/TextureGenerator.h (modified) * code/branches/pch/src/orxonox/tools/TimeFactorListener.h (modified) * code/branches/pch/src/orxonox/tools/Timer.cc (modified) * code/branches/pch/src/orxonox/tools/Timer.h (modified) * code/branches/pch/src/orxonox/tools/WindowEventListener.h (modified) Clean up in files in src/orxonox and src/orxonox/tools. Tue, 09 Jun 2009 17:51:00 GMT rgrieder [3130] * code/branches/pch/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.h (modified) * code/branches/pch/src/orxonox/tools/DynamicLines.cc (moved) * code/branches/pch/src/orxonox/tools/DynamicLines.h (modified) * code/branches/pch/src/orxonox/tools/DynamicRenderable.cc (moved) * code/branches/pch/src/orxonox/tools/DynamicRenderable.h (modified) Cleaned out DynamicLines and DynamicRenderable classes and put them ... Tue, 09 Jun 2009 17:44:46 GMT rgrieder [3129] * code/branches/pch/src/tolua/lua/basic.lua (modified) * code/branches/pch/src/tolua/lua/package.lua (modified) Fixed tolua update: - Too many changes in package.lua (somehow ... Tue, 09 Jun 2009 14:30:44 GMT rgrieder [3128] * code/branches/pch/src/util/Math.h (modified) * code/branches/pch/src/util/UtilPrereqs.h (modified) Allow use of Vector2, etc. as pointers or references when only ... Tue, 09 Jun 2009 14:29:42 GMT rgrieder [3127] * code/branches/pch/src/tolua/CMakeLists.txt (modified) * code/branches/pch/src/tolua/README (modified) * code/branches/pch/src/tolua/VERSION (modified) * code/branches/pch/src/tolua/all-5.0.lua (modified) * code/branches/pch/src/tolua/all-5.1.lua (modified) * code/branches/pch/src/tolua/changes_orxonox.diff (modified) * code/branches/pch/src/tolua/lua/array.lua (modified) * code/branches/pch/src/tolua/lua/basic.lua (modified) * code/branches/pch/src/tolua/lua/class.lua (modified) * code/branches/pch/src/tolua/lua/code.lua (modified) * code/branches/pch/src/tolua/lua/compat-5.1.lua (modified) * code/branches/pch/src/tolua/lua/container.lua (modified) * code/branches/pch/src/tolua/lua/declaration.lua (modified) * code/branches/pch/src/tolua/lua/doit.lua (modified) * code/branches/pch/src/tolua/lua/enumerate.lua (modified) * code/branches/pch/src/tolua/lua/feature.lua (modified) * code/branches/pch/src/tolua/lua/function.lua (modified) * code/branches/pch/src/tolua/lua/operator.lua (modified) * code/branches/pch/src/tolua/lua/package.lua (modified) * code/branches/pch/src/tolua/lua/template_class.lua (added) * code/branches/pch/src/tolua/lua/variable.lua (modified) * code/branches/pch/src/tolua/tolua++.h (modified) * code/branches/pch/src/tolua/tolua.c (modified) * code/branches/pch/src/tolua/tolua_event.c (modified) * code/branches/pch/src/tolua/tolua_is.c (modified) * code/branches/pch/src/tolua/tolua_map.c (modified) * code/branches/pch/src/tolua/tolua_push.c (modified) * code/branches/pch/src/tolua/tolua_to.c (modified) Update to tolua 1.0.93 Tue, 09 Jun 2009 12:53:57 GMT scheusso [3126] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.h (modified) cursor now working again in dedicated server console Tue, 09 Jun 2009 12:48:32 GMT rgrieder [3125] * code/branches/pch/src/core/input/InputManager.cc (modified) * code/branches/pch/src/orxonox/objects/Scene.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/pch/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/pch/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/branches/pch/src/util/Convert.h (modified) Renamed stupid omni_cast to multi_cast. It still eats about anything ;) Tue, 09 Jun 2009 12:42:19 GMT rgrieder [3124] * code/branches/pch/src/core/Game.cc (modified) * code/branches/pch/src/core/Game.h (modified) Using smart pointers in Game to manage the little tree. It's merely a ... Tue, 09 Jun 2009 11:31:32 GMT rgrieder [3123] * code/branches/netp4/src/core/ConfigFileManager.cc (modified) * code/branches/netp4/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/netp4/src/core/Language.cc (modified) * code/branches/netp4/src/core/LuaBind.cc (modified) * code/branches/netp4/src/util/OutputBuffer.cc (modified) Replaced all the std::istream::getline(const char*) calls with ... Mon, 08 Jun 2009 23:11:55 GMT scheusso [3122] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) tab completion now working in ds console (as is backspace and direct ... Mon, 08 Jun 2009 19:17:40 GMT scheusso [3121] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.h (modified) more advanced input for the dedicated server console Mon, 08 Jun 2009 14:03:44 GMT scheusso [3120] * code/branches/netp4/src/network/GamestateManager.cc (modified) * code/branches/netp4/src/network/packet/Acknowledgement.cc (modified) * code/branches/netp4/src/network/packet/Gamestate.cc (modified) * code/branches/netp4/src/network/packet/Gamestate.h (modified) optimised diff function (unrolled to 8byte xor) Sun, 07 Jun 2009 11:54:02 GMT scheusso [3119] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.h (modified) first version of the i/o-console for the dedicated server Wed, 03 Jun 2009 22:01:16 GMT rgrieder [3118] * code/branches/pch/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) Include fix Wed, 03 Jun 2009 18:40:17 GMT rgrieder [3117] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/GetGCCCompilerFlags.cmake (added) * code/branches/pch/cmake/PrecompiledHeaderFiles.cmake (added) * code/branches/pch/cmake/TargetUtilities.cmake (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/OrxonoxPrecompiledHeaders.h (added) Adding experimental precompiled header file support. It seems to work ... Wed, 03 Jun 2009 18:28:37 GMT rgrieder [3116] * code/branches/pch/cmake/BuildConfigGCC.cmake (modified) * code/branches/pch/cmake/BuildConfigMSVC.cmake (modified) * code/branches/pch/cmake/CapitaliseName.cmake (added) * code/branches/pch/cmake/InstallUtilities.cmake (deleted) * code/branches/pch/cmake/ParseMacroArguments.cmake (added) * code/branches/pch/cmake/TargetUtilities.cmake (added) * code/branches/pch/src/CMakeLists.txt (modified) * code/branches/pch/src/bullet/CMakeLists.txt (modified) * code/branches/pch/src/ceguilua/CMakeLists.txt (modified) * code/branches/pch/src/core/CMakeLists.txt (modified) * code/branches/pch/src/cpptcl/CMakeLists.txt (modified) * code/branches/pch/src/network/CMakeLists.txt (modified) * code/branches/pch/src/ogreceguirenderer/CMakeLists.txt (modified) * code/branches/pch/src/ois/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/tinyxml/CMakeLists.txt (modified) * code/branches/pch/src/tolua/CMakeLists.txt (modified) * code/branches/pch/src/util/CMakeLists.txt (modified) Added new CMake functions: ORXONOX_ADD_LIBRARY and ... Wed, 03 Jun 2009 17:45:10 GMT rgrieder [3115] * code/branches/pch/cmake/FlagUtilities.cmake (modified) * code/branches/pch/cmake/SeparateFlags.cmake (added) * code/branches/pch/cmake/SetCacheAdvanced.cmake (added) Split the flag parser and the advanced cache writer from ... Wed, 03 Jun 2009 17:20:36 GMT rgrieder [3114] * code/branches/pch (copied) Creating branch for experimental precompiled header file support. Wed, 03 Jun 2009 16:36:48 GMT scheusso [3113] * code/branches/netp4 (copied) create new netp4 (network & performance) branch Wed, 03 Jun 2009 16:36:00 GMT scheusso [3112] * code/branches/netp (deleted) * code/branches/netp2 (deleted) * code/branches/netp3 (deleted) delete old netp branches Tue, 02 Jun 2009 18:31:14 GMT rgrieder [3111] * code/trunk/cmake/BuildConfigGCC.cmake (modified) REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc ... Tue, 02 Jun 2009 17:38:48 GMT rgrieder [3110] * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/CameraManager.cc (modified) * code/trunk/src/orxonox/GraphicsManager.cc (modified) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/PawnManager.cc (modified) * code/trunk/src/orxonox/PlayerManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/src/orxonox/gamestates/GSStandalone.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/objects/EventDispatcher.cc (modified) * code/trunk/src/orxonox/objects/EventListener.cc (modified) * code/trunk/src/orxonox/objects/EventTarget.cc (modified) * code/trunk/src/orxonox/objects/GlobalShader.cc (modified) * code/trunk/src/orxonox/objects/Level.cc (modified) * code/trunk/src/orxonox/objects/Radar.cc (modified) * code/trunk/src/orxonox/objects/RadarListener.cc (modified) * code/trunk/src/orxonox/objects/RadarViewable.cc (modified) * code/trunk/src/orxonox/objects/Scene.cc (modified) * code/trunk/src/orxonox/objects/Script.cc (modified) * code/trunk/src/orxonox/objects/Teamcolourable.cc (modified) * code/trunk/src/orxonox/objects/Test.cc (modified) * code/trunk/src/orxonox/objects/Tickable.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc (modified) * code/trunk/src/orxonox/objects/controllers/AIController.cc (modified) * code/trunk/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/objects/controllers/Controller.cc (modified) * code/trunk/src/orxonox/objects/controllers/HumanController.cc (modified) * code/trunk/src/orxonox/objects/controllers/PongAI.cc (modified) * code/trunk/src/orxonox/objects/controllers/ScriptController.cc (modified) * code/trunk/src/orxonox/objects/controllers/WaypointController.cc (modified) * code/trunk/src/orxonox/objects/controllers/WaypointPatrolController.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Asteroids.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Deathmatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Pong.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/trunk/src/orxonox/objects/infos/Bot.cc (modified) * code/trunk/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/trunk/src/orxonox/objects/infos/Info.cc (modified) * code/trunk/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/PongBot.cc (modified) * code/trunk/src/orxonox/objects/items/Engine.cc (modified) * code/trunk/src/orxonox/objects/items/Item.cc (modified) * code/trunk/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/AddReward.cc (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/Quest.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestListener.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestNotification.cc (modified) * code/trunk/src/orxonox/objects/quest/Rewardable.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/Munition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/Weapon.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponMode.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponPack.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponSet.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponSlot.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponSystem.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Attacher.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/trunk/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.cc (modified) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/trunk/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Light.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Model.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Planet.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBat.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongCenterpoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/SpawnPoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Destroyer.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/trunk/src/orxonox/overlays/FadeoutText.cc (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/trunk/src/orxonox/overlays/hud/AnnounceMessage.cc (modified) * code/trunk/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/trunk/src/orxonox/overlays/hud/DeathMessage.cc (modified) * code/trunk/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/trunk/src/orxonox/overlays/hud/KillMessage.cc (modified) * code/trunk/src/orxonox/overlays/hud/PongScore.cc (modified) * code/trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (modified) * code/trunk/src/orxonox/overlays/map/Map.cc (modified) * code/trunk/src/orxonox/overlays/notifications/Notification.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/trunk/src/orxonox/overlays/stats/CreateLines.cc (modified) * code/trunk/src/orxonox/overlays/stats/Scoreboard.cc (modified) * code/trunk/src/orxonox/overlays/stats/Stats.cc (modified) * code/trunk/src/orxonox/overlays/stats/StatsTest.cc (modified) * code/trunk/src/orxonox/pch (deleted) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/Shader.cc (modified) * code/trunk/src/orxonox/tools/TextureGenerator.cc (modified) * code/trunk/src/orxonox/tools/TimeFactorListener.cc (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/WindowEventListener.cc (modified) Removed old msvc specific support for precompiled header files. Fri, 29 May 2009 18:05:17 GMT adrfried [3109] * code/branches/ggz/src/orxonox/GGZClient.cc (modified) * code/branches/ggz/src/orxonox/gamestates/GSClient.cc (modified) segfault fixed Thu, 28 May 2009 22:46:24 GMT erwin [3108] * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.h (modified) * code/trunk/src/orxonox/sound/SoundBase.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.cc (modified) first attempt to implement sounds for pong, only score sound is ... Thu, 28 May 2009 21:47:22 GMT adrfried [3107] * code/branches/ggz/bin/ggz/module.dsc (modified) * code/branches/ggz/src/orxonox/GGZClient.cc (modified) * code/branches/ggz/src/orxonox/GGZClient.h (modified) * code/branches/ggz/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/ggz/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/ggz/src/orxonox/gamestates/GSClient.h (modified) some more work on ggzclient Thu, 28 May 2009 15:18:42 GMT adrfried [3106] * code/branches/ggz/src/CMakeLists.txt (modified) * code/branches/ggz/src/SpecialConfig.h.in (modified) * code/branches/ggz/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/ggz/src/orxonox/gamestates/GSClient.h (modified) ggz build configuration bug fixed Thu, 28 May 2009 05:15:03 GMT landauf [3105] * code/trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) fixed self-collision with projectiles Thu, 28 May 2009 03:37:34 GMT landauf [3104] * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.h (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/trunk/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (added) * code/trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.h (added) * code/trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (added) * code/trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.h (added) Added two new HUD-elements for TeamBaseMatch and UnderAttack Thu, 28 May 2009 02:56:37 GMT scheusso [3103] * code/trunk/src/core/Core.cc (modified) * code/trunk/src/orxonox/GraphicsManager.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) some fixes and changes (also signalhandler) Thu, 28 May 2009 01:05:54 GMT scheusso [3102] * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) fixed some problems when changing the gamestate (from menu to server ...