MiroslavR
|
7dfba0ae30
|
Followers with high fight should not engage in combat with the player
|
2014-09-01 03:43:53 +02:00 |
|
MiroslavR
|
41c6045986
|
Realign all parent boxes when autosizedwidgets change size
|
2014-09-01 03:38:05 +02:00 |
|
Corporama
|
ccca6db865
|
Compile fixes for Linux
|
2014-08-30 23:11:09 +02:00 |
|
Marc Zinnschlag
|
03c0cbc65a
|
added owner global column to references table (Fixes #1695)
|
2014-08-30 10:13:34 +02:00 |
|
Marc Zinnschlag
|
2eadff54d4
|
Merge remote-tracking branch 'rohitnirmal/scan-build-fixes'
|
2014-08-29 13:40:37 +02:00 |
|
Rohit Nirmal
|
b5eb16b663
|
Silence some scan-build warnings.
|
2014-08-28 20:55:32 -05:00 |
|
cc9cii
|
fa0352cd75
|
fix typo
|
2014-08-29 10:47:44 +10:00 |
|
cc9cii
|
961b4f0142
|
Suppress a warning.
|
2014-08-29 07:48:52 +10:00 |
|
scrawl
|
feeb740497
|
Fix bone not found exception for golden saint spellcasting
|
2014-08-28 17:02:11 +02:00 |
|
scrawl
|
0f43592237
|
Another invalid iterator fix
|
2014-08-28 16:47:54 +02:00 |
|
scrawl
|
1c222a0154
|
Fix mSelectedEnchantItem cleanup not working for non-player actors
|
2014-08-28 16:31:06 +02:00 |
|
scrawl
|
f91d639782
|
Add missing soul trap sound (Fixes #1855)
|
2014-08-28 16:30:42 +02:00 |
|
Marc Zinnschlag
|
78393bca30
|
Merge branch 'editorfix'
|
2014-08-28 13:33:08 +02:00 |
|
Marc Zinnschlag
|
0dff1fb816
|
fix for previous commit (was using wrong destination path)
|
2014-08-28 13:25:56 +02:00 |
|
Marek Kochanowicz
|
ea2feb0aa9
|
fix for bug 1672
|
2014-08-28 12:51:49 +02:00 |
|
Marc Zinnschlag
|
ce3d75bba2
|
Merge remote-tracking branch 'scrawl/master'
|
2014-08-28 12:34:08 +02:00 |
|
Marc Zinnschlag
|
9197d4b653
|
Merge remote-tracking branch 'scrawl/ai'
|
2014-08-28 09:32:44 +02:00 |
|
scrawl
|
253036abee
|
Play VFX_Soul_Trap on successful soul trap
|
2014-08-28 02:55:36 +02:00 |
|
scrawl
|
f8f4d2dfdb
|
Another invalid iterator fix
|
2014-08-28 02:14:30 +02:00 |
|
scrawl
|
1a98f8ca93
|
Invalid iterator fix
|
2014-08-28 02:09:00 +02:00 |
|
scrawl
|
2e623bac5a
|
Don't attempt to use broken weapons in AI
|
2014-08-28 02:01:41 +02:00 |
|
scrawl
|
0bdc1b243a
|
Consider weapon ammunition in combat AI (Fixes #1576)
|
2014-08-28 01:54:32 +02:00 |
|
scrawl
|
f1d72419de
|
Don't equip weapons in autoEquip, AiCombat does that now (Fixes #1451)
|
2014-08-28 00:59:54 +02:00 |
|
scrawl
|
0fe9612afb
|
Implement basic spellcasting AI (Fixes #961)
Select a weapon to attack with in AiCombat and equip it (Fixes #1609, Fixes #1772)
|
2014-08-28 00:55:37 +02:00 |
|
scrawl
|
1a96dd0bd5
|
Remove more MyGUI 3.2.0 specific code
|
2014-08-27 16:39:13 +02:00 |
|
Marc Zinnschlag
|
0b3e2775a0
|
fixed wording in body part verifier
|
2014-08-27 10:46:21 +02:00 |
|
Stanislav
|
4d2bdda22f
|
Merge branch 'master' of https://github.com/OpenMW/openmw
|
2014-08-26 22:14:50 +06:00 |
|
Stanislav
|
bdfb0c8351
|
Feature #1616: Body part record verifier
|
2014-08-26 21:55:31 +06:00 |
|
scrawl
|
c5fa7bf7c2
|
Minor cleanup
|
2014-08-26 17:45:28 +02:00 |
|
scrawl
|
4f92044d71
|
Allow user-created markers on local map (Fixes #1571)
|
2014-08-26 17:45:23 +02:00 |
|
scrawl
|
17dc01ec44
|
Require MyGUI version 3.2.1 and remove legacy code (Fixes #1528)
|
2014-08-26 17:01:35 +02:00 |
|
scrawl
|
dd77954512
|
Don't pass key to input binder if it was consumed by text editor (Fixes #1845)
|
2014-08-26 03:06:30 +02:00 |
|
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.
|
2014-08-26 03:06:30 +02:00 |
|
scrawl
|
10a0e2434e
|
Open inventory when activating an unconscious actor (Fixes #1848)
|
2014-08-26 03:06:23 +02:00 |
|
scrawl
|
fc7ed05da8
|
Knock out actors when fatigue base is 0 (Fixes #1847)
|
2014-08-26 03:02:06 +02:00 |
|
scrawl
|
44642ae21b
|
Fix incorrect Speed value in ESM::MagicEffect (thanks Hrnchamd)
|
2014-08-26 02:09:23 +02:00 |
|
scrawl
|
b4fbaf1169
|
Fix potential infinite recursion in ActionTeleport (Fixes #1840)
|
2014-08-26 02:09:23 +02:00 |
|
scrawl
|
854491ac15
|
Don't treat actors as following if another non-combat AiPackage precedes (Fixes #1843)
|
2014-08-26 02:09:23 +02:00 |
|
scrawl
|
7714192e28
|
Remove wrong comment
|
2014-08-26 02:09:23 +02:00 |
|
scrawl
|
9f13315d1c
|
Remove unused numUnload
|
2014-08-26 02:09:23 +02:00 |
|
scrawl
|
c775e05d7a
|
Show encumbrance preview when trading (Fixes #1793)
|
2014-08-26 02:09:22 +02:00 |
|
MiroslavR
|
fc21d898f2
|
Add hand-to-hand tooltip
|
2014-08-25 03:15:28 +02:00 |
|
MiroslavR
|
3823e36f05
|
Merge branch 'master' of github.com:OpenMW/openmw
|
2014-08-25 00:56:35 +02:00 |
|
MiroslavR
|
d16e0c063c
|
Enchanting, spellmaking dialog: check for flags when listing known effects
|
2014-08-24 21:59:52 +02:00 |
|
MiroslavR
|
df262e53ae
|
Display school in the spell tooltip
|
2014-08-24 20:51:41 +02:00 |
|
MiroslavR
|
fc789265e2
|
Spells that always succeed should not increase your skill when you cast them
|
2014-08-24 20:36:31 +02:00 |
|
Marc Zinnschlag
|
111b55f48e
|
Merge remote-tracking branch 'scrawl/script'
|
2014-08-24 17:58:05 +02:00 |
|
MiroslavR
|
e8a245bea3
|
Enchanting dialog: follow vanilla behavior more closely
|
2014-08-24 16:41:17 +02:00 |
|
Marc Zinnschlag
|
52f6a2ec7b
|
remote local variable access was always using variable with index 1 instead of the index specified by the access request (Fixes #1739)
|
2014-08-24 11:58:08 +02:00 |
|
Marc Zinnschlag
|
d024c1a93f
|
Merge remote-tracking branch 'scrawl/master'
|
2014-08-24 09:14:17 +02:00 |
|