<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://manual.dengine.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://manual.dengine.net/feed.php">
        <title>Doomsday Manual</title>
        <description></description>
        <link>https://manual.dengine.net/</link>
        <image rdf:resource="https://manual.dengine.net/lib/tpl/dengine/images/favicon.ico" />
       <dc:date>2026-04-13T03:10:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://manual.dengine.net/script/walkthrough/functions?rev=1664252695&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/devel/compiling_and_running_2.0?rev=1630474656&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/script/module/world?rev=1627793753&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/version?rev=1612442615&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/version/2.3.1?rev=1612442583&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/guide/troubleshooting?rev=1612078376&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/version/2.3?rev=1610133473&amp;do=diff"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=file%3Adependency_example.zip&amp;ns=file&amp;rev=1545197848&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_taskbar.jpg&amp;ns=image&amp;rev=1544959553&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_set_mods.jpg&amp;ns=image&amp;rev=1544958866&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_no_games.jpg&amp;ns=image&amp;rev=1544958847&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Agame_profile_with_arrow.png&amp;ns=image&amp;rev=1544897112&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Agamelib_view_options.jpg&amp;ns=image&amp;rev=1544895515&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=wiki%3Adokuwiki-128.png&amp;ns=wiki&amp;rev=1544598281&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=wiki%3Adeng-logo-128.png&amp;ns=wiki&amp;rev=1544598149&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_automap.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_audio_settings.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_save_folder.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_options_menu.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://manual.dengine.net/?image=image%3Av2.1_custom_iwad.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://manual.dengine.net/lib/tpl/dengine/images/favicon.ico">
        <title>Doomsday Manual</title>
        <link>https://manual.dengine.net/</link>
        <url>https://manual.dengine.net/lib/tpl/dengine/images/favicon.ico</url>
    </image>
    <item rdf:about="https://manual.dengine.net/script/walkthrough/functions?rev=1664252695&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-27T04:24:55+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>script:walkthrough:functions</title>
        <link>https://manual.dengine.net/script/walkthrough/functions?rev=1664252695&amp;do=diff</link>
        <description>RecordsstartScopes
Functions

A function is defined in the current scope using a def statement. def is a compound statement, so it must be either a single-line compound or end must be used in the end.
def func1(): pass

def func2()
end
The return statement is used to return a value from a function.</description>
    </item>
    <item rdf:about="https://manual.dengine.net/devel/compiling_and_running_2.0?rev=1630474656&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-01T05:37:36+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>devel:compiling_and_running_2.0</title>
        <link>https://manual.dengine.net/devel/compiling_and_running_2.0?rev=1630474656&amp;do=diff</link>
        <description>Compiling and running Doomsday 2.0–2.3 with CMake

Doomsday 2 is built with CMake 3.1 (or later).

Get the source

There are a couple of ways to get the source code:

	*  Download a source package. 
	*  Check out the Doomsday-Engine repository from GitHub: 
git clone --recursive https://github.com/skyjake/Doomsday-Engine</description>
    </item>
    <item rdf:about="https://manual.dengine.net/script/module/world?rev=1627793753&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-01T04:55:53+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>script:module:world</title>
        <link>https://manual.dengine.net/script/module/world?rev=1627793753&amp;do=diff</link>
        <description>World (Module)

Native module that provides bindings to objects in the game world.

Functions

 (  )

Searches the map for all things of type thingId and returns an array of  references.

 (
 ,
 ,
  = None,
  = 0
 )

Spawns a new thing at the specified coordinates</description>
    </item>
    <item rdf:about="https://manual.dengine.net/version?rev=1612442615&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-04T12:43:35+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>version</title>
        <link>https://manual.dengine.net/version?rev=1612442615&amp;do=diff</link>
        <description>Version history

Stable releases
 Release  Version  Build  Notes    2.3  2.3.1  3685   2.3  3650  DOOM render hacks, more scripting improvements    2.2  2.2.2  3313   2.2.1  3299   2.2  3272  Doomsday Script improvements, Heretic modding, weapon FOV    2.1  2.1.2  3226   2.1.1  2967</description>
    </item>
    <item rdf:about="https://manual.dengine.net/version/2.3.1?rev=1612442583&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-02-04T12:43:03+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>version:2.3.1</title>
        <link>https://manual.dengine.net/version/2.3.1?rev=1612442583&amp;do=diff</link>
        <description>2.3Versions
Version 2.3.1

Patch release for 2.3 that fixes some incorrect behavior:

	*  Heretic: Sky textures are only partially visible.
	*  Hexen: Sky textures are sized incorrectly.
	*  Alignment of floor/ceiling textures whose size is not 64×64.
	*  macOS: Missing and flickering textures on M1 Macs.</description>
    </item>
    <item rdf:about="https://manual.dengine.net/guide/troubleshooting?rev=1612078376&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-31T07:32:56+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>guide:troubleshooting - [Doomsday started crashing and even reinstall won't help] </title>
        <link>https://manual.dengine.net/guide/troubleshooting?rev=1612078376&amp;do=diff</link>
        <description>MultiplayerUser Guide Index
Troubleshooting

Quick links:

	*  Tech support forum
	*  How to report bugs / technical issues

Doomsday.out log file

When you encounter a bug or something seems to be malfunctioning, your first place to check for more information is the Doomsday log file called doomsday.out. It may contain errors or diagnostic messages that help understand what is going on.</description>
    </item>
    <item rdf:about="https://manual.dengine.net/version/2.3?rev=1610133473&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-08T19:17:53+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>version:2.3</title>
        <link>https://manual.dengine.net/version/2.3?rev=1610133473&amp;do=diff</link>
        <description>2.2.2Versions2.3.1
Version 2.3

This release enhances vanilla DOOM render hack support and adds new Doomsday Script bindings.



New features

DOOM render hacks. TNT: Evilution and The Plutonia Experiment use several render/map hacks to take advantage of quirks in the original DOOM renderer. Many of these effects are now supported (or fixed) in Doomsday. Examples: TNT MAP02 deep water, TNT MAP02 windows overlooking the deep water, TNT MAP09 transparent window, TNT MAP31 Arachnotrons inside pilla…</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=file%3Adependency_example.zip&amp;ns=file&amp;rev=1545197848&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-19T05:37:28+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>file:dependency_example.zip - created</title>
        <link>https://manual.dengine.net/?image=file%3Adependency_example.zip&amp;ns=file&amp;rev=1545197848&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_taskbar.jpg&amp;ns=image&amp;rev=1544959553&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-16T11:25:53+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_taskbar.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_taskbar.jpg&amp;ns=image&amp;rev=1544959553&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_taskbar.jpg?w=500&amp;h=39&amp;t=1544959553&amp;amp;tok=9bd10f&quot; alt=&quot;image:v2.1_taskbar.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_set_mods.jpg&amp;ns=image&amp;rev=1544958866&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-16T11:14:26+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_set_mods.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_set_mods.jpg&amp;ns=image&amp;rev=1544958866&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_set_mods.jpg?w=500&amp;h=296&amp;t=1544958866&amp;amp;tok=4af276&quot; alt=&quot;image:v2.1_set_mods.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_no_games.jpg&amp;ns=image&amp;rev=1544958847&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-16T11:14:07+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_no_games.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_no_games.jpg&amp;ns=image&amp;rev=1544958847&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_no_games.jpg?w=500&amp;h=276&amp;t=1544958847&amp;amp;tok=222655&quot; alt=&quot;image:v2.1_no_games.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Agame_profile_with_arrow.png&amp;ns=image&amp;rev=1544897112&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-15T18:05:12+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:game_profile_with_arrow.png - created</title>
        <link>https://manual.dengine.net/?image=image%3Agame_profile_with_arrow.png&amp;ns=image&amp;rev=1544897112&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/game_profile_with_arrow.png?w=500&amp;h=114&amp;t=1544897112&amp;amp;tok=4fe0f2&quot; alt=&quot;image:game_profile_with_arrow.png&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Agamelib_view_options.jpg&amp;ns=image&amp;rev=1544895515&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-15T17:38:35+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:gamelib_view_options.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Agamelib_view_options.jpg&amp;ns=image&amp;rev=1544895515&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/gamelib_view_options.jpg?w=500&amp;h=399&amp;t=1544895515&amp;amp;tok=ce5a1f&quot; alt=&quot;image:gamelib_view_options.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=wiki%3Adokuwiki-128.png&amp;ns=wiki&amp;rev=1544598281&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-12T07:04:41+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>wiki:dokuwiki-128.png</title>
        <link>https://manual.dengine.net/?image=wiki%3Adokuwiki-128.png&amp;ns=wiki&amp;rev=1544598281&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/wiki/dokuwiki-128.png?w=128&amp;h=128&amp;t=1678033918&amp;amp;tok=4a2d9f&quot; alt=&quot;wiki:dokuwiki-128.png&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=wiki%3Adeng-logo-128.png&amp;ns=wiki&amp;rev=1544598149&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-12T07:02:29+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>wiki:deng-logo-128.png - removed</title>
        <link>https://manual.dengine.net/?image=wiki%3Adeng-logo-128.png&amp;ns=wiki&amp;rev=1544598149&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_automap.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-11T19:37:19+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_automap.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_automap.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_automap.jpg?w=500&amp;h=296&amp;t=1544557039&amp;amp;tok=a75c80&quot; alt=&quot;image:v2.1_automap.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_audio_settings.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-11T19:37:19+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_audio_settings.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_audio_settings.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_audio_settings.jpg?w=500&amp;h=296&amp;t=1544557039&amp;amp;tok=782436&quot; alt=&quot;image:v2.1_audio_settings.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_save_folder.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-11T19:37:19+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_save_folder.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_save_folder.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_save_folder.jpg?w=500&amp;h=296&amp;t=1544557039&amp;amp;tok=e1a4ec&quot; alt=&quot;image:v2.1_save_folder.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_options_menu.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-11T19:37:19+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_options_menu.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_options_menu.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_options_menu.jpg?w=500&amp;h=296&amp;t=1544557039&amp;amp;tok=53f30b&quot; alt=&quot;image:v2.1_options_menu.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://manual.dengine.net/?image=image%3Av2.1_custom_iwad.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2018-12-11T19:37:19+00:00</dc:date>
        <dc:creator>skyjake (skyjake@undisclosed.example.com)</dc:creator>
        <title>image:v2.1_custom_iwad.jpg - created</title>
        <link>https://manual.dengine.net/?image=image%3Av2.1_custom_iwad.jpg&amp;ns=image&amp;rev=1544557039&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://manual.dengine.net/_media/image/v2.1_custom_iwad.jpg?w=500&amp;h=296&amp;t=1544557039&amp;amp;tok=ff7d79&quot; alt=&quot;image:v2.1_custom_iwad.jpg&quot; /&gt;</description>
    </item>
</rdf:RDF>
