Commit Graph

16616 Commits (1dcea961c63442fa518759328b55c6b88b4cfa7c)

Author SHA1 Message Date
Bret Curtis 53e581fe10
Merge pull request #2899 from akortunov/multiple_effects
Track magic effect index for summoning
4 years ago
Andrei Kortunov 7a4efe3979 Avoid crash when object paging encounters an empty shape 4 years ago
Petr Mikheev 7e3d19196d Fix #5586 4 years ago
Evil Eye 131bd5c91d Fix unused template argument 4 years ago
Andrei Kortunov 9189a42c4c Fix failed assertion 4 years ago
Andrei Kortunov 67eace1028 Use struct instead of tuple 4 years ago
Andrei Kortunov 924f634bda Support for multiple summons with same ID in the single spell 4 years ago
Bret Curtis 7ee5526dbf
Merge pull request #2993 from akortunov/warnfix
Fix MSVC warnings
4 years ago
psi29a f90a049702 Merge branch 'movement_refactoring' into 'master'
Refactoring related to "smooth movement"

See merge request OpenMW/openmw!285

(cherry picked from commit 6eaf0a389d5aed3b74ab1a7cf89574612f964bdf)

e847b4c8 Split getSpeed() to getMaxSpeed() and getCurrentSpeed()
a96c46bc Refactor calculation of movement.mSpeedFactor
03ee9090 Use getMaxSpeed instead of getCurrentSpeed where it makes sense.
a178af5c Create helper functions `normalizeAngle` and `rotateVec2f`
4 years ago
AnyOldName3 a495888d3d Get per-monitor resolution list while SDL is alive 4 years ago
AnyOldName3 5538fea1d1 Display standard resolutions on single-monitor machines 4 years ago
Andrei Kortunov f9e667dd8c Fix MSVC warnings 4 years ago
AnyOldName3 b60d5904e2 Correct SDL_GetNumVideoDisplays error message
It logged the wrong function
4 years ago
Bret Curtis 74ba6197ce
Merge pull request #2991 from akortunov/launcher
Use two columns when there is too many checkboxes in launcher's tab
4 years ago
elsid 80e23536cb Merge branch 'camera_refactoring' into 'master'
Camera refactoring

See merge request OpenMW/openmw!271
4 years ago
Andrei Kortunov 7c9497c4de Use two columns when there is too many checkboxes in launcher's tab 4 years ago
Andrei Kortunov 8e566fa7ab
Merge pull request #2989 from Capostrophic/tabs
Make Advanced tab of the launcher look okay for everyone again
4 years ago
Alexei Dobrohotov 5c37b5bc4b
Merge pull request #2990 from akortunov/serialize
[Regression] Fix crash for ShowSceneGraph
4 years ago
Andrei Kortunov 7f342374fc Fix crash when using 'showscenegraph 1' console command 4 years ago
Capostrophic c436f29a1e Make Advanced tab of the launcher look okay for everyone again 4 years ago
Capostrophic a0ca7c4b43 AIPursue: don't do a LOS check
Properly resolve #4774
4 years ago
psi29a f73aa9f27a Merge branch 'launcher_update' into 'master'
Add more settings to openmw-launcher

See merge request OpenMW/openmw!272
4 years ago
Petr Mikheev 6a4fa8a8b5 Add more settings to openmw-launcher 4 years ago
Bret Curtis 32e7b78cb9
Merge pull request #2985 from Assumeru/master
Fix regression #5572
4 years ago
Evil Eye fb28d27d08 don't discard purged effects 4 years ago
Capostrophic a211527b4b Fix AppVeyor warnings 4 years ago
Petr Mikheev 0de6650add Add RayCastingInterface 4 years ago
Petr Mikheev e9b2e9b474 Remove camera stuff from RenderingManager 4 years ago
Petr Mikheev 694e0b5906 Refactoring. Simplification of camera interface. 4 years ago
Petr Mikheev ed3426cf2f Move third person camera collision check from World::updatePlayer() to Camera::updatePosition() 4 years ago
Alexei Dobrohotov eed8902380
Merge pull request #2982 from Assumeru/explain
Comments to explain the arcane workings of Morrowind
4 years ago
Bret Curtis 2e05b5a4ee
Merge pull request #2983 from Assumeru/spell-regression
Fix #5566
4 years ago
Petr Mikheev ca4330f753 Tune algorithm of "auto switch shoulder" 4 years ago
Evil Eye 144a7f330f Fix a regression that meant missing spells would prevent a save from being loaded 4 years ago
Perry Hugh 4bf24a955e Restore Gamepad Zooming 4 years ago
Bret Curtis 1995e43b46
Merge pull request #2980 from Assumeru/heritage
Make scripts inherit variables from the base record
4 years ago
unknown 073a7f2b2d Comments to explain the arcane workings of Morrowind 4 years ago
Andrei Kortunov 9f349e8d91 Use more C++11 in the scripting system code 4 years ago
unknown b39f35d805 inherit variables 4 years ago
Bret Curtis 72b63ed140
Merge pull request #2954 from Assumeru/basespells
Mutate base records when adding/removing spells
5 years ago
Frederic Chardon 12ee42c6f3 Update mLastTopic before executing scripts. In case the script contains ClearInfoActor it erase not the correct topic.
Other correction not linked with the bug:
- reset mActorKnownTopicsFlag at the same time as mActorKnownTopics
- don't call updateTopics in addResponse, it is already handled by the response
callback
5 years ago
unknown e27858cfab these were supposed to be included 5 years ago
Evil Eye 6ad20ec9c7 Mutate base records when adding/removing spells 5 years ago
Bret Curtis ae1af0e103
Merge pull request #2972 from Assumeru/non-unique-additem
Mutate base record when calling add/remove item on non-unique actors
5 years ago
Bret Curtis d197e2887b
Merge pull request #2977 from Capostrophic/simplewater
Make a horrible simple water hack less horrible
5 years ago
Bret Curtis 82a45eb6ae
Merge pull request #2976 from Capostrophic/unconscious
Add option to always allow stealing from KO'd actors (feature #5545)
5 years ago
Capostrophic 03f0bd3df6 Make a horrible simple water hack less horrible 5 years ago
Capostrophic 9c930e38fa Add option to always allow stealing from KO'd actors (feature #5545) 5 years ago
Capostrophic cc6e4ad215 Fix pickpocketing sneaking stance check 5 years ago
Evil Eye 040a92c373 implement additem/removeitem for non-unique actors 5 years ago