Commit Graph

15504 Commits (ef985ab422d51bb364c180d38a560aca0a86f6eb)

Author SHA1 Message Date
Alexei Dobrohotov 89a0b2d2d4 Merge branch 'issue-4805' into 'master'
Bug #4805: NPC movement speed calculations do not take race Weight into account

See merge request OpenMW/openmw!89

(cherry picked from commit 98f52fa8ad8d8746786c529373db81f8602135df)

61682570 Bug #4805: NPC movement speed calculations do not take race Weight into account
0c8308bc Revert "Bug #4805: NPC movement speed calculations do not take race Weight into account"
4b43e91f Change to only affect movement speed and not animation speed
a66ae118 Use adjustScale() to adjust movement calculation instead of using race weight
6295eadc Make sure height is also factored into movement speed
fde0ca8b Remove height from movement calculation and factor in cell reference scale
6 years ago
Andrei Kortunov e534153d00 Use friendly hits only for player's followers (bug #4984) 6 years ago
Andrei Kortunov 6b49ce965b Do not update drowning state for actors outside of AI distance (bug #4980) 6 years ago
Andrei Kortunov 4da21942af Do not use the actors processing range to determine a maximum range of AiTravel (bug #4979) 6 years ago
Capostrophic 2c473d84ee Fix zero division in enchantment magnitude calculation 6 years ago
Alexei Dobrohotov 5b8fc5a151
Merge pull request #2314 from OpenMW/stdc++14
bump from C++11 to C++14
6 years ago
Capostrophic 0333cd2dd4 Fix frozen rain when water refractions are disabled 6 years ago
terabyte25 27292ef4a3 Disable quick keys when fighting and spellcasting are disabled (bug #4962) 6 years ago
Bret Curtis f4e113e7c1
Merge pull request #2277 from akortunov/terrain
Camera-related fixes
6 years ago
Bret Curtis 4fa529e093
Merge pull request #2320 from akortunov/cursorfix
[Regression] Fix disappearing cursor in the self-enchanting menu
6 years ago
Bret Curtis 785a667517
Merge pull request #2302 from akortunov/guifixes
Scalable UI textures
6 years ago
Andrei Kortunov f165d22cde Fix a regression with disappearing cursor in the self-enchanting menu 6 years ago
Andrei Kortunov 9b716a2f8d
Merge pull request #2311 from Capostrophic/random
Use dice rolls instead of chance for spell magnitude (bug #4945)
6 years ago
Bret Curtis 10643a10f2
Merge branch 'master' into lighting 6 years ago
Capostrophic 85e99182ce Revise light source configuration (bug #4965)
Set up attenuation less awkwardly
Use global attenuation settings for magic light source
Use constant attenuation settings
6 years ago
Capostrophic 424716977b Only play miss sound for player attacks (bug #4969) 6 years ago
Bret Curtis 2ab7f903d7 make use of std::make_unique to test that MSVC2015 can handle that 6 years ago
Andrei Kortunov 31ddb0a482 Allow to calculate UI skin size based on texture resolution (feature #4968) 6 years ago
terrabyte25 61c3847a12 Add magic animation option to advanced page 6 years ago
Andrei Kortunov 413207f9af Reset old record, if its ID does not match with ID of new record (bug #4932) 6 years ago
Capostrophic d4c1bd81b6 Use dice rolls instead of chance for spell magnitude (bug #4945) 6 years ago
Andrei Kortunov 14b756a692 Use a generic logging system for RecastNavigation 6 years ago
Alexei Dobrohotov e9f6c11cc9
Merge pull request #2309 from akortunov/enchant_animations
Add an option to use casting animations for magic items
6 years ago
Andrei Kortunov 0079a6bf05 Correct the Enchant skill progress (bug #4963) 6 years ago
Bret Curtis ca6f1bdd13
Merge pull request #2288 from Capostrophic/magiceffect
Validate spell effect argument (bug #4927)
6 years ago
Andrei Kortunov 35facc5cde Add an option to use casting animations for magic items (feature #4962) 6 years ago
Bret Curtis 7808cbbfe8
Merge pull request #2292 from akortunov/fallback
Make fallback map static to simplify constructors
6 years ago
bzzt 391f6faffb Remove unused defaultViewer / defaultViewPoint 6 years ago
bzzt e908790584 Inherit the view point from main camera for water RTT cameras 6 years ago
Andrei Kortunov 489e5c6cce Store preloaded terrain view in the main thread 6 years ago
bzzt 63ab7345be Reuse traversal result for different traversal with same view point
Rename eyePoint to viewPoint to match OSG conventions (eyePoint is the camera position, viewPoint is for LOD handling)
6 years ago
Nelsson Huotari 4c4fb0d955 Add include 6 years ago
Nelsson Huotari 69f900349c Remove unnecessary include 6 years ago
Nelsson Huotari ee4a8d2166 Add various coordinate conversion functions 6 years ago
Bret Curtis 1766a252dc
Merge branch 'master' into voiceover 6 years ago
Capostrophic af80eddc0e Use loudness data for 2D voiceover (bug #4947) 6 years ago
Capostrophic 1424399118 Disable any footstep sounds when flying (bug #4948) 6 years ago
Capostrophic 7202f45771 Only allow resting in air when a bed is used 6 years ago
Capostrophic be125aa996 Add spell effect argument validation (bug #4927) 6 years ago
Bret Curtis aacc275e9c
Merge pull request #2299 from Capostrophic/position
Replicate vanilla Position/SetPos behavior more closely (bug #3109)
6 years ago
Capostrophic 80a65e81dd Only set attack type randomly if "best attack" is on (bug #4942) 6 years ago
Capostrophic 3a0e374dc6 Replicate vanilla Position/SetPos behavior more closely (bug #3109) 6 years ago
Bret Curtis 2c57abc245
Merge branch 'master' into dialoguefix 6 years ago
Andrei Kortunov a302ec9c65 Make fallback map static to simplify constructors 6 years ago
Bret Curtis 886c77bced
Merge pull request #2145 from akortunov/rest
Update jail state once instead of for every single hour
6 years ago
Chris Djali 1860d720bc
Merge pull request #2263 from akortunov/actor_culling
Do not recreate shaders to update transparency
6 years ago
Bret Curtis d727a2f25c
Merge pull request #2285 from Capostrophic/mainmenu
Avoid menu button textures vertical cutoff
6 years ago
Bret Curtis 1e9eac568f
Merge pull request #2249 from akortunov/cache
Implement generic caching system
6 years ago
Capostrophic 93f78aad60 Avoid menu button texture vertical cutoff 6 years ago
Bret Curtis 354f904a24
Merge pull request #2279 from akortunov/map
Optimize map window update
6 years ago