Updating to 0.4.2?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Guest

Updating to 0.4.2?

Post by Guest »

Two things.
First of all, how do you update from version 0.4 to 0.4.2? Do you just copy the files into the Irrlicht directory, overwriting if necessary?

Secondly, take a look at this.
changes.txt wrote:- IGUIStaticText now supports multiline text via automatic word warp and manual
line breaking with '\n'. You only need to switch it on with
yourText->setWordWarp(true);
Is it meant to say 'warp'? Shouldn't it be 'wrap'? Is the actual function called setWordWarp, or is it just a typo in the text file?

Thanks.
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

yes, just copy the files over the old ones. (or move the old ones into a backup directory)


you may have to change a couple small things that were defined differently in 0.4.2:
DT_OPENGL -> EDT_OPENGL
a screen cap is worth 0x100000 DWORDS
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Wordwarp is a typo. I caught it and sent it to Niko, so it will be fixed in 0.5.0.

That and the OverrrideFont().

RRR?
Crud, how do I do this again?
Guest

Post by Guest »

Okay thanks. Shouldn't getBuildInFont() be getBuiltInFont(), too? Heh.
keless
Posts: 805
Joined: Mon Dec 15, 2003 10:37 pm
Location: Los Angeles, California, USA

Post by keless »

ah, Niko. that whacky German :wink:
a screen cap is worth 0x100000 DWORDS
Post Reply