@Arudil:
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());
This will work. A more general solution will be in next release.
@wornaki
Nice to hear that you are happy
![Smile :)](./images/smilies/icon_smile.gif)
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.