Search found 9 matches

by zapakitul
Tue Mar 24, 2009 6:15 pm
Forum: Beginners Help
Topic: Separated sources for my functions
Replies: 3
Views: 373

Separated sources for my functions

I'm trying to make a few functions and classes an put them in separated files, and then include them and call then when ever i need. Thing is, i do not understand what am i doing wrong. Here's an example: Main.cpp #include "header.cpp" int main() { CreateWindow(); guienv->addStaticText(L&q...
by zapakitul
Tue Mar 24, 2009 7:35 am
Forum: Beginners Help
Topic: Loading Video Files
Replies: 2
Views: 407

Thank you Loki :)
by zapakitul
Mon Mar 23, 2009 9:14 pm
Forum: Off-topic
Topic: Whats your favorite game/s (of all time)
Replies: 135
Views: 20480

Monkey Island 3
Super Mario Bros (Snes)
World of Warcraft
Star Wars: Knights of the Old Republic
Pokemon(GBC): Yellow
by zapakitul
Mon Mar 23, 2009 8:34 pm
Forum: Beginners Help
Topic: Loading Video Files
Replies: 2
Views: 407

Loading Video Files

Hey guys, i'm back with a couple more questions. Please bare with me until i'll get the hang on Irrlicht. Is there anyway of including a video (.avi/.mpeg) file in the game? I'm almost done doing a small graphical demo for my game, and i wanted to include the "title screen logo", which is ...
by zapakitul
Mon Mar 23, 2009 4:34 pm
Forum: Beginners Help
Topic: Creating a cube
Replies: 4
Views: 352

thank you alpha.
by zapakitul
Mon Mar 23, 2009 3:44 pm
Forum: Beginners Help
Topic: Creating a cube
Replies: 4
Views: 352

Ups silly me, forgot the camera!
Btw what if i want to get the X position, and then position the cube like
Cube Position X+1, cube Position Y, Cube Position Z?
by zapakitul
Mon Mar 23, 2009 2:58 pm
Forum: Beginners Help
Topic: Creating a cube
Replies: 4
Views: 352

Creating a cube

Hey guys, i went over some Irrlicht tutorials and decided to try and write a small app that displays a cube on the screen. The code i have written compiles but the cube isn't displayed, and even though i tried changing it's position the screen goes eighter black, or stays blue.... Any idea where the...
by zapakitul
Sun Mar 22, 2009 7:19 pm
Forum: Beginners Help
Topic: Compiling Irrlicht under Ubuntu 8.10
Replies: 2
Views: 372

Sorry for double posting, but i wanted to say i solved the problem after downloading the source again and unpacking it in another folder. Right now it's undergoing compilation and everything looks good.
by zapakitul
Sun Mar 22, 2009 7:08 pm
Forum: Beginners Help
Topic: Compiling Irrlicht under Ubuntu 8.10
Replies: 2
Views: 372

Compiling Irrlicht under Ubuntu 8.10

Hey community. I'm sorry that my first post here is a post in which i ask for help, instead of one that could be constructive, but i have run into some problems. Irrlicht works thine for me on my windows PC, but i tried to install it on this laptop (running ubuntu 8.10). I got the source, i logged a...