Secretchronicles / TSC

An open source two-dimensional platform game.
https://secretchronicles.org/
GNU General Public License v3.0
204 stars 50 forks source link

Support CEGUI 0.8.x #10

Closed Quintus closed 8 years ago

Quintus commented 11 years ago

Currently, SMC only officially supports CEGUI 0.7.x. It’s time to move on!

Quintus commented 8 years ago

Also, as a note to those compiling the feature-cegui-0.8 branch: The build options have changed. ENABLE_NEW_EDITOR has been removed, and ENABLE_EDITOR now builds the new editor. Its not possible to build the old editor now. If unspecified at a clean build, ENABLE_EDITOR defaults to ON now rather than OFF.

When building the new head of feature-cegui-0.8, please clean your entire build directory. This will prevent possible problems with the CMake cache.

Valete, Quintus

Quintus commented 8 years ago

The CEGUI 0.8.x port of TSC has been finished today. The branch feature-cegui-0.8 was merged into devel with commit 58a5440a02679e9b2be6be0f624911d5b235a04d and the feature-cegui-0.8 branch has been removed.

It is likely that I fiddle with the build system in a number of followup commits, but otherwise the change is complete. CEGUI 0.7.x is not needed anymore for compiling devel.

Valete, Quintus