Shlomi Fish
|
122fd402c3
|
[travis] borrow some osx code from envie
See https://github.com/randomir/envie/ - thanks! Found here:
https://stackoverflow.com/questions/45257534/how-can-i-build-a-python-project-with-osx-environment-on-travis
.
|
2018-11-11 21:23:15 +02:00 |
|
Shlomi Fish
|
2b90a5c7c6
|
[travis] first attempt at a macOS build.
See
https://sourceforge.net/p/pysolfc/discussion/503708/thread/4179422b22/?limit=25
.
|
2018-11-11 21:03:39 +02:00 |
|
Shlomi Fish
|
3635ad6188
|
avoid shell expansion.
See https://shlomif-tech.livejournal.com/14671.html .
|
2018-10-22 10:55:05 +03:00 |
|
Shlomi Fish
|
1a0473050c
|
quote variables.
See https://shlomif-tech.livejournal.com/14671.html .
|
2018-10-22 10:41:46 +03:00 |
|
Ian Zimmerman
|
ffbc385bfd
|
Just use ALL site.PREFIXES, though I've never seen more than one
|
2018-10-21 14:05:34 -07:00 |
|
Ian Zimmerman
|
b488cbceef
|
Add a little support for installation into a venv
Add instructions for installing into a venv
|
2018-10-21 12:49:18 -07:00 |
|
Shlomi Fish
|
5febb53706
|
Extract a common module/library/header.
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2018-10-09 13:08:45 +03:00 |
|
Shlomi Fish
|
b142366595
|
Fix exception in the Wasp variant.
See https://sourceforge.net/p/pysolfc/bugs/31/ .
unable to move cards in py3.
|
2018-10-08 23:19:59 +03:00 |
|
Shlomi Fish
|
8d208f8ed6
|
Add a repack script for the cardsets.
See https://github.com/shlomif/PySolFC/issues/89 .
|
2018-09-23 11:16:54 +03:00 |
|
Shlomi Fish
|
3846acef92
|
Refactoring / code cleanup.
See:
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
2018-09-14 16:19:51 +03:00 |
|
Shlomi Fish
|
5f2cc55655
|
Add a bare option to reduce html boilerplate.
For including in the site.
|
2018-09-06 10:28:36 +03:00 |
|
Shlomi Fish
|
bcdb455950
|
improve docs
|
2018-09-06 08:46:47 +03:00 |
|
Shlomi Fish
|
1f32497a18
|
improve docs
|
2018-09-06 08:24:10 +03:00 |
|
Shlomi Fish
|
af455e6abb
|
add more docs.
|
2018-09-06 08:17:54 +03:00 |
|
Shlomi Fish
|
5de21adc3b
|
fix formatting
|
2018-09-02 02:42:09 +03:00 |
|
Shlomi Fish
|
75531481aa
|
validate as html5.
|
2018-09-02 02:37:19 +03:00 |
|
Shlomi Fish
|
5ec17a9d1d
|
add more
|
2018-09-02 01:11:03 +03:00 |
|
Shlomi Fish
|
77bd206a4e
|
feature: made the current solver preset persistent.
let it stick.
|
2018-09-01 19:07:00 +03:00 |
|
Shlomi Fish
|
11bafeba44
|
use six.py.
|
2018-09-01 18:40:50 +03:00 |
|
Shlomi Fish
|
ead4b9212a
|
avoid unneeded py3 shims.
|
2018-09-01 17:54:48 +03:00 |
|
Shlomi Fish
|
d6e462ed33
|
Start writing CONTRIBUTING.md .
|
2018-09-01 17:39:05 +03:00 |
|
Shlomi Fish
|
2bbea25a42
|
Clarify the solver dialog msg on hint-on-intract
so people will not think it was solved.
|
2018-08-04 17:40:36 +03:00 |
|
Shlomi Fish
|
02edf2afdd
|
Made the iters_output_step configurable.
|
2018-08-01 19:50:31 +03:00 |
|
Shlomi Fish
|
7407276829
|
Implement the --version conditional.
See https://github.com/shlomif/PySolFC/issues/90 .
|
2018-08-01 19:31:11 +03:00 |
|
Shlomi Fish
|
4e7a653f67
|
Preliminary support for fc-solve's "-hoi" flag.
See
https://groups.yahoo.com/neo/groups/fc-solve-discuss/conversations/messages/1580
|
2018-07-31 20:56:33 +03:00 |
|
Hugo Lefeuvre
|
5a8b4b1708
|
Fix Python interpreter name typo
|
2018-07-31 13:40:09 +08:00 |
|
Roderik Ploszek
|
de836fe5a0
|
Remove pygame version specification
pygame 1.9.4 wheels for python 3.4 are now available,
see https://github.com/shlomif/PySolFC/issues/86
|
2018-07-27 09:46:05 +02:00 |
|
Shlomi Fish
|
5266f33b73
|
Rename to a better filename.
|
2018-07-23 19:19:25 +03:00 |
|
Shlomi Fish
|
895bedff00
|
remove already autogenerated boilerplate.
It was no longer used or needed.
|
2018-07-23 19:10:28 +03:00 |
|
Roderik Ploszek
|
1bfc960a97
|
Fix pygame dependency
see https://github.com/shlomif/PySolFC/issues/86
|
2018-07-23 10:57:26 +02:00 |
|
Shlomi Fish
|
5edc9c83ee
|
named conversions.
|
2018-07-22 17:08:41 +03:00 |
|
Shlomi Fish
|
3921233762
|
named conversions.
|
2018-07-22 17:04:40 +03:00 |
|
Shlomi Fish
|
3b6e8b5e87
|
named conversions.
|
2018-07-22 16:58:50 +03:00 |
|
Shlomi Fish
|
98327f641e
|
sprintf named conversions.
|
2018-07-22 01:24:09 +03:00 |
|
Shlomi Fish
|
912ec43f91
|
convert to named sprintf conversions.
They are more robust.
|
2018-07-22 01:15:11 +03:00 |
|
Shlomi Fish
|
56f90c4fe4
|
bump version to 2.4.0.
|
2018-06-23 11:26:23 +03:00 |
|
Shlomi Fish
|
b5205eaca4
|
Fix the tar.xz appveyor process.
Thanks to https://github.com/mlpack/mlpack/blob/master/.appveyor.yml .
|
2018-06-09 22:36:42 +03:00 |
|
Shlomi Fish
|
03a482e3ac
|
- rebuild appveyor windows build w newer music
see https://github.com/shlomif/PySolFC/issues/82 .
|
2018-06-09 22:27:16 +03:00 |
|
lb@lb520
|
e8c508c3da
|
android: external urls in help now start system browser - some refactoring.
|
2018-06-08 10:53:40 +02:00 |
|
lb@lb520
|
93f0559549
|
Better and more convenient support for android back key.
|
2018-05-31 18:20:12 +02:00 |
|
Roderik Ploszek
|
957133999a
|
Include music with Windows installer
see https://github.com/shlomif/PySolFC/issues/82
|
2018-05-27 20:30:43 +02:00 |
|
Shlomi Fish
|
fd323b602f
|
Add pysol-music to the readme.
|
2018-05-27 16:51:31 +03:00 |
|
lb@lb520
|
4594c1457e
|
Added a missing image
|
2018-05-23 20:44:14 +02:00 |
|
lb@lb520
|
6f756cd05b
|
Toolbar image quality in kivy - fixed to bluecurve/xlarge
|
2018-05-23 14:33:29 +02:00 |
|
lb@lb520
|
9fd7b60cc7
|
Fixed a problem with auto drop and initial dealing.
|
2018-05-22 18:36:54 +02:00 |
|
lb@lb520
|
9155493dc9
|
Android build scripts updates. Some Comments in kivy files.
|
2018-05-22 10:48:46 +02:00 |
|
Shlomi Fish
|
a1219f6db1
|
print a warning to help w debugging cardset load.
See https://github.com/shlomif/PySolFC/issues/83 .
|
2018-05-20 15:19:45 +03:00 |
|
Roderik Ploszek
|
80ddc75992
|
Included pygame with the Windows binary
Music support, see https://github.com/shlomif/PySolFC/issues/82
|
2018-05-17 15:26:45 +02:00 |
|
Shlomi Fish
|
dc8adf8411
|
Display the deal of imported as 'Custom'.
See https://github.com/shlomif/PySolFC/issues/47 .
|
2018-05-13 23:18:28 +03:00 |
|
Shlomi Fish
|
a8f297208b
|
Refactoring: generate dup code.
|
2018-05-12 20:45:21 +03:00 |
|