Shlomi Fish
f630539e88
gracefully handle import.
2018-05-11 14:29:46 +03:00
Shlomi Fish
05f3e3027f
Convert to an exception object.
...
To avoid getting wedged.
2018-05-11 13:40:13 +03:00
Shlomi Fish
4b75005b28
Start adding support for handling parse errs.
...
in the importFile feature. Still does not work fully.
2018-05-07 23:29:14 +03:00
Shlomi Fish
9eab5fe6bf
support utf8 bom import.
2018-05-02 20:18:01 +03:00
Shlomi Fish
23001f0f0f
Add support for "10" instead of "T".
...
See https://github.com/shlomif/PySolFC/issues/79 .
2018-04-30 22:53:49 +03:00
Shlomi Fish
04a9b4c910
Handle the utf-8 BOM in the import.
2018-04-30 20:33:23 +03:00
Shlomi Fish
c0bb252166
Fix a bug w the formatting of the foundations.
...
With the input to freecell solver. Reported by Don - thanks! The format
was wrong.
2018-03-19 14:11:15 +02:00
Shlomi Fish
a28001d44b
Refactoring
2018-03-13 14:19:32 +02:00
Shlomi Fish
66c7f6f10b
Fix a bug that the iterations were 0 on unsolved
2018-03-13 13:50:14 +02:00
Shlomi Fish
c825c3c6df
Refactoring.
2018-03-13 10:28:12 +02:00
lb@lb520
b5ef9b6214
Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk.
...
Added scripts to build an android app.
2018-03-03 20:37:56 +02:00
Roderik Ploszek
ca808161cc
Fix solver communication deadlocks
...
Calling wait() on process object that communicates through pipes causes
deadlocks when the pipes fill up. To fix this, communicate() method was used
to send data to the solver. Returned bytes objects were converted to BytesIO
objects to keep compatibility with existing processing.
2018-02-24 22:40:47 +01:00
Roderik Ploszek
a19f0b5dda
Normalize newline characters for Windows
2018-02-24 21:10:43 +01:00
Roderik Ploszek
e543490cfd
Fix error message when solver isn't in the path
...
See https://github.com/shlomif/PySolFC/issues/51
2018-02-24 21:09:20 +01:00
Roderik Ploszek
6f72b4df3b
Move duplicate code to the parent class
2018-02-24 17:11:44 +01:00
Shlomi Fish
9879147ee0
convert.
2017-12-27 15:44:46 +02:00
Shlomi Fish
7d091f42ab
Extract a method.
2017-12-27 15:36:33 +02:00
Shlomi Fish
788965a55a
sanity check
2017-12-27 15:24:08 +02:00
Shlomi Fish
ed4f1ae516
sanity check
2017-12-27 15:16:42 +02:00
Shlomi Fish
76ba6f7d2b
Refactoring
2017-12-27 14:58:37 +02:00
Shlomi Fish
780ac558d5
Refactoring
2017-12-27 14:45:32 +02:00
Shlomi Fish
00ded37a0e
Extract more.
2017-12-27 14:31:41 +02:00
Shlomi Fish
ead021aca0
refactor.
2017-12-27 14:23:10 +02:00
Shlomi Fish
d500c84f85
Extract some common exprs.
2017-12-27 14:09:20 +02:00
Shlomi Fish
e477f4bcf1
clean up the board import.
2017-12-27 13:33:18 +02:00
Shlomi Fish
c158561593
Fix file save.
2017-12-18 22:40:57 +02:00
Shlomi Fish
2989880117
cleanups.
2017-12-18 22:02:01 +02:00
Shlomi Fish
a803849b35
Working now - import board.
...
Mostly at least.
2017-12-18 21:52:29 +02:00
Shlomi Fish
3fc989ae0a
Start implementing board import.
...
See https://github.com/shlomif/PySolFC/issues/47 .
2017-12-18 20:47:10 +02:00
Shlomi Fish
dbdd0f392c
division sanity
2017-08-25 18:25:58 +03:00
Shlomi Fish
748a287f93
Fix the black-hole solver.
2017-08-25 18:25:58 +03:00
Shlomi Fish
f40fdfbb82
Remove debug traces and fix the solver dlg.
2017-08-25 18:25:58 +03:00
Shlomi Fish
aa4f9ee5da
Crude code to get some func running in py3.
...
Right now klondike and freecell sort of work, but this is very hacky and
there are many leftover debug traces.
2017-08-25 18:25:58 +03:00
Shlomi Fish
e2cb4d8e79
Fix a bug caused by refactoring/flake8ing.
2017-04-19 12:03:44 +03:00
Shlomi Fish
b62f600d34
flake 8
2017-04-19 12:03:44 +03:00
Shlomi Fish
463aec56af
Remove the max_depth option to the solver.
...
It's no longer supported nor recommended.
2016-11-16 22:53:22 +02:00
Shlomi Fish
97a70ea882
More refactoring.
2016-02-19 19:19:18 +02:00
Shlomi Fish
e182ddd68f
Refactor pysollib/hint.
...
Still a lot of ugliness showing but it's better than nothing.
2016-02-19 18:58:16 +02:00
Shlomi Fish
81b37f8673
Fix a bug with an unassigned var.
...
It prevented running the solver in mid play.
2016-02-19 18:15:28 +02:00
Shlomi Fish
b03ec17350
Add "Export current layout".
...
A menu option in the tile (for now only that) menubar.
TODO: the tile and tk directories contain *a lot* of duplicate code.
One should extract base classes and abstract.
2016-02-13 19:30:00 +02:00
Shlomi Fish
8a5b8de137
Extract the calcBoard methods.
2016-02-10 15:33:00 +02:00
Shlomi Fish
d31855830d
Fix the solver_state output with progress off.
...
Previously - it did not display anything if progress was off.
2014-11-06 13:55:39 +02:00
Shlomi Fish
5da836e778
distinguish between intractable and unsolvable.
2014-10-14 11:37:16 +03:00
Shlomi Fish
415c65194c
Convert to a base class.
2014-05-09 17:06:05 +03:00
Shlomi Fish
d2c398881c
Remove the import pdb and other cleanups.
2014-05-09 16:56:58 +03:00
Shlomi Fish
c07b60a65c
Implement for All in a Row too.
2014-05-09 16:51:44 +03:00
Shlomi Fish
85ecb25e30
Got the solver for BlackHole to work.
...
Currently there's some duplicate code between it and the
FreeCellSolver_Hint and I haven't checked All in a Row yet.
2014-05-09 16:36:20 +03:00
Shlomi Fish
8a3348962d
Remove some unused code.
2013-05-22 13:51:15 +03:00
Shlomi Fish
8a8a7c2714
Convert the move matching to regexps.
2013-05-22 13:49:45 +03:00
Shlomi Fish
3eb36012b3
Start converting the move matches to regexps.
2013-05-22 13:24:26 +03:00