Search found 61 matches

by Unarekin
Fri Apr 07, 2006 12:29 am
Forum: Project Announcements
Topic: My new Project
Replies: 8
Views: 1310

by Unarekin
Sat Apr 01, 2006 6:35 am
Forum: Beginners Help
Topic: water help
Replies: 11
Views: 796

ya i know i gues im kinda getting on your nerves and im sorry but i've read that stuff before and i added int mesh; and this came up .\main.cpp(50) : error C2664: 'irr::scene::ISceneManager::addAnimatedMeshSceneNode' : cannot convert parameter 1 from 'int' to 'irr::scene::IAnimatedMesh *' Conversio...
by Unarekin
Fri Mar 17, 2006 6:23 pm
Forum: Open Discussion and Dev Announcements
Topic: Suggestion for a more concise forum...
Replies: 17
Views: 1410

hmmmmm. when was the last release?? I seem to have forgotten.. :P and what was that about PHP.. oh yeah! phpBB is SO decripit that it does not run on PHP5 even after heavy cleanup.... :wink: Wait, so a project is dead when they don't have a release for a while? Even when they're actively working on...
by Unarekin
Sat Mar 11, 2006 9:34 pm
Forum: Project Announcements
Topic: "Chase-Me": a board game adoption
Replies: 11
Views: 1238

Here in the States, that's generally known as Sorry. Or Parcheesi, as I believe Sorry is actually an adaptation of the former.. Or Trouble (Which is our version of Frustration -- with the die in a bubble in the middle), which is an over-simplified version of the both.
by Unarekin
Fri Oct 28, 2005 3:24 am
Forum: Off-topic
Topic: Who you people really are !!!!!!!!!!!!!!!!!!
Replies: 90
Views: 7795

Image
by Unarekin
Tue Oct 18, 2005 3:46 pm
Forum: Off-topic
Topic: desktop screens
Replies: 48
Views: 2993

Eh, why not.

Image
Full size
by Unarekin
Tue Oct 18, 2005 3:31 am
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 96542

This is a darn nice tool, I must say. I've always had a good deal of difficulty getting a decent framework started off for a game. I like. One thing it appears to lack, though, is a GUI event handler to complement the keyboard and mouse event handlers. It's easily enough added, though, so it's no bi...
by Unarekin
Mon Sep 26, 2005 4:38 pm
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2036

Yeah, there are some youngin's in here. But their coding abilities match or exceed many people triple their age in several cases. Then again, there are a lot of Hello World 16 year olds in here too... lol. So it balances out nicely. Yeah, it is. I think this is because 3D coding is such a popular s...
by Unarekin
Mon Sep 26, 2005 4:34 pm
Forum: Open Discussion and Dev Announcements
Topic: Whats Everyones Specs? (Who Is continued...)
Replies: 27
Views: 2192

OS: Windows XP Pro SP2 CPU: Athlon 2.1gHz RAM: 768mb DDR333 HDD: 120mb, nearly full :( Preferred Desktop Res: 1024x2560 spanned across two 19" monitors - one CRT, and one LCD. It'll be two LCDs when I have another $300 to spare. GFX: Radeon 9600XT Main Irrlicht Language: C++ Secondary Languages...
by Unarekin
Mon Sep 26, 2005 5:34 am
Forum: Off-topic
Topic: Youth in here
Replies: 35
Views: 2036

cpprules wrote:Some people here have daughters here...
And i don't want to put age in my signature, 'cause noone will take me seriusly.
You assume people take you seriously to begin with ;)
by Unarekin
Fri Sep 09, 2005 9:33 pm
Forum: Off-topic
Topic: Integrated browser
Replies: 6
Views: 1106

Yes. it is possible. I've tryed this witrh C++Builder under windows. There are ActiveX control for MSExplorer I use it like component. Another solution can be using of shell functions, but these two cases are not related with Irrlicht, but only with Windows programming. Can't say anything for Linux...
by Unarekin
Mon Sep 13, 2004 2:05 am
Forum: Open Discussion and Dev Announcements
Topic: 0.7 is very slower
Replies: 25
Views: 3458

cmoibenlepro wrote:if you don't add this additional false, it pass the gui events to the vsync instead of the gui reciever. :lol:
Nah, it tries to vsynch the event receiver. ;)
by Unarekin
Mon Sep 13, 2004 1:43 am
Forum: Open Discussion and Dev Announcements
Topic: 0.7 is very slower
Replies: 25
Views: 3458

I confirm the slider don't work :( Also I tried to compile techdemo0.6 with irrlicht0.7 to see if it still works (because the 2 techdemos are different) But the button "start demo" don't do anything when you press it (so you can't start the demo). the same thing happen with the user inter...
by Unarekin
Fri Aug 20, 2004 1:17 am
Forum: Beginners Help
Topic: Mouse Position
Replies: 7
Views: 561

Try:

irrlichtDevice->getCursorControl()->setPosition(0.5f, 0.5f);

This is assuming that you have a variable named irrlichtDevice that stores a pointer to a device.
by Unarekin
Sat Jul 31, 2004 1:45 pm
Forum: Project Announcements
Topic: Dark Reign 3 Status Updates
Replies: 50
Views: 16978

Someone a little while back had the same problem, and fixed it. Try doing a search for Cal3d and see if it turns up.