Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
tdegames/kpat
Michele Calgaro d45d96cd06
Fix FTBFS caused by invalid cast. This resolves issue #38.
4 dagen geleden
..
freecell-solver Fix FTBFS caused by invalid cast. This resolves issue #38. 4 dagen geleden
icons Fix invalid headers in PNG files and optimize for size 8 jaren geleden
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
CHANGES Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 jaren geleden
CMakeL10n.txt Desktop file translations: 4 jaren geleden
CMakeLists.txt Desktop file translations: 4 jaren geleden
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 jaren geleden
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
README.tkcTrump Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
card.cpp Remove additional unneeded tq method conversions 13 jaren geleden
card.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
cardmaps.cpp Removed additional code formatting modelines. 4 jaren geleden
cardmaps.h Removed additional code formatting modelines. 4 jaren geleden
clock.cpp Rename additional header files to avoid conflicts with KDE4 11 jaren geleden
clock.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
computation.cpp Removed additional code formatting modelines. 4 jaren geleden
computation.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
copyright.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
dealer.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
dealer.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
deck.cpp Update various qt function definitions and static methods for tqt3 12 jaren geleden
deck.h rename the following methods: 13 jaren geleden
fortyeight.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
fortyeight.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
freecell.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
freecell.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
gamestats.ui Replace Q_SIGNALS and Q_SLOTS 3 maanden geleden
gamestatsimpl.cpp Rename additional header files to avoid conflicts with KDE4 11 jaren geleden
gamestatsimpl.h Trinity Qt initial conversion 14 jaren geleden
golf.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
golf.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
grandf.cpp Removed additional code formatting modelines. 4 jaren geleden
grandf.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
green.png Fix invalid headers in PNG files and optimize for size 8 jaren geleden
gypsy.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
gypsy.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
hint.h Trinity Qt initial conversion 14 jaren geleden
idiot.cpp Rename additional header files to avoid conflicts with KDE4 11 jaren geleden
idiot.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
kings.cpp Rename additional header files to avoid conflicts with KDE4 11 jaren geleden
kings.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
klondike.cpp Removed additional code formatting modelines. 4 jaren geleden
klondike.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
kpat.desktop Desktop file translations: 4 jaren geleden
kpatui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
main.cpp Rename common header files for consistency with class renaming 11 jaren geleden
mod3.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
mod3.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
napoleon.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
napoleon.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
pile.cpp Rename old tq methods that no longer need a unique name 13 jaren geleden
pile.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
pile_algorithms.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
pwidget.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
pwidget.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
simon.cpp Rename additional header files to avoid conflicts with KDE4 11 jaren geleden
simon.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
speeds.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
spider.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 maanden geleden
spider.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden
version.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 jaren geleden
yukon.cpp Rename additional header files to avoid conflicts with KDE4 11 jaren geleden
yukon.h Replace Q_OBJECT with TQ_OBJECT 9 maanden geleden

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.