Commit Graph

26400 Commits (baa9446cd107691ae8fcc42e4b3ed11266b59713)
 

Author SHA1 Message Date
David Cernat baa9446cd1 Add OpenMW commits up to 4 Aug 2020 4 years ago
AnyOldName3 c72fda7ecc Merge branch 'secure-deps' into 'master'
Verify certificates when downloading dependencies

See merge request OpenMW/openmw!278
4 years ago
psi29a a753dc74b1 Merge branch 'restore-gamepad-zoom' into 'master'
Restore Gamepad Zooming

See merge request OpenMW/openmw!276
4 years ago
Perry Hugh 4bf24a955e Restore Gamepad Zooming 4 years ago
AnyOldName3 cbb5549964 Merge branch 'patch-1' into 'master'
addLineDirectivesAfterConditionalBlocks move check for npos to catch all npos

See merge request OpenMW/openmw!277
4 years ago
Mads Buvik Sandvei 2ed12a398d addLineDirectivesAfterConditionalBlocks move check for npos to catch all npos 4 years ago
descawed 58e0b34adc Verify certificates when downloading dependencies 4 years ago
Bret Curtis 1995e43b46
Merge pull request #2980 from Assumeru/heritage
Make scripts inherit variables from the base record
4 years ago
David Cernat 0e51816c09 Merge branch 'authors_project_leader_update' into 'master'
Update AUTHORS with project leader history & special mention for scrawl

See merge request OpenMW/openmw!270
4 years ago
unknown f5638fec1e add a changelog entry 4 years ago
Bret Curtis 1b3f5d4f0d
Merge pull request #2981 from akortunov/refactoring
Use more C++11 in the scripting system code
4 years ago
Andrei Kortunov 9f349e8d91 Use more C++11 in the scripting system code 4 years ago
Andrei Kortunov cd4d3389a4
Merge pull request #2978 from Capostrophic/transform
Don't encapsulate NIF transformation changes
4 years ago
Capostrophic 3d31d21bc2 Don't encapsulate NIF transformation changes
Currently that causes issues
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
4 years ago
psi29a 3cb69e8fa5 Merge branch 'clearinfoactor' into 'master'
Properly handle ClearInfoActor (#5548)

Closes #5548

See merge request OpenMW/openmw!274
4 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
4 years ago
unknown e27858cfab these were supposed to be included 4 years ago
Evil Eye 6ad20ec9c7 Mutate base records when adding/removing spells 4 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
4 years ago
David Cernat 4560267298 [General] Track the client scripts that Object packets originate from 4 years ago
Bret Curtis e0655841e1
Merge pull request #2962 from Capostrophic/nifcleanup
More NIF-related cleanup
4 years ago
Bret Curtis d197e2887b
Merge pull request #2977 from Capostrophic/simplewater
Make a horrible simple water hack less horrible
4 years ago
Bret Curtis 82a45eb6ae
Merge pull request #2976 from Capostrophic/unconscious
Add option to always allow stealing from KO'd actors (feature #5545)
4 years ago
psi29a 9aff51ed75 Merge branch 'launcher_add_spacer' into 'master'
Add vertical spacers to files/ui/graphicspage.ui

See merge request OpenMW/openmw!269
4 years ago
Petr Mikheev 65c92b6488 Add alignment="Qt::AlignTop" to files/ui/graphicspage.ui 4 years ago
Capostrophic 03f0bd3df6 Make a horrible simple water hack less horrible 4 years ago
Bret Curtis a74f7bbcbe
Merge pull request #2975 from Capostrophic/pickpocket
Fix pickpocketing sneaking stance check
4 years ago
Bret Curtis b0c4336577 update DejaVuFontLicense entry 4 years ago
David Cernat 2cb16e778c [General] Use clearer method name for tracking InterpreterContext type 5 years ago
David Cernat 63480a0012 [Client] Use DetourNavigator for local actors, working around c1ebd9474b 5 years ago
Capostrophic 9c930e38fa Add option to always allow stealing from KO'd actors (feature #5545) 5 years ago
Bret Curtis aa094b568e
Merge pull request #2974 from Capostrophic/documentation
Update documentation
5 years ago
Bret Curtis 584fcd4716 Merge branch 'master' of github.com:OpenMW/openmw 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
David Cernat 57734c172b [Client] Retain AiPursue for guards ignoring player because of dialogue
In OpenMW, guards starting combat with the player cause other guards with an AiPursue package to also join the combat in MechanicsManager::startCombat(). Previously, however, TES3MP was discarding AiPursue packages for the guards who hadn't started the arrest dialogue with the player by returning the wrong boolean in AiPursue::execute(), leading to just one-on-one combat with the arresting guard.
5 years ago
Capostrophic c4eb50d17f Update documentation
Document distant fog
Make colored topic functionality documentation clearer
Update the status of screenshot format tweakability
5 years ago
Capostrophic 46825e8a4d Move NIF record index back to a separate user object
This makes sure it's never erroneously optimized out. NodeIndexHolders don't need to be cloned as their record index is never supposed to be changed.
5 years ago
Capostrophic f93655e803 Encapsulate NIF transform changes in NifOsg::MatrixTransform 5 years ago
Capostrophic ad87289d59 Fix NifOsg::MatrixTransform constructor inheritance 5 years ago
Capostrophic cc791af0f5 Serialization fixes
Make sure NifOsg::MatrixTransform serialization behaves as intended
Add a dummy serializer for NifOsg::UVController
5 years ago
Capostrophic 3b55d657e5 CopyRigVisitor: Log the number of parents in multiple parents error 5 years ago
Capostrophic a61267f57d Replace NodeUserData with a custom transform node 5 years ago
Capostrophic 4c9cefefdd Get rid of NifOsg::CollisionSwitch 5 years ago
psi29a 899966f0d3 Merge branch 'Launcher-CodePatch-Tab' into 'master'
Add a new tab in the launcher app to handle code patch options.  #5519

See merge request OpenMW/openmw!258
5 years ago
Bret Curtis 224923d6c8 update appdata license and dejavufont license file 5 years ago
David Cernat 71b00da289 Update AUTHORS with project leader history & special mention for scrawl 5 years ago
David Cernat ff10aa816b Add OpenMW commits up to 25 Jul 2020
# Conflicts:
#   .travis.yml
5 years ago