tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
428 stars 41 forks source link

upgrade to JME 3.6 #428

Closed Trass3r closed 1 year ago

Trass3r commented 1 year ago

Everything seems to work as before, but for some reason the settings dialog doesn't come up when you launch the model viewer.

tonihele commented 1 year ago

but for some reason the settings dialog doesn't come up when you launch the model viewer.

It needs this: https://mvnrepository.com/artifact/org.jmonkeyengine/jme3-awt-dialogs

It was made separate package since AWT + LWJGL 3 (GLFW really) is a poisonous combination on MacOS and Linux. Nothing has really changed, it has always been like this. So we can just have the package anyway. We even have our own AWT dialogs...

Trass3r commented 1 year ago

Thanks! Added it.

tonihele commented 1 year ago

Thanks for the contribution!