Search found 42 matches

by Fhqwhgads
Sun Jun 25, 2006 8:21 am
Forum: Beginners Help
Topic: 2D Transparency
Replies: 2
Views: 279

2D Transparency

Ok, I have a simple black and white image with a X and a O. When I go to draw them, the X isn't transparent. The transparent part of the image is black, but on the O it is transparent. Color to be transparent is white. Problem http://www.christiangaming.org/graphics/users/stormtrooper/problem.jpg Lo...
by Fhqwhgads
Tue Feb 14, 2006 11:29 pm
Forum: Beginners Help
Topic: Geme crashes...
Replies: 1
Views: 188

Geme crashes...

I have no idea at all as to why it does. It compiles fine in Vc++ 2006 express. My code...

http://www.christiangaming.org/graphics ... iecode.zip
by Fhqwhgads
Tue Feb 14, 2006 11:08 pm
Forum: Beginners Help
Topic: Irrlicht 0.14.0 and build Irrlicht.DLL
Replies: 10
Views: 417

Another exelant reason to disable guest posting.
by Fhqwhgads
Tue Feb 14, 2006 11:04 pm
Forum: Beginners Help
Topic: Mouse Click
Replies: 1
Views: 336

Mouse Click

No flaming....I searched and searched...


How can I get if the left mouse button is clicked?
by Fhqwhgads
Fri Feb 10, 2006 8:12 am
Forum: Beginners Help
Topic: Input is getting on my nerves.
Replies: 2
Views: 242

Input is getting on my nerves.

Ok, I have GameCore class which handels EVERYTHING. I have three states in my game 1) Main Menu 2) Game 3) Intermission On both Main Menu and Intermission I need it to check if RETURN is pressed, and if so, run a function in class GameCore. Now in EventRecieve.h(my code) I can't include GameCore.h b...
by Fhqwhgads
Thu Feb 02, 2006 8:11 am
Forum: Beginners Help
Topic: Chatbox and Tab control installation?
Replies: 1
Views: 201

*coughbumpcough*

I did read his website and the readme...I'm quite sure it doesn't say how in there.
by Fhqwhgads
Wed Feb 01, 2006 8:58 am
Forum: Beginners Help
Topic: Chatbox and Tab control installation?
Replies: 1
Views: 201

Chatbox and Tab control installation?

Hello, I was wondering if anyone could give me a guid on how to instal the Chatbox and Tab control by Dark Rain
http://www.starsonata.com/irrlicht/
by Fhqwhgads
Mon Dec 12, 2005 1:51 am
Forum: Beginners Help
Topic: XML help
Replies: 4
Views: 420

XML help

I wrote this function to get a xml file based on a game name... void getGameInfo(stringw gamename, IGUIEnvironment &ev){ stringw file = L"./games/"; file += gamename.c_str(); file += "/"; file += gamename.c_str(); file += ".xml"; IXMLReader *xml = device->getFileSys...
by Fhqwhgads
Sun Dec 04, 2005 7:11 am
Forum: Beginners Help
Topic: ITexture array?
Replies: 1
Views: 186

ITexture array?

is it possible to do something like

ITexture *images[255] = 0;

? And have each element in the array be a seperate image?
by Fhqwhgads
Sun Dec 04, 2005 6:34 am
Forum: Beginners Help
Topic: Lost in a sea of outdated text
Replies: 5
Views: 332

A graphic editor, like GIMP? ww.gimp.org.... or like an IDE.... Because I would just shutup and just code, none of them are worth it... there slow and just not worth it... wtheck is that? "just shutup and code" no wonder irrlicht isn't being used that much, we have a wonderfully nice,lovi...
by Fhqwhgads
Sat Nov 05, 2005 6:25 pm
Forum: Project Announcements
Topic: Chat Box control
Replies: 10
Views: 1555

Hey I went to your website and downloaded it. Put it into my irrlicht's soruce directory and tried to compile but I got errors...like it couldn't find files and stuff. Any possibility someone already has a prebuild version with this in it? and the tab controle?
by Fhqwhgads
Fri Nov 04, 2005 1:54 am
Forum: Beginners Help
Topic: SMaterial Error
Replies: 10
Views: 519

... I have. I have c++ for dummies because I am a dummie(if you couldn't tell form my posts). I recoded my whole project(an read in my devblog..in my sig) just to get into a OOP structure. Only reason why I post about these errors is becuase I know c++, I jsut don't code often enough to reconize the...
by Fhqwhgads
Fri Nov 04, 2005 12:46 am
Forum: Beginners Help
Topic: SMaterial Error
Replies: 10
Views: 519

Okay..I think I figured it out.

When you load a texture through Driver->getTexture() you need to load it into material.Texture1and inside my function I was returning SMaterial when I needed to be returning ITexture type.
by Fhqwhgads
Thu Nov 03, 2005 8:23 pm
Forum: Beginners Help
Topic: SMaterial Error
Replies: 10
Views: 519

Okay, fixed the warning. I added Irrlicht.lib to the list of librarys but that didn't work. and I have the #pragma in my code.
by Fhqwhgads
Thu Nov 03, 2005 3:49 pm
Forum: Beginners Help
Topic: SMaterial Error
Replies: 10
Views: 519

Nope. Haven't touched the code at all. Is there a lib file I need? The game worked fine as is befor I added this code.