# # ChangeLog for code/branches/core4/src/core # # Generated by Trac 1.0.9 # May 17, 2024, 11:25:05 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 ... 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 ... 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 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 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. 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. 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 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