This isn't really a bug report, but more a useful addition.
Patch Tracker: https://sourceforge.net/tracker/index.p ... tid=540678
Demo Download: 01.HelloWorld (1 MB) (includes SDL.dll)
Description: Currently, Irrlicht only supports an OpenGL driver under SDL. With this
patch, the user is allowed to use Direct3D8 and Direct3D9 drivers under
SDL.
Screenshot:
(The screenshot doesn't show the black SDL cursor, but it's there. )
All I did was build Irrlicht with _IRR_USE_SDL_DEVICE_ and changed EDT_SOFTWARE to EDT_DIRECT3D9 in 01.HelloWorld.
[fixed] DX8/9 with SDL
[fixed] DX8/9 with SDL
TheQuestion = 2B || !2B
added to trunk in r2286. Thanks.
Now to get rid of those memory leaks because SDL device doesn't catch the window-close message (got stuck in quake map example with no alt+f4! )
edit: eh, no memory leaks now.. must have needed a full recompile or something. still need alt+f4 though
Now to get rid of those memory leaks because SDL device doesn't catch the window-close message (got stuck in quake map example with no alt+f4! )
edit: eh, no memory leaks now.. must have needed a full recompile or something. still need alt+f4 though
Last edited by bitplane on Mon Mar 16, 2009 2:52 am, edited 2 times in total.
Cool. And do you want me the add that in with a patch, or do you have that?bitplane wrote:added to trunk in r2286. Thanks.
Now to get rid of those memory leaks because SDL device doesn't catch the window-close message (got stuck in quake map example with no alt+f4! )
edit: eh, no memory leaks now.. must have needed a full recompile or something. still need alt+f4 though
TheQuestion = 2B || !2B