|
|
|
|
Changelog for libCEGUIOgreRenderer-0-2-0.8.7+git20210511-2024.3.2.x86_64.rpm :
* Mon Jul 29 2024 Dirk Stoecker - fix build with libxml2 * Wed Apr 06 2022 Ferdinand Thiessen - Update to git snapshot 0.8.7 2021-05-11 * Remove upstream merged Patches 0001-CMake-Fix-finding-OIS-1.4.patch 0002-Irrlicht-Fix-build-with-version-1.8.patch 0003-pkgconfig-Fix-private-dependency-of-OpenGL-renderer.patch 0004-GLES-Fix-library-names-to-look-for.patch 0005-Partially-reverting-1200-c288602.patch 0006-OpenGLES-Renderer-Fix-dependency-on-EGL-on-non-APPLE.patch- Add fix-build-ogre-13.patch to fix build with OGRE 13.x * Mon May 10 2021 Ferdinand Thiessen - Update to git snapshot 2020-09-06 * Fixed build with OGRE >= 1.10 * Many other bug fixes, this update does not introduce new features, but fixs a lot build issues with newer versions of CEGUI\'s dependencies- Drop outdated cegui-0.8.3-irrlicht.patch- Drop fix-tinyxmlparser-compile.patch, as we now using libxml2 and libtinyxml2- Drop upstream merged * use-cpp11.patch * fix-findluapp.patch- Replace fix-pkgconfig-private-dependency.patch with upstreamed 0003-pkgconfig-Fix-private-dependency-of-OpenGL-renderer.patch- Add upstreamed patches * 0001-CMake-Fix-finding-OIS-1.4.patch * 0002-Irrlicht-Fix-build-with-version-1.8.patch * 0004-GLES-Fix-library-names-to-look-for.patch * 0005-Partially-reverting-1200-c288602.patch * 0006-OpenGLES-Renderer-Fix-dependency-on-EGL-on-non-APPLE.patch- Split all renderer libraries into seperate packages * Mon May 03 2021 Ferdinand Thiessen - Add fix-pkgconfig-private-dependency.patch for missing glew dependency of OpenGL renderer- Disabled OGRE renderer, currently broken for OGRE > 1.9 * Sun Dec 27 2020 Matthias Mailänder - Use https://en.opensuse.org/SourceUrls * Sun Jan 13 2019 marixAATTmarix.org- Added use-cpp11.patch to fix compilation on Factory: This will compile the code using C++11, while upstream wants to stay compatible with C++98 to allow for older compilers.- Added fix-tinyxmlparser-compile.patch to fix compilation on Factory.- Removed compatibility for pre-Leap 42 version from the spec file. * Tue Dec 26 2017 dap.darknessAATTgmail.com- \"CEGUITests-0.8: No such file or directory\" error double fix. * Sat Sep 23 2017 rpmAATTfthiessen.de- Fixed tolua++ dependency. * Thu May 19 2016 rpmAATTfthiessen.de- Update to version 0.8.7 * FIX: Bug regarding order of destruction : Element object referenced by \'__auto_titlebar__\' is not attached to Element * FIX: Child removal always triggered a deactivation event due to a change in a fix for 0.8.5, now the deactivation event is only triggered when the element was actually active. * MOD: Some changes around the Cmake for the OgreRenderer were done, both fixes and enhancements * FIX: SimpleTimer.cpp includes headers into namespace * FIX: Docu lacks info on deinitialisation of CEGUI * MOD: Doxygen docs use GIF images * FIX: OpenGLRenderer on Linux renders CEGUI samples upside-down * FIX: Docu: Replace CEGUIFalagardWRBase with CEGUICoreWindowRendererSet in Docu * FIX: TabControl XML printing prints children twice * FIX: ComboDropList output to XML shows RestoreOldCapture for Scrollbar\'s autowindow children * FIX: Properties that are forwarded via PropertyLinkDefinitions are printed to XML * FIX: Tooltips behave glitchy, take away focus from underlying windows, affect move-events * FIX: Tooltips are wrongly printed to XML, inheritance affects the printing and uses wrong values * FIX: Numerous windows XML-print some redundant (because forwarded) AutoWindow properties * FIX: Scrollable panes print their children inside their autowindow instead of directly inside them * FIX: StaticText uses incorrect Font when DefaultFont of a GUIContext is changed * FIX: Window font ignored in RenderStringTextComponents * FIX: Issue an exception if the locale is unexpected, before parsing anything with sscanf- Removed upstream fixed cegui-0.8.4_freetype.patch * Thu Dec 03 2015 rpmAATTfthiessen.de- Added fix-findluapp.patch to fix findluapp cmake module: openSUSE > 13.2 builds library with version suffix, e.g. libluapp-5_1 * Sat Mar 21 2015 devel.suseAATTgmail.com- Updated to version 0.8.4: * Package \'promo\' dir, people might want to use logo in their products. * FIX: Static linking issues. See new CEGUI_BUILD_STATIC_FACTORY_MODULE option. * FIX: I broke the CMake before by omitting an endif() * MOD: docu was a bit unclear * MOD/ADD: if samples browser is compiled in debug mode, the mouse can now leave the window. if it comes back into the render window, its position will be set properly and won\'t be set to the centre of the window. * MOD: Fixing ouput message for Ogre if OIS wasnt found - fix by Henri Hyyryläinen * MOD: SamplesBrowser can now be closed by clicking the \'X\' on windows when using OGL(3) renderer * Added a note about changing default image to getMouseCursor * Fixed issue #1031 * MOD/FIX: Changing the mentions of \"True\" and \"False\" to the xsd:boolean conform * MOD: Adding if-cases to prevent divisions by zero from occuring and handling it * FIX: Making looknfeel files xsd::boolean conform by replacing True by true * MOD: Adding top-level target dependencies for the samplebrowser * MOD: Removing the \"filename:\" info from all license headers * REM: Removing some ultra-vintaged empty files * MOD: Fixing the docu * MOD: Extending the hgeol file * MOD: Fixing the doxygen docu for releases, linking to our website now instead * Fix compilation on MinGW * MOD: Removing redundant xml ban that used to cause a warning about HorzExtent * MOD: Adding as include for all compilers and modifying include order * Moved readme to ./README.md where bitbucket will pick it up * DirectFB is not supported, let us say so in the cmake option description * FIX: Fixed an issue in the Samples that is only popping up when using VS2008 * MOD: Replacing last strings in the XMLHandler to replace them with static getter * MOD: Changing serialisation order of elements to make it more intuitive to read * MOD: Adding widgetComponent default and adjusting serialisation * FIX: Fixed directive in merged pull request * MOD: Fixed order of serialised output * MOD: Fixing the default value comparison * MOD: Added a getter to FormattingSetting, added default values * ADD/MOD: Broad refactoring and general fixes of Falagard serialisation * FIX: Fixing comments, calling write attribute function correctly * MOD: Changing local variable to const * MOD: Fixing assert issues on MSVC in glm when a 0-sized window is used * MOD: Fixing qualifiers for GCC and other compilers - this time for real! * MOD: Fixing qualifier for GCC and other compilers * MOD: Fixing serialisation output in an ABI-compatible way for v0-8 * MOD: Default value for \"help\" attribute in Fal * MOD: Changed the serialisation of attribute \"inherits\" if not inheriting * MOD: Added a const default value string for the help value to replace the hard * MOD: Added helper functions for WidgetLook XML serialisation to be used in CEED * Fixed up CEGUI.pc - include dir is /usr/include/cegui-0 * FIX: switch to \'if test\' syntax from \'if [\' for shell commands (cmake issues) * Fixed Bug when not registering Root Namespace * Added LuaDoc export to tolua++ bin * Changes required to expose Falagard related iterators in PyCEGUI * Hidden \"getMouseCursor() const\" from GUIContext in PyCEGUI * Tweak the perform-cppcheck script * Enhance perform-cppcheck script * Fixed FSF address in datafiles/fonts/LicenseGPL.txt * We need to install PyCEGUI into the platform specific python site-packages * Use utf-8 in doc/README * MOD: Fixed broken SampleBrowser build for several Renderers * Fixed a copy-paste error in ScrolledContainer * Complete initialization of Ogre::LayerBlendModeEx objects. * FindLua51: Also look for lua.h in the \"lua-5.1\" directory. * Fix build with >=freetype-2.5.1 wrt #1007 * REMOVE: StringEncoder license stuff * MOD: Fixed samplebrowser crash on exit during load-phase and minimal refactoring * MOD: CMAKE - Added .inl files to the projects, formerly they werent added * FIX: DirectFB default off in CMAKE * FIX: Fixing the content area calculation in the case of Center aligned windows * MOD: Fixing Spinner window text update on value change * MOD: Default options in CMake changed to the actual default values we agreed on * MOD: Moving CMake Sample dependency check * MOD: Added SampleBrowser dependency checks and default Sample on/off checks * MOD: Adapting code files for CMAKE CEGUI_SAMPLES_USES * changes * MOD: Preparing CMAKE for CEGUI_SAMPLES_USE_ * removal * MOD: case sensitivity related bug in cmake * FIX: Adding includes required for deletion of instances and using OGRE_DELETE * MOD: OgreRenderer modified to support the latest Ogre default branch * FIX: Ogre getFixedPipelineEnabled() not defined without RTS, removed build issue * Solved compile error with Python bindings, due to some Ogre classes declaration (v0-8, 4-space-tabs). * FIX: Undeclared function would be called in case of no RTS built for Ogre * A) fixed new CMAKE policy CMP0045 issue in CMakeLists.txt. This feature was introduced recently in this commit: https://gitorious.org/cmake/cmake/commit/73e93400e2efab2096618ff58a5ad68... ... Bb) fixed CMAKE problem with cmake/CEGUIMacros.cmake when including the project with ExternalProject_Add() CMAKE feature in a project. I had to escape the \'[\' and \']\' characters because in this way CMAKE was not recognizing those characters. CMAKE version: 2.8.12. * MOD: Fixed VS2013 compile error - thanks to JKnife * Backed out 209e31f: MOD: Changing DefaultWindow maximum size * Fixed Console.wnd, previously it was an invalid layout (a mix between 0.8 layout and 0.7 layout) * MOD: Changing DefaultWindow maximum size * ADD: Added visual studio templates that are used for proj settings of samples * Fix the CMP0022 policy on CMake 2.8.12+ * FIX: Fixed a typo that caused a compile error, good job me! good job. * MOD: Tiny change to Ogre thread provider effects on cmake and comment to it * FIX: Fixing ogre cmake for the case that no threading provider is used * MOD: Fixing messed up warning message, fixing default window size in Ogre D3D * MOD: Forgot to add declarations for OgreTexture changes * MOD: Forgot header for OgreBaseRenderer changes * MOD: Changed blitting behaviour of texture and minor fixes * MOD: Fixed shader related issues, added OGL3.2+ glsl shaders, made it GL3 ready * MOD: Added default config options for Ogre Samples and visible mouse in debug * Fixed a build error in falagard/TextComponent when BIDI support is enabled * MOD: Fixed a bug that made OgreRenderer link to the Ogre release lib always * MOD: Added the possibility to find OIS if stored as Ogre dependency * Fixed minor typo in docs neglecting CEGUI namespace.- Add glm-devel dependency to build the OpenGL renderer- Drop patches: cegui-0.8.3-cmake3.patch (fixed upstream) cegui-0.8.3_ogre1.9.patch (fixed upstream) cegui-0.8.3_freetype.patch (rebased for 0.8.4)- Add patch cegui-0.8.4_freetype.patch * Fri Dec 12 2014 malcolmlewisAATTopensuse.org- Add cegui-0.8.3_freetype.patch: Fix changed path to freetype headers for builds > 13.1.
|
|
|