Field: Support for "unmarked mines number" added - "remaining mines" number evolves...
commitec1ae88b2cdf1a63459658129bd40ac7b42c6391
authorPetr Kubiznak <kubiznak.petr@gmail.com>
Mon, 4 Apr 2011 20:37:38 +0000 (4 22:37 +0200)
committerPetr Kubiznak <kubiznak.petr@gmail.com>
Mon, 4 Apr 2011 20:37:38 +0000 (4 22:37 +0200)
tree20b7d21fbe3e5a4879f3b4a2430156c6c1058fe7
parent95a8a114f1ff7277b4b88807bf40d8ad502a6376
Field: Support for "unmarked mines number" added - "remaining mines" number evolves according to user marks.
As a result there are changes in access to Field objects - since now it can be accessed directly for read operations only. Write operations (like setMark()) have to be made using Board object.
opengl: Visualization now uses "remaining mines" values.
core/board.cpp
core/board.h
core/field.cpp
core/field.h
opengl/runGlutMainLoop.cpp
ui/console/console.cpp
ui/qt/MainForm.cpp