Commit Graph

530 Commits (65cdd489fb3dbc388ca5a9ba5d606fc2553463f7)

Author SHA1 Message Date
Petr Mikheev e4a097fdc3 Update install_luadocumentor_in_docker.sh (was broken by https://gitlab.com/ptmikheev/openmw-luadocumentor/-/merge_requests/3) 2 years ago
AnyOldName3 66b8d4fb29 Add a setting to control coverage adjustment
With it on, which was always the case before this setting was added,
vanilla content and poorly-made mods will look acceptable, but well-made
mods will have alpha-tested meshes appear to grow and potentially gain a
weird outline as they get further away.

With it off, which replicates the 0.46 behaviour, well-made mods will
look really good, but vanilla content and poorly-made mods will have
alpha-tested meshes shrink as they get further away.

It's been bugging me that this was forced on since 0.47 released, and
I'd hoped to figure out a solution for automatic detection at some point
before 0.48 branched off, but I didn't, so now this is what we're
getting to have Tamriel Rebuilt look right.
2 years ago
psi29a 1d55be8214 Merge branch 'lua_profiler' into 'master'
Lua profiler

See merge request OpenMW/openmw!2523
2 years ago
psi29a eabb230de2 Merge branch 'keep_calm_and_get_hit' into 'master'
Add option to restore non-MCP Calm spell behaviour

Closes #7063

See merge request OpenMW/openmw!2522
2 years ago
Matjaž Lamut a6bcb5d54d Tidy up the sound effects doc. 2 years ago
Petr Mikheev 7c36a7eb49 Run Lua GC in every frame 2 years ago
Evil Eye e37befebea Update reference 2 years ago
Petr Mikheev 02a9069a0e Lua Profiler 2 years ago
Matjaž Lamut aed9ae75d1 User documentation on how music and sound effects work in OpenMW. Includes a list of hard-coded stuff and available user-defined options. 2 years ago
Matjaž Lamut 01422463b6 Fix the wrong name of the specular texture in the document that shows how to export a model from Blender to OpenMW 2 years ago
Max Henzerling 897cdc62d8 Add snap to reference 2 years ago
elsid 624d8bc931
Support unsigned settings values 2 years ago
glassmancody.info 137baa4f75 remove deprecated setting 2 years ago
Andrei Kortunov 3037f190be Implement per-font resolution 2 years ago
Andrei Kortunov 3178868cc3 Improve built-in default fonts 2 years ago
psi29a f36e13444e Merge branch 'font_loading' into 'master'
Cleanup fonts loading

See merge request OpenMW/openmw!2309
2 years ago
Andrei Kortunov 9e1ab590f1 Cleanup fonts loading 2 years ago
psi29a 4078f19c74 Merge branch 'SHADER_HOT_RELOAD' into 'master'
Shaders: Hot reload, togglable by lua debug command

See merge request OpenMW/openmw!2238
2 years ago
psi29a 7bb1856b74 Merge branch 'font_fixes' into 'master'
Font fixes

See merge request OpenMW/openmw!2297
2 years ago
Andrei Kortunov 3117a99391 Fix documentation 2 years ago
Andrei Kortunov c3d3f3140b Allow to change font settings in the launcher 2 years ago
Alexei Kotov 15f4b5515d Clarify object paging merge factor docs 2 years ago
psi29a 1e4dd46688 Merge branch 'fontconfig' into 'master'
Allow users to decide if they need to import bitmap fonts

See merge request OpenMW/openmw!2270
2 years ago
Andrei Kortunov 43f552f48f Allow users to decide if they need to import bitmap fonts 2 years ago
Matjaž Lamut d67b1e1320 OpenMW-CS tables doc polish 2 years ago
Matjaž Lamut fe4001d96b Better wording and formatting of the Sky Structure doc 2 years ago
Matjaž Lamut ed0c9c97ab Update the Animated Creature Docs 2 years ago
Petr Mikheev 540a22b023 An easy way to build OpenMW documentation in docker 2 years ago
florent.teppe c71f3508df changed overview.rst of post processing 2 years ago
psi29a 454684bad3 Merge branch 'custom_actor_collision_shape_type' into 'master'
Support cylinder and rotating box collision shape types for actors (#6138)

Closes #6138

See merge request OpenMW/openmw!2043
2 years ago
psi29a 1a7e403dfb Merge branch 'collada-material-doc-update' into 'master'
Collada material doc update

See merge request OpenMW/openmw!2173
2 years ago
Matjaž Lamut 34c7944af8 Collada material doc update 2 years ago
psi29a 9ba3ab2be9 Merge branch 'post_fog' into 'master'
[Postprocessing]  API to work with fog

See merge request OpenMW/openmw!2212
2 years ago
Andrei Kortunov 6251112962 Fix wrong docs 2 years ago
Andrei Kortunov 5bfca57835 Add a way to check if water is enabled in post processing shaders 2 years ago
Andrei Kortunov 888f4d2ac1 Add a post processing API to work with fog 2 years ago
elsid 8b8e4f78b6
Support cylinder and rotating box collision shape types for actors
Cylinder collision shape should give the best consistency between physics
simulation and pathfinding. Rotating box is already used by some actors, so
add it to have the same collision shape type for all actors.
2 years ago
Ivan Beloborodov f960e30d01 Implement Add switch for armor degradation fix. #6888 2 years ago
psi29a c54822acf9 Merge branch 'locale_menu' into 'master'
Add a way to configure locale settings in-game

See merge request OpenMW/openmw!2179
2 years ago
Andrei Kortunov cb64f49ba1 Allow to configure locales via settings menu 2 years ago
psi29a c540212e0d Merge branch 'preload_doc_update' into 'master'
Remove outdated info from the docs

See merge request OpenMW/openmw!2187
2 years ago
psi29a 26bd907b0b Merge branch 'hdr_quick' into 'master'
Fix auto exposure

See merge request OpenMW/openmw!2174
2 years ago
Abdu Sharif 30c99784e8 Update cells.rst 2 years ago
Andrei Kortunov e0c05a15fb Post processing shaders localization 2 years ago
glassmancody.info fd4966f77a temporary fix for auto exposure 2 years ago
Andrei Kortunov 110812fdaa Update Active grid paging documentation 2 years ago
Petr Mikheev aa807c0c3c Revert controversial changes in luadoc generation (!2124, !2130) 2 years ago
psi29a 40cab76de5 Merge branch 'fonts' into 'master'
Enhance a way to setup fonts and layout files

See merge request OpenMW/openmw!2112
2 years ago
Andrei Kortunov b60d14d434 Updated documentation 2 years ago
elsid 6c0281d145
Remove redundant echo 3 years ago