Andrei Kortunov
a53333c3d5
Native animated containers support (feature #4730 )
6 years ago
Marc Zinnschlag
d791dcfbf3
Merged pull request #2051
6 years ago
Bret Curtis
32624cb3ed
Merge branch 'master' into colors
6 years ago
Bret Curtis
b296c4a3bb
Merge pull request #2058 from Capostrophic/collision
...
Don't consider non-solid actors truly levitating (bug #4746 )
6 years ago
Capostrophic
7b33838b33
Don't consider non-solid actors truly levitating (bug #4746 )
6 years ago
Bret Curtis
35ea8ecb0b
Merge pull request #2056 from Capostrophic/esmtool
...
esmtool cleanup
6 years ago
Capostrophic
7cae0017ac
Display Ambient, Sunlight and Fog field values as colors (bug #4745 )
6 years ago
Capostrophic
5c8c079718
Fix incorrect event argument which messed with hidden light pointers
6 years ago
Capostrophic
832870dc79
esmtool cleanup
6 years ago
Bret Curtis
c2c86fc4a5
Merge pull request #2052 from mp3butcher/master
...
fix moc achieving to reach unparsable boost code
6 years ago
Bret Curtis
807cab568e
Merge pull request #2050 from Capostrophic/markers
...
[Regression] Revert unnecessary case changes for fallback records
6 years ago
Bret Curtis
b1ca6c6e95
Merge pull request #2045 from akortunov/animfix
...
[Testing needed] Fix regressions in the animation system
6 years ago
mp3butcher
9de6c630f2
fix moc achieving to reach unparsable boost code
6 years ago
Capostrophic
7b5932a49d
Add Invert X Axis option (feature #3610 )
6 years ago
Capostrophic
c59513c30c
Revert unnecessary case changes for fallback records
6 years ago
Andrei Kortunov
880ec3ce7b
Fix visible sheaths for invisible actors
6 years ago
Andrei Kortunov
671f2811d5
Fix regressions in the animation system (bug #4729 )
6 years ago
Andrei Kortunov
e8b3ae8706
Improve ResetActors command (bug #4723 )
6 years ago
Andrei Kortunov
7438e20ee1
Fix shield displaying on inventory avatar (bug #4720 )
6 years ago
Andrei Kortunov
68c170f065
Refactor tools to do not use boost exceptions and exit() command
6 years ago
Andrei Kortunov
059a8fd32a
Refactor dynamic casts in the editor
6 years ago
Bret Curtis
a21792657a
Merge pull request #2034 from akortunov/guifixes
...
Improve GUI cleanup
6 years ago
Andrei Kortunov
5ac81cfbff
Throw exceptions with some info int the editor if dynamic_cast failed
6 years ago
Andrei Kortunov
f20d1b1b72
Catch exception in the NIFTest
6 years ago
Bret Curtis
419e7ea5a2
Merge pull request #2035 from akortunov/coverity
...
Fix many Coverity Scan warnings
6 years ago
Bret Curtis
8a66dec865
Merge pull request #2031 from akortunov/warnfix
...
Fix some Clang 7 warnings
6 years ago
Andrei Kortunov
4ee15ddcb9
Fix many Coverity Scan warnings
6 years ago
Andrei Kortunov
5e071e3eb0
Add a missing check if mPtr is empty (bug #4715 )
6 years ago
Andrei Kortunov
71f1a53090
Improve tooltips cleanup (bug #4714 )
6 years ago
Bret Curtis
194232abde
Merge pull request #2029 from akortunov/actorfix
...
[Regression] Handle case in the editor when actor's bodypart was not found
6 years ago
Bret Curtis
0f29a73fc9
Merge pull request #2025 from Capostrophic/actorloops
...
Use C++11 for close actor-iterating loops and avoid some redundant operations
6 years ago
Andrei Kortunov
d2613e35a2
Fix some Clang 7 warnings
6 years ago
Andrei Kortunov
0065bccf24
Handle case in the editor when actor's bodypart was not found
6 years ago
AnyOldName3
02a8c6a7ce
Merge branch 'master' into pr/fix-hidpi-resolution
6 years ago
Bret Curtis
228f6b572f
Merge branch 'master' into prisonmarker
6 years ago
Bret Curtis
f6243fae83
Merge pull request #1615 from akortunov/holstered_weapons
...
Weapon sheathing
6 years ago
Capostrophic
6d48d9329e
Avoid making string copies instead of references
6 years ago
Bret Curtis
3751bc2c11
Merge pull request #2030 from akortunov/warnfix
...
Fix some compiler warnings
6 years ago
Andrei Kortunov
ad36834671
Fix some compiler warnings
6 years ago
Stanislaw Halik
8fd71fe4ad
fix rain delay when exiting water
...
When the particle system updates its internal state noting that it's
been culled, it stops emitting any further particles. Prevent it from
having that knowledge.
v2: Fix off-by-one-frame error following review by @AnyOldName3
6 years ago
Capostrophic
4cb4f82431
Don't use bitwise AND
6 years ago
Capostrophic
39f8637e95
Simplify some actor loops and avoid some redundant calculations
6 years ago
Capostrophic
4efe1bc892
Add prison marker record fallback definition (bug #4701 )
6 years ago
Stanislaw Halik
5e3e01cac0
fix resolution on HiDPI displays under Windows
...
The same Windows functionality as scaling user interface elements,
confuses fullscreen games unless they set a particular of metadata to
indicate that they perform the scaling by themselves.
What happened was treating 2160p as 1440p despite the former being
chosen. The same occured with other game title prior to introducing the
metadata bits.
Fortunately with CMake there's no need to invoke the mt.exe "manifest
tool" manually.
Note that the setting of "per-monitor DPI aware" still leaves openmw
confused, hence the choice of global-DPI-aware.
6 years ago
Andrei Kortunov
92e45507d8
Weapon sheathing support, including quivers and scabbards (feature #4673 )
6 years ago
Bret Curtis
c114e1278e
Merge pull request #1978 from akortunov/ffmpeg3
...
Migrate to FFMPEG3
6 years ago
Bret Curtis
a8d944e756
Merge pull request #2023 from elsid/navmesh_cache_limit
...
Navmesh cache limit
6 years ago
elsid
6e78fbb538
Double key size for item cache size
6 years ago
elsid
db5638bf6d
Add global recast allocator to allocate temp buffers on stack
6 years ago
Andrei Kortunov
f88d5e808c
Rewrite media decoder to use FFMpeg 3.2+ API (task #4686 )
6 years ago