1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/pysollib/games
Shlomi Fish e2a6c00606 Merge remote-tracking branch 'jimsize/master' into pysolfc_modules_modularization
Conflicts:
	.gitignore
	Makefile
	pysollib/acard.py
	pysollib/actions.py
	pysollib/app.py
	pysollib/customgame.py
	pysollib/game.py
	pysollib/gamedb.py
	pysollib/games/__init__.py
	pysollib/games/auldlangsyne.py
	pysollib/games/braid.py
	pysollib/games/calculation.py
	pysollib/games/camelot.py
	pysollib/games/canfield.py
	pysollib/games/curdsandwhey.py
	pysollib/games/fan.py
	pysollib/games/golf.py
	pysollib/games/klondike.py
	pysollib/games/larasgame.py
	pysollib/games/mahjongg/mahjongg.py
	pysollib/games/mahjongg/shisensho.py
	pysollib/games/matriarchy.py
	pysollib/games/napoleon.py
	pysollib/games/numerica.py
	pysollib/games/osmosis.py
	pysollib/games/pileon.py
	pysollib/games/royalcotillion.py
	pysollib/games/special/memory.py
	pysollib/games/special/poker.py
	pysollib/games/special/tarock.py
	pysollib/games/spider.py
	pysollib/games/takeaway.py
	pysollib/games/terrace.py
	pysollib/games/threepeaks.py
	pysollib/games/tournament.py
	pysollib/games/ultra/dashavatara.py
	pysollib/games/ultra/hanafuda.py
	pysollib/games/ultra/hanafuda1.py
	pysollib/games/ultra/hanafuda_common.py
	pysollib/games/ultra/hexadeck.py
	pysollib/games/ultra/mughal.py
	pysollib/games/yukon.py
	pysollib/help.py
	pysollib/hint.py
	pysollib/images.py
	pysollib/init.py
	pysollib/layout.py
	pysollib/main.py
	pysollib/mfxutil.py
	pysollib/options.py
	pysollib/pysolgtk/colorsdialog.py
	pysollib/pysolgtk/fontsdialog.py
	pysollib/pysolgtk/menubar.py
	pysollib/pysolgtk/playeroptionsdialog.py
	pysollib/pysolgtk/selectcardset.py
	pysollib/pysolgtk/selectgame.py
	pysollib/pysolgtk/selecttile.py
	pysollib/pysolgtk/soundoptionsdialog.py
	pysollib/pysolgtk/statusbar.py
	pysollib/pysolgtk/timeoutsdialog.py
	pysollib/pysolgtk/tkhtml.py
	pysollib/pysolgtk/tkstats.py
	pysollib/pysolgtk/tkwidget.py
	pysollib/pysolrandom.py
	pysollib/pysoltk.py
	pysollib/resource.py
	pysollib/stack.py
	pysollib/stats.py
	pysollib/tile/colorsdialog.py
	pysollib/tile/edittextdialog.py
	pysollib/tile/findcarddialog.py
	pysollib/tile/fontsdialog.py
	pysollib/tile/gameinfodialog.py
	pysollib/tile/menubar.py
	pysollib/tile/playeroptionsdialog.py
	pysollib/tile/selectcardset.py
	pysollib/tile/selectgame.py
	pysollib/tile/selecttile.py
	pysollib/tile/solverdialog.py
	pysollib/tile/soundoptionsdialog.py
	pysollib/tile/statusbar.py
	pysollib/tile/timeoutsdialog.py
	pysollib/tile/tkconst.py
	pysollib/tile/tkhtml.py
	pysollib/tile/tkstats.py
	pysollib/tile/tkwidget.py
	pysollib/tile/toolbar.py
	pysollib/tile/ttk.py
	pysollib/tile/wizarddialog.py
	pysollib/tk/colorsdialog.py
	pysollib/tk/edittextdialog.py
	pysollib/tk/findcarddialog.py
	pysollib/tk/fontsdialog.py
	pysollib/tk/gameinfodialog.py
	pysollib/tk/menubar.py
	pysollib/tk/playeroptionsdialog.py
	pysollib/tk/selectcardset.py
	pysollib/tk/selectgame.py
	pysollib/tk/selecttile.py
	pysollib/tk/solverdialog.py
	pysollib/tk/soundoptionsdialog.py
	pysollib/tk/statusbar.py
	pysollib/tk/timeoutsdialog.py
	pysollib/tk/tkconst.py
	pysollib/tk/tkhtml.py
	pysollib/tk/tkstats.py
	pysollib/tk/tkwidget.py
	pysollib/tk/toolbar.py
	pysollib/tk/wizarddialog.py
	pysollib/util.py
	pysollib/winsystems/common.py
	pysollib/wizardpresets.py
	pysollib/wizardutil.py
	setup_osx.py
2012-12-07 16:32:30 +02:00
..
mahjongg Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
special Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
ultra Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
__init__.py added new game, Daddy Longlegs 2011-11-17 21:38:31 -05:00
acesup.py + one new game 2009-08-04 13:34:02 +00:00
algerian.py * changed comments style 2009-07-22 21:36:22 +00:00
auldlangsyne.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
bakersdozen.py * changed comments style 2009-07-22 21:36:22 +00:00
bakersgame.py * changed comments style 2009-07-22 21:36:22 +00:00
beleagueredcastle.py * changed comments style 2009-07-22 21:36:22 +00:00
bisley.py * changed comments style 2009-07-22 21:36:22 +00:00
braid.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
bristol.py * changed comments style 2009-07-22 21:36:22 +00:00
buffalobill.py * changed comments style 2009-07-22 21:36:22 +00:00
calculation.py Merge remote-tracking branch 'jimsize/master' into pysolfc_modules_modularization 2012-12-07 16:32:30 +02:00
camelot.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
canfield.py Merge remote-tracking branch 'jimsize/master' into pysolfc_modules_modularization 2012-12-07 16:32:30 +02:00
capricieuse.py * changed comments style 2009-07-22 21:36:22 +00:00
curdsandwhey.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
daddylonglegs.py added new game, Daddy Longlegs 2011-11-17 21:38:31 -05:00
dieboesesieben.py * changed comments style 2009-07-22 21:36:22 +00:00
diplomat.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
doublets.py * changed comments style 2009-07-22 21:36:22 +00:00
eiffeltower.py * changed comments style 2009-07-22 21:36:22 +00:00
fan.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
fortythieves.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
freecell.py * changed comments style 2009-07-22 21:36:22 +00:00
glenwood.py * changed comments style 2009-07-22 21:36:22 +00:00
golf.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
grandduchess.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
grandfathersclock.py * changed comments style 2009-07-22 21:36:22 +00:00
gypsy.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
harp.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
headsandtails.py * changed comments style 2009-07-22 21:36:22 +00:00
katzenschwanz.py * changed comments style 2009-07-22 21:36:22 +00:00
klondike.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
labyrinth.py * changed comments style 2009-07-22 21:36:22 +00:00
larasgame.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
matriarchy.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
montana.py + 2 new games: "Double Blue Moon", "Double Red Moon" 2011-03-06 19:03:43 +00:00
montecarlo.py * changed comments style 2009-07-22 21:36:22 +00:00
napoleon.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
needle.py * changed comments style 2009-07-22 21:36:22 +00:00
numerica.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
osmosis.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
parallels.py * changed comments style 2009-07-22 21:36:22 +00:00
pasdedeux.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
picturegallery.py * improved stacks bottom 2009-08-05 16:46:12 +00:00
pileon.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
pushpin.py * fixed Accordion game 2011-03-07 09:20:26 +00:00
pyramid.py * bugfixes 2010-06-14 05:55:56 +00:00
royalcotillion.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
royaleast.py * changed comments style 2009-07-22 21:36:22 +00:00
sanibel.py * changed comments style 2009-07-22 21:36:22 +00:00
siebenbisas.py * changed comments style 2009-07-22 21:36:22 +00:00
simplex.py * changed comments style 2009-07-22 21:36:22 +00:00
spider.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
sthelena.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
sultan.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00
takeaway.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
terrace.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
threepeaks.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
tournament.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
unionsquare.py * changed comments style 2009-07-22 21:36:22 +00:00
wavemotion.py * changed comments style 2009-07-22 21:36:22 +00:00
windmill.py + 1 new game 2009-08-08 05:33:50 +00:00
yukon.py Get rid of gettext in init. 2012-11-25 19:43:46 +02:00
zodiac.py * scalable cards (req: PIL >= 1.1.7) 2011-03-06 06:33:38 +00:00