Search found 26 matches

by enforceman
Mon Sep 13, 2004 7:13 pm
Forum: Beginners Help
Topic: Trouble with Linux
Replies: 3
Views: 363

there was a treat in the forum... search for mipmaps and linux. You must change the source abit. It works fine for me, good luck.
by enforceman
Tue Apr 06, 2004 9:08 pm
Forum: Beginners Help
Topic: Getting camera position
Replies: 4
Views: 346

sorry... I made a mistake... ;( I forgot the variable

it must be

irr::core::vector3df camPos = camera->getPosition();

so, now we got it!
by enforceman
Tue Apr 06, 2004 4:37 pm
Forum: Beginners Help
Topic: Getting camera position
Replies: 4
Views: 346

Hi!

getPosition() doesn't return a pointer. It just returns a irr::core::vector3df.

it must be:

irr::core::vector3df = camera->getPosition();


regards, Tom
by enforceman
Thu Mar 11, 2004 11:18 pm
Forum: Beginners Help
Topic: Read text files
Replies: 2
Views: 574

Here is an example in pure C; I hope everything's allright; maybe there are some typing errors <code> FILE *in; char line[1024]; if(!(in=fopen("file.txt","r"))) { printf("file not found\n"); // need to stop here !!! } float blah; int bloh; char bluh; while(!(fgets(line,...
by enforceman
Thu Mar 11, 2004 9:38 pm
Forum: Beginners Help
Topic: xml writer (edit: I got it)
Replies: 0
Views: 324

xml writer (edit: I got it)

forget about this thread, sorry... :oops:
by enforceman
Tue Mar 09, 2004 8:28 pm
Forum: Bug reports
Topic: getWorkingDirectory() still returns null (linux)
Replies: 4
Views: 2604

irr::gui::IGUIFileOpenDialog::getFilename() does not return the whole directory with the filename. It returns only the filename without a dirrectory. On windows it returns the path with the filename at the end.
by enforceman
Tue Mar 09, 2004 7:26 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 495303

name: Tom
age: 20
loc: Germany, Dresden
lagguages: c++, basic (casio cfx-9850G), bash script

I use Irrlicht for a 3D jump'n run and a game-editor. It works on linux and should work on all other platforms Irrlicht will support in future.

regards, Tom
by enforceman
Tue Mar 09, 2004 4:27 pm
Forum: Bug reports
Topic: getWorkingDirectory() still returns null (linux)
Replies: 4
Views: 2604

getWorkingDirectory() still returns null (linux)

Hi!

getWorkingDirectory() still doesn't work on linux.

Tom
by enforceman
Tue Mar 09, 2004 2:46 pm
Forum: Open Discussion and Dev Announcements
Topic: version 0.6
Replies: 28
Views: 2950

Thank you, niko!

I just wanted to thank you for the new release and the posibillity to use the filesystem things under linux! I test it now.

regards, Tom
by enforceman
Wed Mar 03, 2004 6:50 pm
Forum: Beginners Help
Topic: recieve events from a menu
Replies: 1
Views: 370

recieve events from a menu

Hi!

I added some menu like this:


IGUIContextMenu* mainMenu = guienv->addMenu();
// file Menu
s32 idFileMenu = mainMenu->addItem(L"file", 10, true);

How can I check if the user has clicked on the menu item?

Thank you
regards, Tom
by enforceman
Sun Feb 29, 2004 4:16 pm
Forum: Bug reports
Topic: FileOpenDialog
Replies: 4
Views: 2381

I also have such strange effects with this dialog. I use a Geforce 4 Ti 4200.
by enforceman
Sat Feb 28, 2004 3:14 pm
Forum: Bug reports
Topic: Linux Bugs
Replies: 6
Views: 1270

Linux Bugs

There are some bugs (or missing features?), which only comes up in linux.

- blah->getFileSystem()->getWorkingDirectory() = NULL in every case...
- the file open dialog does not work correctly (it is not implemented jet)
by enforceman
Sat Jan 31, 2004 9:31 pm
Forum: Beginners Help
Topic: delete a Static Text
Replies: 1
Views: 303

delete a Static Text

Hi! How can I remove a Static Text from a scene?

Thanks, Tom
by enforceman
Tue Jan 13, 2004 10:58 pm
Forum: Beginners Help
Topic: Gouraud Shading and 3ds [bug?]
Replies: 1
Views: 312

Gouraud Shading and 3ds [bug?]

Hi Community!

It seems that Irrlicht don't do gouraud shading with 3ds files. GS with Md2 works fine. Is this a bug of the engine?

regards, Tom
by enforceman
Tue Jan 13, 2004 5:16 pm
Forum: Beginners Help
Topic: Engine is slow with jpeg textures
Replies: 3
Views: 443

Yes, only jpegs make problems. (i figured out that there could be a conflict between the installed libjepg (suse 8.1) and yours.