Joe R
52e2ffc58f
Add two mahjongg layouts
2025-03-01 16:17:53 -05:00
Alexandre Detiste
148f189a74
trim usage of six ( #382 )
...
This is artisanal manual craftwork :-)
def mDone(self, button):
if button == 0: # "OK" or double click
- if isinstance(self.tree.selection_key, six.string_types):
- self.key = str(self.tree.selection_key)
- else:
- self.key = self.tree.selection_key
+ self.key = self.tree.selection_key
2024-09-18 20:33:10 -04:00
Joe R
96700c59e1
Cleanup of Mahjongg. Fixed the old layout import scripts.
2024-03-16 20:38:47 -04:00
Joe R
3483bd16a8
Restored lost Mahjongg layouts (see issue #301 ).
2023-11-11 12:27:33 -05:00
lufebe16
5c51f927eb
Kivy Version card placement revised, fixes:
...
- Mahjongg tile overlapping (3d simulation) implemented
- Animation is now synchronised (so as the tk version does)-
This prevents some stacking order corruptions reported
earlier.
2023-11-09 16:08:57 +01:00
Joe R
867029e24b
Option to play Four Rivers without gravity.
2023-08-16 18:42:02 -04:00
Joe R
13a29b34ea
Version 7 of the cardset format with subtype and joker support. ( #330 )
2023-08-11 20:30:29 -04:00
Joe R
b7edf01752
Added Four Rivers game.
2023-06-08 17:55:04 -04:00
Joe R
79aca30779
Additional updates to game name consistency.
2022-06-26 09:23:29 -04:00
Joe R
ee80a93558
Fixed duplicate "Castle" entry in Mahjongg games menu.
2022-03-05 10:41:49 -05:00
Joe R
62051a86bc
Ensured Mahjongg scaling properly carries over to preview mode.
2022-02-24 21:18:44 -05:00
Joe R
de6f23910b
Corrected scaling issues for Mahjongg type games.
2022-02-24 17:34:16 -05:00
Joe R
8cab449500
Updated POT files.
2021-12-09 19:31:06 -05:00
Joe R
3f67f461c0
Fix for misalignment of Shisen-Sho hint arrow.
2021-12-07 20:13:41 -05:00
Shlomi Fish
7da41a93be
Allow to swap the mouse keys using the ini file.
...
See: https://sourceforge.net/p/pysolfc/discussion/503708/thread/5d77434ff8/
" PySolFC / Discussion / Open Discussion: Any way to remap mouse buttons? "
We may not have covered all the affected calls to bind().
2020-10-19 18:18:13 +03: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
908de63d9f
Fix flake8 tests.
...
For the new flake8.
2018-11-11 22:43:36 +02:00
Shlomi Fish
85eedc6186
flake8 - empty whitelist.
2018-03-21 10:45:12 +02:00
lb@lb520
b5ef9b6214
Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk.
...
Added scripts to build an android app.
2018-03-03 20:37:56 +02:00
Roderik Ploszek
c9baf9585a
Fix integer division
2018-03-03 17:20:57 +01:00
Shlomi Fish
ca48ec221d
Fix a crash in shisensho.
...
See https://github.com/shlomif/PySolFC/issues/54 . Thanks to @lufebe16
for the report and the fix.
2018-02-24 13:11:43 +02:00
Shlomi Fish
3ada0e3e0b
Convert to six.moves.
2018-02-20 01:41:40 +02:00
Shlomi Fish
64720e8a97
Convert to six.py
2018-02-19 19:26:09 +02:00
Shlomi Fish
2c1228fc95
got flake8 to validate mahjongg1/2/3.
2018-02-19 18:51:02 +02:00
Shlomi Fish
b887d6042b
Made flake8 happier.
...
Removed __all__ and stuff - we use explicit imports now.
2017-09-18 13:04:53 +03:00
Shlomi Fish
dbdd0f392c
division sanity
2017-08-25 18:25:58 +03:00
Shlomi Fish
aa4f9ee5da
Crude code to get some func running in py3.
...
Right now klondike and freecell sort of work, but this is very hacky and
there are many leftover debug traces.
2017-08-25 18:25:58 +03:00
Shlomi Fish
ce6f5613a3
sixify tkfont.
2017-05-22 19:03:18 +03:00
Shlomi Fish
4d963e3f59
2to3 on pysollib/games/mahjongg/*.py
2017-05-22 00:00:50 +03:00
Shlomi Fish
2505afdb68
flake8 - mahjongg
2017-04-19 12:03:45 +03:00
Shlomi Fish
99ef711af1
Change the licenses headers to please flake8.
2017-04-19 12:03:44 +03:00
Shlomi Fish
5dc2edda91
Get rid of gettext in init.
2012-11-25 19:43:46 +02:00
skomoroh
24c0b00c0d
* scalable cards (req: PIL >= 1.1.7)
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@263 efabe8c0-fbe8-4139-b769-b5e6d273206e
2011-03-06 06:33:38 +00: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
skomoroh
0ef9bf474f
* refactored menubar and toolbar imports
...
* refactored pysolrandom.py; added WHRandom generator
* bugfixes
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@215 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-12-28 08:38:51 +00:00
skomoroh
2ae3f5505c
+ added file AUTHORS
...
* improved Not Shisen Sho hint
* minor fixes
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@212 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-09-25 21:47:01 +00:00
skomoroh
de714447b6
+ 3 new games
...
* bugfixes
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@211 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-09-13 21:20:38 +00:00
skomoroh
06a6d7492e
* improved mahjongg tile highlighting
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@202 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-08-29 21:23:19 +00:00
skomoroh
870f10b1e6
* improved mahjongg tile highlighting
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@201 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-08-28 21:18:37 +00:00
skomoroh
f86de9b176
* refactoring: replaced map(lambda...), filter(lambda...) to list comprehension (thanks to 2to3)
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@199 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-08-25 21:19:40 +00:00
skomoroh
93e96d71db
* refactoring: sound=0' ->
sound=False' ...
...
* fixed loading options
* fixed some games
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@189 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-07-31 21:31:52 +00:00
skomoroh
6bb2e86dc9
+ 7 new games
...
* improved startup; progressbar has been shown before load/register games
* improved gettext; game names has been translated during registration
* updated russian translation
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@185 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-07-20 22:15:07 +00:00
skomoroh
9eaeadce61
* fixed scrolling in MfxScrolledCanvas
...
* added clickable url to About dialog
* many other improvements and bugfixes
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@173 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-06-09 21:59:16 +00:00
skomoroh
b643693619
+ human readable config file (~/.PySolFC/options.cfg; options.dat is gone)
...
+ added `custom games' node to select games dialog
* cleanup code
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@170 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-05-25 21:27:03 +00:00
skomoroh
2cbb6a8210
+ `shuffle tiles' menu entry
...
* some bugs fixed
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@169 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-05-22 21:15:28 +00:00
skomoroh
82002d061f
* updated gtk-binding
...
* updated ru.po
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@168 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-05-19 21:16:57 +00:00
skomoroh
2aa94c2858
* improved the mahjongg games
...
+ added `shuffle' icons
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@167 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-05-18 21:24:17 +00:00
skomoroh
500d8635f9
+ added shuffle to mahjongg games
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@166 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-05-17 21:39:29 +00:00
skomoroh
933dc7b4cc
* improved mahjongg games solubility
...
git-svn-id: file:///home/shlomif/Backup/svn-dumps/PySolFC/svnsync-repos/pysolfc/PySolFC/trunk@165 efabe8c0-fbe8-4139-b769-b5e6d273206e
2007-05-15 21:28:40 +00:00