Commit Graph

28713 Commits (7c442926f85e1855bf1e3f8a97b23a6c83740aea)
 

Author SHA1 Message Date
psi29a 7c442926f8 Merge branch 'platform-file' into 'master'
Move platform specific file code into platform and cleanup LowLevelFile

See merge request OpenMW/openmw!2143
2 years ago
psi29a b032a643f9 Merge branch 'vfs_string_view' into 'master'
Use std::string_view in VFS::Manager

See merge request OpenMW/openmw!2148
2 years ago
psi29a 6cc3ec12db Merge branch 'ci-werror' into 'master'
Windows, MSVC: Enable warnings as errors on CI

See merge request OpenMW/openmw!2146
2 years ago
ζeh Matt 03302a8f5b
Conditionally build cpp for platform, remove obsolete header 2 years ago
psi29a 9d7f35bd53 Merge branch 'skeleton_bone' into 'master'
Avoid manual memory management for Bone::mChildren and use range-based iteration

See merge request OpenMW/openmw!2149
2 years ago
psi29a 9fbcc342cf Merge branch 'unique_ptr_input_manager' into 'master'
Use std::unique_ptr to manage lifetime for InputManager members

See merge request OpenMW/openmw!2150
2 years ago
elsid c040da36de
Use std::unique_ptr to manage lifetime for InputManager members 2 years ago
elsid 0e12d331f9
Simplify iteration over Bone::mChildren 2 years ago
elsid e4f599575e
Use unique_ptr to manage Bone lifetime 2 years ago
psi29a f393fee9d1 Merge branch 'istream_ptr' into 'master'
Move Files::IStreamPtr alias to a separate header

See merge request OpenMW/openmw!2142
2 years ago
Petr Mikheev 38ee6d285d Use std::string_view in VFS::Manager 2 years ago
elsid 6c8ed4d19c
Move Files::IStreamPtr alias to a separate header
To avoid transitive include of Windows.h all over the engine.
2 years ago
Project579 7a715a7d73 Revert "Re-enable Windows tests."
This reverts commit f8cec04ce74949bf2a86fec3e1bf2c0665419b26.
2 years ago
Project579 02ef9c953e MSVC: Fix all warnings at level 4, upgrade Qt5 to 5.15.2 to also reduce warnings, disabled 5054 warnings due to Qt5's use of deprecated operators in C++20 . 2 years ago
Project579 9e59a7e271 Re-enable Windows tests. 2 years ago
Project579 5ee825b5f6 Enable warnings as errors in MSVC builds. 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
ζeh Matt 3d5f898920
Cleanup and fixes 2 years ago
ζeh Matt 1b70ff775d
Move platform specific file code into platform and cleanup LowLevelFile 2 years ago
elsid b8937a493a
Avoid manual memory management for MWMechanics::DerivedClassStorage 3 years ago
elsid d2b7253c7f
Use forward declarations instead of including aistate.hpp 3 years ago
elsid f5c2e09df9
Move AiTemporaryBase to a separate header 3 years ago
elsid e11fbc10b1
Remove unused member functions from MWMechanics::DerivedClassStorage 3 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.
3 years ago
elsid 9398e97600
Avoid manual memory management for VFS archives 3 years ago
elsid 6c9940c2a5
Remove .o files before install
These files are not required to perform install but take disk space.
3 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
3 years ago
jvoisin 8da668e220 Merge branch 'isapphung-postfix' into 'master'
Simplify getIsHungAppWindow

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

See merge request OpenMW/openmw!2130
3 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
3 years ago
Evil Eye 1a5a526b15 Remove unecessary casts and prevent nullptr dereference in getWalkSpeed 3 years ago
elsid 0f95a303ef
Use single script to generate Lua doc 3 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