X-Plane / xptools

X-Plane Scenery Tools: WorldEditor (WED) and more
92 stars 35 forks source link

Objview fix and enhancements. #12

Closed jimkeir closed 4 years ago

jimkeir commented 4 years ago

A recent change had caused Objview to crash when loading textures due to glew being referenced but not initialised. There are also several small quality-of-life changes for Objview. The only change to existing functionality is #92b476a, which affects replacement of drag/dropped images. Previously images were replaced based on the full path, but used based only on the stripped filename. They are now replaced based on filename-only for consistency, allowing multiple alternative textures in differect directories to be dropped for review without having to close Objview between each one.

meikelm commented 4 years ago

I did pull the glew init and the compile message fixes into master right away. I'll take the whole-directory dropping and texture-replacement after adapting them to OSX and Linux into the wed_230_release branch - so it will make it into master eventually. The SDK upgrade I can't take - we have many developers and the compile farm to consider - so we have to go with the smallest common denominator for now.