Changesets: DarkRadiant
|
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 | ||
|
master 76463fe2 30.05.2018 15:02 Committer: GitHub Details Diff |
Merge pull request #8 from coldtobi/master Patch for fixing spelling errors found while pacakging for Debian by the linitian tool. |
||
| mod - libs/os/dir.h | Diff File | ||
| mod - libs/picomodel/pm_3ds.c | Diff File | ||
| mod - plugins/dm.gui/XDataLoader.cpp | Diff File | ||
|
master 4bf285b4 28.05.2018 07:51 Details Diff |
Patch for fixing spelling errors found while pacakging for Debian by the linitian tool tool. s/occured/occurred/ s/succesfully/successfully/ |
||
| mod - libs/os/dir.h | Diff File | ||
| mod - libs/picomodel/pm_3ds.c | Diff File | ||
| mod - plugins/dm.gui/XDataLoader.cpp | Diff File | ||
|
master 906decad 10.05.2018 20:35 Details Diff |
Update README.md | ||
| mod - README.md | Diff File | ||
|
master d9e8a5ff 10.05.2018 20:24 Details Diff |
Change 7z filename for portable package. | ||
| mod - tools/scripts/compile_release_package.ps1 | Diff File | ||
|
master 09a7906f 10.05.2018 20:23 Details Diff |
Update website link to https | ||
| mod - PKGBUILD | Diff File | ||
| mod - install/ui/aboutdialog.fbp | Diff File | ||
| mod - install/ui/aboutdialog.xrc | Diff File | ||
|
master b260574b 10.05.2018 19:35 Details Diff |
Bump version for 2.6.0 release | ||
| mod - PKGBUILD | Diff File | ||
| mod - configure.ac | Diff File | ||
| mod - include/version.h | Diff File | ||
| mod - tools/innosetup/darkradiant.iss | Diff File | ||
| mod - tools/innosetup/darkradiant.x64.iss | Diff File | ||
|
master 61f69e6e 08.05.2018 05:58 Details Diff |
Fix missing include | ||
| mod - radiant/ui/prefdialog/PrefDialog.cpp | Diff File | ||