Search found 16 matches

by Mazer
Wed Jul 28, 2004 7:43 pm
Forum: Open Discussion and Dev Announcements
Topic: UNcapping the 60 fps limit?
Replies: 5
Views: 1123

Hmm... right under my nose the entire time. Thanks atcdevil.

Doubled my frame rate! Yay!
by Mazer
Wed Jul 28, 2004 5:40 pm
Forum: Open Discussion and Dev Announcements
Topic: UNcapping the 60 fps limit?
Replies: 5
Views: 1123

Sorry, that last post was me. Help plz! :wink:
EDIT: OK, the original post, anyways. I don't know where I'd find that setting. I looked everywhere (almost everywhere at least, I don't know where else to look). Does anybody know about this particular card?
by Mazer
Mon Jul 26, 2004 8:38 pm
Forum: Beginners Help
Topic: Light problem
Replies: 7
Views: 694

If I'm not mistaken, there should be an option for setting the lightscenenode to cast shadows. I just had to do a clean install of windows and haven't yet downloaded irrlicht so I can't check the API for you. But I'm pretty sure it's there!
by Mazer
Mon Jul 26, 2004 8:30 pm
Forum: Beginners Help
Topic: allways look at camera
Replies: 3
Views: 392

I assume you'd have to get the position of the object and the camera and then call a function like the following in order to get the angle to which you should rotate the object. function trueAngles (x1, y1, x2, y2 : int) : real % result an angle between 0 and 360 degrees if x1 not= x2 then if x1 < x...
by Mazer
Mon Jul 26, 2004 8:22 pm
Forum: Beginners Help
Topic: Blended Skies?
Replies: 7
Views: 920

Could that possibly be a result of the camera's FOV setting? Or did you already change that?
by Mazer
Thu Jul 22, 2004 1:20 pm
Forum: Beginners Help
Topic: Irrlicht and the STL
Replies: 3
Views: 452

I know this is an old post and I apologize in advance for bringing it back up, but I had encountered a similar problem this morning. Just make sure you include the header you wanted to use before you include the irrlicht header. ie #include <vector> ... #include <irrlicht.h> That should work it out.
by Mazer
Mon Jul 19, 2004 10:16 pm
Forum: Advanced Help
Topic: Flipping images drawn with draw2DImage()
Replies: 0
Views: 325

Flipping images drawn with draw2DImage()

Is it possible? If I want to draw something that is square shaped (and vertically/horizontally symmetrical), can I just have one section of it in my image and then draw it four time but flipped? eg image: |\- -/| |/- -\| OK, that's an ugly image, but I never pretended to be good with ASCII art. Inst...
by Mazer
Thu Jul 15, 2004 9:30 pm
Forum: Beginners Help
Topic: Using lights in Irrlicht
Replies: 4
Views: 510

Thanks, that's much better.

But why don't the tutorials ever mention things like this? Light intensity and FOV, don't things like this get asked often?
by Mazer
Thu Jul 15, 2004 1:34 am
Forum: Beginners Help
Topic: Using lights in Irrlicht
Replies: 4
Views: 510

Using lights in Irrlicht

I tried messing around with the lights a bit, looking at the SpecialFX tutorial and the API, and I was wondering if it's possible to control the range of the light. I mean, is it possible to have a light for which the strength of light cast on an object depends on it's distance to the source? (ie, f...
by Mazer
Sat Jul 10, 2004 11:04 pm
Forum: Open Discussion and Dev Announcements
Topic: Anyone making anything similar to Oni?
Replies: 9
Views: 1783

Oni was great! Well, do be honest, it could have done with alot of improvement. I'm not concerned with graphics that much but the gameplay could've been better (it sucked that you could take on a boss easily but still get beaten thoroughly by two or three 'weaker' enemies). My favourite aspects of t...
by Mazer
Thu Jul 08, 2004 3:00 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: bool keys[]
Replies: 25
Views: 35584

This is fantastic... just what I needed. Thanks alot, keless!
by Mazer
Fri Jul 02, 2004 12:11 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 495299

Name Nikolaos Coutsos (my first name means 'Victory of the People' :D ) Age 17.98 years olo. Unfortunately I only started programming at 14 or so, and it was a very crappy language. Location Ontario, Canada Interests Figuring out how to use Linux, making my Linux desktop sexier, programming/reading...
by Mazer
Thu Jul 01, 2004 6:44 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Linux C++ IDE??
Replies: 15
Views: 6999

Thank you so much for that link l0calh05t, I can't believe I never checked sourceforge. **smacks forehead**
by Mazer
Thu Jul 01, 2004 12:03 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Linux C++ IDE??
Replies: 15
Views: 6999

Re: Linux C++ IDE??

And there might even be Dev-Cpp for Linux -- have you looked? Yes, I like Dev-Cpp so I already looked into that, but it seems you can only get the Linux version if you buy the CD from Bloodshed. It's weird to see something free for Windows and not for Linux. Anyways, what are some of the advantages...
by Mazer
Thu Jul 01, 2004 12:52 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Linux C++ IDE??
Replies: 15
Views: 6999

Linux C++ IDE??

Anybody know of a good one? Please don't suggest KDevelop because, even though it came with my distro, I've somehow developed a hatred for KDE :P . I've also tried anjuta but couldn't get it to work. Anything? Worst case scenario I guess I'll just write the whole program in Dev-Cpp on my winxp (inte...