Commit Graph

28333 Commits (d3d9e66ffd423acc79a042f05d6a434212ad50ef)
 

Author SHA1 Message Date
Project579 d3d9e66ffd Update CI/build_googletest.sh
googletest v1.11.0 is required for building with C++20.
3 years ago
psi29a b58976255f Merge branch 'task/remove_unneeded_macos_runner' into 'master'
remove macos11 build as it uses 6x times more CI minutes; expensive

See merge request OpenMW/openmw!1991
3 years ago
psi29a 5d88b39574 Merge branch 'fix/macos' into 'master'
make use of std::filesystem::absolute as ::system_complete was dropped from spec

See merge request OpenMW/openmw!1990
3 years ago
Bret Curtis a6b9ce9a7a remove macos11 build as it uses 6x times more CI minutes; expensive 3 years ago
Bret Curtis 339169b60a make use of std::filesystem::absolute as ::system_complete was dropped from spec 3 years ago
psi29a f687827f98 Merge branch 'compile-times' into 'master'
Improve compile time a bit

See merge request OpenMW/openmw!1985
3 years ago
Petr Mikheev 1650dacfca Merge branch 'keep_settings_page' into 'master'
Keep the scripts settings page open

See merge request OpenMW/openmw!1987
3 years ago
uramer fa72e14d92 Keep the scripts settings page open 3 years ago
ζeh Matt 952999153c
Move statics into cpp and properly guard buffer from race conditions 3 years ago
Alexei Kotov 598312e391 Merge branch 'fix_sun' into 'master'
Fix sunglare with msaa enabled

See merge request OpenMW/openmw!1986
3 years ago
glassmancody.info f6943f9f66 bind framebuffer when msaa enabled in transparent postpass 3 years ago
ζeh Matt e0936b04c0
Correct the comment 3 years ago
ζeh Matt 38b6927b31
Fix missing includes 3 years ago
ζeh Matt e185d186bf
Move Log implementation to cpp, remove expensive mutex include in hpp 3 years ago
ζeh Matt 14bf9af056
Move implementation details of debugging.hpp to cpp, reduce includes 3 years ago
Petr Mikheev aac32f2de5 Merge branch 'text_edit_autosize' into 'master'
Lua UI: Support autosized multiline text

See merge request OpenMW/openmw!1977
3 years ago
uramer 6c9c832927 Lua UI: Support autosized multiline text 3 years ago
psi29a e6fcb8bd2d Merge branch 'issue/6756' into 'master'
Create platform component for platform specific things

See merge request OpenMW/openmw!1960
3 years ago
psi29a 8bce0a1bcf Merge branch 'classy' into 'master'
Replace empty NPC class with fallback

Closes #6799

See merge request OpenMW/openmw!1982
3 years ago
ζeh Matt d5ec959449
Create platform component for platform specific things 3 years ago
psi29a 787f8fb627 Merge branch 'launcher' into 'master'
Launcher consistency fixes

See merge request OpenMW/openmw!1983
3 years ago
uramer 2205be123c Merge branch 'fix_gitignore' into 'master'
Do not filter `files/data` in .gitignore

See merge request OpenMW/openmw!1967
3 years ago
psi29a 5aeee0a520 Merge branch 'threading_gone_wrong' into 'master'
[Postprocessing] Fix race condition when techniques are dirtied

See merge request OpenMW/openmw!1979
3 years ago
psi29a 5725b5a29c Merge branch 'close_lights' into 'master'
[Postprocessing] Pass sorted lights and ones with associated geometry

See merge request OpenMW/openmw!1976
3 years ago
Petr Mikheev f48646b3e6 Merge branch 'addrepairluabinds' into 'master'
Lua API for Repair records

See merge request OpenMW/openmw!1958
3 years ago
Kindi aa2e724342 Lua API for Repair records 3 years ago
Alexei Kotov 6cbda10bd5 Content selector: Remove the title 3 years ago
Alexei Kotov 323b671f6d Launcher: Properly capitalize navmesh cache tab name 3 years ago
Alexei Kotov d840f4e995 Launcher: Stop making redundant setting changes 3 years ago
Alexei Kotov 5f700c7e7f Merge branch 'orphans_in_the_back' into 'master'
Append orphaned dialogue instead of always appending it

See merge request OpenMW/openmw!1981
3 years ago
Evil Eye f41e46db64 Replace empty NPC class with fallback 3 years ago
Evil Eye 10e4eb8e8e Append orphaned dialogue instead of always appending it 3 years ago
Alexei Kotov ef978f080b Merge branch 'fix_master_file' into 'master'
Fix checking whether content file is master file

See merge request OpenMW/openmw!1980
3 years ago
elsid f8eafe0dfd
Fix checking whether content file is master file 3 years ago
glassmancody.info acc209c294 fix threading issue when dispatching frame dependent data 3 years ago
psi29a c7449dc272 Merge branch 'bullet_includes' into 'master'
Clean up bullet includes

See merge request OpenMW/openmw!1974
3 years ago
glassmancody.info 8146b05c92 pass only lights with visible geometry 3 years ago
glassmancody.info 327b8ecdcb pass sorted lights to light postprocess light buffers 3 years ago
psi29a 58fd560ce9 Merge branch 'esm_readers_cache' into 'master'
Limit the number of simultaneously open not actively used content files (#6756)

Closes #6756

See merge request OpenMW/openmw!1966
3 years ago
psi29a 70f0aae14d Merge branch 'const_sRecordId' into 'master'
Make the sRedcordId constexpr

See merge request OpenMW/openmw!1973
3 years ago
psi29a 22ad2615e3 Merge branch 'mygui_includes' into 'master'
Clean up MyGUI includes

See merge request OpenMW/openmw!1972
3 years ago
jvoisin 72a6d1f69f Clean up bullet includes 3 years ago
jvoisin df0cd86cf4 Use the proper types 3 years ago
jvoisin 6c71071083 Make the sRedcordId constexpr 3 years ago
jvoisin 33c66e3d5e Merge branch 'light_origin' into 'master'
Attach lights at origin when missing AttachLight node

Closes #6794

See merge request OpenMW/openmw!1970
3 years ago
Cody Glassman ce49aa1202 Attach lights at origin when missing AttachLight node 3 years ago
jvoisin 34aa27b713 Merge branch 'docs_and_rtt' into 'master'
[Postprocessing] Typos in docs and state attributes

See merge request OpenMW/openmw!1969
3 years ago
Cody Glassman bc0eed9843 [Postprocessing] Typos in docs and state attributes 3 years ago
jvoisin 1e20c8ba22 Merge branch 'luadoc_fix' into 'master'
Fix incorrect package name in lua docs

See merge request OpenMW/openmw!1971
3 years ago
Petr Mikheev 0745ed590b Fix incorrect package name in lua docs 3 years ago