blob: 8fd333c1986bc8e61c5980d4602c3bc3f844f1ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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>
|