fredzio
efb241f1de
Use override instead of virtual
4 years ago
fredzio
fda639eb57
Remove unused forward declarations
4 years ago
psi29a
301411c5c5
Merge branch 'esm_variant' into 'master'
...
Use std::variant for ESM::Variant implementation
See merge request OpenMW/openmw!719
4 years ago
psi29a
34806a49e0
Merge branch 'collada-documentation' into 'master'
...
Collada user documentation
See merge request OpenMW/openmw!505
4 years ago
Matjaž Lamut
400cae58e5
Collada user documentation
4 years ago
psi29a
603e4206fd
Merge branch 'teleport_here_not_there' into 'master'
...
Fix #5919 (and another bug)
Closes #5919
See merge request OpenMW/openmw!722
4 years ago
Bret Curtis
cf021d70a8
Merge pull request #3061 from elsid/fix_travis
...
Fix travis
4 years ago
Bret Curtis
562375426d
Merge pull request #3062 from akortunov/master
...
Fix some issues found by CoverityScan
4 years ago
psi29a
4345b4dcfc
Merge branch 'coverity-a2c' into 'master'
...
Make Coverity happy about A2C
See merge request OpenMW/openmw!723
4 years ago
Andrei Kortunov
45b1c68af4
Remove annotation which does not work
4 years ago
Andrei Kortunov
f984e96b34
Use conventional names for atan2 arguments
4 years ago
Andrei Kortunov
1db369f418
Do not use unchecked value in calculations
4 years ago
Andrei Kortunov
903b89a0ff
Add bound for UI scale factor, as it specified in docs
4 years ago
Andrei Kortunov
c989fac67b
Add bound for pointers cache size, as it specified in docs
4 years ago
Andrei Kortunov
124a33d8a3
Fix uninitialized variables
4 years ago
Andrei Kortunov
b96929f3fc
Avoid division by zero
4 years ago
Andrei Kortunov
41c78a889a
Check for decompression error code
4 years ago
Andrei Kortunov
93954a961c
Unlock mutex on return to avoid hang
4 years ago
AnyOldName3
8ff4f731fb
Make Coverity happy about A2C
...
Initialise member variable
4 years ago
fredzio
8874a5be22
Change (again) the way SetPos behave.
...
Instead of registering the desired change of position and rely on
physics simulation to apply it to the world, immediately change the
position in the world without reset the simulation.
4 years ago
fredzio
6e1c67a9ae
Account for waterwalking when updating position. Otherwise we might
...
trace down the actor at waterlevel at the wrong coordinate.
Triggered by multimark mod with waterwalking effect.
4 years ago
psi29a
484c46cb58
Merge branch 'hrtf-setting' into 'master'
...
Add Audio settings to openmw-launcher
See merge request OpenMW/openmw!692
4 years ago
Simon Meulenbeek
75b4871bab
Add Audio settings to openmw-launcher
4 years ago
elsid
aaf975ea35
Send travis notifications only for main repo master
4 years ago
elsid
d661a3103e
Use clang 9 for linux builds on travis
4 years ago
Evil Eye
e5ace3727a
Merge branch 'bugfix-inverted-persuasion-result' into 'master'
...
Attempt to fix inverted persuasion behaviour on intimidation
Closes #5942
See merge request OpenMW/openmw!721
4 years ago
Jonas Tobias Hopusch
799cf16f31
Attempt to fix #5942
...
Closes OpenMW/openmw#5942
This is an attempt to apply the fix suggested by @Capostrophic
4 years ago
psi29a
fe2a97ee39
Merge branch 'wizard-link' into 'master'
...
Implement #3983 - Add page to the wizard with links to buy morrowind
Closes #3983
See merge request OpenMW/openmw!693
4 years ago
tess
6f7e8d9f59
Implement #3983 - Add page to the wizard with links to buy morrowind
4 years ago
psi29a
4f86eddc96
Merge branch 'CreateBsaAddFileToBsa' into 'master'
...
Create BSA, add file to existing BSA
See merge request OpenMW/openmw!718
4 years ago
CedricMocquillon
9a6f0691b6
Update changelog
4 years ago
elsid
8e1c92d9af
Use std::variant for ESM::Variant implementation
4 years ago
elsid
7f577f5f08
Do not compare hash in tests
...
Different std libraries have different implementation that produce different
results for the same values.
4 years ago
psi29a
a16387df61
Merge branch 'sky-dehardcode' into 'master'
...
De-hardcode references to mesh files used by the sky.
See merge request OpenMW/openmw!704
4 years ago
Matjaž Lamut
2cb4b62b83
De-hardcode references to mesh files used by the sky.
4 years ago
CedricMocquillon
d617d66a87
Add file to BSA
4 years ago
psi29a
50c57fc9ce
Merge branch 'gtest_cmake' into 'master'
...
Fix tests build with CMake 3.20
See merge request OpenMW/openmw!706
4 years ago
psi29a
8cb3681c12
Merge branch 'esm_variant_tests' into 'master'
...
Add tests for ESM::Variant
See merge request OpenMW/openmw!712
4 years ago
psi29a
22cf9bd823
Merge branch 'new-macos-ci-image' into 'master'
...
Use the new macOS image for the CI runner open beta
See merge request OpenMW/openmw!690
4 years ago
psi29a
b68305e3e2
Merge branch 'bullet-msvc-runtime' into 'master'
...
Fix FetchContent Bullet with MSVC
See merge request OpenMW/openmw!717
4 years ago
psi29a
71fda935e8
Merge branch 'shuffle_those_mods' into 'master'
...
Fix targeted scripts losing their targets when rearranging your load order
See merge request OpenMW/openmw!715
4 years ago
AnyOldName3
3ad2335d11
Fix FetchContent Bullet with MSVC
4 years ago
Evil Eye
44f2cb0923
Fix targeted scripts losing their targets when rearranging your load order
4 years ago
Bret Curtis
30cba854da
Merge pull request #3060 from akortunov/master
...
Restore old aiming for melee combat
4 years ago
Andrei Kortunov
59720aea9a
Restore old aiming for melee combat
4 years ago
psi29a
9aa5aef2c6
Merge branch 'my_other_mr_is_larger' into 'master'
...
Make AddItem's quantity overflow on negative numbers
Closes #5934
See merge request OpenMW/openmw!713
4 years ago
Andrei Kortunov
d3e185623d
Merge branch 'ref_data_move' into 'master'
...
Add move constructor and move assignment operator to RefData (#5893 )
See merge request OpenMW/openmw!705
4 years ago
elsid
bd33fa76b6
Use CRTP to define CustomData clone function
4 years ago
elsid
e380470558
Add move ctor and assignment operator to RefData
4 years ago
elsid
045bb7cbd7
Store CustomData and ContainerStore as unique_ptr
4 years ago