CEGUI 0.7.9 is Released!

Official announcements from the CEGUI project.

Moderator: CEGUI Team

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

CEGUI 0.7.9 is Released!

Postby CrazyEddie » Sun Jan 13, 2013 11:24

Hello, once again - it seems not so long ago that I was here making a release announcement!

This post is to announce the 0.7.9 release of CEGUI. This is another maintenance release from the stable v0-7 branch - the main reason for this release is that one of the changes in 0.7.8 broke compatibility with versions of Ogre prior to 1.8, so this release restores that compatibility. As per previous announcements, we're supplying source code only now and the previous binary dependency packs should still be used.

The following packages are available for immediate download:
Crazy Eddie's GUI System 0.7.9 source code (.zip file)
Crazy Eddie's GUI System 0.7.9 source code (.tar.gz file)

Crazy Eddie's GUI System 0.7.9 Documentation package (.zip file)
Crazy Eddie's GUI System 0.7.9 Documentation package (.tar.gz file)

CEGUI 0.7.x-r2 precompiled dependencies for MSVC++ 2005 (with SP1 + ATL fix) (.zip file)
CEGUI 0.7.x-r2 precompiled dependencies for MSVC++ 2008 (with SP1) (.zip file)
CEGUI 0.7.x-r3 precompiled dependencies for MSVC++ 2010 (.zip file)
CEGUI 0.7.x precompiled dependencies for Apple Mac OS X (32 bit Universal) (.zip file)
CEGUI 0.7.x-r1 precompiled dependencies for MinGW (.zip file) (experimental / unsupported)

The change log additions for this release are as follows:
ChangeLog wrote:Release 0.7.9
- Bug Fix: CEGUI produced no rendering under irrlicht 1.8+
- Bug Fix: CEGUI would not build against Irrlicht 1.8+
- Bug Fix: ItemListbox::findSelectedItem stored wrong index for 'next' search.
- Bug Fix: We can only test for fixed pipeline in Ogre >= 1.8.
- Bug Fix: Build issue with Xcode 4.4+ http://www.cegui.org.uk/mantis/view.php?id=912

- Documentation: Update references to sf.net repos to bitbucket.org


Hopefully you guys will find this release slightly more useful than the last one. Post on the CEGUI Forums or come to #cegui on freenode if you require support. And when asking for help remember to post your CEGUI log file and other relevant information or I'll whine about you on IRC :P

Cheers,

CrazyEddie

Montred
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sat Nov 10, 2012 06:45

Re: CEGUI 0.7.9 is Released!

Postby Montred » Tue Jan 15, 2013 14:07

Hey, it seems 0.7.9 doesn't build with Ogre if you don't use RTSS. Notice the define below. I build Ogre without RTSS and that isn't defined for me.

Code: Select all

#ifdef RTSHADER_SYSTEM_BUILD_CORE_SHADERS
      /** Sets if fixed pipeline rendering is enabled on the system.
      */
      void setFixedPipelineEnabled(bool enabled);

      /** Returns true if fixed pipeline rendering is enabled on the system.
      */
      bool getFixedPipelineEnabled(void) const;
#endif


No biggie, though. For anyone with 1.8.1 and without RTSS, just go to CEGUIOgreRenderer.cpp and comment these lines:

Code: Select all

    //if (!d_pimpl->d_renderSystem->getFixedPipelineEnabled())
    //    setUsingShaders(true);


Cheers.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: CEGUI 0.7.9 is Released!

Postby CrazyEddie » Tue Jan 15, 2013 14:42

Thanks for that.

Why they have the get function's existence conditional like that is completely baffling to me (incidentally, the lack of that function prior to 1.8 is what triggered the 'emergency 0.7.9 release' :)

CE.


Return to “Official Announcements, Works in Progress, and Future Directions”

Who is online

Users browsing this forum: No registered users and 14 guests