You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/kpat
Michele Calgaro d45d96cd06
Fix FTBFS caused by invalid cast. This resolves issue #38.
4 päivää sitten
..
freecell-solver Fix FTBFS caused by invalid cast. This resolves issue #38. 4 päivää sitten
icons Fix invalid headers in PNG files and optimize for size 8 vuotta sitten
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
CHANGES Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 vuotta sitten
CMakeL10n.txt Desktop file translations: 4 vuotta sitten
CMakeLists.txt Desktop file translations: 4 vuotta sitten
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 vuotta sitten
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
README.tkcTrump Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
card.cpp Remove additional unneeded tq method conversions 13 vuotta sitten
card.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
cardmaps.cpp Removed additional code formatting modelines. 4 vuotta sitten
cardmaps.h Removed additional code formatting modelines. 4 vuotta sitten
clock.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
clock.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
computation.cpp Removed additional code formatting modelines. 4 vuotta sitten
computation.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
copyright.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
dealer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
dealer.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
deck.cpp Update various qt function definitions and static methods for tqt3 12 vuotta sitten
deck.h rename the following methods: 13 vuotta sitten
fortyeight.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
fortyeight.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
freecell.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
freecell.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
gamestats.ui Replace Q_SIGNALS and Q_SLOTS 3 kuukautta sitten
gamestatsimpl.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
gamestatsimpl.h Trinity Qt initial conversion 14 vuotta sitten
golf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
golf.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
grandf.cpp Removed additional code formatting modelines. 4 vuotta sitten
grandf.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
green.png Fix invalid headers in PNG files and optimize for size 8 vuotta sitten
gypsy.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
gypsy.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
hint.h Trinity Qt initial conversion 14 vuotta sitten
idiot.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
idiot.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
kings.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
kings.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
klondike.cpp Removed additional code formatting modelines. 4 vuotta sitten
klondike.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
kpat.desktop Desktop file translations: 4 vuotta sitten
kpatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
main.cpp Rename common header files for consistency with class renaming 11 vuotta sitten
mod3.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
mod3.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
napoleon.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
napoleon.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
pile.cpp Rename old tq methods that no longer need a unique name 13 vuotta sitten
pile.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
pile_algorithms.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
pwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
pwidget.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
simon.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
simon.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
speeds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
spider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 kuukautta sitten
spider.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 vuotta sitten
yukon.cpp Rename additional header files to avoid conflicts with KDE4 11 vuotta sitten
yukon.h Replace Q_OBJECT with TQ_OBJECT 9 kuukautta sitten

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.