Commit graph

615 commits

Author SHA1 Message Date
Olivier Teulière
c3785555b9 Print to stderr the complete stack trace in case of exception or segmentation fault.
This feature will only be activated in debug mode, and if available on the platform.
The symbols will even be demangled if possible (i.e. if compiled with g++).
2010-10-17 21:23:39 +00:00
Olivier Teulière
892d0ae0cb Next version will be 1.13 2010-10-14 11:22:18 +00:00
Olivier Teulière
5cb6ad38cd New button on the "Dic. info" tab, to save the dictionary words list to a file 2010-09-18 13:07:39 +00:00
Olivier Teulière
31922c8da9 Display the number of remaining vowels, consonants and jokers in the bag window 2010-09-12 15:27:38 +00:00
Olivier Teulière
170c59481f Ignore '\r' characters when loading the word list 2010-09-10 18:36:36 +00:00
Olivier Teulière
809eb9eb94 Alternate row colors to make the results table a bit nicer 2010-07-11 20:59:05 +00:00
Olivier Teulière
3608c76fa4 Display for each result the difference with the top score 2010-07-11 20:58:41 +00:00
Olivier Teulière
9c0ca5835a Force the sort column when refreshing the results 2010-07-11 20:58:21 +00:00
Olivier Teulière
f74e762ee3 Color in red the line if the word corresponds to the best score 2010-07-11 20:58:03 +00:00
Olivier Teulière
dd003417c0 Ignore empty lines in the word list, instead of throwing an exception 2010-06-12 15:59:07 +00:00
Olivier Teulière
c861d37c5d Use todos instead of unix2dos 2010-05-22 18:38:07 +00:00
Olivier Teulière
28e5401619 Get ready for version 1.12 2010-05-22 13:56:48 +00:00
Olivier Teulière
51f4df9769 Update of the catalan and czech translations 2010-05-22 13:56:35 +00:00
Olivier Teulière
4e93c918d8 Thanks to Pavel Fric for the Czech translation 2010-05-22 10:27:29 +00:00
Olivier Teulière
8b17672303 Update of the po files, and complete czech translation 2010-05-22 10:27:10 +00:00
Olivier Teulière
e5c193dba8 Added the text of the LGPL, used by the files generated by 'autopoint' 2010-05-22 10:26:46 +00:00
Olivier Teulière
38020da8ab The README is now in english, and more up to date 2010-05-22 10:26:12 +00:00
Olivier Teulière
dd44196d21 Renamed _wtoi into wtoi to avoid a name collision with mingw32 headers 2010-05-20 20:27:47 +00:00
Olivier Teulière
7a486ec697 Fixed an encoding bug on Windows 2010-05-19 19:28:26 +00:00
Olivier Teulière
d3df401664 Compilation fix for the Windows build 2010-05-19 19:28:09 +00:00
Olivier Teulière
81809dd74f - Changed a few strings
- Updated the po files
 - Completed the French translation
2010-05-16 18:12:54 +00:00
Olivier Teulière
01297ebdb4 Sort the word list before processing it. It allows a much better compression, and avoid problems when a word is a prefix of the word just before.
Also, the word list is not a raw buffer anymore, which makes it a bit easier to understand the algorithm.
2010-05-16 10:06:01 +00:00
Olivier Teulière
32a252c96b Fixed a bug and added a sanity checks (no duplicate entries in the word list) 2010-05-16 10:05:09 +00:00
Olivier Teulière
80ca8844d9 Generate the dictionary from the wizard, and (optinally) load it.
The wizard is now fully usable.
2010-05-15 12:20:19 +00:00
Olivier Teulière
9d5c9fe1d0 The dictionary creation is now encapsulated into a dedicated class, to allow reusing it easily 2010-05-15 12:14:53 +00:00
Olivier Teulière
7cf6e90303 New wizard, for creating a dictionary from the GUI.
The wizard is almost ready... except that the dictionary is not generated yet!
2010-05-15 12:13:35 +00:00
Olivier Teulière
10c476dfae Set version to 1.12-dev 2010-05-12 22:12:59 +00:00
Olivier Teulière
3666b89337 Do not distribute moc files.
Problem reported by Julien Catalano.
2010-05-12 22:12:31 +00:00
Olivier Teulière
cd78568af4 Fixed BOM handling 2010-04-20 20:49:58 +00:00
Olivier Teulière
f1c5eac4cf - Update of the po files
- Completed the French and Czech translations
2010-03-12 00:20:14 +00:00
Olivier Teulière
8a1897db7a Mark a string as translatable 2010-03-09 22:32:09 +00:00
Olivier Teulière
9d6e304162 - New czech translation, courtesy of Pavel Fric
- Update of the po files
2010-03-09 07:26:21 +00:00
Olivier Teulière
b7fff8b4a1 - Removed various C-style casts
- Factorized code in the Bag class
2010-03-06 16:54:20 +00:00
Olivier Teulière
5642bfa191 Fixed loading of games, for languages with multichar letters like Catalan 2010-03-06 16:53:37 +00:00
Olivier Teulière
7dcd9898ed Fixed a bug in PercentResults: AI players with a level lower than 100 could still play as if they were (almost) at level 100! 2010-02-20 13:31:12 +00:00
Olivier Teulière
5a1379cb25 Fixed the 'package-macosx' rule 2010-02-18 21:49:59 +00:00
Olivier Teulière
44a7d4b4f9 Improved the package-macosx rule to ship the shared libraries in the bundle. 2010-02-17 22:10:30 +00:00
Olivier Teulière
2268f4ce0b Force the gettext() messages to be in UTF-8, because I don't know how to
detect properly the correct encoding on Mac OS X when the LANG variable
is not set...
2010-02-12 18:16:57 +00:00
Olivier Teulière
3e515ad2a5 One more compilation instruction for Mac OS X 2010-02-12 18:16:37 +00:00
Olivier Teulière
4512583428 Improved the build instructions, and added a section for Mac OS X 2010-02-07 22:30:10 +00:00
Olivier Teulière
b127eac39c New target to generate a .dmg file (untested) 2010-02-07 21:37:24 +00:00
Olivier Teulière
790e1a96f6 Version 1.11b 2010-02-07 21:36:46 +00:00
Olivier Teulière
f42398e714 Workaround encoding issues on Mac OS X: when Eliot is started from the dock, the LANG variable is not set. So retrieve the language from the preferences, and force encoding to UTF-8. 2010-02-07 17:34:59 +00:00
Olivier Teulière
57d083cedf Fixed a macro used to translate text from the .ui files 2010-02-07 17:34:34 +00:00
Olivier Teulière
ddfb55593e Fixed compilation of the ncurses interface on Mac OS X 2010-02-01 21:26:11 +00:00
Olivier Teulière
ca0e22b492 Version 1.11a 2010-01-30 10:30:43 +00:00
Olivier Teulière
3c5d548526 Distribute the new extras/macosx folder 2010-01-30 10:30:27 +00:00
Olivier Teulière
6981cd18c2 Changed copyright year 2010-01-30 10:30:08 +00:00
Olivier Teulière
3093d0fd7c Fixed an encoding bug on Windows, when trying to convert empty strings 2010-01-29 21:46:13 +00:00
Olivier Teulière
16b563f5b2 New 'package-macosx' target to prepare the Eliot.app bundle, on MacOSX. 2010-01-29 21:13:05 +00:00