DarkRadiant: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
mNo edit summary
(29 intermediate revisions by 2 users not shown)
Line 1: Line 1:
DarkRadiant is The Dark Mod's very own map editor, based on the open-source GTKRadiant. Visit the [http://darkradiant.sourceforge.net project website] for release announcements or check the development forums.
<div style="padding: 5px; padding-bottom: 0px; float: right; background-color:#EEEEEE; border: 1px solid #CCCCCC;">
[[Image:DarkRadiant_Logo.png]]


Orbweaver started working on it in Spring 2006, greebo joined the team as of October 2006 (the initial release was version 0.5.0). Features at this stage include a categorised entity inspector, drag-resizable lights, projected lights, customisable colour schemes, skin chooser for models, UV editor, a unified surface inspector, color selection tool for lights and numerous bugfixes over the GtkRadiant codebase.
<small>The DarkRadiant Logo</small>
</div>
'''DarkRadiant''' is The Dark Mod's very own map editor, originally based on the open-source GtkRadiant. Visit the [http://www.darkradiant.net project website] for release announcements or check the development forums. The source code is hosted on [https://github.com/codereader/DarkRadiant github].


OrbWeaver started working on it in Spring 2006, greebo joined the team as of October 2006 (the initial release was version 0.5.0). Features at this stage include a categorised entity inspector, drag-resizable lights, projected lights, customisable colour schemes, skin chooser for models, UV editor, a unified surface inspector, color selection tool for lights and numerous bugfixes over the GtkRadiant codebase.
== Alphabetical List of Articles ==
{{index-page|category=DarkRadiant|topic=DarkRadiant, the DarkMod map editor}}
== Installation / Compilation ==
* [https://github.com/codereader/DarkRadiant/releases '''Download]''' the latest release from the github project page.
* [[DarkRadiant - Quick Installation Guide]]
* [[DarkRadiant - Quick Installation Guide]]
* The codebase is stored on sourceforge SVN: http://sourceforge.net/projects/darkradiant/
* [[DarkRadiant - Compilation Guide]]
* [[DarkRadiant - Compilation Guide]]


== Mappers ==
== Mappers ==
* [[DarkRadiant Video Tutorials|Video Tutorials]]
* [[Dark Radiant Keys|DarkRadiant Keys]]
* [[DarkRadiant Tips and Tricks]]
* [[DarkRadiant Tips and Tricks]]
* [[Texturing in DarkRadiant]]
* [[Texturing in DarkRadiant]]
* [[DarkRadiant Command Reference]]
* [[DarkRadiant Command Reference]]
* [[Defining custom Filters in DarkRadiant]]
* [[Defining custom Filters in DarkRadiant]]
* [[Readable Editor]]
== Python Scripting ==
* [[DarkRadiant Script Reference]]
== Troubleshooting ==
* Check our [http://bugs.thedarkmod.com/ Bugtracker] for known and reported issues.
* [[Save a Memory Dump for debugging Crashes]]


== TroubleShooting ==
== Developers ==
* [[DarkRadiant - Compilation Problems]]
* [[DarkRadiant Linux Issues]]


==Developers==
* [[DarkRadiant coding standards|Coding standards]]
* [[DarkRadiant coding standards]]
* [[DarkRadiant render system|Render system]]
* [[DarkRadiant module system]]
* [[DarkRadiant shader system|Shader system]]
* [[DarkRadiant render system]]
* [[DarkRadiant pre-release tests|pre-release tests]]
* [[DarkRadiant shader system]]
* [[DarkRadiant Release Mechanics|Release Mechanics]]
* [[DarkRadiant scene graph]]
* [[DarkRadiant pre-release tests]]
* [[DarkRadiant startup phase]]


== Changelog ==
== Weblinks ==
The summarised changes can be found in the [http://darkradiant.svn.sourceforge.net/viewvc/*checkout*/darkradiant/trunk/darkradiant/CHANGES CHANGELOG]. Open the SVN log to see all the detailed code changes as well.
* [http://www.darkradiant.net/ Project Website]
* [https://github.com/codereader/DarkRadiant Git Repository]
* [https://github.com/codereader/DarkRadiant_WinDeps Git Repository hosting the Windows Dependencies]
* [http://sourceforge.net/projects/darkradiant/ (Legacy) Sourceforge Project Page]
* [http://forums.thedarkmod.com/forum/51-darkradiant-feedback-and-development/ DarkRadiant Forums]
* [http://bugs.thedarkmod.com Bugtracker]


[[Category:DarkRadiant]]
[[Category:DarkRadiant]]
[[Category:Editing]]
{{editing}}

Revision as of 03:52, 18 December 2017

DarkRadiant Logo.png

The DarkRadiant Logo

DarkRadiant is The Dark Mod's very own map editor, originally based on the open-source GtkRadiant. Visit the project website for release announcements or check the development forums. The source code is hosted on github.

OrbWeaver started working on it in Spring 2006, greebo joined the team as of October 2006 (the initial release was version 0.5.0). Features at this stage include a categorised entity inspector, drag-resizable lights, projected lights, customisable colour schemes, skin chooser for models, UV editor, a unified surface inspector, color selection tool for lights and numerous bugfixes over the GtkRadiant codebase.

Alphabetical List of Articles

This is a selected list of articles and tutorials about DarkRadiant, the DarkMod map editor.
Please see the category DarkRadiant for a full list of articles for this topic.

Installation / Compilation

Mappers

Python Scripting

Troubleshooting

Developers

Weblinks