eliot/dic
Olivier Teulière 12cc41fce7 Core:
- Fixed a crash on Windows
 - Do not authorize words if the cross-checks are invalid (it was possible when playing a joker)
 - Fixed detextion of invalid moves
 - Improved unit tests, and fixed a bug in one of them

Qt interface:
 - Do not allow playing a word if the coordinates are missing
 - Better focus
2008-09-13 21:32:45 +00:00
..
.cvsignore Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
automaton.cpp Added consts, renamed a class, and simplified the code using vectors 2008-07-27 15:28:50 +00:00
automaton.h Added consts, renamed a class, and simplified the code using vectors 2008-07-27 15:28:50 +00:00
compdic.cpp - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
dic.cpp - Fixed a bug in the parser, preventing to parse correctly some regular expressions with wide chars. The regular expressions seem now to work fine with a dictionary using polish words. 2008-07-27 13:32:47 +00:00
dic.h Dic: 2008-08-31 11:48:11 +00:00
dic_exception.cpp Dic: 2008-08-31 11:48:11 +00:00
dic_exception.h Dic: 2008-08-31 11:48:11 +00:00
dic_internals.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
dic_search.cpp Dic: 2008-08-31 11:48:11 +00:00
encoding.cpp Core: 2008-09-13 21:32:45 +00:00
encoding.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
grammar.cpp - Compilation fix for Windows 2008-09-03 17:28:27 +00:00
grammar.h Added consts, renamed a class, and simplified the code using vectors 2008-07-27 15:28:50 +00:00
hashtable.cpp Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
hashtable.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
hashtable.i Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
header.cpp Compilation fixes for some systems (missing headers) 2008-07-20 12:15:51 +00:00
header.h - Board::GetLetterMultiplier() and Board::GetWordMultiplier() are now static 2008-01-09 10:48:19 +00:00
listdic.cpp - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
Makefile.am - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
regexp.cpp Various little fixes to the regexp engine to support wide characters. 2008-07-13 07:55:47 +00:00
regexp.h Fixed a off-by-one error. 2008-07-28 18:37:09 +00:00
regexpmain.cpp - Renamed the binaries: eliot is now the Qt interface, whereas wxeliot is the wxWidgets interface 2008-09-07 13:17:39 +00:00
tile.cpp Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00
tile.h Merged the "cppdic" branch back into HEAD. 2008-01-08 13:52:32 +00:00