From fb8532ad8435e7ef2d56dea541feeb88b9dc9212 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Tue, 20 Nov 2012 13:07:27 +0400 Subject: [PATCH] Add some screenshots to the readme document. Using the standard 800x600 tileset as the common denominator (and it results in smaller images too). --- CMakeLists.txt | 1 + Readme.html | 35 ++++++++++++++++-- Readme.rst | 59 +++++++++++++++++++++++++++++-- images/assign-rack.png | Bin 0 -> 8044 bytes images/guide-path.png | Bin 0 -> 8224 bytes images/liquids.png | Bin 0 -> 6473 bytes images/manipulator.png | Bin 0 -> 12399 bytes images/mechanisms.png | Bin 0 -> 6943 bytes images/power-meter.png | Bin 0 -> 7523 bytes images/rename-bld.png | Bin 0 -> 11008 bytes images/rename-prof.png | Bin 0 -> 10174 bytes images/room-list.png | Bin 0 -> 8562 bytes images/search.png | Bin 0 -> 7283 bytes images/siege-engine.png | Bin 0 -> 8227 bytes images/workflow-new1.png | Bin 0 -> 9378 bytes images/workflow-new2.png | Bin 0 -> 11397 bytes images/workflow.png | Bin 0 -> 8206 bytes images/workshop-job-item.png | Bin 0 -> 8297 bytes images/workshop-job-material.png | Bin 0 -> 9278 bytes images/workshop-job.png | Bin 0 -> 11076 bytes 20 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 images/assign-rack.png create mode 100644 images/guide-path.png create mode 100644 images/liquids.png create mode 100644 images/manipulator.png create mode 100644 images/mechanisms.png create mode 100644 images/power-meter.png create mode 100644 images/rename-bld.png create mode 100644 images/rename-prof.png create mode 100644 images/room-list.png create mode 100644 images/search.png create mode 100644 images/siege-engine.png create mode 100644 images/workflow-new1.png create mode 100644 images/workflow-new2.png create mode 100644 images/workflow.png create mode 100644 images/workshop-job-item.png create mode 100644 images/workshop-job-material.png create mode 100644 images/workshop-job.png diff --git a/CMakeLists.txt b/CMakeLists.txt index 0165d9964..50d50d18d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,6 +172,7 @@ IF(BUILD_LIBRARY) add_subdirectory (library) ## install the default documentation files install(FILES LICENSE "Lua API.html" Readme.html Compile.html Contributors.html DESTINATION ${DFHACK_USERDOC_DESTINATION}) + install(DIRECTORY images DESTINATION ${DFHACK_USERDOC_DESTINATION}) endif() #build the plugins diff --git a/Readme.html b/Readme.html index c596371e7..137971abd 100644 --- a/Readme.html +++ b/Readme.html @@ -2771,6 +2771,7 @@ guideline because it arguably just fixes small usability bugs in the game UI.

Dwarf Manipulator

Implemented by the manipulator plugin. To activate, open the unit screen and press 'l'.

+images/manipulator.png

This tool implements a Dwarf Therapist-like interface within the game UI. The far left column displays the unit's Happiness (color-coded based on its value), and the right half of the screen displays each dwarf's labor settings @@ -2806,6 +2807,7 @@ directly to the main dwarf mode screen.