Commit Graph

20367 Commits (9f4892ce92239edc87bf4a1cd837ec19afda241f)
 

Author SHA1 Message Date
Bret Curtis 9f4892ce92
Merge pull request #1990 from Capostrophic/absorption
Avoid making expensive visitEffectSources calls if no spell absorption effect is active
6 years ago
Bret Curtis 5b26c231b8
Merge pull request #1988 from Capostrophic/light
Adjust magic light source linear attenuation (bug #3890)
6 years ago
Capostrophic abdf40e0d5 Avoid making expensive visitEffectSources calls if no spell absorption effect is active 6 years ago
Capostrophic b6f23cd366 Make constants usage more obvious 6 years ago
Capostrophic 4873d33642 Adjust magic light source linear attenuation (bug #3890) 6 years ago
Bret Curtis 354447cc45
Merge pull request #1987 from nikolaykasyanov/macos-ci-downgrade-mygui
Use dependencies with downgraded MyGUI, fixing #4665
6 years ago
Nikolay Kasyanov f62ca24356 [macOS, CI] Use dependencies with downgraded MyGUI, fixing #4665 6 years ago
Marc Zinnschlag 3ead33814f Merge remote-tracking branch 'upstream/master' 6 years ago
Marc Zinnschlag 032278929b Merged pull request #1985 6 years ago
Bret Curtis a8d38726e8
Merge pull request #1984 from akortunov/absorption
Make spell absorption multiplicative
6 years ago
Capostrophic 19ce1abcdf Fix selected weapon HUD durability percentage 6 years ago
Andrei Kortunov bf9e8c4556 Make spell absorption multiplicative (bug #4684) 6 years ago
Bret Curtis 0fad2449f3
Merge pull request #1982 from Capostrophic/condition
Avoid item condition and charge zero divisions
6 years ago
Capostrophic c3e8d536cd Implement getNormalizedEnchantmentCharge() method and use it 6 years ago
Capostrophic 54bd7b2dcf Implement getItemNormalizedHealth() method and use it 6 years ago
Marc Zinnschlag 2c8bbde7ef Merged pull request #1979 6 years ago
Marc Zinnschlag 4d88d6dd58 Merged pull request #1980 6 years ago
Bret Curtis 375354ab6b
Merge pull request #1974 from akortunov/coverity
Fix some issues found by Coverity Scan
6 years ago
Capostrophic 67de61e1fb Avoid item condition and charge zero divisions 6 years ago
Bret Curtis ecc671bfb9
Merge pull request #1981 from Capostrophic/fixme
[Regression] Fix fixme behavior in interiors
6 years ago
Capostrophic 4ce35c6ad5 Fix fixme behavior in interiors 6 years ago
Andrei Kortunov 61e6e359c4 Allow creatures to use the autogenerated collision box (feature #2787) 6 years ago
Capostrophic 9809eef18e Utilize the default soundgen entries when necessary (bug #4689) 6 years ago
Andrei Kortunov 229d1bb425 Backport loop from tinyxml 2.6 to avoid CVE 6 years ago
Andrei Kortunov 41e90bd56c Unify random generator usage 6 years ago
Andrei Kortunov 46bf45a6e2 Remove redundant code 6 years ago
Bret Curtis 6c4116cc8b
Merge pull request #1972 from akortunov/equipfix
Force actor to the 'weapon equipped' state if the weapon disappeared in the middle of attack
6 years ago
Bret Curtis a5fc4db2d7
Merge pull request #1973 from akortunov/soundfix
Catch exceptions inside the loadVoice()
6 years ago
Andrei Kortunov 8fa0ffcfe4 Catch exceptions inside the loadVoice() (bug #4685) 6 years ago
Andrei Kortunov d7d9050d4a Force actor to the 'weapon equipped' state if the weapon disappeared in the middle of attack (bug #4646) 6 years ago
Bret Curtis e406c5ff81
Merge pull request #1946 from akortunov/backupfix
Combat AI: check for obstacle before back up
6 years ago
Bret Curtis e99edfd954
Merge pull request #1971 from akortunov/meshfallback
Try to use collisions from basic actor model if an animated one has no collisions
6 years ago
Andrei Kortunov 13bd81f896 Try to use collisions from basic actor model if an animated one has no collisions (feature #4682) 6 years ago
Bret Curtis 358a702869 Merge branch 'master' into 'master'
Unified settings list and cfg file names. Added brief tutorial.

See merge request OpenMW/openmw!41
6 years ago
Bret Curtis 8cb407cfdf
Merge pull request #1969 from Capostrophic/soundgen
Support soundgen calls for activators (feature #4285)
6 years ago
Bret Curtis f561ab547a
Merge pull request #1970 from Capostrophic/landing
Re-enable handling soundgen land for creatures
6 years ago
Capostrophic bf3f82b9d4 Cleanup 6 years ago
Capostrophic 6ef7be3fd3 Re-enable using soundgen land for creatures 6 years ago
Capostrophic 19fd404b7b Support soundgen calls for activators (feature #4285) 6 years ago
Bret Curtis 53ccce1867
Merge pull request #1966 from akortunov/logfix
Allow apps without logging system to display log messages
6 years ago
Andrei Kortunov ca07e3a364 Check for obstacle before back up (bug #4656) 6 years ago
Andrei Kortunov b5df385111 Allow apps without logging system to display log messages 6 years ago
Marc Zinnschlag 60241431ab Merged pull request #1965 6 years ago
Marc Zinnschlag b30e309532 Merged pull request #1967 6 years ago
Marc Zinnschlag 26f867d7c5 Merged pull request #1968 6 years ago
rhtucker 292f4fcafe Unified settings list and cfg file names. Added brief tutorial. 6 years ago
Andrei Kortunov dad0b78901 Avoid overflow when handling output characters (bug #4676) 6 years ago
jvoisin ca8744af56 Fix crash in the ESM reader, when SCVR has no variable names
Fixes bug [#4678](https://gitlab.com/OpenMW/openmw/issues/4678)
The `loadSCVR` method assumes that the list of variable
names won't be empty, which it might.
Instead of crashing, we show a warning and ignore the record.
6 years ago
Bret Curtis 602a314669
Merge pull request #1964 from akortunov/readfix
Fix crash in the ESM reader, when list is empty
6 years ago
Andrei Kortunov f9271fd7f0 Fix crash in the ESM reader, when list is empty (bug #4677) 6 years ago