- Remove GL Late-initialization. GL is now set up when RocketFigure3d is constructed...
authorbkuker <bkuker@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 28 Aug 2012 22:16:17 +0000 (22:16 +0000)
committerbkuker <bkuker@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 28 Aug 2012 22:16:17 +0000 (22:16 +0000)
commit8031b9cf51e0a7fc9d758adee5b59a19af404951
treebf5e80057995ba40d6fa9b38fc3270827f60f8cb
parent84d08ef1d4b74a8872e44d30d21a68c53030da1d
- Remove GL Late-initialization. GL is now set up when RocketFigure3d is constructed. This fixes a crash / hang on Java 7.
- Splash Screen must now be closed sooner. RocketFigure3d performs this task. This fixes a crash on Linux / X11.
- Check for "-Dopenrocket.3d.disable" and do no GL setup at all if this is defined. If users find GL cause OpenRocket to crash they may specify this option and use OR (Without 3d!)

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@1005 180e2498-e6e9-4542-8430-84ac67f01cd8
core/ChangeLog
core/doc/properties.txt
core/src/net/sf/openrocket/gui/figure3d/RocketFigure3d.java
core/src/net/sf/openrocket/gui/scalefigure/RocketPanel.java