# # ChangeLog for code/branches/usability/src/libraries/core # # Generated by Trac 1.0.9 # Jun 2, 2024, 6:23:36 AM Mon, 28 Feb 2011 04:49:01 GMT rgrieder [8001] * code/branches/usability/src/libraries/core/input/KeyBinder.cc (modified) Fixed tiny memory leak. Mon, 28 Feb 2011 03:10:21 GMT rgrieder [7996] * code/branches/usability/src/libraries/core/GraphicsManager.cc (modified) And I though I specifically paid attention to rounding problems. ... Mon, 28 Feb 2011 02:47:08 GMT rgrieder [7995] * code/branches/usability/src/libraries/core/GraphicsManager.cc (modified) * code/branches/usability/src/libraries/core/GraphicsManager.h (modified) Changed call to frame rendering in GraphicsManager so that Ogre ... Sun, 27 Feb 2011 18:01:07 GMT rgrieder [7994] * code/branches/usability/src/libraries/core/GUIManager.cc (modified) Fixed msvc warnings and a typo. Sun, 27 Feb 2011 17:26:37 GMT landauf [7993] * code/branches/usability/src/libraries/core/Game.cc (modified) * code/branches/usability/src/libraries/core/GraphicsManager.cc (modified) * code/branches/usability/src/libraries/core/GraphicsManager.h (modified) moved fpsLimit_ config value to GraphicsSettings (seems more ... Sun, 27 Feb 2011 17:01:32 GMT landauf [7992] * code/branches/usability/src/libraries/core/GraphicsManager.cc (modified) isFullScreen() can be called on the render window, no need to parse ... Sun, 27 Feb 2011 16:08:13 GMT landauf [7989] * code/branches/usability/src/libraries/core/GraphicsManager.cc (modified) * code/branches/usability/src/libraries/core/GraphicsManager.h (modified) * code/branches/usability/src/libraries/core/command/ConsoleCommand.h (modified) added console command to change screen resolution and fullscreen mode ... 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 19:46:54 GMT rgrieder [7939] * code/branches/usability/src/libraries/core/GUIManager.cc (modified) Lua header not required in GUIManager. Sun, 20 Feb 2011 18:24:04 GMT rgrieder [7938] * code/branches/usability/src/libraries/core/OrxonoxClass.h (modified) * code/branches/usability/src/libraries/core/WeakPtr.h (modified) * code/branches/usability/src/libraries/tools/ResourceLocation.cc (modified) Fixed mingw 3 build and removed a warning due to non-virtual destructors. 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 ... Mon, 14 Feb 2011 21:30:01 GMT landauf [7891] * code/trunk/src/libraries/core/input/Button.cc (modified) * code/trunk/src/libraries/core/input/InputCommands.h (modified) * code/trunk/src/libraries/core/input/KeyBinder.cc (modified) keybind mode shouldn't be changed if it was defined explicitly in the ...