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

Flags are missing #156

Closed
illwieckz opened this issue Jun 21, 2015 · 4 comments
Closed

Flags are missing #156

illwieckz opened this issue Jun 21, 2015 · 4 comments

Comments

@illwieckz
Copy link
Member

PR #147 from @skybon revealed that the flags were lost since 2015-02-10 because the autotools stuff fooled us.

@illwieckz illwieckz added this to the XQF 1.0.7 milestone Jun 21, 2015
illwieckz added a commit that referenced this issue Jun 21, 2015
Goodbye Autotools, hello CMake, thanks @skybon, fix #138, fix # 141, fix #148, fix #155, fix #157, ref #14, ref 129, ref #156
@illwieckz
Copy link
Member Author

Flags are stored in pixmaps/flags, if you think about a better place, feel free to suggest it.

@illwieckz
Copy link
Member Author

For information, the Teeworlds project have more than 240 flags (XQF only knows about 100) and they are nice:

@illwieckz
Copy link
Member Author

I've just done that on my ubuntu box to test teeworlds flags in xqf:

(cd /usr/share/games/teeworlds/data/countryflags/; ls [A-Z][a-Z].png [A-Z][A-Z][a-Z].png | while read upName; do lowName="$(echo "${upName}" | tr '[:upper:]' '[:lower:]')"; echo convert "/usr/share/games/teeworlds/data/countryflags/${upName}" to "/usr/share/xqf/default/flags/${lowName}"; sudo convert "/usr/share/games/teeworlds/data/countryflags/${upName}" -resize "14x14^" -gravity center -crop 22x14+0+0 +repage "/usr/share/xqf/default/flags/${lowName}"; done)

It gives me that:

XQF with Teeworlds country flags

For information, by default we get that:

XQF with default country flags

The default flags are sharper but they have different sizes.

@illwieckz
Copy link
Member Author

https://github.com/teeworlds/teeworlds/blob/master/license.txt said:

All content under 'data' except the font (which has its own license) is
released under CC-BY-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/).

illwieckz added a commit to illwieckz/xqf that referenced this issue Jun 27, 2015
illwieckz added a commit to illwieckz/xqf that referenced this issue Jul 6, 2015
illwieckz added a commit to illwieckz/xqf that referenced this issue Jul 6, 2015
illwieckz added a commit that referenced this issue Jul 6, 2015
import public domain country flags, ref #156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant