25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
tdegames/kpat
Michele Calgaro d45d96cd06
Fix FTBFS caused by invalid cast. This resolves issue #38.
1 hafta önce
..
freecell-solver Fix FTBFS caused by invalid cast. This resolves issue #38. 1 hafta önce
icons Fix invalid headers in PNG files and optimize for size 8 yıl önce
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
CHANGES Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 yıl önce
CMakeL10n.txt Desktop file translations: 4 yıl önce
CMakeLists.txt Desktop file translations: 4 yıl önce
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 yıl önce
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
README.tkcTrump Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
card.cpp Remove additional unneeded tq method conversions 13 yıl önce
card.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
cardmaps.cpp Removed additional code formatting modelines. 4 yıl önce
cardmaps.h Removed additional code formatting modelines. 4 yıl önce
clock.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
clock.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
computation.cpp Removed additional code formatting modelines. 4 yıl önce
computation.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
copyright.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
dealer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
dealer.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
deck.cpp Update various qt function definitions and static methods for tqt3 12 yıl önce
deck.h rename the following methods: 13 yıl önce
fortyeight.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
fortyeight.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
freecell.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
freecell.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
gamestats.ui Replace Q_SIGNALS and Q_SLOTS 3 ay önce
gamestatsimpl.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
gamestatsimpl.h Trinity Qt initial conversion 14 yıl önce
golf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
golf.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
grandf.cpp Removed additional code formatting modelines. 4 yıl önce
grandf.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
green.png Fix invalid headers in PNG files and optimize for size 8 yıl önce
gypsy.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
gypsy.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
hint.h Trinity Qt initial conversion 14 yıl önce
idiot.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
idiot.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
kings.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
kings.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
klondike.cpp Removed additional code formatting modelines. 4 yıl önce
klondike.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
kpat.desktop Desktop file translations: 4 yıl önce
kpatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
main.cpp Rename common header files for consistency with class renaming 11 yıl önce
mod3.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
mod3.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
napoleon.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
napoleon.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
pile.cpp Rename old tq methods that no longer need a unique name 13 yıl önce
pile.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
pile_algorithms.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
pwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
pwidget.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
simon.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
simon.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
speeds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
spider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 ay önce
spider.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
yukon.cpp Rename additional header files to avoid conflicts with KDE4 11 yıl önce
yukon.h Replace Q_OBJECT with TQ_OBJECT 9 ay önce

README

Hello,

this is the very first release of kpat, the KDE solitaire patience game.

It is an almost unchanged "patience" from Paul Olav Tvete, who uploaded
this stuff some months ago on www.troll.no.

My changes are so far:

    - renamed the stuff kpat-0.1
    - improved drag'n'drop (no more weird jumping of cards)
    - improved look (shaded borders around the cards and piles)
    - hopefully improved cards-background 
    - "very easy"-option for klondike to give only one card. 
    - unset wholeColumn for klondike, but this all belongs into OPTIONS

Anway, kpat is IMO already yet the best X-based solitaire-like game,
thanks to Paul Olav Tvete and Qt :-)


Greets,

  Matthias



----- original README (probably Paul):

This is an implementation of patience (solitaire). It consists of a
general class library and six games implemented using it.

I wrote this program when learning Qt. There are a number of things I
would have done differently now. One of the silliest is that all the
intelligence lies in the cards (which are individual widgets, by the way)
instead of in a Patience class.

There are a lot of static variables. Don't try to instantiate more than one
dealer at a time -- that way lies madness.

The general base classes could doubtlessly have been a lot more general.