summaryrefslogtreecommitdiff
path: root/doc/changelog.htm
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog.htm')
-rw-r--r--doc/changelog.htm64
1 files changed, 64 insertions, 0 deletions
diff --git a/doc/changelog.htm b/doc/changelog.htm
new file mode 100644
index 0000000..8fd333c
--- /dev/null
+++ b/doc/changelog.htm
@@ -0,0 +1,64 @@
+<html>
+
+<head>
+<meta name="GENERATOR" content="vim">
+<title>viDOOM - Free Software DOOM editor</title>
+</head>
+
+<body>
+
+<h1 align="center">Changelog</h1>
+
+<p>Below is a list of the major features added or bugs fixed in
+each release:</p>
+
+<table border="1" cellpadding="3" width="100%">
+ <tr>
+ <td valign="top"><b>Version</b> </td>
+ <td valign="top"><b>Date</b> </td>
+ <td valign="top"><b>Changes</b> </td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap>0.01</td>
+ <td valign="top" nowrap>05/08/2000</td>
+ <td valign="top">Initial release</td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap>0.02</td>
+ <td valign="top" nowrap>13/08/2000</td>
+ <td valign="top"><ol>
+ <li>Fixed bug in step creation</li>
+ <li>Added functionality to allow the selection of
+ overlapping objects</li>
+ </ol>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" nowrap>0.03</td>
+ <td valign="top" nowrap>Not yet completed</td>
+ <td valign="top"><ol>
+ <li>Fixed embarrassingly bad file pointer leaks.</li>
+ <li>Added conditional directives to config file.</li>
+ <li>Altered some configuration so that thing flags,
+ etc, can be different in HEXEN and DOOM mode.</li>
+ <li>Added support for generalised linedefs and sector
+ types.</li>
+ <li>Added support for ZDOOM HEXEN maps.</li>
+ <li>Added support for editting the MAPINFO lump for
+ ZDOOM levels.</li>
+ <li>Support for editting a SCRIPTS lump and
+ generating the HEXEN BEAHVIOR.</li>
+ <li>Fixed a small memory leak when closing a WAD
+ file.</li>
+ </ol>
+ </td>
+ </tr>
+</table>
+
+<hr>
+
+<p><a href="index.htm">Back to index</a></p>
+
+<p><tt>$Id$</tt></p>
+</body>
+</html>