IrrExtensions >> not for V1.3 !!!

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Ohh, I overlooked your post, sorry !!! :oops:

This should not happen !!!
But in your post you say that you copy the include folder into the source folder and then you say the project file is in source\Irrlicht ???
Is this correct ?!?!?
If so, the include folder is at the wrong place, it must be in source\Irrlicht !!!

Edit: I updated the help file, now it's clearer where to copy the include folder... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
AussieMike
Posts: 10
Joined: Fri May 05, 2006 10:38 am
Location: Australia

Post by AussieMike »

Thank you for clarifying!

Looks like it works now!

Thanks again.
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Acki what did you change in the camera? In my project it is zoomed out alot more now, and all I did was update to Irr 1.2 with your extensions.

PS: Its not really a problem unless you changed the persepective if so can you tell me how to change it back?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

No, I did not make any changes to any of the camera scene nodes !!! :shock:

But you're right, I recognised that the camera has another FOV with OpenGL than with DX...

I don't know what this causes, but it's not my work, sorry !!! :oops:
But to be really sure I make some tests with the not changed sdk... ;)

EDIT:
that's strange, I can't reconstruct this behavior !?!?! :shock:
I really have no clue !?!?!

EDIT2:
It seems that the AVIPlayer causes this !?!?!
But only with OpenGL, DX works as usual !!!
And if no AVIPlayer was created OpenGL works right, too... :shock:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Wow, strange, there seems to be a bug with the AVIPlayer !?!?! :shock:
Look at this screenshots:

with DX
Image

with OpenGL
Image

the green part is the whole screen, the black part is the scene node with the avi played on it...
As you can see, both don't fit into the scene node !!! :shock:
So there is no problem with the camera !!!
But I still have no clue what this causes... :cry:

EDIT:
It seems I know what the error is: the avi's dimension must be in the power of 2 (like textures have to be) !!!
If they are not, it will be cut/streched !!! :roll:
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Well, to get the correct dimension of the video I now added the function getMovieDimension() to the IAVIPlayer !!!
Now you can draw only the video picture without the blanc area (with any driver) !!!

Image
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Hi,
I saw a thread about changing the speed of the FPS camera...
And I found that this functinality should be added... ;)

So I added an extension for the FPS camera and now you can retrieve and change the speed for movement and rotation after the camera was created !!! 8)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

haha you beat me to it ;)
i'll add this to svn at next update too :)
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Halan
Posts: 447
Joined: Tue Oct 04, 2005 8:17 pm
Location: Germany, Freak City
Contact:

Post by Halan »

bitplane you should add a lot of ackis stuff ;)
JPulham
Posts: 320
Joined: Sat Nov 19, 2005 12:06 pm

Post by JPulham »

here here. Maybe Acki should make a patch for the SVN that someone can make as part of 'main stream irrlicht' for 1.3
pushpork
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I always said that having a patch would make it much more likely to add these things. That said I must admit that the bones extension is also not part of Irrlicht yet, although I have it as a patch on my patch page. But this is mainly due to the animation stuff which neads much more than just some patches. And as it seems Luke might come up with something more general.
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

Post by Strong99 »

Acki? When i add two chatboxes or one chatbox and a filebrowser (and the same with the listboxes), the latest GUI element works ok but the first doesn't show a list any more instead of that i see a line wich inlcudes al lines of text. I see al line in the same place over each other.

i mean al lines start at the same place.

sorry, i can't post a screenshot.

Without the irrExtension the filebrowsers/listboxes work ok but when i add them it stops working right when i add a second or third.

Place 2 listboxes with for example 8 items and you will see.
I use Direcxt 9.0c for the device and compile with vs 2005
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Uhhh, that's strange !!! :shock:
Also if both list boxes are empty the program crashes when exiting... :shock:

Maybe there where changes made to the Irrlicht source in one of the latest versions, or I made an error, I don't know...

Unfortunately I have not much time at the moment... :cry:
But I will check this as soon as possible, promised !!! ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Well, I was verry confused because I often use more than one list box and never had this problem...
And I found out why I not have this problem !!!

If you set the override font the problem is no longer !!!
So use setOverrideFont(...) on the list boxes...

Maybe this is because the internal font was changed, or maybe a combination of a bug I made and the internal font...

Of course this solves not the bug, but you can go on with your work until I found the bug... ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

Post by Strong99 »

thanx :D
Post Reply