1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

1066 commits

Author SHA1 Message Date
Roderik Ploszek
95020ffdd0 Convert create_iss.py to python 3 2018-03-19 16:12:15 +01:00
Shlomi Fish
e9d04fcf4b Convert to unittest.py. 2018-03-19 16:54:13 +02:00
Shlomi Fish
b1c26c7509 travis fix #6 - /opt/python2 2018-03-19 15:53:05 +02:00
Shlomi Fish
3e9a071926 convert to unittest 2018-03-19 15:46:26 +02:00
Shlomi Fish
21b0360197 travis fix #5 - /opt/python 2018-03-19 15:36:39 +02:00
Shlomi Fish
908c95fdb7 travis fix #4 - language python 2018-03-19 15:28:42 +02:00
Shlomi Fish
31f41e9a41 travis fix #3 - language python 2018-03-19 15:23:25 +02:00
Shlomi Fish
8e33c74187 travis fix #2 - missing deps 2018-03-19 15:16:06 +02:00
Shlomi Fish
e295e30e54 travis fix #1 - missing deps 2018-03-19 15:05:39 +02:00
Shlomi Fish
a56d8cd72f Fix the travis-ci script.
To exit on each failure and exec make dist.
2018-03-19 14:27:43 +02:00
Shlomi Fish
88460a847c Fix make dist ( issue#61 ).
Made travis-ci test for it. Thanks to @lufebe16 .
2018-03-19 14:11:15 +02:00
Shlomi Fish
ca758a3a57 Add a test. 2018-03-19 14:11:15 +02: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
lb@lb520
feca7b5658 Cosmetics: Kivy __all removed. 2018-03-19 10:55:41 +01:00
Shlomi Fish
020ccfcce7 Remove trailing space 2018-03-18 15:18:06 +02:00
Shlomi Fish
e4db4f5153 Remove trailing space. 2018-03-18 15:11:58 +02:00
Shlomi Fish
46f87bdaff Fix a regression with penguin and other games. 2018-03-15 13:55:06 +02:00
Shlomi Fish
a54b603911 Get rid of the __all__ directive.
Everywhere except kivy.
2018-03-14 22:43:11 +02:00
lb@lb520
91ef11b7ac Implementation of createBottom in kivy.
A first set of Python 3 adaptations.
Added a choice of cardsets to android build.
Added new scripts to tarball (MAKEFILE.in)
2018-03-14 19:33:02 +01:00
Shlomi Fish
1394c0df8f Refactoring 2018-03-14 19:46:16 +02:00
Shlomi Fish
77a5b47e98 Refactoring - based on fc-solve. 2018-03-14 19:31:39 +02:00
Shlomi Fish
bc25ff5574 Refactoring: extract a closure. 2018-03-14 19:20:36 +02:00
Shlomi Fish
58f458f58a correct grammar 2018-03-14 12:47:28 +02:00
Shlomi Fish
87ebf11996 Help people find random2.py.
To avoid support questions.
2018-03-14 12:12:44 +02:00
Shlomi Fish
c826799736 Refactoring 2018-03-13 18:31:19 +02:00
Shlomi Fish
24a927311c Rename to a more appropriate dir. 2018-03-13 16:38:31 +02:00
Shlomi Fish
81be7c98ad Refactoring 2018-03-13 15:56:11 +02:00
Shlomi Fish
e4775b805d Refactoring 2018-03-13 15:51:36 +02:00
Shlomi Fish
d49c0103f4 Refactoring 2018-03-13 15:46:24 +02:00
Shlomi Fish
48cd6abcd5 Refactoring 2018-03-13 15:18:36 +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
9b4c85cae3 refactor. 2018-03-13 13:40:25 +02:00
Shlomi Fish
af493722c8 Refactoring. 2018-03-13 13:16:49 +02:00
Shlomi Fish
033f99e4f2 refactoring. 2018-03-13 12:42:04 +02:00
Shlomi Fish
c825c3c6df Refactoring. 2018-03-13 10:28:12 +02:00
Shlomi Fish
e522078072 Revise the readme. 2018-03-13 10:03:09 +02:00
Shlomi Fish
d0513b732f Add a test. 2018-03-12 22:19:18 +02:00
Shlomi Fish
f18c394c33 Extract a common function. 2018-03-12 21:58:06 +02:00
Shlomi Fish
ed07eaf3fb Refactoring: extract common logic. 2018-03-12 21:38:30 +02:00
Shlomi Fish
e6586a6e78 refactored some code. 2018-03-12 21:25:23 +02:00
roderik
f0a94fd7f2 Fix OSS audio server
Strings converted to bytes where necessary to make it Python 3 compatible.
Added a check for availability of OSS interface.
2018-03-10 22:57:15 +01:00
Roderik Ploszek
08f5fd99c1 Check if pysolsoundserver is available 2018-03-10 16:13:38 +01:00
Roderik Ploszek
57351e808b Add Pillow as a build dependence
Now images are loaded correctly in the Windows build
2018-03-10 11:25:39 +01:00
Roderik Ploszek
d0dcda1017 Add make rules to the build script 2018-03-09 00:14:15 +01:00
Shlomi Fish
4d1d1a2832 Test thru perltidy. 2018-03-09 00:35:04 +02:00
Shlomi Fish
938098cd74 Skip on mswin to fix appveyor tests. 2018-03-09 00:15:18 +02:00
Shlomi Fish
680c177ca4 Convert to xztar. 2018-03-05 05:18:44 +02:00
Shlomi Fish
44ef00b54e Bump the version number. 2018-03-05 05:10:18 +02:00
Shlomi Fish
0ea7201598 Correct tense. 2018-03-05 04:58:49 +02:00