Commit graph

3 commits

Author SHA1 Message Date
Olivier Teulière
d897b05c52 Hints: add missing logging 2013-03-30 19:29:39 +01:00
Olivier Teulière
7c7e26cc16 Hints: fix a bug in WordLettersHint.
The letters of a word containing digraph tiles (like the Catalan 'QU')
were sorted incorrectly. For example, "AQUIETE" was sorted as "AEEIQTU"
instead of "AEEITQU".
Note: it would be even better as "AEEIQUT", but this is a different
problem...
2013-03-30 19:25:53 +01:00
Olivier Teulière
3f19d6ae49 Hints system, to retrieve partial information about a Move.
This is only the core part, no interface integration is done yet.
2013-01-08 16:04:23 +01:00