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

235 commits

Author SHA1 Message Date
Joe R
2d87058ce8 Added Casino Canfield variation. 2021-11-19 19:53:52 -05:00
Joe R
c2bc75caf7 Added Rainbow Fan game. 2021-11-15 21:41:39 -05:00
Joe R
48af00fb7e Added Up and Up game. 2021-11-13 12:57:33 -05:00
Joe R
e54b6cc2d1 Added Display game. 2021-11-07 13:08:32 -05:00
Joe R
6cbf173723 Added Siegecraft game. 2021-10-22 18:05:30 -04:00
Joe R
bdb62f94b7 Added Fire and Ice game. 2021-10-18 22:25:21 -04:00
Joe R
2b8cb6464a Added Block Ten game. 2021-10-10 21:00:29 -04:00
Joe R
2de479320b Added German Clock game. 2021-10-10 10:39:58 -04:00
Joe R
b149b3c301 Added Yukonic Plague game. 2021-09-12 14:45:28 -04:00
Joe R
699ccb00ac Updated games by compatibility data. 2021-09-04 15:01:01 -04:00
Joe R
6eead026cd Added Scorpion Towers game. 2021-09-04 09:13:36 -04:00
Joe R
0ad6143cb8 Added a Backbone variant closer to AisleRiot rules. 2021-09-02 20:58:00 -04:00
Joe R
8909990e89 Added Unusual game. 2021-08-28 15:04:00 -04:00
Joe R
2ed9aa4168 Added Trigon game. 2021-08-23 18:53:53 -04:00
Joe R
bd3e3cd083 Added Racing Aces game. 2021-08-21 19:53:00 -04:00
Joe R
fc240083d6 Added Bear River game. 2021-08-17 21:34:40 -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
Joe R
a011e762df Added Decade game. 2021-08-05 19:20:43 -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
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
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
50ee8c9158 Added Sticko game. 2021-07-20 18:21:16 -04:00
Joe R
d9c98ae017 Added Accordion's Revenge game. 2021-07-17 09:39:57 -04:00
Joe R
94fc987173 Updates to AisleRiot compatibility list. 2021-07-16 16:45:04 -04:00
Joe R
808382a7a1 Added Quatorze game. 2021-07-09 22:16:00 -04:00
Joe R
007455af3f Updated GameDB categories. 2021-07-04 18:19:36 -04:00
Joe R
6ab53a4a62 Added Cribbage Square game, and variations. 2021-07-04 14:48:59 -04:00
Joe R
040d546174 Added Aces and Kings game. 2021-06-13 11:35:01 -04:00
Joe R
5e3f55f04e Fixed rules for Exit. 2021-06-08 18:13:09 -04:00
Joe R
6d7073b067 Organized three peaks variations. 2021-05-09 09:58:26 -04:00
Joe R
09c23f21ad Added Autumn Leaves game. 2021-05-05 17:15:54 -04:00
Joe R
323fd511cb Added four deck terrace variants. 2021-05-02 10:22:16 -04:00
Joe R
f7c28b5011 Added Uintah game. 2021-04-27 07:43:29 +03:00
Shlomi Fish
7436b7193b Extract a method or a function.
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.
2021-04-25 09:21:28 +03:00
Joe R
bc8fc2c5b0 Improved organization of the special games category. 2021-04-23 21:33:20 -04:00
Shlomi Fish
ed18fd8156 Order imports based on flake8-import-order.
Tested on ci. See https://github.com/PyCQA/flake8-import-order . In the
process did some other cleanups and
https://en.wikipedia.org/wiki/Code_refactoring .
2019-01-11 23:55:06 +02:00
Shlomi Fish
11bafeba44 use six.py. 2018-09-01 18:40:50 +03:00
Shlomi Fish
38bfb88971 Made the new flake8 and travis happier.
Fix the warnings.
2017-11-04 20:15:52 +02:00
Shlomi Fish
890a948d8b Ran 2to3 on pysollib/[a-g]*.py 2017-04-27 21:13:32 +03:00
Shlomi Fish
1ec8cc8b27 flake8 checked g*.py. 2017-04-19 12:03:44 +03:00
Shlomi Fish
884a44ceb0 gamedb. 2012-11-25 18:07:40 +02:00
Shlomi Fish
03c83d7900 Convert to pysollib.resource.
This also includes a sys.path.insert(0, ...) fix (to prepend) instead of
sys.append in order to fix finding pysollib/__init.py__ in the global
path.
2012-11-25 17:55:43 +02:00
Shlomi Fish
308ede18ff Convert mfxutil and settings imports to pysollib 2012-11-25 17:05:22 +02:00
Shlomi Fish
bed5786b64 Convert settings to pysollib.settings and test it. 2012-11-25 17:00:08 +02:00
skomoroh
2744887cd4 * changed comments style
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@243 efabe8c0-fbe8-4139-b769-b5e6d273206e
2009-07-22 21:36:22 +00:00
skomoroh
dfe790a101 * changed GPL version to 3
* added config-file option sound_sample_buffer_size
* bugfixes


git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@234 efabe8c0-fbe8-4139-b769-b5e6d273206e
2009-06-12 09:32:43 +00:00