cc9cii
|
52daaf6ce3
|
Fixes bug #1849. Workaround MAO_Containers.esp from Morrowind Acoustic Overhaul placing SCVR records at the end rather than where expected by loadscpt.cpp.
|
10 years ago |
scrawl
|
0be1ac1343
|
Enable casting of NoMagnitude effects in AI (e.g. summoned creatures)
|
10 years ago |
scrawl
|
84ad05b4fa
|
Fix bone not found exception for golden saint spellcasting
|
10 years ago |
scrawl
|
927dcc7cdd
|
Another invalid iterator fix
|
10 years ago |
scrawl
|
feeb740497
|
Fix bone not found exception for golden saint spellcasting
|
10 years ago |
scrawl
|
0f43592237
|
Another invalid iterator fix
|
10 years ago |
scrawl
|
3f503c6561
|
Fix mSelectedEnchantItem cleanup not working for non-player actors
|
10 years ago |
scrawl
|
1c222a0154
|
Fix mSelectedEnchantItem cleanup not working for non-player actors
|
10 years ago |
scrawl
|
f91d639782
|
Add missing soul trap sound (Fixes #1855)
|
10 years ago |
Marc Zinnschlag
|
d605019111
|
updated changelog
|
10 years ago |
Marc Zinnschlag
|
78393bca30
|
Merge branch 'editorfix'
|
10 years ago |
Marc Zinnschlag
|
0dff1fb816
|
fix for previous commit (was using wrong destination path)
|
10 years ago |
Marek Kochanowicz
|
ea2feb0aa9
|
fix for bug 1672
|
10 years ago |
Marc Zinnschlag
|
ce3d75bba2
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
Marc Zinnschlag
|
9197d4b653
|
Merge remote-tracking branch 'scrawl/ai'
|
10 years ago |
scrawl
|
253036abee
|
Play VFX_Soul_Trap on successful soul trap
|
10 years ago |
scrawl
|
f8f4d2dfdb
|
Another invalid iterator fix
|
10 years ago |
scrawl
|
1a98f8ca93
|
Invalid iterator fix
|
10 years ago |
scrawl
|
2e623bac5a
|
Don't attempt to use broken weapons in AI
|
10 years ago |
scrawl
|
0bdc1b243a
|
Consider weapon ammunition in combat AI (Fixes #1576)
|
10 years ago |
scrawl
|
f1d72419de
|
Don't equip weapons in autoEquip, AiCombat does that now (Fixes #1451)
|
10 years ago |
scrawl
|
0fe9612afb
|
Implement basic spellcasting AI (Fixes #961)
Select a weapon to attack with in AiCombat and equip it (Fixes #1609, Fixes #1772)
|
10 years ago |
scrawl
|
1a96dd0bd5
|
Remove more MyGUI 3.2.0 specific code
|
11 years ago |
cc9cii
|
7ff1136d81
|
For compiling in Windows with MSVC.
|
11 years ago |
Marc Zinnschlag
|
0b3e2775a0
|
fixed wording in body part verifier
|
11 years ago |
Stanislav
|
4d2bdda22f
|
Merge branch 'master' of https://github.com/OpenMW/openmw
|
11 years ago |
Stanislav
|
bdfb0c8351
|
Feature #1616: Body part record verifier
|
11 years ago |
scrawl
|
c5fa7bf7c2
|
Minor cleanup
|
11 years ago |
scrawl
|
4f92044d71
|
Allow user-created markers on local map (Fixes #1571)
|
11 years ago |
scrawl
|
17dc01ec44
|
Require MyGUI version 3.2.1 and remove legacy code (Fixes #1528)
|
11 years ago |
scrawl
|
1baf0f7bb2
|
Add version parsing to FindMyGUI.cmake
|
11 years ago |
scrawl
|
c2a91148f3
|
Implement multiple emitter nodes for NiBSPArrayController
The particles for the flame, frost and storm atronachs work correctly now.
|
11 years ago |
scrawl
|
dd77954512
|
Don't pass key to input binder if it was consumed by text editor (Fixes #1845)
|
11 years ago |
scrawl
|
dcddd9a07c
|
Use MyGUI clipboard events for MyGUI 3.2.1+ (Fixes #1846)
Note that only <= 3.2.0 and >= 3.2.1 are supported, any SVN version between them might still exhibit duplicate text pasting.
|
11 years ago |
scrawl
|
3d47f2ceb0
|
Fix bad indentation
|
11 years ago |
scrawl
|
10a0e2434e
|
Open inventory when activating an unconscious actor (Fixes #1848)
|
11 years ago |
scrawl
|
fc7ed05da8
|
Knock out actors when fatigue base is 0 (Fixes #1847)
|
11 years ago |
scrawl
|
44642ae21b
|
Fix incorrect Speed value in ESM::MagicEffect (thanks Hrnchamd)
|
11 years ago |
scrawl
|
b4fbaf1169
|
Fix potential infinite recursion in ActionTeleport (Fixes #1840)
|
11 years ago |
scrawl
|
854491ac15
|
Don't treat actors as following if another non-combat AiPackage precedes (Fixes #1843)
|
11 years ago |
scrawl
|
7714192e28
|
Remove wrong comment
|
11 years ago |
scrawl
|
9f13315d1c
|
Remove unused numUnload
|
11 years ago |
scrawl
|
c775e05d7a
|
Show encumbrance preview when trading (Fixes #1793)
|
11 years ago |
Marc Zinnschlag
|
f1f38fc786
|
Merge remote-tracking branch 'miroslavr/master'
|
11 years ago |
MiroslavR
|
46e9ee408f
|
Do not allow mods to change fixed effect properties in the legacy format, but allow it entirely in the new format.
|
11 years ago |
MiroslavR
|
fc21d898f2
|
Add hand-to-hand tooltip
|
11 years ago |
MiroslavR
|
3823e36f05
|
Merge branch 'master' of github.com:OpenMW/openmw
|
11 years ago |
MiroslavR
|
d16e0c063c
|
Enchanting, spellmaking dialog: check for flags when listing known effects
|
11 years ago |
MiroslavR
|
df262e53ae
|
Display school in the spell tooltip
|
11 years ago |
Arthur Moore
|
b7852b8215
|
Convert niffile.cpp to use std::map instead of a custom search function.
I haven't profiled this, but it should speed things up a decent bit.
|
11 years ago |