Revision 1300847

Go back to digest for 17th June 2012

Bug Fixes in Games

Wolfgang Rohdewald committed changes in /trunk/KDE/kdegames/kajongg/src:

Sometimes clients did not write into data base when they should

This happened when two clients used the same path for their database,
even if it was on different computers.
Until now, identity of data bases was checked by path and IP address,
but that worked only in my local network.
Now each kajongg data base has a unique ID.
Background: It is legal having two kajongg instances running on one
client - and if that happens, they will use the same database. So only
one of them should save game info in that data base. The server says who

File Changes

Modified 4 files
  • /trunk/KDE/kdegames/kajongg/src
  •   /common.py
  •   /humanclient.py
  •   /query.py
  •   /server.py
4 files changed in total