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/libtdegames
Timothy Pearson 5106f93512
Remove spurious TQ_OBJECT instances
12 years ago
..
carddecks Fix accidental conversions of binary files from last commit 12 years ago
highscore Remove spurious TQ_OBJECT instances 12 years ago
kgame Remove spurious TQ_OBJECT instances 12 years ago
pics Actually move the kde files that were renamed in the last commit 13 years ago
Makefile.am Actually move the kde files that were renamed in the last commit 13 years ago
README Actually move the kde files that were renamed in the last commit 13 years ago
TODO Actually move the kde files that were renamed in the last commit 13 years ago
configure.in.in Actually move the kde files that were renamed in the last commit 13 years ago
kcanvasrootpixmap.cpp Rename old tq methods that no longer need a unique name 12 years ago
kcanvasrootpixmap.h Remove spurious TQ_OBJECT instances 12 years ago
kcarddialog.cpp Rename obsolete tq methods to standard names 12 years ago
kcarddialog.h Remove spurious TQ_OBJECT instances 12 years ago
kcarddialog.png Actually move the kde files that were renamed in the last commit 13 years ago
kchat.cpp Actually move the kde files that were renamed in the last commit 13 years ago
kchat.h Remove spurious TQ_OBJECT instances 12 years ago
kchatbase.cpp Remove additional unneeded tq method conversions 12 years ago
kchatbase.h Remove spurious TQ_OBJECT instances 12 years ago
kchatdialog.cpp Rename obsolete tq methods to standard names 12 years ago
kchatdialog.h Remove spurious TQ_OBJECT instances 12 years ago
kgamelcd.cpp Rename obsolete tq methods to standard names 12 years ago
kgamelcd.h Remove spurious TQ_OBJECT instances 12 years ago
kgamemisc.cpp Actually move the kde files that were renamed in the last commit 13 years ago
kgamemisc.h Actually move the kde files that were renamed in the last commit 13 years ago
kgameprogress.cpp Rename obsolete tq methods to standard names 12 years ago
kgameprogress.h Remove spurious TQ_OBJECT instances 12 years ago
kgrid2d.h Actually move the kde files that were renamed in the last commit 13 years ago
kstdgameaction.cpp Actually move the kde files that were renamed in the last commit 13 years ago
kstdgameaction.h Additional renaming of kde to tde 13 years ago

README

This directory contains the library for the tdegames 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 libtdegames 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 libtdegames in your game please also add
KGlobal::locale()->insertCatalogue("libtdegames");
to main()
This will add libtdegames.pot to your game and therefore all libtdegames 
strings get translated.