forked from OpenMW/openmw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
53 changed files
with
945 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
User Manuals | ||
============ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
openmw-cs/index |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Reference Material | ||
================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
modding/index |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
OpenMW Modding Reference | ||
######################## | ||
|
||
The following document is the complete reference guide to modifying, or | ||
modding, your OpenMW setup. It does not cover content creation itself, | ||
only how to alter or add to your OpenMW gameplay experience. To learn more | ||
about creating new content for OpenMW, please refer to | ||
:doc:`/manuals/openmw-cs/index`. | ||
|
||
.. warning:: | ||
OpenMW is still software in development. This manual does not cover any | ||
of its shortcomings. It is written as if everything was working as | ||
intended. Please report any software problems as bugs in the software, | ||
not errors in the manual. | ||
|
||
.. toctree:: | ||
:caption: Table of Contents | ||
:maxdepth: 2 | ||
|
||
foreword | ||
differences | ||
mod-install | ||
settings/index | ||
font | ||
convert_bump_mapped_mods | ||
paths |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
docs/source/openmw-mods/settings/water.rst → ...urce/reference/modding/settings/water.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/source/openmw-mods/settings/windows.rst → ...ce/reference/modding/settings/windows.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Windows Settings | ||
############ | ||
################ | ||
|
||
:Type: floating point | ||
:Range: 0.0 to 1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Project Source Documentation | ||
============================ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
openmw/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
OpenMW Source Documentation | ||
########################### | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
mwbase | ||
mwclass | ||
mwdialogue | ||
mwgui | ||
mwinput | ||
mwmechanics | ||
mwphysics | ||
mwrender | ||
mwscript | ||
mwsound | ||
mwstate | ||
mwworld | ||
|
||
.. autodoxygenfile:: engine.hpp | ||
:project: openmw | ||
|
||
.. autodoxygenfile:: doc.hpp | ||
:project: openmw |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
######## | ||
./mwbase | ||
######## | ||
|
||
|
@@ -31,4 +30,3 @@ | |
|
||
.. autodoxygenfile:: mwbase/world.hpp | ||
:project: openmw | ||
|
Oops, something went wrong.