Warning, /games/libkdegames/src/private/kgame/README.LIB is written in an unsupported language. File is not indexed.

0001 some thoughts and comments about the lib - usually for KGame hackers
0002 
0003 - setMin/MaxPlayers() etc. use KGameProperty::changeValue() which is slightly
0004   unclean but as these functions can only called by the ADMIN it doesn't matter.
0005 - AB: KGamePropertyList && KGamePropertyArray:
0006      for PolicyClean||PolicyDirty the values are streamed into a QDataStream as usual
0007      for PolicyDirty||PolicyLocal the values are streamed as well but
0008      additionally command() is called immediately. The values are read from
0009      the stream there. This is some kind of performance loss as it would be
0010      faster *not* to stream it but imediately call e.g. insert(). But it will
0011      probably save a *lot* of bugs!
0012