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/libkdegames
toma c90c389a8a
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
15 years ago
..
carddecks Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
highscore Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgame Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pics Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcanvasrootpixmap.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcanvasrootpixmap.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcarddialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcarddialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kcarddialog.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kchat.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kchat.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kchatbase.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kchatbase.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kchatdialog.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kchatdialog.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgamelcd.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgamelcd.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgamemisc.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgamemisc.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgameprogress.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgameprogress.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kgrid2d.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kstdgameaction.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kstdgameaction.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

This directory contains the library for the kdegames packege.
It is a collection of functions used by some games or which
are useful for other games.

Packagers note: it is recommended to put the directory "carddecks" into a separate
package, as not all games using libkdegames use the carddecks as well.

Contents:
  kcarddialog: Access to carddeck selection and administration
               for cardgames
  kstdgameaction: just like kstdaction this provides some default action for
                  kde games. games often use different entries than other apps
                  (like "game" instead of "file"), so use this if possible
  kgamemisc: some static method i didn't know a good class name for. it
             currently features "randomName()" which will just give you a random name from
             a list (translators note: happy translating ;) i copied kde-common/accounts
             for this so there are nearly 300 entries...)
  kgame: this is a complete network/game handling library. it constists of a lot
         of classes which are explained in the kgame docu (as soon as it is
         written)
if you use libkdegames in your game please also add
KGlobal::locale()->insertCatalogue("libkdegames");
to main()
This will add libkdegames.pot to your game and therefore all libkdegames 
strings get translated.