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

1042 commits

Author SHA1 Message Date
Shlomi Fish
22948a8b3e Bump version to 2.1.4. 2018-03-30 22:54:47 +03:00
Shlomi Fish
56258d54d5 Fix indentation. 2018-03-30 22:54:06 +03:00
Roderik Ploszek
f9d54f8dcd Fix vcredist download link 2018-03-25 23:25:15 +02:00
Shlomi Fish
de1cf59b0d Refactor. 2018-03-24 23:04:07 +03:00
Shlomi Fish
af47abefbb Refactor. 2018-03-24 23:04:07 +03:00
Shlomi Fish
53bc1fb8eb meaningul test blurb. 2018-03-24 23:04:07 +03:00
Shlomi Fish
94cbbfafbf Fix a bug with restart of ms-deals.
.reset() in LCRandom31 was not implemented. A test was added.

Thanks to Don.
2018-03-24 23:04:07 +03:00
Roderik Ploszek
ed61804855 Bundle MSVC++ redistributable with the installer
Installer checks for presence of msvcr100.dll library in the System32 folder (or
SysWOW64 in case of 64 bit systems). If not present, it will install it
(version 2010 SP1 x86).
2018-03-24 17:58:32 +01:00
Shlomi Fish
7711a4b606 Add AppVeyor badge. 2018-03-22 19:23:17 +02:00
lb@lb520
3e9b7b74c7 Bugfix synchronisation issues with autodrop
Bugfix bottom image flip
2018-03-22 15:48:19 +01:00
Shlomi Fish
2e81616028 Updates to the README. 2018-03-21 11:08:50 +02:00
Shlomi Fish
85eedc6186 flake8 - empty whitelist. 2018-03-21 10:45:12 +02:00
Shlomi Fish
620b2676f4 flake8 2018-03-21 10:45:12 +02:00
Shlomi Fish
055718d2e9 flake8 2018-03-21 10:45:12 +02:00
Shlomi Fish
1e8b1bfb1b flake8 2018-03-21 10:45:12 +02:00
Shlomi Fish
640f398e6b flake8 2018-03-21 10:45:12 +02:00
Shlomi Fish
16d8b00e7f flake8 2018-03-21 10:45:12 +02:00
Shlomi Fish
74d3a4d9db Passed mfxutil thru flake8.
See https://github.com/shlomif/PySolFC/issues/61#issuecomment-374283730
- thanks!
2018-03-21 10:45:12 +02:00
Shlomi Fish
a68546f7a2 convert to unittest.py. 2018-03-21 10:45:12 +02:00
Roderik Ploszek
57485fac95 Maintain compatibility with Python 2 2018-03-20 23:03:53 +01:00
Roderik Ploszek
0bd7b44ed5 flake8 2018-03-19 23:10:24 +01:00
Roderik Ploszek
a37317c311 Fix cardsets and installer path
Also, make Inno Setup quiet.
2018-03-19 22:31:44 +01:00
Roderik Ploszek
92a5a341c5 Convert scripts/pygettext.py to python 3 2018-03-19 19:38:38 +01:00
Roderik Ploszek
f1161cdae0 Convert scripts/all_games.py to python 3 2018-03-19 18:28:13 +01:00
Roderik Ploszek
819dbc6a2e Add Windows installer build to appveyor
It also bundles locales and a few cardsets.
2018-03-19 17:14:52 +01:00
Roderik Ploszek
ef041c6249 Show all pages in the installation wizard 2018-03-19 16:12:15 +01:00
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