SVN_SILENT made messages (.desktop file)
[kdegames.git] / libkdegames / README
blobb3eb25d10a272d707c6028bfa93206be5481dc4b
1 This directory contains the library for the kdegames package.
2 It is a collection of functions used by some games or which
3 are useful for other games.
5 Packagers note: it is recommended to put the directory "carddecks" into a separate
6 package, as not all games using libkdegames use the carddecks as well.
8 Contents:
9   kcarddialog: Access to carddeck selection and administration
10                for cardgames
11   kstdgameaction: just like kstdaction this provides some default action for
12                   kde games. games often use different entries than other apps
13                   (like "game" instead of "file"), so use this if possible
14   kgamemisc: some static method i didn't know a good class name for. it
15              currently features "randomName()" which will just give you a random name from
16              a list (translators note: happy translating ;) i copied kde-common/accounts
17              for this so there are nearly 300 entries...)
18   kgame: this is a complete network/game handling library. it constists of a lot
19          of classes which are explained in the kgame docu (as soon as it is
20          written)
21   kgamecanvas: a fast game-oriented canvas library
23 If you use libkdegames in your game please also add
24 KGlobal::locale()->insertCatalog("libkdegames");
25 to main()
26 This will add libkdegames.pot to your game and therefore all libkdegames 
27 strings get translated.