Search found 48 matches

by Spoke
Sun Sep 25, 2005 16:36
Forum: Offtopic Discussion
Topic: CVS Head building on VC7.1, fixes
Replies: 1
Views: 2646

CVS Head building on VC7.1, fixes

Hi guys! I just update to CVS HEAD and found some troubles compiling it. in CEGUICoordConverter.h( line 38 ) you should read: class CEGUIEXPORT CoordConverter In FalagarBase you should add the following files: FalStatic.h FalStatic.cpp FalagardStaticTextProperties.h FalagardStaticTextProperties.cpp ...
by Spoke
Wed Feb 23, 2005 22:26
Forum: Modifications / Integrations / Customisations
Topic: event questions...
Replies: 6
Views: 4721

Re: event questions...

Ups! I miss this one. At the end I decide not to hack CEGUI directly, since I didn´t have too much time to do it properly. I end coding some warper classes that translate CEGUI events to our internal event system and keep the connection objects. Works just fine for us, but I really would like a clea...
by Spoke
Sun Feb 06, 2005 08:43
Forum: Modifications / Integrations / Customisations
Topic: can't compile OGRE Renderer
Replies: 36
Views: 20503

Re: can't compile OGRE Renderer

Why don´t add an optional parameter to the scripts and let each resource providers handle or ignore it? It will provide more control than an enum, since that will mean you must group same resource types in the same group. On the emun side we can also tell which groups a resource type should be searc...
by Spoke
Fri Feb 04, 2005 20:10
Forum: Modifications / Integrations / Customisations
Topic: can't compile OGRE Renderer
Replies: 36
Views: 20503

Re: can't compile OGRE Renderer

I´m currently toying with the new resource system, so I have everything on General but some resources on bootstrap. Thinking about this I decide that the best aproach to keep the Media folder a little sort was to group related resources together, so I think I will go for the Contructor parameter on ...
by Spoke
Mon Jan 31, 2005 13:51
Forum: Modifications / Integrations / Customisations
Topic: can't compile OGRE Renderer
Replies: 36
Views: 20503

Re: can't compile OGRE Renderer

I also have that issue, but I was referencing the Material for the nodes, maybe it is related.
by Spoke
Sun Jan 30, 2005 10:00
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Download Compiled Library option in downloads
Replies: 6
Views: 4961

Re: Download Compiled Library option in downloads

DISCLAIMER: This is also not intended to offend... Well, I really want CrazyEddie coding new features, not testing compiled libs. For my personal experience, took me less than 30 minutes to have everything compiled, and I just followed the instruction. As an extra, we could release binaries for each...
by Spoke
Sat Jan 29, 2005 10:39
Forum: Modifications / Integrations / Customisations
Topic: can't compile OGRE Renderer
Replies: 36
Views: 20503

Re: can't compile OGRE Renderer

Thanks to you, guys!
by Spoke
Fri Jan 21, 2005 22:42
Forum: Modifications / Integrations / Customisations
Topic: can't compile OGRE Renderer
Replies: 36
Views: 20503

Re: can't compile OGRE Renderer

Done. ;)

The Patch!

Hope I did it right. :oops:
by Spoke
Fri Jan 21, 2005 20:19
Forum: Modifications / Integrations / Customisations
Topic: can't compile OGRE Renderer
Replies: 36
Views: 20503

Re: can't compile OGRE Renderer

Hi guys!

I just finish doing this, and if you want I can provide a patch for you to review. ;)
by Spoke
Sun Dec 12, 2004 22:25
Forum: Modifications / Integrations / Customisations
Topic: Updated to latest CVS, bad move?
Replies: 4
Views: 3748

Updated to latest CVS, bad move?

That´s why I wanted to remove client dependecie on xeces. :wink:

I fix this by placing

Code: Select all

#include <OgreNoMemoryMacros.h>


prior to any CEGUI related include and

Code: Select all

#include <OgreMemoryMacros.h>


after the CEGUI includes.

Hope it helps.
by Spoke
Sun Dec 12, 2004 22:23
Forum: Modifications / Integrations / Customisations
Topic: RawDataContainer Debug Assertion Failed!
Replies: 7
Views: 5009

RawDataContainer Debug Assertion Failed!

Ummm, we have the same problem.

If we find a solution I will post it here.
by Spoke
Thu Dec 09, 2004 14:13
Forum: CEGUI Library Development Discussion
Topic: Resource Provider
Replies: 44
Views: 30057

Resource Provider

Hi guys!

While testing this new functionality I notice that XERCES is again a dependencie for the client code. :?

Any plan no removing it?
by Spoke
Sun Dec 05, 2004 09:00
Forum: Modifications / Integrations / Customisations
Topic: About events.
Replies: 7
Views: 4638

About events.

Nope, I was asking in order to get the designer view before getting my hand dirty. :wink:

I will give it a a try and tell you how it goes.
by Spoke
Thu Dec 02, 2004 20:25
Forum: Modifications / Integrations / Customisations
Topic: About events.
Replies: 7
Views: 4638

About events.

Ok, but why is the event unsubscribe private?

Should not be public and have a unsubscribeEvent call?

That will prevent the storing of the connection object, no?

Go to advanced search