1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 12:29:56 +00:00
Commit graph

584 commits

Author SHA1 Message Date
Matjaž Lamut
5c810c5891 Extra information on the cell view. It doesn't turn it into a complete article, but covers some harder-to-discover features. 2023-06-22 13:08:04 +00:00
Matjaž Lamut
6d824fddbd Documentation: Drag&Drop in OpenMW-CS 2023-06-22 07:01:20 +00:00
psi29a
47b1247fa2 Merge branch 'l10n' into 'master'
Make configurable whether GMST strings have priority over built-in interface messages

See merge request OpenMW/openmw!3134
2023-06-21 06:52:30 +00:00
Bret Curtis
5b30af20be update docs 2023-06-16 09:16:07 +02:00
Evil Eye
c1823e8742 Document onNewExterior 2023-06-13 17:30:52 +02:00
Petr Mikheev
718d5e4a71 Add setting "gmst overrides l10n" 2023-06-13 10:06:59 +02:00
elsid
7d11a18907
Allow any integer number >= 0 for antialiasing level
There is wider support than just specific powers of two. The supported level
will be detected anyway.
2023-06-06 00:05:11 +02:00
Elias Howell
bf8fafa79a fixed some typos and spelling errors 2023-05-09 20:07:08 -04:00
Petr Mikheev
61d207bd78 Allow Lua scripts to extend or override standard activation mechanics 2023-04-16 23:50:27 +02:00
Matjaž Lamut
1ab268d775 Documentation - more information on COLLADA texture paths 2023-04-13 19:46:23 +00:00
Matjaž Lamut
7345825a47 Fix a typo in the documentation 2023-04-12 21:54:12 +00:00
AnyOldName3
d42f3abde0 Add stereo settings to table of contents
Otherwise they're unreachable
2023-04-01 15:22:54 +01:00
uramer
7f3926db3f Merge branch 'lua_ai' into 'master'
Expose the argument `cancelOther` of `AiSequence::stack` to Lua

Closes #7245

See merge request OpenMW/openmw!2865
2023-03-30 19:35:48 +00:00
AnyOldName3
fc75fffc52 Okay, maybe some thinking was actually necessary 2023-03-28 00:17:00 +01:00
AnyOldName3
cfbf68f717 The most labour-intensive commit ever to grace this repository 2023-03-28 00:12:37 +01:00
elsid
883a449e19
Add missing documentation for stereo settings 2023-03-27 22:39:51 +02:00
elsid
89639553b4
Fix tooltip delay setting range 2023-03-27 22:09:22 +02:00
elsid
ed0411f2e0
Use more specific type description for Lua settings
To match usage in code. "integer" type is usually used for settings intepreted
as C++ int type. But these ones are parsed as std::uint64_t.
2023-03-27 22:09:20 +02:00
Petr Mikheev
3c5a9f55c5 Expose the argument cancelOther of AiSequence::stack to Lua 2023-03-27 02:28:45 +02:00
Petr Mikheev
a72dc6c7a1 (Lua) Add onActivate handler in global scripts 2023-03-27 01:36:45 +02:00
Andrei Kortunov
340790c71c Update settings documentation 2023-03-03 09:32:42 +04:00
Andrei Kortunov
be488649c3 Add support for non-adaptive VSync (feature 7129) 2023-02-26 15:19:19 +04:00
uramer
ee4b023680 Fix Luarocks PATH 2023-02-20 23:10:52 +01:00
uramer
c064e9ebf9 Find luarocks package installations in a more robust way 2023-02-20 19:39:33 +01:00
psi29a
3a56cc857d Merge branch 'teal_test' into 'master'
Teal declarations

See merge request OpenMW/openmw!2529
2023-02-19 20:58:46 +00:00
uramer
b883cc5a1b Move the Teal docs page out of Overview 2023-02-19 20:45:07 +01:00
Matjaž Lamut
8eb1d97501 The preceding parragraph used singular and "piece" while my text used plural and "part". Made it all singular and "piece" to be coherent. 2023-02-19 17:02:17 +00:00
uramer
463dcdb610 Use fixed openmwluadocumentor commit 2023-02-19 18:00:46 +01:00
uramer
2cf6c5b3ce Move generate_teal_declarations.sh to scripts/ 2023-02-19 18:00:44 +01:00
Matjaž Lamut
7e2d05f434 Forgot to include some parameters to render the table properly. 2023-02-19 16:57:16 +00:00
Matjaž Lamut
975f034303 Docs: Additional info on how armor is assigned into light, medium, heavy category. 2023-02-19 16:55:02 +00:00
uramer
c31d872f18 Use install_luadocumentor_in_docker for teal_ci 2023-02-11 14:10:16 +01:00
uramer
a8d32ebdca Rename the build_teal script 2023-02-11 14:10:16 +01:00
uramer
84712b55bb Error on missing arguments for the Teal script 2023-02-11 14:10:16 +01:00
uramer
dd3c89c5db Document the Teal workflow 2023-02-11 12:51:59 +01:00
uramer
75fcf53f7d Teal CI 2023-02-11 12:51:58 +01:00
uramer
e938c04e30 Generate Teal declarations from luadoc 2023-02-11 12:51:58 +01:00
psi29a
b385f27f86 Merge branch 'console_history' into 'master'
Remembering console commands between sessions

Closes #7125

See merge request OpenMW/openmw!2603
2023-02-10 11:54:45 +00:00
Kindi
044d82a842 Remembering console commands between sessions 2023-02-10 11:54:45 +00:00
elsid
2c43a8558a
Add option to disable debug log for unsupported nif files
It becomes quite extensive and not very useful when loading oblivion content
files.
2023-02-08 22:59:29 +01:00
uramer
192e765bf3 Fix title underline too short Sphixn warning 2023-01-30 22:26:28 +00:00
glassmancody.info
564c408663 expose more uniforms to postprocessing 2023-01-20 17:43:54 -08:00
AnyOldName3
1e921162ee Merge branch 'master' into 'openmw-confpyupdate'
There were conflicts as I'd based this off the original attempt to ensure the original contributor got credit.

# Conflicts:
#   docs/source/conf.py
2023-01-08 21:19:59 +00:00
AnyOldName3
82ec319ea6 Use the correct interpreter 2023-01-08 21:14:13 +00:00
psi29a
5a6a25361a Revert "Merge branch 'confpyupdate' into 'master'"
This reverts merge request !2581
2023-01-07 22:48:38 +00:00
psi29a
238715f02f Merge branch 'confpyupdate' into 'master'
Update conf.py for Windows

See merge request OpenMW/openmw!2581
2023-01-07 22:21:43 +00:00
Kindi
7cf9aa5d31 the simplest bodge 2023-01-07 23:35:54 +08:00
glassmancody.info
9a4977d334 rain occlusion 2023-01-06 22:23:03 -08:00
Kindi
e088fb6d9e updateconfpy 2023-01-05 18:45:48 +08:00
psi29a
319aa11d84 Merge branch 'l10n_rename' into 'master'
Reorganize l10n files

See merge request OpenMW/openmw!2546
2023-01-04 21:48:00 +00:00