Search found 13 matches

by toysnob
Thu Mar 31, 2005 23:26
Forum: Modifications / Integrations / Customisations
Topic: Why is CEGUI still looking for *.xsd files in the working di
Replies: 0
Views: 3042

Why is CEGUI still looking for *.xsd files in the working di

I thought this was fixed some time ago but I just tried to delete the *.xsd files from my working directory and now CEGUI can't find them, even though they are in the /datafiles/schemes directory.
by toysnob
Thu Mar 31, 2005 18:29
Forum: Modifications / Integrations / Customisations
Topic: Having a weird image scaling problem with WindowsLook
Replies: 8
Views: 4965

Re: Having a weird image scaling problem with WindowsLook

I can't wait for this to be added to the main source, how can I apply this patch locally? Is there a tool I can use?
by toysnob
Mon Mar 28, 2005 16:12
Forum: Modifications / Integrations / Customisations
Topic: Having a weird image scaling problem with WindowsLook
Replies: 8
Views: 4965

Re: Having a weird image scaling problem with WindowsLook

Ok well what I don't understand is that when I open up the imageset file in PaintShop, all of the UI elements are much smaller, so it seems that CEGUI is scaling some of them, like the titlebar and the close X button for instance. Is that correct? Is there anyway for me to force CEGUI to render them...
by toysnob
Mon Mar 28, 2005 00:10
Forum: Modifications / Integrations / Customisations
Topic: Having a weird image scaling problem with WindowsLook
Replies: 8
Views: 4965

Having a weird image scaling problem with WindowsLook

I am having weird scaling issues when trying to run the demo app that I downloaded as part of the lastest CVS state (today). I modified the theme to be WindowsLook instead of the TaharezLook, simply by substituting the WindowsLook for the imageset and scheme files, then I rebuilt it. Below is a link...
by toysnob
Fri Feb 25, 2005 05:53
Forum: Offtopic Discussion
Topic: Are there other themes other than Taharez?
Replies: 4
Views: 3626

Are there other themes other than Taharez?

I can't seem to find any other themes available to download other than the Taharez, are there any? I guess its as easy as modifying the theme image but I'm looking for an easier short term solution, something a little less creative and a little more traditional (i.e., boring and businesslike). Thx.
by toysnob
Fri Feb 25, 2005 05:44
Forum: Modifications / Integrations / Customisations
Topic: I got the gui rendering, but only when I don't draw my own s
Replies: 3
Views: 2750

Re: I got the gui rendering, but only when I don't draw my o

Yes I found it. You forgot to disable CULLing. Just disable it and it works fine (in my case) since my app had enabled it.
by toysnob
Thu Feb 24, 2005 03:00
Forum: Modifications / Integrations / Customisations
Topic: I got the gui rendering, but only when I don't draw my own s
Replies: 3
Views: 2750

I got the gui rendering, but only when I don't draw my own s

I finally got CEGUI to render the same stuff that is in the demo, however as soon as I try to render so much as my own quad, the UI doesn't render, only my quad. It's one or the other, but never both. I am rendering the UI last of course, and not using any alpha or any textures. Is there anything I ...
by toysnob
Wed Feb 23, 2005 03:33
Forum: Modifications / Integrations / Customisations
Topic: Resource loading problem
Replies: 4
Views: 3115

Re: Resource loading problem

This might be the same problem I've had. But your fix is not helpful without filenames and rough line numbers of where to insert your patch.

Can you please post these?
by toysnob
Wed Feb 23, 2005 03:28
Forum: Modifications / Integrations / Customisations
Topic: Trouble resolving pathnames when loading scheme file
Replies: 6
Views: 4252

Re: Trouble resolving pathnames when loading scheme file

This did not resolve the issue for me. I put the following .xsd files in my working directory:

CEGUIConfig.xsd
Font.xsd
GUILayout.xsd
GUIScheme.xsd
Imageset.xsd

Same problem. This is pretty frustrating. If someone can patch this and release it it would be appreciated.
by toysnob
Mon Feb 21, 2005 22:01
Forum: Modifications / Integrations / Customisations
Topic: Trouble resolving pathnames when loading scheme file
Replies: 6
Views: 4252

Re: Trouble resolving pathnames when loading scheme file

Yeah I did that and its running in the right directory relative to the path I am specifying. In other words using the path I specify should lead from the working directory to the directory where the scheme file is. But more to the point, even if I specify a full hard coded path, it fails. Shouldn't ...
by toysnob
Mon Feb 21, 2005 18:17
Forum: Modifications / Integrations / Customisations
Topic: Trouble resolving pathnames when loading scheme file
Replies: 6
Views: 4252

Trouble resolving pathnames when loading scheme file

I am porting the sample DX9 code to my own app and it seems to fail to load the scheme file. I am pretty sure this is a path issue based on being relative to the app. This is the line that fails: CEGUI::SchemeManager::getSingleton().loadScheme("../../data/guires/schemes/TaharezLook....
by toysnob
Mon Feb 21, 2005 03:53
Forum: Modifications / Integrations / Customisations
Topic: Whole lotta compiler warnings, please advise
Replies: 3
Views: 3118

Whole lotta compiler warnings, please advise

I just built my app for the first time after including the CEGUI.h and d3d9renderer.h Without actually referencing any of CEGUI's classes, just by including them, I have now gotten a bunch of compiler warnings. Here they are. I'm wondering if they are of any concern or if they can be ignored? cegui_...
by toysnob
Mon Feb 21, 2005 03:05
Forum: Offtopic Discussion
Topic: How does CEGUI affect performance/framerate?
Replies: 4
Views: 4672

How does CEGUI affect performance/framerate?

Is there any considerable effect on framerate or performance when using CEGUI with DX9 or OGL applications? I am hoping if there is it is negligble?

Go to advanced search