MelissaAutumn / MultiEd

QT-based open-source editor for OldUnreal based Unreal Engine 1 games
0 stars 0 forks source link

Investigate QueryInterface to avoid SDLDrv dependency. #2

Closed MelissaAutumn closed 6 months ago

MelissaAutumn commented 6 months ago

https://www.oldunreal.com/phpBB3/viewtopic.php?t=2262

I'm unsure whether I'll still need to build SDLDrv (due to the addition of QueryInterface), but requiring someone to patch SDLDrv in order to build MultiEd is a bit much.

MelissaAutumn commented 6 months ago

I instead may have commited crimes against Exec by using a custom FOutputDevice to return the result of SDL_RegisterEvents.

Considering MultiEd acts partially as an SDLLaunch I think this is safe to do. Folks are welcome to scream in horror about it in the issues tab though.