# # ChangeLog for code/branches/libraries/src/orxonox/gamestates # # Generated by Trac 1.0.9 # Jun 29, 2024, 7:04:44 PM Fri, 14 Aug 2009 01:07:59 GMT landauf [5648] * code/branches/libraries/src/core/GUIManager.h (modified) * code/branches/libraries/src/orxonox/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/libraries/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/libraries/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/libraries/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/libraries/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/libraries/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/libraries/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/libraries/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/libraries/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/libraries/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/libraries/src/orxonox/objects/quest/Quest.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestEffectBeacon.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestListener.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestNotification.h (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestPrereqs.h (added) * code/branches/libraries/src/orxonox/objects/quest/notifications/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/objects/quest/notifications/Notification.h (modified) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationManager.h (modified) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationOverlay.cc (copied) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationOverlay.h (copied) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationQueue.cc (copied) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationQueue.h (copied) * code/branches/libraries/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/overlays/GUIOverlay.cc (modified) * code/branches/libraries/src/orxonox/overlays/OverlaysPrereqs.h (modified) * code/branches/libraries/src/orxonox/overlays/notifications (deleted) sorry, large commit, but all changes are dependent: - Created a ... Thu, 13 Aug 2009 19:52:14 GMT landauf [5643] * code/branches/libraries/src/orxonox/gamestates/GSClient.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSServer.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/libraries/src/orxonox/gamestates/GameStatesPrereqs.h (added) * code/branches/libraries/src/orxonox/gamestates/GamestatesPrereqs.h (deleted) Gamestates -> GameStates (due to public request) Wed, 12 Aug 2009 15:13:28 GMT landauf [5638] * code/branches/libraries/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/gamestates/GSClient.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSServer.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/libraries/src/orxonox/gamestates/GamestatesPrereqs.h (added) Put all gamestates into a new plugin (gamestates) Wed, 12 Aug 2009 15:06:34 GMT landauf [5637] * code/branches/libraries/src/core/Core.cc (modified) * code/branches/libraries/src/core/Game.cc (modified) * code/branches/libraries/src/core/Game.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSClient.cc (modified) Applied retos patch for Game.cc and Game.h (thanks) +2 small ... Tue, 11 Aug 2009 23:32:30 GMT landauf [5633] * code/branches/libraries/src/orxonox/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/Map.h (modified) * code/branches/libraries/src/orxonox/PawnManager.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/libraries/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/libraries/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/libraries/src/orxonox/objects/Radar.h (modified) * code/branches/libraries/src/orxonox/objects/Scene.h (modified) * code/branches/libraries/src/orxonox/objects/Test.h (modified) * code/branches/libraries/src/orxonox/objects/controllers/AIController.h (modified) * code/branches/libraries/src/orxonox/objects/controllers/PongAI.h (modified) * code/branches/libraries/src/orxonox/objects/controllers/WaypointController.h (modified) * code/branches/libraries/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/libraries/src/orxonox/objects/items/Engine.h (modified) * code/branches/libraries/src/orxonox/objects/pickup/DroppedItem.h (modified) * code/branches/libraries/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/FadingBillboard.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/ForceField.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/libraries/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/libraries/src/orxonox/overlays/FadeoutText.h (modified) * code/branches/libraries/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/branches/libraries/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/GametypeStatus.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/HUDHealthBar.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/HUDTimer.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/PongScore.h (modified) * code/branches/libraries/src/orxonox/overlays/hud/TeamBaseMatchScore.h (modified) * code/branches/libraries/src/orxonox/overlays/notifications/NotificationQueue.h (modified) * code/branches/libraries/src/orxonox/overlays/stats/Scoreboard.h (modified) * code/branches/libraries/src/orxonox/overlays/stats/Stats.h (modified) * code/branches/libraries/src/orxonox/sound/SoundManager.h (modified) * code/branches/libraries/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/libraries/src/orxonox/tools/Shader.h (modified) * code/branches/libraries/src/orxonox/tools/Timer.h (modified) * code/branches/libraries/src/orxonox/tools/interfaces (added) * code/branches/libraries/src/orxonox/tools/interfaces/CMakeLists.txt (added) * code/branches/libraries/src/orxonox/tools/interfaces/Tickable.h (moved) * code/branches/libraries/src/orxonox/tools/interfaces/TimeFactorListener.h (moved) * code/branches/libraries/src/orxonox/tools/interfaces/ToolsInterfaceCompilation.cc (copied) Put all tools into a new library called tools (phear my naming ... Mon, 10 Aug 2009 22:50:58 GMT landauf [5621] * code/branches/libraries/src/orxonox/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/Map.cc (copied) * code/branches/libraries/src/orxonox/Map.h (copied) * code/branches/libraries/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/libraries/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/libraries/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/libraries/src/orxonox/overlays/map (deleted) Moved the Map from overlays to orxonox although it IS an ... Mon, 10 Aug 2009 22:33:16 GMT landauf [5619] * code/branches/libraries/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/libraries/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/libraries/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/libraries/src/orxonox/interfaces/NotificationListener.h (added) * code/branches/libraries/src/orxonox/objects/quest/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/objects/quest/QuestNotification.h (modified) * code/branches/libraries/src/orxonox/objects/quest/notifications (added) * code/branches/libraries/src/orxonox/objects/quest/notifications/CMakeLists.txt (added) * code/branches/libraries/src/orxonox/objects/quest/notifications/Notification.cc (moved) * code/branches/libraries/src/orxonox/objects/quest/notifications/Notification.h (moved) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationManager.cc (moved) * code/branches/libraries/src/orxonox/objects/quest/notifications/NotificationManager.h (moved) * code/branches/libraries/src/orxonox/overlays/notifications/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/overlays/notifications/NotificationOverlay.cc (modified) * code/branches/libraries/src/orxonox/overlays/notifications/NotificationQueue.cc (modified) * code/branches/libraries/src/orxonox/overlays/notifications/NotificationQueue.h (modified) Moved Notification and NotificationManger from overlays to the quest ... Mon, 10 Aug 2009 22:29:27 GMT landauf [5618] * code/branches/libraries/src/orxonox/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/InGameConsole.cc (copied) * code/branches/libraries/src/orxonox/InGameConsole.h (copied) * code/branches/libraries/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/libraries/src/orxonox/overlays/CMakeLists.txt (modified) * code/branches/libraries/src/orxonox/overlays/console (deleted) moved InGameConsole from overlays to orxonox (it's not an OrxonoxOverlay) Mon, 10 Aug 2009 13:30:37 GMT landauf [5612] * code/branches/libraries (copied) created a branch to test some stuff related to libraries Thu, 30 Jul 2009 12:10:44 GMT rgrieder [3370] * code/trunk (modified) * code/trunk/cmake/Media.cmake (modified) * code/trunk/cmake/PackageConfig.cmake (modified) * code/trunk/cmake/PackageConfigMSVC.cmake (modified) * code/trunk/src/SpecialConfig.h.in (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Clock.h (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConsoleCommandCompilation.cc (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/GUIManager.cc (copied) * code/trunk/src/core/GUIManager.h (copied) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/Game.h (modified) * code/trunk/src/core/GameMode.h (modified) * code/trunk/src/core/GameState.cc (modified) * code/trunk/src/core/GameState.h (modified) * code/trunk/src/core/GraphicsManager.cc (copied) * code/trunk/src/core/GraphicsManager.h (copied) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/Loader.h (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/core/LuaBind.h (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/TclBind.cc (modified) * code/trunk/src/core/TclBind.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/cpptcl/changes_orxonox.diff (modified) * code/trunk/src/cpptcl/cpptcl.cc (modified) * code/trunk/src/cpptcl/cpptcl.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/CameraManager.cc (modified) * code/trunk/src/orxonox/CameraManager.h (modified) * code/trunk/src/orxonox/GraphicsManager.cc (deleted) * code/trunk/src/orxonox/GraphicsManager.h (deleted) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/LevelManager.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/PawnManager.cc (modified) * code/trunk/src/orxonox/PawnManager.h (modified) * code/trunk/src/orxonox/PlayerManager.cc (modified) * code/trunk/src/orxonox/PlayerManager.h (modified) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSClient.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/trunk/src/orxonox/gamestates/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 (deleted) * code/trunk/src/orxonox/objects/pickup/BaseItem.h (modified) * code/trunk/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/trunk/src/orxonox/objects/pickup/PickupInventory.h (modified) * code/trunk/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.h (modified) * code/trunk/src/orxonox/objects/quest/QuestListener.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.h (modified) * code/trunk/src/orxonox/overlays/GUIOverlay.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/trunk/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/trunk/src/orxonox/sound/SoundBase.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.cc (modified) * code/trunk/src/orxonox/sound/SoundManager.h (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/Shader.cc (modified) * code/trunk/src/util/ScopeGuard.h (modified) * code/trunk/src/util/SignalHandler.cc (modified) * code/trunk/src/util/SignalHandler.h (modified) * code/trunk/src/util/Singleton.h (copied) Merged resource branch back to the trunk. Changes: - Automated ...