Search found 12 matches
- Fri Jan 28, 2011 10:47
- Forum: Help
- Topic: Optimizing Memory Management
- Replies: 2
- Views: 2158
Re: Optimizing Memory Management
yes, its accually more then 100mb.. And i noticed it wasnt so easy to just delete stuff hehe. Alot of work to unnestle things from each others... Is there easyfixes to improve memorystorage? Like change the format textures is stored in or gain some memory per windows by some setting. I mean when I l...
- Thu Jan 20, 2011 00:49
- Forum: Help
- Topic: Optimizing Memory Management
- Replies: 2
- Views: 2158
Optimizing Memory Management
Hello! I am using a total of +-100mb of systemmemory using CEGUI. What can I possible do to decrease the usage of system memory? One way I was thinking of was to release memory that I don't need for the moment but I havnt figured out how to destroy objects in CEGUI to retreive the memory that was al...
- Wed Dec 08, 2010 15:50
- Forum: Help
- Topic: How to set an image using LPDIRECT3DBASETEXTURE9
- Replies: 3
- Views: 2894
How to set an image using LPDIRECT3DBASETEXTURE9
Hello! I have an Window with an image, loaded from an layout. Now I would like to change the image on using a LPDIRECT3DBASETEXTURE9 that I created on the fly using a RenderSurface ingame. How do I set set the image to the CEGUI::Window? Also I have another question. Feels stupid to ask about it but...
- Sun Dec 05, 2010 20:41
- Forum: Help
- Topic: Debug Speed VS Release Speed
- Replies: 6
- Views: 3586
Re: Debug Speed VS Release Speed
hm.. it works if i change from _DEBUG to NDEBUG to compile but then I cant trace crashes
- Sat Dec 04, 2010 19:59
- Forum: Help
- Topic: Debug Speed VS Release Speed
- Replies: 6
- Views: 3586
Re: Debug Speed VS Release Speed
Just by using the the release libs I get a crash when starting the program, ErrorMessage: Unhandled exception at 0x00884eae in CauseOfWar.exe: 0xC0000005: Access violation reading location 0x0025f9f7. The debugger points to this code: "_RELIABILITY_CONTRACT void __CLRCALL_PURE_OR_CDECL _Mtxlock...
- Thu Dec 02, 2010 21:56
- Forum: Help
- Topic: Debug Speed VS Release Speed
- Replies: 6
- Views: 3586
Debug Speed VS Release Speed
Hello! I noticed that it's a huge difference in CEGUI speed in debugmode vs releasemode using Visual Studio 2008. Loading the content for CEGUI in debug takes 60 seconds vs 5 seconds in release. Also there is several other features I cant run in debugmode since it's such a huge difference in speed, ...
- Thu Jan 07, 2010 05:51
- Forum: Offtopic Discussion
- Topic: Expensive GUI.. Something wrong?
- Replies: 6
- Views: 5849
Re: Expensive GUI.. Something wrong?
I can't see the funny in it, it's a simple question :) I can think of several answers myself: e.g 1: Dont use custom fonts, its slow e.g 2: How about this? It's a common misstake. e.g 3: Check out these few things.. e.g 4: Please post this and that e.g 5: Are you sure you set up InjectTimePulse corr...
- Wed Jan 06, 2010 15:04
- Forum: Offtopic Discussion
- Topic: Expensive GUI.. Something wrong?
- Replies: 6
- Views: 5849
Expensive GUI.. Something wrong?
Hello!
In release I drop from 160 FPS to 25 FPS when I enable the GUI. How can this be?
Note: All objects is in format: DDS
In release I drop from 160 FPS to 25 FPS when I enable the GUI. How can this be?
Note: All objects is in format: DDS
- Wed Dec 16, 2009 21:14
- Forum: Help
- Topic: How to clone/copy windows
- Replies: 3
- Views: 3567
How to clone/copy windows
hello!
I am trying to do such a basic thing as copying a window. How do I do it? :O
I have a CEGUI::Pushbutton that I want to duplicate.
I am trying to do such a basic thing as copying a window. How do I do it? :O
I have a CEGUI::Pushbutton that I want to duplicate.
- Thu May 07, 2009 22:14
- Forum: Help
- Topic: How to make a tooltip?
- Replies: 6
- Views: 3857
Re: How to make a tooltip?
yeah... I have tried that tutorial..
- Wed May 06, 2009 19:25
- Forum: Help
- Topic: How to make a tooltip?
- Replies: 6
- Views: 3857
Re: How to make a tooltip?
by using pbtn->setTooltipText("this is tooltip");
i managed to atleast get a stack overflow crash
Is there anyway I can get pass this or is it impossible to use the tooltipsystem in 0.6.2?
i managed to atleast get a stack overflow crash
Is there anyway I can get pass this or is it impossible to use the tooltipsystem in 0.6.2?
- Wed May 06, 2009 19:00
- Forum: Help
- Topic: How to make a tooltip?
- Replies: 6
- Views: 3857
How to make a tooltip?
Hello! I have now been trying to make a tooltip but failed. I have tried: // Create tooltip CEGUI::Tooltip * pTooltip = new CEGUI::Tooltip("TaharezLook/Tooltip", "CPHORA"); pTooltip->setDisplayTime( 5.0f ); pTooltip->setHoverTime( 1.0f ); pTooltip->setTooltipText("HEJ DIN FI...