~keith-penguin/kdegames/trunk

« back to all changes in this revision

Viewing changes to libkdegames/kgame/README.LIB

  • Committer: Keith Worrell
  • Date: 2009-03-18 05:35:28 UTC
  • Revision ID: keith.worrell@gmail.com-20090318053528-mx6x9c0ngmg0kg6p
imported project

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
some thoughts and comments about the lib - usually for KGame hackers
 
2
 
 
3
- setMin/MaxPlayers() etc. use KGameProperty::changeValue() which is slightly
 
4
  unclean but as these functions can only called by the ADMIN it doesn't matter.
 
5
- AB: KGamePropertyList && KGamePropertyArray:
 
6
     for PolicyClean||PolicyDirty the values are streamed into a QDataStream as usual
 
7
     for PolicyDirty||PolicyLocal the values are streamed as well but
 
8
     additionally command() is called immediately. The values are read from
 
9
     the stream there. This is some kind of performance loss as it would be
 
10
     faster *not* to stream it but imediately call e.g. insert(). But it will
 
11
     probably save a *lot* of bugs!
 
12