# # ChangeLog for code # # Generated by Trac 1.0.9 # May 29, 2024, 1:03:37 PM Sun, 19 Jul 2009 00:12:50 GMT landauf [3307] * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/TclBind.cc (modified) * code/trunk/src/core/TclThreadList.h (added) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) Completely rewrote TclThreadManager. This fixes several bugs from the ... Sat, 18 Jul 2009 23:13:43 GMT rgrieder [3306] * code/branches/core4/src/core/input/JoyStick.cc (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/core/input/KeyBinder.h (modified) * code/branches/core4/src/core/input/KeyDetector.cc (modified) * code/branches/core4/src/core/input/KeyDetector.h (modified) Keybindings should now map to the correct joy stick by device name ... Sat, 18 Jul 2009 16:24:38 GMT rgrieder [3305] * code/trunk/src/util/Sleep.cc (modified) Removed annoying warning on Windows. Sat, 18 Jul 2009 16:23:31 GMT rgrieder [3304] * code/trunk (modified) * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Clock.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/IRC.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Thread.cc (copied) * code/trunk/src/core/Thread.h (copied) * code/trunk/src/core/ThreadPool.cc (copied) * code/trunk/src/core/ThreadPool.h (copied) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/Connection.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/NetworkFunction.cc (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (deleted) * code/trunk/src/network/PacketBuffer.h (deleted) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/FunctionIDs.cc (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/LevelManager.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Serialise.h (modified) Merged netp6 branch back to the trunk. Sat, 18 Jul 2009 15:28:24 GMT scheusso [3303] * code/branches/netp6/src/network/GamestateManager.cc (modified) * code/branches/netp6/src/network/GamestateManager.h (modified) reverted some changes, which made the network multithreaded, in order ... Sat, 18 Jul 2009 15:13:38 GMT scheusso [3302] * code/branches/netp6/src/network/ClientInformation.h (modified) * code/branches/netp6/src/network/Connection.cc (modified) * code/branches/netp6/src/network/GamestateManager.cc (modified) * code/branches/netp6/src/network/Server.cc (modified) * code/branches/netp6/src/network/Server.h (modified) * code/branches/netp6/src/network/packet/ClassID.cc (modified) * code/branches/netp6/src/network/packet/FunctionIDs.cc (modified) * code/branches/netp6/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp6/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) changed some debug output removed some uneccessary "multi"threading ... Sat, 18 Jul 2009 14:03:59 GMT rgrieder [3301] * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Super.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/InputBuffer.cc (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/objects/Scene.cc (modified) * code/trunk/src/orxonox/objects/collisionshapes/CollisionShape.h (modified) * code/trunk/src/orxonox/objects/controllers/WaypointPatrolController.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/weaponsystem/Munition.cc (modified) * code/trunk/src/orxonox/objects/weaponsystem/WeaponSystem.h (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.h (modified) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/Shader.cc (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/OutputHandler.cc (modified) * code/trunk/src/util/SignalHandler.cc (modified) * code/trunk/src/util/StringUtils.cc (modified) Found even more casts. They sure aren't all of them, but I hope to ... Fri, 17 Jul 2009 21:53:35 GMT rgrieder [3300] * code/trunk/src/core/CommandLine.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/interfaces/RadarViewable.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/pickup/PickupCollection.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.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/HUDTimer.cc (modified) * code/trunk/src/orxonox/overlays/map/Map.cc (modified) * code/trunk/src/orxonox/tools/TextureGenerator.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/StringUtils.cc (modified) Found a few more C-Style casts. Tue, 14 Jul 2009 21:05:04 GMT rgrieder [3299] * code/branches/netp6/src/core/Game.cc (modified) Sometimes I honestly ask myself why such things could run on Linux, ... Tue, 14 Jul 2009 15:47:06 GMT scheusso [3298] * code/branches/netp6/src/core/Thread.cc (modified) removed some (hopefully) unnecessary mutex calls Tue, 14 Jul 2009 14:50:22 GMT landauf [3297] * code/trunk/src/orxonox/PlayerManager.cc (modified) fixed ticket #318 ("client connected" message now only appears for ... Tue, 14 Jul 2009 14:46:16 GMT landauf [3296] * code/trunk/src/core/CommandEvaluation.cc (modified) 1-line-merge to trunk Tue, 14 Jul 2009 14:34:13 GMT landauf [3295] * code/branches/core4/src/core/CommandEvaluation.cc (modified) fixed a bug causing console commands to be case sensitive if called ... Tue, 14 Jul 2009 13:56:50 GMT rgrieder [3294] * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) Bugfix: windowResized() was not called upon render window creation. ... Tue, 14 Jul 2009 12:19:57 GMT rgrieder [3293] * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (modified) * code/branches/core4/src/core/input/Mouse.cc (modified) * code/branches/core4/src/core/input/Mouse.h (modified) * code/branches/core4/src/orxonox/LevelManager.h (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) Linux and GCC build fixes. Tue, 14 Jul 2009 11:59:39 GMT rgrieder [3292] * code/branches/core4/src/core/input/InputState.cc (modified) * code/branches/core4/src/core/input/InputState.h (modified) Added documentation for the InputState. Tue, 14 Jul 2009 09:50:47 GMT rgrieder [3291] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/WindowEventListener.cc (modified) * code/branches/core4/src/core/WindowEventListener.h (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (modified) * code/branches/core4/src/core/input/Mouse.cc (modified) * code/branches/core4/src/core/input/Mouse.h (modified) * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Added window size as static variable to the WindowEventListener ... Tue, 14 Jul 2009 09:30:05 GMT rgrieder [3290] * code/branches/core4/src/core/CMakeLists.txt (modified) * code/branches/core4/src/core/WindowEventListener.cc (added) * code/branches/core4/src/core/WindowEventListener.h (moved) * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Moved WindowEventListener to the core to avoid some really ugly hacks ... Tue, 14 Jul 2009 08:09:12 GMT scheusso [3289] * code/branches/netp6/src/core/Clock.cc (modified) * code/branches/netp6/src/core/Game.cc (modified) * code/branches/netp6/src/core/Game.h (modified) * code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp6/src/orxonox/gamestates/GSDedicated.h (modified) a fix in Clock (more ogre-overflow safe now) moved framerate control ... Mon, 13 Jul 2009 20:43:59 GMT rgrieder [3288] * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputState.cc (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.cc (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (modified) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/core/input/KeyBinder.h (modified) * code/branches/core4/src/core/input/KeyDetector.cc (modified) * code/branches/core4/src/core/input/KeyDetector.h (modified) Finally found a satisfying way to deal with interfaces that deliver ... Mon, 13 Jul 2009 19:30:36 GMT rgrieder [3287] * code/trunk/src/orxonox/gui/GUIManager.cc (modified) Console should now be visible again in the main menu (and FPS text as ... Mon, 13 Jul 2009 18:54:43 GMT rgrieder [3286] * code/branches/core4/src/core/input/InputDevice.h (modified) * code/branches/core4/src/core/input/InputHandler.h (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputPrereqs.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.cc (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (modified) * code/branches/core4/src/core/input/Keyboard.h (modified) * code/branches/core4/src/core/input/Mouse.cc (modified) * code/branches/core4/src/core/input/Mouse.h (modified) Added and adjusted documentation for the devices. Also removed one ... Mon, 13 Jul 2009 16:41:58 GMT rgrieder [3285] * code/branches/core4/src/core/input/InputDevice.h (modified) * code/branches/core4/src/core/input/InputHandler.h (modified) * code/branches/core4/src/core/input/InputPrereqs.h (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/Keyboard.h (modified) * code/branches/core4/src/core/input/Mouse.h (modified) Shoved some code around to reduce contents of 'global' InputPrereqs.h Mon, 13 Jul 2009 16:03:24 GMT rgrieder [3284] * code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc (modified) Move resource allocation to the corresponding thread and made ... Mon, 13 Jul 2009 14:59:10 GMT rgrieder [3283] * code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc (modified) Fixed a bug that caused the game to crash at random locations when ... Mon, 13 Jul 2009 12:37:03 GMT landauf [3282] * code/trunk/src/orxonox/interfaces/TeamColourable.h (modified) removed mergeinfo property (please be careful with partial merges, ... Mon, 13 Jul 2009 11:57:53 GMT rgrieder [3281] * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) Adjusted InputManager documentation. Sun, 12 Jul 2009 21:58:01 GMT rgrieder [3280] * code/trunk (modified) * code/trunk/cmake/BuildConfigMSVC.cmake (modified) * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/CommandEvaluation.h (modified) * code/trunk/src/core/CommandExecutor.cc (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/ConfigValueContainer.cc (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Executor.h (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/Identifier.cc (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/LuaBind.cc (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/TclBind.cc (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/DeleteObjects.cc (modified) * code/trunk/src/network/packet/FunctionCalls.cc (modified) * code/trunk/src/network/packet/FunctionIDs.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * 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/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/OrxonoxPrereqs.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/GSIOConsole.h (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/gamestates/GSStandalone.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/src/orxonox/interfaces/RadarViewable.cc (modified) * code/trunk/src/orxonox/interfaces/TeamColourable.h (modified) * code/trunk/src/orxonox/objects/GlobalShader.cc (modified) * code/trunk/src/orxonox/objects/Level.cc (modified) * code/trunk/src/orxonox/objects/Scene.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/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/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.h (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.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/PlayerInfo.cc (modified) * code/trunk/src/orxonox/objects/items/Engine.cc (modified) * code/trunk/src/orxonox/objects/items/MultiStateEngine.cc (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/PickupCollection.cc (modified) * code/trunk/src/orxonox/objects/pickup/PickupCollection.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/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/QuestListener.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestListener.h (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/worldentities/Backlight.cc (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/BlinkingBillboard.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.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/ExplosionChunk.h (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/Light.h (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/ParticleEmitter.h (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/StaticEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.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/pawns/TeamBaseMatchBase.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.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.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/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.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/HUDTimer.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/stats/CreateLines.cc (modified) * code/trunk/src/orxonox/overlays/stats/Stats.cc (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/Mesh.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/TextureGenerator.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Exception.cc (modified) * code/trunk/src/util/Exception.h (modified) * code/trunk/src/util/Math.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/RefToValue.h (copied) * code/trunk/src/util/ScopeGuard.h (copied) * code/trunk/src/util/String.cc (deleted) * code/trunk/src/util/String.h (deleted) * code/trunk/src/util/StringUtils.cc (copied) * code/trunk/src/util/StringUtils.h (copied) * code/trunk/src/util/UtilPrereqs.h (modified) Merged most of the core4 revisions back to the trunk except for: - ... Sun, 12 Jul 2009 21:08:50 GMT rgrieder [3279] * code/branches/core4/src/core/input/Button.cc (modified) * code/branches/core4/src/core/input/HalfAxis.cc (modified) * code/branches/core4/src/core/input/InputDevice.h (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/branches/core4/src/orxonox/overlays/GUIOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) Heavy clean up in the InputManager; not many real code changes ... Sun, 12 Jul 2009 21:06:41 GMT rgrieder [3278] * code/branches/core4/src/core/Game.cc (modified) Bugfix: When requesting a game that that wasn't child or parent but ... Sun, 12 Jul 2009 17:20:39 GMT scheusso [3277] * code/branches/netp6/src/network/NetworkFunction.h (modified) fixed a 64bit issue and inserted some static asserts to prevent ... Sun, 12 Jul 2009 14:49:41 GMT rgrieder [3276] * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/Mouse.cc (modified) * code/branches/core4/src/core/input/Mouse.h (modified) Moved grab/ungrab mouse hack for Linux from InputManager to Mouse. Sun, 12 Jul 2009 14:44:27 GMT rgrieder [3275] * code/branches/core4/src/core/input/Keyboard.cc (modified) * code/branches/core4/src/core/input/Keyboard.h (modified) * code/branches/core4/src/core/input/Mouse.h (modified) Build fixes for actual compilers ^^ Sun, 12 Jul 2009 14:12:04 GMT rgrieder [3274] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/core/input/Button.h (modified) * code/branches/core4/src/core/input/CMakeLists.txt (modified) * code/branches/core4/src/core/input/HalfAxis.h (modified) * code/branches/core4/src/core/input/InputBuffer.cc (modified) * code/branches/core4/src/core/input/InputBuffer.h (modified) * code/branches/core4/src/core/input/InputCommands.h (modified) * code/branches/core4/src/core/input/InputDevice.h (added) * code/branches/core4/src/core/input/InputHandler.h (moved) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputPrereqs.h (copied) * code/branches/core4/src/core/input/InputState.cc (moved) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.cc (moved) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (moved) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/core/input/KeyBinder.h (modified) * code/branches/core4/src/core/input/KeyDetector.cc (modified) * code/branches/core4/src/core/input/KeyDetector.h (modified) * code/branches/core4/src/core/input/Keyboard.cc (added) * code/branches/core4/src/core/input/Keyboard.h (added) * code/branches/core4/src/core/input/Mouse.cc (added) * code/branches/core4/src/core/input/Mouse.h (added) * code/branches/core4/src/core/input/SimpleInputState.h (deleted) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) * code/branches/core4/src/orxonox/gui/GUIManager.h (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Added a few more generic parts to the input library: - Created Mouse ... Thu, 09 Jul 2009 19:38:25 GMT rgrieder [3273] * code/branches/core4/src/core/input/CMakeLists.txt (modified) Build fix: I knew there was one more file... Thu, 09 Jul 2009 19:23:47 GMT rgrieder [3272] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/input/ExtendedInputState.cc (deleted) * code/branches/core4/src/core/input/ExtendedInputState.h (deleted) * code/branches/core4/src/core/input/InputManager.cc (modified) Removed obsolete feature: ExtendedInputState. If you need an ... Thu, 09 Jul 2009 18:27:59 GMT rgrieder [3271] * code/branches/core4/src/core/OrxonoxClass.cc (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) Modifying some strange template function declarations to avoid ... Mon, 06 Jul 2009 10:03:05 GMT rgrieder [3270] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/input/CMakeLists.txt (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (added) * code/branches/core4/src/core/input/JoyStick.h (added) * code/branches/core4/src/core/input/SimpleInputState.cc (modified) * code/branches/core4/src/core/input/SimpleInputState.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/util/StringUtils.cc (modified) * code/branches/core4/src/util/StringUtils.h (modified) Extracted joy stick related code from InputManager to a new JoyStick ... Wed, 01 Jul 2009 19:24:57 GMT rgrieder [3269] * code/branches/core4/src/core/input/KeyBinder.cc (modified) Bugfix for InputManager reloading. Wed, 01 Jul 2009 16:20:38 GMT rgrieder [3268] * code/branches/netp6/src/core/ConsoleCommand.h (modified) Removed the need to specify unique numbers when declaring multiple ... Wed, 01 Jul 2009 11:32:25 GMT rgrieder [3267] * code/branches/netp6/src/core/TclThreadManager.cc (modified) Didn't finish my little Pimple idiom ^^ Wed, 01 Jul 2009 11:28:52 GMT rgrieder [3266] * code/branches/core4/src/core/ConfigFileManager.cc (modified) Forgot to save a file. Wed, 01 Jul 2009 11:24:30 GMT rgrieder [3265] * code/branches/core4/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/core4/src/core/ConfigFileManager.cc (modified) * code/branches/core4/src/core/IRC.cc (modified) * code/branches/core4/src/core/TclThreadManager.cc (modified) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/branches/core4/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/PongScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core4/src/orxonox/overlays/stats/CreateLines.cc (modified) * code/branches/core4/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/core4/src/orxonox/tools/Mesh.cc (modified) * code/branches/core4/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/core4/src/orxonox/tools/TextureGenerator.cc (modified) * code/branches/core4/src/util/Convert.h (modified) * code/branches/core4/src/util/MultiTypeValue.h (modified) * code/branches/core4/src/util/StringUtils.cc (modified) - Removed superfluous convertToString and convertFromString (replaced ... Wed, 01 Jul 2009 09:22:03 GMT rgrieder [3264] * code/branches/netp6/src/core/CorePrecompiledHeaders.h (modified) * code/branches/netp6/src/core/CorePrereqs.h (modified) * code/branches/netp6/src/core/IRC.cc (modified) * code/branches/netp6/src/core/IRC.h (modified) * code/branches/netp6/src/core/TclThreadManager.cc (modified) * code/branches/netp6/src/core/TclThreadManager.h (modified) Moved boost headers from TclThreadmanager.h to the source file. Also ... Wed, 01 Jul 2009 08:51:57 GMT scheusso [3263] * code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc (modified) fix for tab completion in dedicated server console Wed, 01 Jul 2009 08:04:54 GMT rgrieder [3262] * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/Executor.cc (modified) * code/branches/core4/src/core/Executor.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/util/Math.h (modified) Replaced orxonox::min and orxonox::max with std version (which do ... Tue, 30 Jun 2009 15:32:17 GMT rgrieder [3261] * code/branches/core4/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) * code/branches/core4/src/orxonox/gui/GUIManager.h (modified) #295: Capturing CEGUI output and rerouting it to COUT with reasonable ... Tue, 30 Jun 2009 14:53:06 GMT rgrieder [3260] * code/branches/core4/src/core/ConfigValueIncludes.h (modified) * code/branches/core4/src/core/Shell.cc (modified) * code/branches/core4/src/core/Shell.h (modified) #299: Fixed a bug in ConfigValueIncludes.h and exported command ... Tue, 30 Jun 2009 14:34:48 GMT scheusso [3259] * code/branches/netp6/src/util/Math.cc (modified) bonus to ticket 329 ;) Tue, 30 Jun 2009 14:24:36 GMT scheusso [3258] * code/branches/netp6/src/util/Math.cc (modified) see ticket #329 Tue, 30 Jun 2009 13:14:45 GMT rgrieder [3257] * code/branches/core4/src/core/CommandEvaluation.cc (modified) * code/branches/core4/src/core/CommandEvaluation.h (modified) * code/branches/core4/src/core/CommandExecutor.cc (modified) * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/CommandLine.h (modified) * code/branches/core4/src/core/ConfigValueContainer.cc (modified) * code/branches/core4/src/core/ConsoleCommand.h (modified) * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/Executor.h (modified) * code/branches/core4/src/core/Functor.h (modified) * code/branches/core4/src/core/input/Button.cc (modified) * code/branches/core4/src/core/input/Button.h (modified) * code/branches/core4/src/network/NetworkPrereqs.h (modified) * code/branches/core4/src/network/packet/Acknowledgement.cc (modified) * code/branches/core4/src/network/packet/Chat.cc (modified) * code/branches/core4/src/network/packet/ClassID.cc (modified) * code/branches/core4/src/network/packet/DeleteObjects.cc (modified) * code/branches/core4/src/network/packet/FunctionCalls.cc (modified) * code/branches/core4/src/network/packet/FunctionIDs.cc (modified) * code/branches/core4/src/network/packet/Gamestate.h (modified) * code/branches/core4/src/network/packet/Packet.cc (modified) * code/branches/core4/src/network/packet/Packet.h (modified) * code/branches/core4/src/network/packet/Welcome.cc (modified) * code/branches/core4/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/core4/src/network/synchronisable/Synchronisable.h (modified) * code/branches/core4/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/core4/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core4/src/orxonox/objects/GlobalShader.cc (modified) * code/branches/core4/src/orxonox/objects/Level.cc (modified) * code/branches/core4/src/orxonox/objects/Scene.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/core4/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/core4/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/core4/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/core4/src/orxonox/objects/items/Engine.cc (modified) * code/branches/core4/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/ModifierPickup.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/ModifierPickup.h (modified) * code/branches/core4/src/orxonox/objects/pickup/ModifierType.h (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupCollection.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupCollection.h (modified) * code/branches/core4/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/core4/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/core4/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/core4/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/core4/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/core4/src/orxonox/objects/quest/Quest.h (modified) * code/branches/core4/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/branches/core4/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/core4/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/core4/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/core4/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/core4/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/core4/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/BigExplosion.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ExplosionChunk.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/FadingBillboard.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ParticleEmitter.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/Planet.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/EventTrigger.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/EventTrigger.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/PlayerTrigger.h (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/core4/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/core4/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/core4/src/util/MultiType.cc (modified) * code/branches/core4/src/util/MultiType.h (modified) * code/branches/core4/src/util/MultiTypeValue.h (modified) Unified enumeration layout according to the style guide (which I have ... Tue, 30 Jun 2009 12:44:06 GMT scheusso [3256] * code/branches/netp6/src/network/NetworkFunction.cc (modified) * code/branches/netp6/src/network/NetworkFunction.h (modified) * code/branches/netp6/src/orxonox/gamestates/GSRoot.cc (modified) added NetworkFunctionBase::destroyAllNetworkFunctions to cleanup ... Mon, 29 Jun 2009 21:59:29 GMT rgrieder [3255] * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/CommandLine.h (modified) * code/branches/core4/src/core/Core.cc (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/orxonox/LevelManager.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSServer.cc (modified) #298: Improved usage dialogue creation and the information itself. Mon, 29 Jun 2009 20:01:38 GMT rgrieder [3254] * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/GraphicsManager.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) Massively improved exception-safety in GraphicsManager. This ... Mon, 29 Jun 2009 20:00:40 GMT rgrieder [3253] * code/branches/core4/cmake/BuildConfigMSVC.cmake (modified) * code/branches/core4/src/core/Core.cc (modified) * code/branches/core4/src/orxonox/Main.cc (modified) Minor fixes and changes. Mon, 29 Jun 2009 19:43:54 GMT scheusso [3252] * code/branches/netp6/cmake/LibraryConfig.cmake (modified) Boost >= 1.35 is now default Mon, 29 Jun 2009 16:13:26 GMT rgrieder [3251] * code/branches/core4/cmake/GenerateToluaBindings.cmake (modified) * code/branches/core4/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/netp6/cmake/GenerateToluaBindings.cmake (modified) * code/branches/netp6/cmake/PrecompiledHeaderFiles.cmake (modified) * code/trunk/cmake/PrecompiledHeaderFiles.cmake (modified) Fixed two serious dependency bugs: - Only every second file of the ... Mon, 29 Jun 2009 16:10:46 GMT rgrieder [3250] * code/branches/core4/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/core4/src/core/BaseObject.cc (modified) * code/branches/core4/src/core/CommandEvaluation.cc (modified) * code/branches/core4/src/core/CommandExecutor.cc (modified) * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/ConfigFileManager.cc (modified) * code/branches/core4/src/core/Executor.h (modified) * code/branches/core4/src/core/Functor.h (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/Identifier.cc (modified) * code/branches/core4/src/core/LuaBind.cc (modified) * code/branches/core4/src/core/TclBind.cc (modified) * code/branches/core4/src/core/input/Button.cc (modified) * code/branches/core4/src/orxonox/CameraManager.cc (modified) * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/core4/src/orxonox/overlays/stats/Stats.cc (modified) * code/branches/core4/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/core4/src/orxonox/tools/Mesh.cc (modified) * code/branches/core4/src/util/CMakeLists.txt (modified) * code/branches/core4/src/util/Convert.h (modified) * code/branches/core4/src/util/StringUtils.cc (moved) * code/branches/core4/src/util/StringUtils.h (moved) Executing decision on #300: Renaming String.h to StringUtils.h ... Mon, 29 Jun 2009 14:01:35 GMT rgrieder [3249] * code/branches/core4/src/orxonox/LevelManager.cc (modified) * code/branches/core4/src/orxonox/LevelManager.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) StartLevel --> DefaultLevel and moved the CommandLine argument ... Mon, 29 Jun 2009 12:18:20 GMT rgrieder [3248] * code/branches/core4/src/core/Core.cc (modified) Build fix for new GCC versions Mon, 29 Jun 2009 12:01:51 GMT rgrieder [3247] * code/branches/core4/src/core/Core.cc (modified) * code/branches/core4/src/core/Core.h (modified) * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/Language.cc (modified) * code/branches/core4/src/core/Language.h (modified) * code/branches/core4/src/orxonox/Main.cc (modified) Removed OrxonoxClass inheritance from Game and Core: this allows the ... Mon, 29 Jun 2009 11:43:41 GMT rgrieder [3246] * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/CommandLine.h (modified) * code/branches/core4/src/core/Core.cc (modified) Added new feature to CommandLine: arguments that cannot be specified ... Mon, 29 Jun 2009 11:32:40 GMT rgrieder [3245] * code/branches/core4/src/core/CMakeLists.txt (modified) * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/orxonox/CMakeLists.txt (modified) * code/branches/core4/src/orxonox/LevelManager.cc (modified) * code/branches/core4/src/orxonox/LevelManager.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.h (modified) Moved Game::getLevel to LevelManager::getStartLevel and ... Sun, 28 Jun 2009 21:23:24 GMT rgrieder [3244] * code/trunk/cmake/GenerateToluaBindings.cmake (modified) Build bugfix in GenerateToluaBindings.cmake: we have to supply a ... Sun, 28 Jun 2009 16:22:40 GMT rgrieder [3243] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/GameState.cc (modified) * code/branches/core4/src/core/GameState.h (modified) * code/branches/core4/src/orxonox/Main.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSClient.h (modified) * code/branches/core4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/core4/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSServer.h (modified) * code/branches/core4/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSStandalone.h (modified) Moved GameState construction from pre-main() to after Core creation. ... Sun, 28 Jun 2009 15:35:50 GMT landauf [3242] * code/branches/netp6/src/core/Executor.h (modified) Added a using declaration to ExecutorMember which hopefully solves ... Sun, 28 Jun 2009 14:10:03 GMT rgrieder [3241] * code/trunk/src/util/MultiType.h (modified) You shouln't feed GCC too much non standard compliant code ;) Sun, 28 Jun 2009 13:04:30 GMT scheusso [3240] * code/branches/netp6/src/core/CorePrereqs.h (modified) * code/branches/netp6/src/core/Thread.cc (modified) * code/branches/netp6/src/core/Thread.h (modified) * code/branches/netp6/src/core/ThreadPool.cc (modified) * code/branches/netp6/src/core/ThreadPool.h (modified) * code/branches/netp6/src/network/GamestateManager.cc (modified) * code/branches/netp6/src/network/GamestateManager.h (modified) * code/branches/netp6/src/network/Host.cc (modified) * code/branches/netp6/src/network/Server.cc (modified) * code/branches/netp6/src/network/Server.h (modified) * code/branches/netp6/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/netp6/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp6/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc (modified) a lot of cleanup some bugfixes (Thread, ThreadPool) the biggest ... Sun, 28 Jun 2009 12:45:37 GMT rgrieder [3239] * code/branches/core4/src/core/EventIncludes.h (modified) * code/branches/core4/src/core/Identifier.h (modified) * code/branches/core4/src/core/Iterator.h (modified) * code/branches/core4/src/core/XMLPort.h (modified) * code/branches/core4/src/network/NetworkFunction.h (modified) * code/branches/core4/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/core4/src/orxonox/objects/Level.cc (modified) * code/branches/core4/src/orxonox/objects/Scene.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/Pong.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/core4/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/core4/src/orxonox/objects/items/Engine.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupCollection.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/core4/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/core4/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Attacher.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongCenterpoint.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/Destroyer.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/AnnounceMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/DeathMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/KillMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/PongScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/map/Map.cc (modified) Found a way to write orxonox_cast instead of orxonox_cast so ... Sun, 28 Jun 2009 11:47:57 GMT rgrieder [3238] * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/GameState.cc (modified) * code/branches/core4/src/core/GameState.h (modified) * code/branches/core4/src/orxonox/Main.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/util/Exception.cc (modified) * code/branches/core4/src/util/Exception.h (modified) Improved exception-safety in the Game class and fixed some issues and ... Sun, 28 Jun 2009 11:44:23 GMT rgrieder [3237] * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/util/ScopeGuard.h (modified) * code/branches/core4/src/util/UtilPrereqs.h (modified) Improved exception-safety in the InputManager. Sun, 28 Jun 2009 11:42:54 GMT rgrieder [3236] * code/branches/core4/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core4/src/orxonox/sound/SoundManager.h (modified) Fixed a bug in SoundManager: Construction, destruction and ... Fri, 26 Jun 2009 10:55:14 GMT rgrieder [3235] * code/branches/core4/src/util/RefToValue.h (added) * code/branches/core4/src/util/ScopeGuard.h (added) Added ScopeGuard from the Loki library. It provides a very simple ... Fri, 26 Jun 2009 09:46:17 GMT rgrieder [3234] * code/trunk/src/util/Convert.h (modified) Using enum instead of a const bool to ensure the variable doesn't get ... Fri, 26 Jun 2009 09:42:34 GMT rgrieder [3233] * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/TemplateUtils.h (modified) Possibly reinstated code compliance with GCC 4.4 Could anyone with ... Fri, 26 Jun 2009 09:41:11 GMT rgrieder [3232] * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/TemplateUtils.h (added) Moved implicit conversion detection from Convert.h to the new ... Tue, 23 Jun 2009 19:59:04 GMT rgrieder [3231] * code/branches/netp6/src/core/CorePrereqs.h (modified) * code/branches/netp6/src/core/Thread.cc (modified) * code/branches/netp6/src/core/Thread.h (modified) * code/branches/netp6/src/core/ThreadPool.cc (modified) * code/branches/netp6/src/core/ThreadPool.h (modified) * code/branches/netp6/src/util/UtilPrereqs.h (modified) Build fixes: Classes should export symbols with _CoreExport and ... Tue, 23 Jun 2009 19:45:35 GMT scheusso [3230] * code/branches/netp6/src/core/CMakeLists.txt (modified) * code/branches/netp6/src/core/CorePrereqs.h (modified) * code/branches/netp6/src/core/Thread.cc (moved) * code/branches/netp6/src/core/Thread.h (moved) * code/branches/netp6/src/core/ThreadPool.cc (moved) * code/branches/netp6/src/core/ThreadPool.h (moved) * code/branches/netp6/src/util/CMakeLists.txt (modified) * code/branches/netp6/src/util/UtilPrereqs.h (modified) moved Thread and ThreadPool to core because of linking issues Tue, 23 Jun 2009 19:36:55 GMT rgrieder [3229] * code/branches/netp6/cmake/PrecompiledHeaderFiles.cmake (modified) Damn, wrong branch, sry. Tue, 23 Jun 2009 19:36:10 GMT rgrieder [3228] * code/branches/core4/cmake/PrecompiledHeaderFiles.cmake (modified) Found a tedious bug resulting in the wrong behavior regarding PCH ... Tue, 23 Jun 2009 18:53:51 GMT scheusso [3227] * code/branches/netp6/src/network/CMakeLists.txt (modified) * code/branches/netp6/src/network/GamestateClient.cc (modified) * code/branches/netp6/src/network/GamestateClient.h (modified) * code/branches/netp6/src/network/GamestateManager.cc (modified) * code/branches/netp6/src/network/NetworkPrereqs.h (modified) * code/branches/netp6/src/network/PacketBuffer.cc (deleted) * code/branches/netp6/src/network/PacketBuffer.h (deleted) * code/branches/netp6/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp6/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/netp6/src/util/Serialise.h (modified) some cleaning up and memory leak fixes Tue, 23 Jun 2009 18:53:34 GMT scheusso [3226] * code/branches/netp6/src/util/CMakeLists.txt (modified) * code/branches/netp6/src/util/Thread.cc (added) * code/branches/netp6/src/util/Thread.h (added) * code/branches/netp6/src/util/ThreadPool.cc (added) * code/branches/netp6/src/util/ThreadPool.h (added) * code/branches/netp6/src/util/UtilPrereqs.h (modified) added 2 classes: Thread: implementation of a worker thread (you can ... Tue, 23 Jun 2009 18:16:29 GMT rgrieder [3225] * code/branches/core4/src/core/Super.h (modified) * code/branches/core4/src/orxonox/interfaces/Tickable.h (modified) Using __super for MSVC because I can't use the orxonox_cast in Super.h Tue, 23 Jun 2009 18:14:46 GMT rgrieder [3224] * code/branches/core4/src/core/CoreIncludes.h (modified) * code/branches/core4/src/core/Identifier.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/network/NetworkFunction.h (modified) Removed three macros: Two (ClassByString and ClassByID) by replacing ... Tue, 23 Jun 2009 17:28:48 GMT rgrieder [3223] * code/branches/core4/src/core/EventIncludes.h (modified) * code/branches/core4/src/core/Identifier.cc (modified) * code/branches/core4/src/core/Identifier.h (modified) * code/branches/core4/src/core/Iterator.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/core/XMLPort.h (modified) * code/branches/core4/src/network/NetworkFunction.h (modified) * code/branches/core4/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/core4/src/orxonox/objects/Level.cc (modified) * code/branches/core4/src/orxonox/objects/Scene.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/Pong.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/core4/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/core4/src/orxonox/objects/items/Engine.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupCollection.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/core4/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/core4/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Attacher.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongCenterpoint.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/Destroyer.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/AnnounceMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/DeathMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/KillMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/PongScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/map/Map.cc (modified) Add a new core-feature: orxonox_cast() The functions casts ... Tue, 23 Jun 2009 16:59:43 GMT rgrieder [3222] * code/branches/core4 (copied) Creating branch for new features/changes in the core. Tue, 23 Jun 2009 16:55:28 GMT scheusso [3221] * code/branches/netp5 (deleted) * code/branches/pch (deleted) delete old netp5 and pch branches Tue, 23 Jun 2009 16:19:53 GMT landauf [3220] * code/tags/tutorialFS09 (moved) moved tutorial branch to tags Tue, 23 Jun 2009 16:17:43 GMT landauf [3219] * code/tags/lod (moved) moved lod branch to tags Tue, 23 Jun 2009 16:15:02 GMT landauf [3218] * code/tags/shader (moved) moved shader branch to tags Tue, 23 Jun 2009 16:13:36 GMT landauf [3217] * code/tags/skybox (moved) moved skybox branch to tags Tue, 23 Jun 2009 16:10:51 GMT landauf [3216] * code/branches/gametypes (deleted) * code/branches/map (deleted) * code/branches/particles (deleted) * code/branches/pickups (deleted) * code/branches/pickups2 (deleted) * code/branches/weapons (deleted) removed some branches Tue, 23 Jun 2009 16:07:13 GMT scheusso [3215] * code/branches/netp6 (copied) created new netp6 branch things to do: - fix memory leaks - ... Tue, 23 Jun 2009 16:02:25 GMT scheusso [3214] * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ChatListener.cc (modified) * code/trunk/src/network/ChatListener.h (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ClientConnectionListener.cc (modified) * code/trunk/src/network/ClientConnectionListener.h (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/Connection.cc (added) * code/trunk/src/network/Connection.h (added) * code/trunk/src/network/ConnectionManager.cc (deleted) * code/trunk/src/network/ConnectionManager.h (deleted) * code/trunk/src/network/FunctionCallManager.h (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateHandler.cc (modified) * code/trunk/src/network/GamestateHandler.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/NetworkFunction.cc (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrecompiledHeaders.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/ServerConnection.cc (added) * code/trunk/src/network/ServerConnection.h (added) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/TrafficControl.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Acknowledgement.h (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/Chat.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/DeleteObjects.cc (modified) * code/trunk/src/network/packet/DeleteObjects.h (modified) * code/trunk/src/network/packet/FunctionCalls.cc (modified) * code/trunk/src/network/packet/FunctionCalls.h (modified) * code/trunk/src/network/packet/FunctionIDs.cc (modified) * code/trunk/src/network/packet/FunctionIDs.h (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/network/synchronisable/NetworkCallback.h (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.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/util/Clipboard.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/Sleep.cc (modified) merged netp5 back to trunk Tue, 23 Jun 2009 15:44:33 GMT scheusso [3213] * code/branches/netp5/src/orxonox/gamestates/GSDedicated.cc (modified) found another little leak Tue, 23 Jun 2009 13:45:04 GMT rgrieder [3212] * code/branches/netp5/src/core/Core.cc (modified) * code/branches/netp5/src/core/CorePrecompiledHeaders.h (modified) * code/branches/netp5/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) * code/branches/netp5/src/util/Clipboard.cc (modified) * code/branches/netp5/src/util/Math.h (modified) * code/branches/netp5/src/util/Sleep.cc (modified) Refined PCH files a bit. Tue, 23 Jun 2009 10:37:53 GMT rgrieder [3211] * code/branches/netp5/src/network/NetworkFunction.h (modified) * code/branches/netp5/src/network/NetworkPrereqs.h (modified) * code/branches/netp5/src/network/packet/Chat.cc (modified) * code/branches/netp5/src/network/packet/ClassID.cc (modified) * code/branches/netp5/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp5/src/network/packet/FunctionIDs.cc (modified) * code/branches/netp5/src/network/packet/Gamestate.h (modified) * code/branches/netp5/src/network/packet/Packet.cc (modified) * code/branches/netp5/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp5/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableVariable.h (modified) Moved PacketFlag and added includes for memcpy() and abort() (Mingw ... Tue, 23 Jun 2009 10:25:49 GMT rgrieder [3210] * code/branches/netp5/src/network/NetworkPrecompiledHeaders.h (modified) Optimised NetworkPrecompiledHeaders.h again. Tue, 23 Jun 2009 00:12:44 GMT rgrieder [3209] * code/branches/netp5/src/network/ChatListener.cc (modified) * code/branches/netp5/src/network/ChatListener.h (modified) * code/branches/netp5/src/network/Client.cc (modified) * code/branches/netp5/src/network/Client.h (modified) * code/branches/netp5/src/network/ClientConnection.cc (modified) * code/branches/netp5/src/network/ClientConnection.h (modified) * code/branches/netp5/src/network/ClientConnectionListener.cc (modified) * code/branches/netp5/src/network/ClientConnectionListener.h (modified) * code/branches/netp5/src/network/ClientInformation.cc (modified) * code/branches/netp5/src/network/Connection.cc (modified) * code/branches/netp5/src/network/Connection.h (modified) * code/branches/netp5/src/network/FunctionCallManager.h (modified) * code/branches/netp5/src/network/GamestateClient.cc (modified) * code/branches/netp5/src/network/GamestateClient.h (modified) * code/branches/netp5/src/network/GamestateHandler.cc (modified) * code/branches/netp5/src/network/GamestateHandler.h (modified) * code/branches/netp5/src/network/GamestateManager.cc (modified) * code/branches/netp5/src/network/GamestateManager.h (modified) * code/branches/netp5/src/network/Host.cc (modified) * code/branches/netp5/src/network/Host.h (modified) * code/branches/netp5/src/network/NetworkFunction.cc (modified) * code/branches/netp5/src/network/NetworkFunction.h (modified) * code/branches/netp5/src/network/NetworkPrereqs.h (modified) * code/branches/netp5/src/network/PacketBuffer.cc (modified) * code/branches/netp5/src/network/Server.cc (modified) * code/branches/netp5/src/network/Server.h (modified) * code/branches/netp5/src/network/ServerConnection.cc (modified) * code/branches/netp5/src/network/ServerConnection.h (modified) * code/branches/netp5/src/network/TrafficControl.cc (modified) * code/branches/netp5/src/network/TrafficControl.h (modified) * code/branches/netp5/src/network/packet/Acknowledgement.cc (modified) * code/branches/netp5/src/network/packet/Acknowledgement.h (modified) * code/branches/netp5/src/network/packet/Chat.cc (modified) * code/branches/netp5/src/network/packet/Chat.h (modified) * code/branches/netp5/src/network/packet/ClassID.cc (modified) * code/branches/netp5/src/network/packet/ClassID.h (modified) * code/branches/netp5/src/network/packet/DeleteObjects.cc (modified) * code/branches/netp5/src/network/packet/DeleteObjects.h (modified) * code/branches/netp5/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp5/src/network/packet/FunctionCalls.h (modified) * code/branches/netp5/src/network/packet/FunctionIDs.cc (modified) * code/branches/netp5/src/network/packet/FunctionIDs.h (modified) * code/branches/netp5/src/network/packet/Gamestate.cc (modified) * code/branches/netp5/src/network/packet/Gamestate.h (modified) * code/branches/netp5/src/network/packet/Packet.cc (modified) * code/branches/netp5/src/network/packet/Packet.h (modified) * code/branches/netp5/src/network/packet/Welcome.cc (modified) * code/branches/netp5/src/network/packet/Welcome.h (modified) * code/branches/netp5/src/network/synchronisable/NetworkCallback.h (modified) * code/branches/netp5/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/netp5/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/branches/netp5/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp5/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableVariable.h (modified) Cleanup in network plus a few dependency reductions (no enet-function ... Mon, 22 Jun 2009 22:51:43 GMT scheusso [3208] * code/branches/netp5/src/network/NetworkFunction.h (modified) * code/branches/netp5/src/network/packet/DeleteObjects.cc (modified) * code/branches/netp5/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp5/src/network/packet/Packet.cc (modified) some cleaning up i hope that i found some memory leaks