Search found 13 matches

by gunnicom
Fri Jun 15, 2007 11:15 am
Forum: Open Discussion and Dev Announcements
Topic: Is water like this possible with irrlicht?
Replies: 2
Views: 581

Is water like this possible with irrlicht?

I found this game, and like the water rendering, is this nice water possible with irrlicht?

http://dangerdeep.sourceforge.net/gallery.html
by gunnicom
Sat May 05, 2007 2:06 pm
Forum: Project Announcements
Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
Replies: 338
Views: 113986

I did not read the post thread completely, but if its just a matter of linking, did you try to give the compiler the path and the lib it should link to i.e.:

-L/usr/X11R6/lib -L/PATH/TO/YOUR/IRRLICHT/irrlicht-1.3/lib/Linux -lIrrlicht -lGL -lGLU -lXxf86vm -lXext -lX11
by gunnicom
Thu May 03, 2007 12:45 pm
Forum: Open Discussion and Dev Announcements
Topic: Spam report thread
Replies: 37
Views: 10784

How many new Users are there per Day?
Maybe, if there are not that much new Users, it is possible to just let the first Post be controlled by a Mod, and after that it can be decided if it is a regular user or a spambot.
by gunnicom
Fri Apr 27, 2007 6:31 pm
Forum: Project Announcements
Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
Replies: 338
Views: 113986

It was my fault ... my mainfile was maptest.cpp, but i left your file main.cpp in the project. So its clear that there is some double definition.Sorry for that dumb mistake. Now there is only one warning, but i will get it fixed myself: /home/gunni/projekte/maptest/src/MInput.h:28: Warnung: nicht lo...
by gunnicom
Fri Apr 27, 2007 6:04 pm
Forum: Project Announcements
Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
Replies: 338
Views: 113986

I use gcc 4.1.2 within KDevelop. Its an Ubuntu Feisty. There are some more similar errors btw. I did not want the posting to long, but can post all errors if you need.
My other Testapps compile.
by gunnicom
Fri Apr 27, 2007 5:27 pm
Forum: Project Announcements
Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
Replies: 338
Views: 113986

I tried to compile the demo, but i get following errors i dont know why. I am running irrlicht 1.3 under Linux. maptest.o: In function `~Random': /home/gunni/projekte/irrlicht-1.3/include/SColor.h:176: multiple definition of `key' main.o:/home/gunni/projekte/irrlicht-1.3/include/SColor.h:176: first ...
by gunnicom
Fri Apr 27, 2007 3:54 pm
Forum: Project Announcements
Topic: Grass Node v0.3.x
Replies: 109
Views: 84036

thx
by gunnicom
Fri Apr 27, 2007 11:57 am
Forum: Project Announcements
Topic: Grass Node v0.3.x
Replies: 109
Views: 84036

Like madoc said. Node is not available. Is there any way to get it somewhere?
by gunnicom
Fri Apr 27, 2007 10:32 am
Forum: Off-topic
Topic: Games you played too much?
Replies: 25
Views: 3085

I do not play that much ... was more in the C64 times so there are mostly old games in my list:

[C64]Pool of Radiance
[C64]Elite
[C64]Kaiser
[C64]Silent Service
[C64]Pirates
[PC]Battlefield 1942 (One of the few newer)
[Amiga]Monkey Island
[Amiga]Kickoff II
by gunnicom
Thu Apr 26, 2007 11:57 am
Forum: Project Announcements
Topic: Draconia - Discontinued..
Replies: 22
Views: 2565

Wow, i will have a look at it, because there are some features i planned to do myself in the near future: Mostly completed: ... 2.) Basic server database using SqlLite: ... 5.) Dynamic Terrain Loading ... 12.) Ability to add embedded entities in tiles that are automatically created and deleted as th...
by gunnicom
Wed Apr 25, 2007 6:36 pm
Forum: Beginners Help
Topic: [solved] Problems with getting custom Camera to work
Replies: 1
Views: 210

Sry, i found the mistake. I just missed one OnPreRender ...
by gunnicom
Wed Apr 25, 2007 6:37 am
Forum: Beginners Help
Topic: Probably my last Irr+Borland question
Replies: 16
Views: 869

For me it sounds like a missing linker option i.e. in gcc environment it would be something like "-L/path/to/irrlichtlib -lirrlicht"
by gunnicom
Tue Apr 24, 2007 9:39 pm
Forum: Beginners Help
Topic: [solved] Problems with getting custom Camera to work
Replies: 1
Views: 210

[solved] Problems with getting custom Camera to work

I tried to use the RTSCamera from this post with irrlicht 1.3 http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=110533 (I changed the things mentioned in the thread) But i only get a black screen. When i use a normal camera i can see my terrain and mesh. Here is the code i tried with (functiona...