Cegui 0.6.0 released!

Source: Internet
Author: User
Tags coding standards file info xml parser
The Crazy Eddie's Gui System Project (crayzedsgui on sourceforge.net) is pleased to announce the release of version 0.6.0 Of The Crazy Eddie's GUI system library and associated celayouteditor and ceimageseteditor tools.

Founded in 2003, Crazy Eddie's GUI system has consistently been one of the favorite choices for the serious game or multimedia developer needing a mature, stable and flexible rendered GUI solution. the library is open source, highly retriable and offers ally unrivalled skinning opportunities via its "falagard" XML skinning system. crazy Eddie's GUI system library is released under the MIT license, thus offering the ultimate flexibility for all usage scenarios.

The 0.6.0 release comes some 16 months after the previous release, and marks the official return of Paul D Turner (crazyeddie) as project leader and as a permanent member on the development team.

For more information about Crazy Eddie's GUI system see the project website at http://www.cegui.org.uk. support requests for the library and associated tools, in the first instance, shocould be directed at the crazy Eddie's Gui System Project Forums at http://forums.cegui.org.uk.

You can get the files at the cegui Downloads page

The changelog entries for the 0.6.0 release of the library are as follows:

Quote:
Release 0.6.0
==================
Added: New Text demo (rewrite of demo4)
Added: first attempt at mingw32/cross-compile support.
Added: extend support of cegui_sample_datapath environment variable to Windows platforms too.
Added: missing samples/datafiles/makefile. Am File
Added: Levia's groupbox to the Lua module.
Added: Warning log level to the Lua module.
Added: Levia's groupbox to the code and looknfeel. Thanks
Added: exception type, line and file info-see http://www.cegui.org.uk/phpBB2/viewtopic.php? T = 2799
Added: ceguideadexception macro to required. h for this purpose.
Added: Static build support
Added: imagesets added
Added: Tree widget added
Added: script?whelper added
Added: Tree demo added
Added: instanced windows demo added
Added: Tree & treeitem packages added
Added: script?whelper package added
Added: (MACOs) got most of the samples to build and run, doesn't falagarddemo1 and Minesweeper.
Added: Support for expat XML Parser on the Mac.

Removed: xmlrefschema/makefile. Am-this is now no longer needed.

Modified: Applied ticket #173
Modified: renamed demo4 to textdemo (in progress ).
Modified: Linux (and mingw32) will try with and without the 'lib' prefix when loading dynamic modules.
Modified: applied this patch: http://www.cegui.org.uk/mantis/view.php? Id = 168
Modified: datafiles are now installed on Linux (e.g./usr/local/share/cegui /)
Modified: minor change to update a contact address (main purpose of this is actually to test the svn change notification system ).
Modified: rtti and loggers-see http://www.cegui.org.uk/phpBB2/viewtopic.php? T = 2816
Modified: Updated samples with new Exception Code
Modified: Applied large patches. For details see this thread: http://www.cegui.org.uk/phpBB2/viewtopic.php? T = 2766
Modified: setdefaxmlxmlparsername now unloads the default dynamic module and loads a new one provided you are not statically linking.
Modified: tolua ++ cegui changes in exception handlers.
Modified: Large premake updates

Coding standards: cegui does not use the null macro in code.
Coding standards: the prefix used for data members on the cegui project is D _ and not M _

Bug fix: Corona Based Image codec wocould not build.
Bug fix: Resolve a thousand and one "deprecated conversion from String constant to 'Char * '" warnings that spew forth from GCC 4.2.x.
Bug fix: Lua 5.1 removes table. setn-update code to use alternate method of ensuring table is indeed empty.
Bug fix: The ceguideadexception macro was causing the exceptions to be caught by value; this fixes it so they are caught by reference.
Bug fix: exception base class destructor shoshould be public.
Bug fix: minor textdemo fix-GCC does not like temporary objects passed as arguments for non-const function parameters.
Bug fix: autotool build fix for textdemo.
Bug fix: Small compile fix for
Bug fix: groupbox fix (disabled 'ristonclick ')
Bug fix: window: istopofzorder had an incorrectly constructed loop control. (http://www.cegui.org.uk/mantis/view.php? Id = 172)
Bug fix: pixelaligned macro was incorrect when working with negative values. (http://www.cegui.org.uk/mantis/view.php? Id = 167)
Bug fix: listBox and multicolumnlist were not re-sorting the list in resonse to calling handleupdateditemdata which resulted in an incorrectly ordered list if items had changed in a manner that invalidated the current order (in the simplest case, just by changing an items text ). (http://www.cegui.org.uk/mantis/view.php? Id = 162)
Bug fix: The 'selecteditem' as returned by ComboBox wocould revert to 0 after interaction with the user that did not end with a positive list selection-this is incorrect; any previous selection shocould be preserved if the user backs out of making a new selection in the list. NB: A side effect of this fix is a change in the order that some events are fired. previusly the droplist show/hide event ca Me first (before any selection events), now the show/hide events come after any selection events. (http://www.cegui.org.uk/mantis/view.php? Id = 164 ).
Bug fix: slider thumb was not showing up when used within a tabcontrol. actual bug was related to thumb getting initialised with bad data caused by unchecked divide by zero in the falagard window Renderer. (http://www.cegui.org.uk/mantis/view.php? Id = 145)
Bug fix: invalidating only cached clipped areas for a window was not having the desired effect on child content. Fix addresses http://www.cegui.org.uk/mantis/view.php? Id = 165
Bug fix: any window responding to a left mouse button down event wocould always report the event as 'unhandled 'even though it may have taken action based on the event (thus, handling it ). event is now marked as 'handled 'if, but only if, the window has to take action such as activating the window or making a change in the Z-order. (http://www.cegui.org.uk/mantis/view.php? Id = 136)
Bug fix: multilineeditbox: oncharacter shocould only say it handled the event if it really did. (http://www.cegui.org.uk/mantis/view.php? Id = 155)
Bug fix: widgets with a push-button-esque behaviour were not behaving correctly as regards to being obscured by a window with mouse pass through enabled. (http://www.cegui.org.uk/mantis/view.php? Id = 154 and http://www.cegui.org.uk/phpBB2/viewtopic.php? T = 2971)
Bug fix: We were incorrectly using the clock () function as a timer. (http://www.cegui.org.uk/mantis/view.php? Id = 153)
Bug fix: Certain assign, append, and insert operations in cegui: String wocould illegally operate beyond the length of the object being assigned, appended or inserted. (http://www.cegui.org.uk/mantis/view.php? Id = 152)
Bug fix: bug where multicolumnlistproperties: Set was using string: substr incorrectly and accessing chars beyond the end of the string. this fix is actually a total rewrite that makes the function a lot more robust, and removes a couple of other issues too. (http://www.cegui.org.uk/mantis/view.php? Id = 171)
Bug fix: correctly check for DL and pthread libs. (http://www.cegui.org.uk/mantis/view.php? Id = 143)
Bug fix: Lua was not correctly detected on (k) Ubuntu type systems (http://www.cegui.org.uk/mantis/view.php? Id = 138)
Bug fix: Support Lua 5.1 In ceguilua. cpp (not sure of generator status with 5.1) (http://www.cegui.org.uk/mantis/view.php? Id = 161)
Bug fix: ceguixercesparser was not compiling with 2.8 version of xerces-C ++. (http://www.cegui.org.uk/mantis/view.php? Id = 163 ).
Bug fix: taharezlook. looknfeel did not conform to the required schema (http://www.cegui.org.uk/mantis/view.php? Id = 163)
Bug fix: ogre and irrlicht sample base apps still had cegui_sample_datapath defines
Bug fix: demo8 restored to working state.
Bug fix: Fixed bug in createwindow which wocould never allow empty name while having a prefix.
Bug fix: fixed/revamped tabcontroldemo, because it didn't work anymore because of underlying code changes.
Bug fix: added re-sorting to a ListBox after user
Bug fix: There was an incorrect compiler flag when bringing in the dedevil libs (autotools build ).
Bug fix: 'make dist' shoshould now include everything required (on Linux at least)
Bug fix: Updated irrlicht support to 1.4 (and beyond ?)
Bug fix: Updated treedemo to build and run on Linux
Bug fix: Change tabpane into tabcontentpane. Thanks to Liberator for pointing this inconsistency out.
Bug fix: autotools build was missing the ceguigroupbox files.
Bug fix: resorting of lists and trees happened high to low. This shocould be the reverse I think.
Bug fix: resolved ticket 160: Missing # pragma warning (POP) in elements/ceguispinner. h
Bug fix: resolved ticket 158: multicolumnlist font not in listheadersegment!
Bug fix: Applied Liberator's tree fix patch.
Bug fix: Applied LDB's OIS patch.
Bug fix: Applied LDB's patch.
Bug fix: Tree node button fixes
Bug fix: static call fix in setdefaxmlxmlparsername
Bug fix: changed 'friend treeitem; 'into 'friend class treeitem; 'for non-MS compilers. http://www.cegui.org.uk/phpBB2/viewtopic.php? T = 2598
Bug fix: warnings of unused local variables in lua_cegui.cpp fixed.
Bug fix: Fixed memory leak in Lua scripting module when it throws and helper object has already been created.
Bug fix: irrlicht support fixed
Bug fix: (MACOs) Updated PCRE build to include utf8 support so minesweeper will run. (PCRE project is separate from this .)
Bug fix: (MACOs) added some shell redirects so that the resource copy for the Sample Apps doesn't spit out false alarm errors about not being able to copy SVN files.
Bug fix: (MACOs) fixed a ID string that prevented the falagardwrbase bundle from loading properly.
Bug fix: adjusted the pathing for GL sample application so it can find Mac resources.
Bug fix: Updated openglbaseapplication to look for Mac Resources in the right place.
Bug fix: fixes to build options for Mac Sample Apps.
Bug fix: Changes to v0-5 branch merged in.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.