Revision 812169
Go back to digest for 25th May 2008Features in Games
Tom Vollerthun committed changes in /trunk/playground/games/nonogram:
- Use all three mouse buttons for different types of toggles (lmb: undefined/on/off mmb: undefined/off rmb: undefined/on)
- GUI deuglification: (some) colors and number positioning
- SOME changes in datastructure:
- prepare for multicolored games
- store _state_ of grid entries in addition to color
- be able to convert hints (list of numbers) to QString for serialization
File Changes
Modified 13 files
- /trunk/playground/games/nonogram
- /TODO
- /src/mainwindow.cpp
- /src/ds/data.cpp
- /src/ds/data.h
- /src/gui/grid.cpp
- /src/gui/grid_center.cpp
- /src/gui/grid_center.h
- /src/gui/grid_header.cpp
- /src/gui/grid_header.h
- /src/io/pic_format.cpp
- /src/io/xbm_format.cpp
- /src/unit-tests/readPackageTest.cpp
- /src/unit-tests/XbmInputTest.cpp
13 files changed in total