You cannot 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
Michele Calgaro 66d79f336d
Remove worldwide scores logic completely
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 months ago
..
carddecks changes the 9th card deck KDE text to TDE 9 months ago
highscore Remove worldwide scores logic completely 2 months ago
kgame Replace TRUE/FALSE with boolean values true/false 11 months ago
pics Fix invalid headers in PNG files and optimize for size 10 years ago
CMakeL10n.txt Desktop file translations: 6 years ago
CMakeLists.txt Remove worldwide scores logic completely 2 months ago
Makefile.am Remove worldwide scores logic completely 2 months ago
README Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 13 years ago
TODO Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version 2 years ago
configure.in.in Use tdeApp 1 year ago
kcanvasrootpixmap.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kcanvasrootpixmap.h Replace kdemacros.h with tdemacros.h 2 years ago
kcarddialog.cpp Use TDESimpleConfig 8 months ago
kcarddialog.h Replace TRUE/FALSE with boolean values true/false 11 months ago
kcarddialog.png Fix invalid headers in PNG files and optimize for size 10 years ago
kchat.cpp Rename additional header files to avoid conflicts with KDE4 13 years ago
kchat.h Replace kdemacros.h with tdemacros.h 2 years ago
kchatbase.cpp Use tdestandarddirs.h 1 year ago
kchatbase.h Use tdeApp 1 year ago
kchatdialog.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kchatdialog.h Replace kdemacros.h with tdemacros.h 2 years ago
kgamelcd.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 2 years ago
kgamelcd.h Replace kdemacros.h with tdemacros.h 2 years ago
kgamemisc.cpp Rename additional header files to avoid conflicts with KDE4 13 years ago
kgamemisc.h Replace kdemacros.h with tdemacros.h 2 years ago
kgameprogress.cpp Replace TRUE/FALSE with boolean values true/false 11 months ago
kgameprogress.h Replace kdemacros.h with tdemacros.h 2 years ago
kgrid2d.h Rename additional header files to avoid conflicts with KDE4 13 years ago
kstdgameaction.cpp Updated icon names (undo → edit-undo, redo → edit-redo). 5 years ago
kstdgameaction.h Replace kdemacros.h with tdemacros.h 2 years ago
libtdegames.pc.cmake Remove worldwide scores logic completely 2 months 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
TDEGlobal::locale()->insertCatalogue("libtdegames");
to main()
This will add libtdegames.pot to your game and therefore all libtdegames 
strings get translated.