mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
5cb573d938
Enhanced scripting workflow. Thing and linedef arguments can now have default value in configuration files. Fixed laggy visual camera movement on systems with big uptime. Fixed incorrect alignment of Things with "hangs" flag in GZDoom Visual mode. Fixed Editor crash when nodebuilder fails to build map. A window with error description will be shown instead. Doom light levels were used even in maps in non-doom map format. Tag Explorer plugin: Elements list wasn't updated when map element was deleted. Pugin wasn't disposed properly, which may led to Doom Builder 2 crash on map close. Fixed plugin crash after opening another map. Fixed unresponsive text entry in Filter text box. Fixed plugin crash when Doom Builder can't determmine thing category ("UNKNOWN" category will be used instead).
42 lines
2.1 KiB
HTML
42 lines
2.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
|
|
<title>GZDoom Builder features</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
|
|
<link rel="stylesheet" type="text/css" href="default.css" media="screen" title="Default" />
|
|
</head>
|
|
<body>
|
|
|
|
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
|
|
<param name="keyword" value="Template">
|
|
</object>
|
|
|
|
<div id="gz_title"><h1>GZDoom Builder features</h1></div>
|
|
|
|
<div id="contents">
|
|
<p>
|
|
<h2>List of new features avaliable in GZDoom Builder:</h2>
|
|
<ul>
|
|
<li>Dynamic lights (all types) are rendered in Visual modes.</li>
|
|
<li>Dynamic lights defined in GLDEFS are rendered in Visual modes.</li>
|
|
<li>Animated lights.</li>
|
|
<li><a href="gz_acsex.html">Enhanced scripting workflow</a>.</li>
|
|
<li>Partial <a href="gz_gldefs.html">GLDEFS</a> and <a href="gz_mapinfo.html">(Z)MAPINFO support.</a></li>
|
|
<li>Fog rendering (including colored fog in maps in UDMF format).</li>
|
|
<li><a href="gz_gldefs.html">MD2 and MD3 models</a> rendering in 2D and 3D modes.</li>
|
|
<li><a href="gz_mode_drawrect.html">Draw Rectangle</a>, <a href="gz_mode_drawellipse.html">Draw Ellipse</a> and <a href="gz_mode_drawbridge.html">Bridge</a> modes.</li>
|
|
<li>Ability to <a href="gz_actions.html#movething">move</a>, insert and delete Things in Visual modes.</li>
|
|
<li><a href="gz_actions.html#newtestmap">"Test Map from current position"</a> feature.</li>
|
|
<li><a href="gz_settings.html">"Sync camera position between 2D and 3D modes"</a> feature.</li>
|
|
<li><a href="gz_actions.html#movethingtocursor">"Place Things at cursor position in Visual Modes"</a> feature.</li>
|
|
|
|
<li>PNG image format support.</li>
|
|
<li><a href="gz_plug_colorpicker.html">Color Picker plugin.</a></li>
|
|
<li><a href="gz_plug_udmfcontrols.html">UDMF Controls plugin.</a></li>
|
|
<li><a href="gz_plug_tagexplorer.html">Tag Explorer plugin.</a></li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</body>
|