summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek2012-06-14 00:29:01 +0200
committerPetr Mrázek2012-06-14 00:29:01 +0200
commiteaac32c7652be14dc45366b9d74101ae6a38fb17 (patch)
tree84111aa7e59096f81cdc026bc7859f5112d8e157
parent5f33ebde41ea732cffed2ccfe31e38bd994a8881 (diff)
downloaddfhack-eaac32c7652be14dc45366b9d74101ae6a38fb17.tar.gz
dfhack-eaac32c7652be14dc45366b9d74101ae6a38fb17.tar.bz2
dfhack-eaac32c7652be14dc45366b9d74101ae6a38fb17.tar.xz
Version bump and text updates.
-rw-r--r--CMakeLists.txt2
-rw-r--r--Compile.html2
-rw-r--r--Lua API.html2
-rw-r--r--README.rst2
-rw-r--r--Readme.html7
m---------library/xml0
6 files changed, 8 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62be3e8c..ca8592b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ endif()
# set up versioning.
set(DF_VERSION_MAJOR "0")
set(DF_VERSION_MINOR "34")
-set(DF_VERSION_PATCH "10")
+set(DF_VERSION_PATCH "11")
set(DF_VERSION "${DF_VERSION_MAJOR}.${DF_VERSION_MINOR}.${DF_VERSION_PATCH}")
SET(DFHACK_RELEASE "r1" CACHE STRING "Current release revision.")
diff --git a/Compile.html b/Compile.html
index 53fc959b..b0f9e9c6 100644
--- a/Compile.html
+++ b/Compile.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.9: http://docutils.sourceforge.net/" />
<title>Building DFHACK</title>
<style type="text/css">
diff --git a/Lua API.html b/Lua API.html
index 3edcfd27..5574c55b 100644
--- a/Lua API.html
+++ b/Lua API.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.9: http://docutils.sourceforge.net/" />
<title>DFHack Lua API</title>
<style type="text/css">
diff --git a/README.rst b/README.rst
index f1e95a74..e4bc7a4d 100644
--- a/README.rst
+++ b/README.rst
@@ -27,7 +27,7 @@ Compatibility
DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
OSX is not supported due to lack of developers with a Mac.
-Currently, only versions 0.34.06 and 0.34.07 are supported. If you need DFHack
+Currently, versions 0.34.08 - 0.34.11 are supported. If you need DFHack
for older versions, look for older releases.
On Windows, you have to use the SDL version of DF.
diff --git a/Readme.html b/Readme.html
index 49ddb198..cd579d37 100644
--- a/Readme.html
+++ b/Readme.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.9: http://docutils.sourceforge.net/" />
<title></title>
<style type="text/css">
@@ -541,7 +541,7 @@ binaries at <a class="reference external" href="http://github.com/peterix/dfhac
<h1><a class="toc-backref" href="#id36">Compatibility</a></h1>
<p>DFHack works on Windows XP, Vista, 7 or any modern Linux distribution.
OSX is not supported due to lack of developers with a Mac.</p>
-<p>Currently, only versions 0.34.06 and 0.34.07 are supported. If you need DFHack
+<p>Currently, versions 0.34.08 - 0.34.11 are supported. If you need DFHack
for older versions, look for older releases.</p>
<p>On Windows, you have to use the SDL version of DF.</p>
<p>It is possible to use the Windows DFHack under wine/OSX.</p>
@@ -1569,12 +1569,13 @@ paint hidden 1
paint hidden 0
</pre>
<p>This will hide previously revealed tiles (or show hidden with the 0 option).</p>
-<p>Any paint or filter option can be disabled entirely by using the ANY keyword:</p>
+<p>Any paint or filter option (or the entire paint or filter) can be disabled entirely by using the ANY keyword:</p>
<pre class="literal-block">
paint hidden ANY
paint shape ANY
filter material any
filter shape any
+filter any
</pre>
<dl class="docutils">
<dt>You can use several different brushes for painting tiles:</dt>
diff --git a/library/xml b/library/xml
-Subproject f0e931933dd553ad1e9b2a9acde2cca59791ed9
+Subproject c381884664c71adefbec44258a734def2c88dac