# # ChangeLog for code/branches/usability/src/orxonox # # Generated by Trac 1.0.9 # May 23, 2024, 10:12:55 PM Mon, 28 Feb 2011 04:15:14 GMT rgrieder [8000] * code/branches/usability/src/orxonox/ChatInputHandler.cc (modified) * code/branches/usability/src/orxonox/ChatInputHandler.h (modified) Destructors can sometimes be very useful for clean up ;) Mon, 28 Feb 2011 04:05:02 GMT rgrieder [7999] * code/branches/usability/src/orxonox/LevelManager.cc (modified) Fixing leaks: - Loading a level and then unloading it doesn't ... Mon, 28 Feb 2011 03:58:31 GMT rgrieder [7998] * code/branches/usability/src/orxonox/LevelManager.cc (modified) Clean up LevelInfoItem at the end of the program. Mon, 28 Feb 2011 03:54:09 GMT rgrieder [7997] * code/branches/usability/src/orxonox/LevelManager.cc (modified) Added warning for the case two Levels had the same identification ... Sun, 27 Feb 2011 11:48:50 GMT landauf [7988] * code/branches/usability/src/orxonox/graphics/Camera.cc (modified) * code/branches/usability/src/orxonox/graphics/Camera.h (modified) - FOV and pixel aspect ratio are now configurable - aspect ratio ... Sun, 27 Feb 2011 10:00:06 GMT landauf [7986] * code/branches/usability/src/orxonox/items/Engine.cc (modified) * code/branches/usability/src/orxonox/items/Engine.h (modified) - deactivate motion blur shader when blur-strength is 0 - made ... Sun, 27 Feb 2011 07:09:59 GMT rgrieder [7985] * code/branches/usability/data/gui/scripts/SheetManager.lua (modified) * code/branches/usability/src/orxonox/overlays/InGameConsole.cc (modified) Fixed keyESC hack: after opening and closing the console, the first ... Sun, 27 Feb 2011 02:11:42 GMT rgrieder [7978] * code/branches/usability/src/modules/objects/triggers/DistanceMultiTrigger.cc (modified) * code/branches/usability/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/usability/src/modules/objects/triggers/DistanceTrigger.h (modified) * code/branches/usability/src/modules/pickup/PickupRepresentation.cc (modified) * code/branches/usability/src/modules/questsystem/effects/AddQuestHint.cc (modified) * code/branches/usability/src/modules/questsystem/effects/ChangeQuestStatus.cc (modified) * code/branches/usability/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/usability/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/usability/src/orxonox/gamestates/GSMainMenu.h (modified) Increased code readability by replacing some BLANKSTRING with plain ... Sun, 27 Feb 2011 00:05:59 GMT landauf [7976] * code/branches/usability/src/libraries/tools/Shader.cc (modified) * code/branches/usability/src/libraries/tools/Shader.h (modified) * code/branches/usability/src/orxonox/items/Engine.cc (modified) rewrote parameter changing implementation of Shader added documentation Sat, 26 Feb 2011 19:50:06 GMT landauf [7972] * code/branches/usability/src/libraries/tools/Shader.cc (modified) * code/branches/usability/src/libraries/tools/Shader.h (modified) * code/branches/usability/src/orxonox/graphics/GlobalShader.cc (modified) * code/branches/usability/src/orxonox/graphics/GlobalShader.h (modified) slight rework of the Shader class: - correctly loads and ... Sat, 26 Feb 2011 16:00:17 GMT landauf [7966] * code/branches/usability/src/libraries/core/CMakeLists.txt (modified) * code/branches/usability/src/libraries/core/CorePrereqs.h (modified) * code/branches/usability/src/libraries/core/GraphicsManager.cc (modified) * code/branches/usability/src/libraries/core/ViewportEventListener.cc (added) * code/branches/usability/src/libraries/core/ViewportEventListener.h (added) * code/branches/usability/src/libraries/tools/Shader.cc (modified) * code/branches/usability/src/libraries/tools/Shader.h (modified) * code/branches/usability/src/orxonox/CameraManager.cc (modified) * code/branches/usability/src/orxonox/CameraManager.h (modified) * code/branches/usability/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/usability/src/orxonox/graphics/Camera.cc (modified) some changes related to camera switching: - added ... Sat, 26 Feb 2011 05:44:25 GMT rgrieder [7963] * code/branches/usability/src/libraries/core/Loader.cc (modified) * code/branches/usability/src/libraries/core/Loader.h (modified) * code/branches/usability/src/orxonox/LevelManager.cc (modified) Added "replaceLuaTags" function to the Loader. That allows to load ... Sun, 20 Feb 2011 16:45:04 GMT landauf [7936] * code/branches/usability/src/orxonox/worldentities/WorldEntity.cc (modified) trying to fix a crash Sun, 20 Feb 2011 16:29:02 GMT landauf [7935] * code/branches/usability/data/gui/scripts/InGameMenu.lua (modified) * code/branches/usability/data/overlays/debug.oxo (modified) * code/branches/usability/src/modules/overlays/OverlaysPrereqs.h (modified) * code/branches/usability/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/usability/src/modules/overlays/hud/PauseNotice.cc (added) * code/branches/usability/src/modules/overlays/hud/PauseNotice.h (added) * code/branches/usability/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/usability/src/orxonox/gamestates/GSRoot.h (modified) - opening the ingame menu pauses the game, closing the ingame menu ... Sun, 20 Feb 2011 14:28:18 GMT landauf [7930] * code/branches/usability/src/orxonox/controllers/HumanController.cc (modified) * code/branches/usability/src/orxonox/controllers/HumanController.h (modified) - fixed crash when calling toggleGodMode command without controllable ... Sun, 20 Feb 2011 14:11:30 GMT landauf [7929] * code/branches/usability/src/orxonox/sound/AmbientSound.cc (modified) forgot to call RegisterObject() for AmbientSound - music now again ... Sat, 19 Feb 2011 15:38:44 GMT landauf [7915] * code/branches/usability (copied) creating usability branch to work on features which are more than ... Thu, 17 Feb 2011 23:07:04 GMT landauf [7910] * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) Ok, here comes a tricky one: we knew the destructor of WorldEntity is ...