Commit Graph

28696 Commits (6c8ed4d19c229d10879d6d22a8c0824ccb7ccaa7)
 

Author SHA1 Message Date
elsid 6c8ed4d19c
Move Files::IStreamPtr alias to a separate header
To avoid transitive include of Windows.h all over the engine.
2 years ago
psi29a bf17dc55e5 Merge branch 'warnfix' into 'master'
Suppress warnings spam from Qt

See merge request OpenMW/openmw!2145
2 years ago
psi29a 06db2446b1 Merge branch 'cleanup_aistate' into 'master'
Cleanup MWMechanics::AiState

See merge request OpenMW/openmw!2141
2 years ago
psi29a 2a967725d4 Merge branch 'aisetting' into 'master'
Move AiSetting out of MWMechanics::CreatureStats

See merge request OpenMW/openmw!2140
2 years ago
psi29a 09456e6003 Merge branch 'rm_vfs_delete' into 'master'
Avoid manual memory management for VFS archives

See merge request OpenMW/openmw!2139
2 years ago
psi29a db09ae26de Merge branch 'ci_disk' into 'master'
Remove .o files before install

See merge request OpenMW/openmw!2138
2 years ago
Andrei Kortunov c4bde18a9d Suppress warnings spam from Qt 2 years ago
elsid b8937a493a
Avoid manual memory management for MWMechanics::DerivedClassStorage 2 years ago
elsid d2b7253c7f
Use forward declarations instead of including aistate.hpp 2 years ago
elsid f5c2e09df9
Move AiTemporaryBase to a separate header 2 years ago
elsid e11fbc10b1
Remove unused member functions from MWMechanics::DerivedClassStorage 2 years ago
elsid 49f8445f87
Move AiSetting out of MWMechanics::CreatureStats
To replace creaturestats.hpp include in mwworld/class.hpp with forward
declaration reducing total size of preprocessed code.
2 years ago
elsid 9398e97600
Avoid manual memory management for VFS archives 2 years ago
elsid 6c9940c2a5
Remove .o files before install
These files are not required to perform install but take disk space.
2 years ago
jvoisin 2ef2e93a46 Merge branch 'collection-lowercase' into 'master'
Makes key inside Collection::getCollection use lowercase

Closes #6483

See merge request OpenMW/openmw!2135
2 years ago
jvoisin 8da668e220 Merge branch 'isapphung-postfix' into 'master'
Simplify getIsHungAppWindow

See merge request OpenMW/openmw!2136
2 years ago
ζeh Matt 92e209c62a
Simplify getIsHungAppWindow 2 years ago
AnyOldName3 88184fbc79 Merge branch 'fix-6873' into 'master'
Fix #6873: Dynamically obtain pointer to IsHungAppWindow

Closes #6873

See merge request OpenMW/openmw!2134
2 years ago
Matt 888d009a1e Apply 1 suggestion(s) to 1 file(s) 2 years ago
Matt 32d50765ab Apply 1 suggestion(s) to 1 file(s) 2 years ago
Igor Fedosov 68887e79a0 Makes key inside Collection::getCollection use lowercase 2 years ago
ζeh Matt 0d625abde0
Declare utf8ToUtf16 static 2 years ago
ζeh Matt 100e400fed
Dynamically obtain the function pointer to IsHungAppWindow 2 years ago
psi29a 792582af53 Merge branch 'single_generate_luadoc' into 'master'
Use single script to generate Lua doc

See merge request OpenMW/openmw!2130
2 years ago
psi29a 28ef22a58d Merge branch 'funky_casts' into 'master'
Remove unecessary casts and prevent nullptr dereference in getWalkSpeed

Closes #6871

See merge request OpenMW/openmw!2133
2 years ago
Evil Eye 1a5a526b15 Remove unecessary casts and prevent nullptr dereference in getWalkSpeed 2 years ago
elsid 0f95a303ef
Use single script to generate Lua doc 2 years ago
jvoisin 7d7f44b43d Merge branch 'clang-tidy' into 'master'
Fix clang-tidy on CI and introduce .clang-tidy file

See merge request OpenMW/openmw!2083
3 years ago
Project579 c3e2f84273 Fix clang-tidy on CI and introduce .clang-tidy file 3 years ago
psi29a f26079b2b8 Merge branch 'bitter_and_very_negative' into 'master'
Fix modstat for negative numbers

Closes #6870

See merge request OpenMW/openmw!2129
3 years ago
Evil Eye ed921ad377 Fix modstat for negative numbers 3 years ago
psi29a 80adcf3c88 Merge branch 'maybe_lock' into 'master'
Refactor Maybe*Locks

See merge request OpenMW/openmw!2126
3 years ago
psi29a 8c1fca395a Merge branch 'warnfix' into 'master'
Drop line about non-existent UnrefQueue

See merge request OpenMW/openmw!2127
3 years ago
Andrei Kortunov d3da09878d Drop line about non-existent UnrefQueue 3 years ago
elsid 22ed6d5c1e
Use unsigned to define number of threads 3 years ago
elsid 8c3c65fe9f
Use variant and optional to implement Maybe*Locks
To avoid calling lock and unlock on the mutex. User-defined destructor is no
more needed.
3 years ago
psi29a a1e7622a30 Merge branch 'sky_blending_multiview' into 'master'
Support sky blending in multiview mode

See merge request OpenMW/openmw!2113
3 years ago
psi29a 7ca4af308e Merge branch 'revert-7a390a35' into 'master'
Revert "Merge branch 'macos_for_all' into 'master'"

See merge request OpenMW/openmw!2077
3 years ago
psi29a bcaeb579c3 Merge branch 'modified_stats' into 'master'
Calculate the modified property based on cached values

See merge request OpenMW/openmw!2121
3 years ago
psi29a 0eb674ec84 Merge branch 'settings_fix' into 'master'
Refactor usage of settings storage in the launcher and editor

See merge request OpenMW/openmw!2123
3 years ago
psi29a a8ec69045c Merge branch 'coverity' into 'master'
Coverity fixes

See merge request OpenMW/openmw!2125
3 years ago
Andrei Kortunov 4b257e496e Use static settings map for launcher and editor - the Settings::Manager has a static data anyway 3 years ago
psi29a 6693061795 Merge branch 'luadoc_docker' into 'master'
Support generating Lua API reference from self-built docker container

See merge request OpenMW/openmw!2124
3 years ago
Andrei Kortunov a5b0ef0912 Avoid possible null dereference 3 years ago
Andrei Kortunov 42b9a6daaf Do not use an invalid iterator 3 years ago
psi29a 54db3a97bb Merge branch 'multiview-refactor' into 'master'
[Multiview] refactoring

See merge request OpenMW/openmw!2122
3 years ago
Petr Mikheev 9fbcc5df5e Merge branch 'localization' into 'master'
Use Lua's YAML-based localization for MyGUI

See merge request OpenMW/openmw!2099
3 years ago
Andrei Kortunov ccbb5e03fb Use YAML files to translate MyGUI's localization tags 3 years ago
elsid bb7e40bfd8
Support generating Lua API reference from self-built docker container 3 years ago
Mads Buvik Sandvei b277fa48c7 Refactor multiview to avoid littering OSG_HAS_MULTIVIEW and multiview-related uniforms around the code, keep them all in multiview.cpp. 3 years ago