Search found 3 matches

by Plastic
Fri Nov 07, 2003 4:19 pm
Forum: Beginners Help
Topic: Problem with GUI and Q3 Map
Replies: 3
Views: 798

Ok,
I've just switched the render API to DirectX and now everything works fine.
Thanks a lot niko :)
by Plastic
Fri Nov 07, 2003 9:33 am
Forum: Beginners Help
Topic: Problem with GUI and Q3 Map
Replies: 3
Views: 798

Hm, maybe it is a bug with the renderstate settings, did you try if it works with the other driver? (OGL <-> D3D)
No, I diddn't. But it's a good idea. (Currently I'm using OGL)
I'll try it as soon I'll arrive at home and post the result here :)

BTW: Irrlicht is really a great engine niko. Keep up ...
by Plastic
Thu Nov 06, 2003 11:49 pm
Forum: Beginners Help
Topic: Problem with GUI and Q3 Map
Replies: 3
Views: 798

Problem with GUI and Q3 Map

Hi,
I've got some problems with the GUI after loading a Quake 3 map.
I've written a server that sends, after a client connected, some status messages to the just connected client. To display this messages I've added a IGUIWindow and just add the server messages as static text. At this point ...