Commit Graph

19 Commits

Author SHA1 Message Date
da28a8687f Added translation to Russian. Fixed non-standard lamda in crossword generating. Added release builder script 2015-07-23 22:53:56 +03:00
7825985f1d Dictionary type changed from std::map to std::multimap. But need to improve this 2015-07-16 23:34:43 +03:00
8d5b9bfc95 Improved debug output 2015-06-28 16:12:15 +03:00
1a272c5ab9 Some eurisitic improvements.
Now size number of words is reducing using scoring system -- words with small scores are deleted. Score is a function : frequency -> score. Time on difficult grids is decreased
2015-06-28 15:07:45 +03:00
ae0c87ec8e Added "Profile" configuration to CrossBench 2015-06-23 17:25:50 +03:00
43d6a2dd05 Deleted auto-generated by Codelite makefiles 2015-06-22 19:43:02 +03:00
8ead60066e Structure changes in CrossBench 2015-06-22 00:48:38 +03:00
aa1a2101ed Big changes of project structure 2015-06-20 13:46:30 +03:00
32e5770be9 Added "Preferences" menu item 2015-06-18 20:17:53 +03:00
68376baa4a Added exporting.
A lot of changes: GUI changed, added exporting(not completed yet) to txt
2015-06-17 17:21:46 +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
14273b46a3 Added verbose mode to CrossBench 2015-06-13 16:23:26 +03:00
010ad6577f Added switcher to CrossBench for enabling random. It is default disabled 2015-06-13 08:43:21 +03:00
6fb89049ec Removed unused include 2015-06-12 22:56:20 +03:00
71db283a0e Almost complete CrossBench. Removed some debug outputs in crossgen.hpp 2015-06-12 21:36:01 +03:00
524e7b66da A lot of changes with CrossBench. Created CUI, one fix in crossgen.hpp 2015-06-12 20:51:47 +03:00
a6ddedd5be Added To-Do to Benchmark 2015-06-11 22:53:12 +03:00
a9550c5085 Added CrossBench Project 2015-06-11 22:19:01 +03:00