0.4.2
0.4.2
thx for the new version, but there are the same old problems like in 0.4.1
under win98se:
device->closeDevice() doesn't work
and in the titlebar isn't any text
under win98se:
device->closeDevice() doesn't work
and in the titlebar isn't any text
Yeah, happy to hear about that. I live in a poor thirld world country where XP is terribly expensive and windows 98 is still widely used in here... Take your time and thanks , thanks, thanks (thanks)² for irrlicht 0.4.2.
PS: Glad you made GetFrameNº public.
Keep up the good work and sorry for the harsh demands over the last months...
PS: Glad you made GetFrameNº public.
Keep up the good work and sorry for the harsh demands over the last months...
-
- Posts: 25
- Joined: Tue Dec 02, 2003 7:45 pm
- Location: Germany - Bornheim
@Arudil:
If you like to have some text in your window, change the code in CIrrDeviceWin32::setWindowCaption to
This will work. A more general solution will be in next release.
@wornaki
Nice to hear that you are happy BTW: I've absolutely no problem with lots of feature requests, but sometimes I simply ignore them for some time, sorry.
@nebukadnezzar
Texture from Image? Sure, IVideoDriver::addTexture(const c8* name, IImage* image). Ups, seems I've forgotten to upload the documentation of 0.4.2. Will do this in the next days.
If you like to have some text in your window, change the code in CIrrDeviceWin32::setWindowCaption to
Code: Select all
core::stringc s = text;
SetWindowTextA(HWnd, s.c_str());
@wornaki
Nice to hear that you are happy BTW: I've absolutely no problem with lots of feature requests, but sometimes I simply ignore them for some time, sorry.
@nebukadnezzar
Texture from Image? Sure, IVideoDriver::addTexture(const c8* name, IImage* image). Ups, seems I've forgotten to upload the documentation of 0.4.2. Will do this in the next days.
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact:
I'm getting some really weird results with the new package. My program runs fine, but my FPS camera doesn't work, and the text on the screen is a darker color then it should be. When I do the shooting code though (same as techdemo) the text is normal color, but the picture doesn't load. Is there anything that should be changed with that?
Thanks
--The Robomanic
Thanks
--The Robomanic
-
- Posts: 25
- Joined: Tue Dec 02, 2003 7:45 pm
- Location: Germany - Bornheim
-
- Posts: 602
- Joined: Sat Aug 23, 2003 2:03 am
- Location: Pottstown, PA
- Contact: