Commit Graph

29544 Commits (88ec8a95231341e7962b85716510d414e9f0c424)
 

Author SHA1 Message Date
clang-format-bot 88ec8a9523
Apply clang-format 2 years ago
elsid ba04d1530e
Use proper values for clang format options 2 years ago
psi29a f7da42870e Merge branch 'count' into 'master'
Improve item count handling

See merge request OpenMW/openmw!2430
2 years ago
psi29a 34c3897614 Merge branch 'try_clang_analyser' into 'master'
Enable clang-analyser in clang-tidy

See merge request OpenMW/openmw!2171
2 years ago
jvoisin 810f1e2c04 Enable clang-analyser in clang-tidy 2 years ago
psi29a aed0ad6b83 Merge branch 'nifosg_tests' into 'master'
Add tests for NifOsg::Loader

See merge request OpenMW/openmw!2421
2 years ago
psi29a d05494bfb9 Merge branch 'falling_actors' into 'master'
Do not adjust position for falling actors (#7009)

Closes #7009

See merge request OpenMW/openmw!2416
2 years ago
psi29a f0e58ef872 Merge branch 'editor_fix' into 'master'
Fix topic infos creation

Closes #6686

See merge request OpenMW/openmw!2432
2 years ago
psi29a e9cfc2381f Merge branch 'stereo_fix' into 'master'
Fix stereo crash in the editor

Closes #7019

See merge request OpenMW/openmw!2431
2 years ago
psi29a d38c072030 Merge branch 'recall_how_to_recall' into 'master'
Prevent recursive calls to ActiveSpells::update

Closes #7022

See merge request OpenMW/openmw!2426
2 years ago
Andrei Kortunov 3163d9ed56 Fix topic infos creation 2 years ago
Andrei Kortunov 890be1b590 Fix crash in the editor 2 years ago
Andrei Kortunov 7d23ad29e0 Make count input box larger to fit larger text 2 years ago
Andrei Kortunov dacb300dfb Improve item count handling 2 years ago
Alexei Kotov ad44add658 Merge branch 'missing-sstream-timeconvert' into 'master'
Add missing include

See merge request OpenMW/openmw!2429
2 years ago
AnyOldName3 581b333386 Add missing include 2 years ago
AnyOldName3 ebbd4e059e Merge branch 'std-filesystem-time-hotfix' into 'master'
Fix "7020-crash-when-clicking-load-shortly-after-quicksaving"

Closes #7020

See merge request OpenMW/openmw!2428
2 years ago
Project579 6fe89ff22b Fix dumb regression, initialize "std::filesystem::file_time_type" with "clock::now()". 2 years ago
Project579 5cf2a958eb Make conversions between std::chrono time_point and string safer by not using "localtime" directly. 2 years ago
elsid d2e1f18924
Add tests for NifOsg::Loader 2 years ago
elsid 06f7e8088e
Check for negative record list length 2 years ago
elsid 0688b6de40
Separate record list reading from its state
To make it possible to set record list state independently from reading NIF
file.
2 years ago
elsid 4b760e8846
Do not add redundant nullptr parent
There are no failed tests after this, so this is not really needed.
2 years ago
elsid 83bb2195b0
Move init functions for Nif nodes to a separate file
This will be used in other tests.
2 years ago
elsid c338c1e5d3
Add Nif::FileView as read only interface for Nif::NIFFile
To make sure interface is scoped to what users require.
2 years ago
elsid f2fb3d6de8
Separate NIFFileReader from NIFFile
NIFFile might not always be created from a file or stream containing NIF data.
Basically there are 2 different responsibilities for this class:
1. Read NIF file
2. Provide input for nifosg and bulletnifloader.

Remove no longer needed NIFFileMock since the state of NIFFfile can be
initialized independently from reading NIF file.
2 years ago
elsid b39ccbeeef
Remove NIFFile::warn and NIFFile::fail functions
These functions use NIFFile only as context, they are not really a part of
either reading nor state invariant. And they only confuse reader because it's
not immediatelly obvious that no code is executed after fail.
2 years ago
Evil Eye d3253cb636 Prevent recursive calls to ActiveSpells::update 2 years ago
elsid 1fc7bd7775
Do not consider falling actors as grounded 2 years ago
elsid 953954ff95
Do not adjust position for falling actors 2 years ago
psi29a 6d3de520e8 Merge branch 'clang-format-all' into 'master'
Apply clang-format project wide

See merge request OpenMW/openmw!2393
2 years ago
ζeh Matt 79ccd8720a
Single process fix 2 years ago
ζeh Matt 62138630d2
Fix files with spaces causing issues 2 years ago
ζeh Matt afa1b0077d
Improve clang-format checking script 2 years ago
ζeh Matt cd7fe60134
Ignore clang-format commit in .git-blame-ignore-revs 2 years ago
ζeh Matt ad0d33ba6f
Disallow clang-format check failing 2 years ago
ζeh Matt 45bfed3b42
Use clang-format --dry-run instead of relying on git diff 2 years ago
clang-format-bot ddb0522bbf
Apply clang-format to code base 2 years ago
psi29a f37d0be806 Merge branch 'clang-format-ci-2' into 'master'
Test clang-format project wide in same pipeline

See merge request OpenMW/openmw!2423
2 years ago
AnyOldName3 1dd392d33d Merge branch 're-sign-mac-applications' into 'master'
Re-sign Mac Applications before creating install package

See merge request OpenMW/openmw!2418
2 years ago
Andrew Dunn 9f7e132479 Made CMake 3.19 requirement specific to macOS app packaging. 2 years ago
Andrew Dunn 71f6f95020 Make Mac Plugins osgPlugins symlink relative
Was an absolute path.
2 years ago
ζeh Matt 91ed7f73b9
Allow the check to fail for the time being 2 years ago
ζeh Matt 3e9fccd7f0
Test clang-format project wide in same pipeline 2 years ago
psi29a 9a9c7fa7cf Merge branch 'std-filesystem-hotfix' into 'master'
Use std::filesystem for unit tests temporary files path.

See merge request OpenMW/openmw!2402
2 years ago
psi29a 525f81393a Merge branch 'physics_refactor' into 'master'
Small physics refactoring

See merge request OpenMW/openmw!2417
2 years ago
psi29a fb90d35805 Merge branch 'weather_the_sun' into 'master'
Implement sun damage based on the research on the wiki

Closes #6977

See merge request OpenMW/openmw!2422
2 years ago
Project579 b82176410b Use std::filesystem for unit tests temporary files path. 2 years ago
Evil Eye 7cc55022a1 Implement sun damage based on the research on the wiki 2 years ago
psi29a 92680ab9cf Merge branch 'fix_shader_prefix' into 'master'
Use nv_default shader prefix for unhandled types

See merge request OpenMW/openmw!2419
2 years ago