Search found 142 matches

by jacmoe
Sun Jul 03, 2005 12:22
Forum: CEGUI Library Development Discussion
Topic: Feature Request: version logging.
Replies: 6
Views: 5988

Re: Feature Request: version logging.

Patch is on it's way. ;) A CEGUIVersion.h file is added. Is included in CEGUIBase.h. I added a d_strVersion member to CEGUI::System. The d_strVersion is initialised in the System constructor_impl, where it is logged upon completion of the initialisation section. Feel free to apply the patch any way ...
by jacmoe
Sat Jul 02, 2005 20:11
Forum: Modifications / Integrations / Customisations
Topic: Getting run-time exception
Replies: 12
Views: 5923

Re: Getting run-time exception

You should have a 'datafiles' directory in your current directory, with the correct stuff in it. You are not trying to run your app from your IDE, are you? :? A debug session will tell you if your app cannot find TaharezLook.scheme - or if there are other problems. If you haven't looked, CEGUI.log m...
by jacmoe
Sat Jul 02, 2005 17:12
Forum: CEGUI Library Development Discussion
Topic: Feature Request: version logging.
Replies: 6
Views: 5988

Re: Feature Request: version logging.

In good old Ogre, the version is defined in OgrePrerequisites.h. What is the equivalent of prerequisites.h in CEGUI? Should this be in CEGUI.h or in CEGUIConfig.h ? // Define CEGUI version #define CEGUI_VERSION_MAJOR 0 #define CEGUI_VERSION_MINOR 3 #define CEGUI_VERSION_PATCH 1 Nothing to it: std::s...
by jacmoe
Sat Jul 02, 2005 16:44
Forum: Modifications / Integrations / Customisations
Topic: Getting run-time exception
Replies: 12
Views: 5923

Re: Getting run-time exception

Try to debug your program - it will probably tell you what's wrong. ;)
by jacmoe
Fri Jul 01, 2005 14:34
Forum: CEGUI Library Development Discussion
Topic: Feature Request: version logging.
Replies: 6
Views: 5988

Feature Request: version logging.

I think it would be useful to have CEGUI log its version in the CEGUI.log - it's nice to know exactly what version you are running. ;) It's also a great help when messing with other peoples code/stuff. Something like this: ---- CEGUI System initialisation completed ---- ---- Version 0.3.0 ----
by jacmoe
Thu May 12, 2005 05:55
Forum: Offtopic Discussion
Topic: CEGUI 0.2.1 release?
Replies: 19
Views: 13006

CEGUI 0.2.1 release?

I saw on the Ogre Forums that there is a 0.2.1 version of CEGUI out - but I don't see the tag in CVS.
Would it be possible to branch it out, or package it as a release?
I guess I could just grab HEAD, but it would be nice to pick a 0_2_1 revision. ;)
by jacmoe
Sun Apr 03, 2005 15:41
Forum: Offtopic Discussion
Topic: CEGUI Future Direction
Replies: 31
Views: 21427

Re: CEGUI Future Direction

I think it would be a good idea to construct a CEGUI Wiki. ;)
The Ogre Wiki is awesome - and I think that CEGUI needs a place for tuts, snips and advice.
Good to hear that CEGUI is in good hands! :wink:

Go to advanced search