# # ChangeLog for code/branches/core4 # # Generated by Trac 1.0.9 # Jun 1, 2024, 7:27:46 PM 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 ... 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 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 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 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 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 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 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 ... 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 ... 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 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: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