Revision 686884

Go back to digest for 15th July 2007

Features in Games

Dmitry Suzdalev committed changes in /trunk/KDE/kdegames/kmines:

Further work on kmines+QGV:
* CellItem is now public QGraphicsPixmapItem
* Be clever when choosing how to fit rectangular grid in rectangular window
* Added KMinesRenderer class inspired by KLines one

So. Field is drawn now, using #cell_up from svg.
Background would be drawn to, but I've commented drawPixmap() call for speed :-P

File Changes

Added 2 files
  • /trunk/KDE/kdegames/kmines
  •   /renderer.cpp
  •   /renderer.h
Modified 7 files
  • /trunk/KDE/kdegames/kmines
  •   /cellitem.cpp
  •   /cellitem.h
  •   /CMakeLists.txt
  •   /minefielditem.cpp
  •   /minefielditem.h
  •   /scene.cpp
  •   /scene.h
9 files changed in total