# # ChangeLog for code/branches/core4 # # Generated by Trac 1.0.9 # Jun 2, 2024, 4:11:57 AM Sun, 19 Jul 2009 10:31:28 GMT rgrieder [3311] * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) You can't watch out for unwanted changes every time... Reverting ... Sun, 19 Jul 2009 10:27:53 GMT rgrieder [3310] * code/branches/core4/src/core/input/InputDevice.h (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/Mouse.cc (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) Optimisations in the pathway of the input. Nobody will ever notice ... 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 ... 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 ... 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 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 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: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 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 ... 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 11:28:52 GMT rgrieder [3266] * code/branches/core4/src/core/ConfigFileManager.cc (modified) Forgot to save a file. 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 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 ... 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 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 ... 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 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 ... 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: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