Changesets: DarkRadiant
master a0cfe6c4 31.07.2018 21:37 Details Diff |
Add .gitlab-ci.yml Attempt to deploy HTML docs from doc/ directory |
||
add - .gitlab-ci.yml | Diff File | ||
master 768197a6 31.07.2018 21:33 Details Diff |
Add generated doc/manual.html to Git Having the rendered HTML in source control avoids the need to add an AsciiDoc pipeline for every platform, and may allow external hosting e.g. on GitLab. |
||
add - doc/manual.html | Diff File | ||
master eb7c3032 31.07.2018 21:29 Details Diff |
Move img/src to separate imgsrc directory img directory now contains only those image files which actually need to be installed. |
||
master f512b634 29.07.2018 22:06 Details Diff |
Add manual section on non-rectangular primitive brushes | ||
mod - doc/manual.adoc | Diff File | ||
mod - doc/manual.css | Diff File | ||
master 22df4688 29.07.2018 19:11 Details Diff |
Initial manual section on creating brushes | ||
mod - doc/manual.adoc | Diff File | ||
mod - doc/manual.css | Diff File | ||
master 780369e3 28.07.2018 22:37 Details Diff |
Add manual sections on map structure and manipulating objects | ||
mod - doc/manual.adoc | Diff File | ||
mod - doc/manual.css | Diff File | ||
master aa85c38c 28.07.2018 16:03 Details Diff |
Add manual section on grid adjustment Also switched to icons rather than text for admonition blocks, using the default icon set included with AsciiDoctor. |
||
add - doc/img/caution.png | Diff File | ||
add - doc/img/example.png | Diff File | ||
add - doc/img/home.png | Diff File | ||
add - doc/img/important.png | Diff File | ||
add - doc/img/next.png | Diff File | ||
add - doc/img/note.png | Diff File | ||
add - doc/img/prev.png | Diff File | ||
add - doc/img/tip.png | Diff File | ||
add - doc/img/up.png | Diff File | ||
add - doc/img/warning.png | Diff File | ||
mod - doc/manual.adoc | Diff File | ||
master 7df448d7 27.07.2018 22:36 Details Diff |
Link to some further resources in Introduction (e.g. Dark Mod wiki) | ||
mod - doc/manual.adoc | Diff File | ||
master c39f9cb4 27.07.2018 22:23 Details Diff |
Improve readability of labels in 2D view diagram | ||
mod - doc/img/2DViewMarkedUp.png | Diff File | ||
mod - doc/img/src/2DViewMarkedUp.svg | Diff File | ||
master c6eaf6c9 27.07.2018 22:16 Details Diff |
Describe commands available within the 2D view | ||
mod - doc/manual.adoc | Diff File | ||
master 6a38665c 27.07.2018 22:02 Details Diff |
Add 'Navigating the 2D view' section to manual Includes a marked-up diagram of the main 2D view elements, and an introductory paragraph. Also moved image source files (Inkscape SVG etc) into img/src subdirectory so they won't get mixed up with the rendered output. |
||
add - doc/img/2DViewMarkedUp.png | Diff File | ||
add - doc/img/src/2DView.png | Diff File | ||
add - doc/img/src/2DViewMarkedUp.svg | Diff File | ||
mod - doc/manual.adoc | Diff File | ||
master 2cfbb14c 27.07.2018 21:27 Details Diff |
Add .darkradiant file to workflow diagram 'Editing workflow' now mentions the .darkradiant file; the now-redundant 'File types' subsection is removed. |
||
mod - doc/img/DarkRadiantWorkflow.png | Diff File | ||
mod - doc/img/DarkRadiantWorkflow.svg | Diff File | ||
mod - doc/manual.adoc | Diff File | ||
master 661fc8ed 26.07.2018 22:44 Details Diff |
Add section on 'Editing workflow' to user guide Describe (and illustrate with a flowchart) the overall data flow from assets in a game installation to the game engine itself. |
||
add - doc/img/DarkRadiantWorkflow.png | Diff File | ||
add - doc/img/DarkRadiantWorkflow.svg | Diff File | ||
mod - doc/manual.adoc | Diff File | ||
master 1f9832a6 26.07.2018 21:56 Details Diff |
Add a Help menu option to display the installed user guide in a browser | ||
mod - install/menu.xml | Diff File | ||
mod - radiant/Makefile.am | Diff File | ||
add - radiant/ui/Documentation.cpp | Diff File | ||
add - radiant/ui/Documentation.h | Diff File | ||
mod - radiant/ui/UserInterfaceModule.cpp | Diff File | ||
master 640e34ff 26.07.2018 21:44 Details Diff |
Initial implementation of ApplicationContext::getHTMLPath() Building the HTML path into the application will allow for Help menu commands to show documentation in a browser. |
||
mod - include/imodule.h | Diff File | ||
mod - radiant/Makefile.am | Diff File | ||
mod - radiant/modulesystem/ApplicationContextImpl.cpp | Diff File | ||
mod - radiant/modulesystem/ApplicationContextImpl.h | Diff File | ||
master 54e7a24e 26.07.2018 21:30 Details Diff |
Use htmldir as manual installation directory Automake already provides an htmldir for installing HTML files (default location would be /usr/share/doc/darkradiant), so there is no need to define our own custom variable. |
||
mod - doc/Makefile.am | Diff File | ||
master 03a53d75 22.07.2018 22:27 Details Diff |
Add manual section about choosing an interface layout | ||
mod - doc/manual.adoc | Diff File | ||
master ad65b6d8 22.07.2018 16:00 Details Diff |
Add custom stylesheet for AsciiDoc manual Based on the asciidoctor default stylesheet with a couple of font tweaks. |
||
mod - doc/Makefile.am | Diff File | ||
add - doc/manual.css | Diff File | ||
master 422e4c25 21.07.2018 16:05 Details Diff |
Added documentation of Game Setup dialog shown on first run | ||
mod - doc/Makefile.am | Diff File | ||
add - doc/img/GameSetupDialog.png | Diff File | ||
mod - doc/manual.adoc | Diff File | ||
master 0ffd2629 20.07.2018 22:15 Details Diff |
Initial Makefile.am for generating HTML from AsciiDoc | ||
mod - Makefile.am | Diff File | ||
mod - configure.ac | Diff File | ||
add - doc/Makefile.am | Diff File | ||
master b9f1937a 20.07.2018 22:03 Details Diff |
Add doc/ directory with initial manual.adoc | ||
add - doc/manual.adoc | Diff File | ||
master 27aff851 06.07.2018 08:14 Details Diff |
UNIX manpage is now generated from an AsciiDoc source file AsciiDoc is a text formatting language similar to MarkDown, which can be used to generate a variety of other documentation formats, including manpages. This makes the manpage much easier to edit since there is no need to use the esoteric ROFF syntax directly. A Makefile contains the necessary commands to generate the manpage from the AsciiDoc source. |
||
add - man/Makefile | Diff File | ||
mod - man/darkradiant.1 | Diff File | ||
add - man/darkradiant.adoc | Diff File | ||
master ba5153ec 20.06.2018 19:38 Details Diff |
Fix 0004840: Mouse Binding settings for Aux1/Aux2 do not work |
Affected Issues 0004840 |
|
mod - radiant/camera/CamWnd.cpp | Diff File | ||
mod - radiant/xyview/XYWnd.cpp | Diff File | ||
master 9d454a8f 20.06.2018 19:34 Details Diff |
Version bump | ||
mod - include/version.h | Diff File | ||
mod - tools/innosetup/darkradiant.iss | Diff File | ||
mod - tools/innosetup/darkradiant.x64.iss | Diff File | ||
master 08c88242 20.06.2018 19:34 Details Diff |
Fix 0004841: Syntactic fix in blended ASE exporter. |
Affected Issues 0004841 |
|
mod - install/scripts/commands/ase_export_blend.py | Diff File |