François Magimel

Results 19 issues of François Magimel

It could be great to leave a comment or a tag to a (scheduled) run, like : "checked", "not interesting this time" or "big issue here".

feature

Need the project lead validation, to be sure ;).

Some methods and objects need to be changed for python 2 - python 3 compatibility: - `print` needs parentheses - `str` native methods can be used instead of old `string`...

enhancement

Porting the game to python 3 should be a good thing as python 2 will not be maintained past 2020 (https://pythonclock.org). Here is a link to help porting it: http://python3porting.com....

enhancement
feature
dependencies

Log level is not configurable.

enhancement

**Describe the bug** When the language is not in English, the game crashes when uploading scores after a song. **Error message** ``` Traceback (most recent call last): File "/opt/fofix/game/GameResultsScene.py", line...

bug
translation

Release notes are both in [CHANGELOG](https://github.com/fofix/fofix/blob/7bc818856db35fbe77c3484399b8cc61e22e94cf/CHANGELOG) and in [doc/source/misc/releasenotes.rst](https://github.com/fofix/fofix/blob/7bc818856db35fbe77c3484399b8cc61e22e94cf/doc/source/misc/releasenotes.rst). It could be great to merge them. See [CONTRIBUTING.md](https://github.com/fofix/fofix/blob/7bc818856db35fbe77c3484399b8cc61e22e94cf/CONTRIBUTING.md) and [doc/source/misc/contributing.md](https://github.com/fofix/fofix/blob/7bc818856db35fbe77c3484399b8cc61e22e94cf/doc/source/misc/contributing.rst).

cleanup
doc

Fixes #109. Progress: * [x] create the mailing list * [ ] add a moderator * [x] modify the README

doc
needs-work

There are some strings in images in themes. For example, it is possible to create an image for the main menu (in ``data/themes/*/menu/mainbg.png``). This should not append since it will...

enhancement
cleanup

This would be great to see how themes look like.

doc