Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bugs and improvements #4

Closed
7 tasks done
encelo opened this issue Nov 8, 2020 · 0 comments
Closed
7 tasks done

Minor bugs and improvements #4

encelo opened this issue Nov 8, 2020 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@encelo
Copy link
Member

encelo commented Nov 8, 2020

Those are some small bugs I have discovered recently:

  • Font::Font(const char *fntFilename) will not load the corresponding font bitmap texture on Android if using assets
  • The package_copy_targets.cmake scripts on Windows does not copy DLLs
    • Should it be changed to copy the DLLs to more places? Not only the build directory but also in the Release and Debug directories
  • Add a check for the Java package name to warn the user if the underscore is used
  • Provide meaningful defaults for the data path configuration
  • Use AllocConsole on Windows to open a console in Debug mode even when using WinMain
  • Investigate the use of CMake's MAP_IMPORTED_CONFIG_CONFIG so that, for example, a project built in Release mode can correctly link to ncine_d.lib and ncine_main_d.lib
  • Use ncline code to add colored logging output on all platforms
@encelo encelo added the bug Something isn't working label Nov 8, 2020
@encelo encelo self-assigned this Nov 8, 2020
@encelo encelo changed the title Small bugs Minor bugs and improvements Nov 10, 2020
@encelo encelo added the enhancement New feature or request label Nov 10, 2020
encelo referenced this issue in Fahien/ncJump Dec 12, 2020
I do not know why. Ask @encelo.
@encelo encelo closed this as completed Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant