Commit Graph

28722 Commits (ddf43ec42f00069ac3d5d190a63df00b2517446d)
 

Author SHA1 Message Date
ζeh Matt ddf43ec42f
Move structs into separate headers, cleanup includes, cleanup forwarders 2 years ago
psi29a 5078b6822a Merge branch 'remove-lowlevelfile' into 'master'
Remove obsolete LowLevelFile

See merge request OpenMW/openmw!2156
2 years ago
ζeh Matt ce556ba0cc
Remove obsolete LowLevelFile 2 years ago
psi29a d888eb84a5 Merge branch 'rm_redundant_echo' into 'master'
Remove redundant echo

See merge request OpenMW/openmw!2137
2 years ago
psi29a 79cc55b2a3 Merge branch 'rename-drawstate' into 'master'
Rename DrawState_ to DrawState and use enum class

See merge request OpenMW/openmw!2151
2 years ago
psi29a 809c6acc1a Merge branch 'everlasting_snow' into 'master'
Use meaningful names instead of pretending we don't know what snow is

See merge request OpenMW/openmw!2152
2 years ago
Evil Eye 3967509cdd Use meaningful names instead of pretending we don't know what snow is 2 years ago
ζeh Matt 841fd9618f
Rename DrawState_ to DrawState and use enum class 2 years ago
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 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.
3 years ago
elsid 6c0281d145
Remove redundant echo 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