Joe R
e9b36e10c9
Sorted imports.
2021-08-14 18:48:06 -04:00
Joe R
0fb76d00fc
Better organization in table tile selection window.
2021-08-14 18:42:48 -04:00
Joe R
752337c361
Fix for Pillowless crash.
2021-08-14 17:43:52 -04:00
Joe R
30ec715bb0
Added Triple Rail game.
2021-08-14 12:18:46 -04:00
Joe R
d2283a90d6
Added Maverick game.
2021-08-14 12:07:38 -04:00
Juhani Numminen
cfa07e6c90
macOS: fix workflow by invoking python3 not python
2021-08-12 15:20:13 +03:00
Juhani Numminen
56dc087e8b
github ci: report any flake8 code as failure.
2021-08-12 14:24:41 +03:00
Juhani Numminen
dade1ce20d
macOS: Get python from python.org to avoid grahical issues
2021-08-12 14:20:19 +03:00
Joe R
a011e762df
Added Decade game.
2021-08-05 19:20:43 -04:00
Joe R
896454d1e4
Added Preserve aspect ratio option to the menu.
2021-08-05 17:29:15 -04:00
Joe R
e64a85ba36
Added Following game.
2021-08-02 18:46:28 -04:00
Joe R
69ddbe2b37
Added missing game types for select game window.
2021-07-29 20:11:59 -04:00
Joe R
8f0d71eeea
Fix for flake8.
2021-07-29 17:47:09 -04:00
Joe R
541b97b92f
Added option to delete custom games.
2021-07-29 17:35:09 -04:00
Joe R
c9275edb26
Acey and Kingsley game.
2021-07-26 18:31:09 -04:00
Joe R
747b1fd60b
Got Accordion's Revenge to work correctly under Kivy.
2021-07-24 21:03:51 -04:00
Joe R
8c41f7be61
A more traditional Double FreeCell variant.
2021-07-24 11:54:54 -04:00
Joe R
cb7c094ad4
Updated game DB categories.
2021-07-24 08:38:23 -04:00
Joe R
d60cf672e3
Added a bunch more new game rules.
2021-07-20 23:42:07 -04:00
Joe R
50ee8c9158
Added Sticko game.
2021-07-20 18:21:16 -04:00
Joe R
92e562b4f8
Improved scaling of cardsets window for smaller screens.
2021-07-18 10:53:42 -04:00
Joe R
d9c98ae017
Added Accordion's Revenge game.
2021-07-17 09:39:57 -04:00
Joe R
1a446862bd
Fix for center layout not saving (issue #215 )
2021-07-16 18:45:45 -04:00
Joe R
94fc987173
Updates to AisleRiot compatibility list.
2021-07-16 16:45:04 -04:00
Juhani Numminen
d4a1d89ebc
Add macOS packaging workflow
2021-07-14 15:53:25 +03:00
Juhani Numminen
dd0efc9428
macOS: make the .app able to start up
...
Launching the app in a Terminal window works (by typing 'PySolFC.app/Contents/MacOS/PySolFC')
but clicking in Finder window fails. emulate_shell_environment might fix this
per https://github.com/pyinstaller/pyinstaller/issues/5109#issuecomment-808033464
2021-07-14 11:23:12 +03:00
Joe R
8f2e47cfd1
Set the version to 2.12.0
2021-07-11 13:12:59 -04:00
Joe R
e6fabe78a1
Updated minimal cardsets version.
2021-07-10 21:14:18 -04:00
Joe R
22f4909923
Fixed a typo.
2021-07-10 19:46:51 -04:00
Joe R
bff44bebce
Fixed crash when selecting cardset without PIL.
2021-07-10 13:33:20 -04:00
Joe R
808382a7a1
Added Quatorze game.
2021-07-09 22:16:00 -04:00
Juhani Numminen
c1b7efbbf8
Appveyor: Inno Setup 6 on the current base image
...
Source: https://github.com/appveyor/ci/issues/2948
2021-07-08 17:46:10 +03:00
Juhani Numminen
9ff8d3b616
Appveyor: newer base image which comes with strawberryperl installed
...
https://www.appveyor.com/docs/windows-images-software/
https://www.appveyor.com/docs/build-environment/
2021-07-08 16:59:25 +03:00
Juhani Numminen
ac3291dbb8
Update docs
2021-07-08 16:37:32 +03:00
Juhani Numminen
e04440a625
Fix CapsLock preventing use of single-letter keybindings (issue #141 )
...
The code block in question can be removed because Tk will decide whether it
reports us an event with e.g. Ctrl-R or just the R key.
https://www.tcl.tk/man/tcl8.4/TkCmd/bind.html
in section MULTIPLE MATCHES; "[...] the most specific binding is chosen [...]"
2021-07-08 12:20:37 +03:00
Juhani Numminen
e1ca461333
Replace Travis badge with GitHub Actions one
2021-07-07 18:13:34 +03:00
Juhani Numminen
7a85d02682
Add github actions CI
2021-07-07 18:13:34 +03:00
Juhani Numminen
515f77f0fa
Fix files left open after reading
2021-07-07 18:13:34 +03:00
Juhani Numminen
2cb63cb3fc
Skip all python2 tests by default
...
python2 is deprecated
2021-07-07 18:13:34 +03:00
Juhani Numminen
076ee8d11a
Run unittests via a single TAP test
...
Enable standard unittest discovery by creating __init__.py files
and renaming test modules to test*.py.
2021-07-07 18:13:34 +03:00
Joe R
1de339fca9
Additional Crossword bugfix.
2021-07-05 21:29:54 -04:00
Joe R
007455af3f
Updated GameDB categories.
2021-07-04 18:19:36 -04:00
Joe R
981f738df6
Added hi-res Neo cardset to the default bundle.
2021-07-04 15:18:08 -04:00
Joe R
6ab53a4a62
Added Cribbage Square game, and variations.
2021-07-04 14:48:59 -04:00
Joe R
2ccad87c26
Fix for card flipping issue in Crossword.
2021-07-04 13:06:28 -04:00
Joe R
e9b0675884
Added option to enable/disable other sound samples (the clock sound in Grandfather's Clock).
2021-06-26 11:00:39 -04:00
Joe R
2aec2ea9b1
Fix for crash in game preview.
2021-06-26 08:50:51 -04:00
Joe R
0d774623e2
Added a Hex A version of Yukon.
2021-06-20 22:06:39 -04:00
Joe R
5aa9071893
Improved playable preview display for large monitors and when working with high resolution cardsets.
2021-06-20 15:45:39 -04:00
Joe R
dcd12cd66a
Added additional multi-deck game variations.
2021-06-20 13:41:31 -04:00