Revision 808485
Go back to digest for 18th May 2008Other in Games
Tom Vollerthun committed changes in /trunk/playground/games:
Initial import of a new nonogram game
File Changes
Added 52 files
- /trunk/playground/games/nonogram
- /.cproject
- /.project
- /CMakeLists.txt
- /data
- /src
- /tests
- /TODO
- /data/blindchicken_bw_16x16.tar.gz
- /data/CMakeLists.txt
- /data/hi128-app-nonogram.png
- /data/hi32-app-nonogram.png
- /data/Nonogram.desktop
- /data/nonogramui.rc
- /src/CMakeLists.txt
- /src/ds
- /src/gui
- /src/io
- /src/main.cpp
- /src/mainwindow.cpp
- /src/mainwindow.h
- /tests/CMakeLists.txt
- /tests/data
- /tests/descriptionTest.cpp
- /tests/readPackageTest.cpp
- /tests/XbmInputTest.cpp
- /src/ds/CMakeLists.txt
- /src/ds/data.cpp
- /src/ds/data.h
- /src/ds/description.cpp
- /src/ds/description.h
- /src/gui/CMakeLists.txt
- /src/gui/game_info.cpp
- /src/gui/game_info.h
- /src/gui/grid.cpp
- /src/gui/grid.h
- /src/gui/grid_center.cpp
- /src/gui/grid_center.h
- /src/gui/grid_header.cpp
- /src/gui/grid_header.h
- /src/io/CMakeLists.txt
- /src/io/io_factory.h
- /src/io/nonogram_io.h
- /src/io/packageIo.cpp
- /src/io/packageIo.h
- /src/io/pic_format.cpp
- /src/io/pic_format.h
- /src/io/xbm_format.cpp
- /src/io/xbm_format.h
- /tests/data/blindchicken_bw_16x16.tar.gz
- /tests/data/mouse_white.xbm
- /tests/data/mouse_white.xml
Modified 1 files
- /trunk/playground/games/kpicross/CMakeLists.txt
53 files changed in total