Search found 48 matches
- 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 ...
- 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...
- 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...
- 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 ...
- 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.
- 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...
- 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!
- Mon Jan 24, 2005 22:32
- Forum: Modifications / Integrations / Customisations
- Topic: can't compile OGRE Renderer
- Replies: 36
- Views: 20503
- Fri Jan 21, 2005 22:42
- Forum: Modifications / Integrations / Customisations
- Topic: can't compile OGRE Renderer
- Replies: 36
- Views: 20503
- 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.
I just finish doing this, and if you want I can provide a patch for you to review.
- 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.
I fix this by placing
prior to any CEGUI related include and
after the CEGUI includes.
Hope it helps.
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.
- 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.
If we find a solution I will post it here.
- 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?
While testing this new functionality I notice that XERCES is again a dependencie for the client code.
Any plan no removing it?
- 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.
I will give it a a try and tell you how it goes.
I will give it a a try and tell you how it goes.
- 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?
Should not be public and have a unsubscribeEvent call?
That will prevent the storing of the connection object, no?