-
Notifications
You must be signed in to change notification settings - Fork 92
Dan Gudmundsson edited this page Jun 30, 2015
·
17 revisions
Todo list:
Issues with wx branch:
- Test on Mac
- Selection Groups
- Language setting for wx
- Menus on small screens
Other things
- OpenGL min req vers?
- Vbo handling
- Material/Shader rewrite
Bugs:
- Some wings files with images inside are resulting in a wxWidget Debug Alert dialog like this. The problem can be tested with this wings file. It was saved at c:\temp, so if you use a different path you will need to remove and import the image again after had opened it using the "Open..." menu option. Once you load the project and fixed the internal image path, exit from W3D. Start it again. First use the recent used files list to load it - it will load without any warning. Second, create a New scene to clear the environment and then use the Open... menu option - you should get the warning. Again, create a New scene and now try to load it by using the recent file list - now you will get the warning too! I tried to track the issue and it happens during the wings_ff_wings:import_images/2 call inside the import_vsn2/5 function. That is weird since any option to load a file pass through this function.