Commit Graph

8 Commits

Author SHA1 Message Date
b3f8230d07 Added primitive for Crossword Exporting.
Added first exporting function
2015-06-16 16:58:30 +03:00
ef0efd652a Some optimizing changes in generateCross function.
We can use caching of generated AllWords.
2015-06-16 10:51:46 +03:00
ea8f6d573e A lot of changes. Probably works now.
In procCross now argument isn't a array of wxChars, but array of 1-byte numbers. It should improve performance.
2015-06-14 22:55:38 +03:00
425f4e3756 Added generateAllWords function 2015-06-13 22:28:07 +03:00
5b68f01e62 srand() moved from crossgen.hpp to wxCrossGen/main.cpp 2015-06-13 08:29:32 +03:00
524e7b66da A lot of changes with CrossBench. Created CUI, one fix in crossgen.hpp 2015-06-12 20:51:47 +03:00
142f57ac4b First workable release 2015-05-31 17:27:15 +03:00
ebd7e84601 First commit 2015-05-30 18:07:04 +03:00