scrawl
11394d83c5
Feature #1086 : Import blood models/textures in MWIniImporter
11 years ago
scrawl
ddc432c7ef
Fix stealing bug
11 years ago
scrawl
e410eb5273
Play 'Idle' voiced dialogue entries in AIWander. Tweak voice max distance.
11 years ago
scrawl
2836c7c927
Do not set owner when adding items to a container, as opposed to NPC/creatures
11 years ago
scrawl
fe66012bcd
Closes #1115 : Fix a bug causing number of AI packages to grow exponentially when adding an AI package. Not sure if adding the same package twice should even be allowed.
11 years ago
scrawl
f070d9966d
Implement movement speed formula for creatures. Still moving a bit too slow.
11 years ago
Marc Zinnschlag
b9869e8519
Merge remote-tracking branch 'ace/patch-1'
11 years ago
Marc Zinnschlag
671d0e46e2
Merge remote-tracking branch 'nobrakal/patch-1'
11 years ago
Alexander "Ace" Olofsson
ddf72c06de
Update statswindow.cpp
...
Fixes a build issue on MSVC ('floor' : ambiguous call to overloaded function)
11 years ago
nobrakal
e638b8b8cb
Update openmw.desktop
...
Fix bad output of desktop-file-validate for openmw.dektop
11 years ago
nobrakal
278876d6fb
Update opencs.desktop
...
Fix bad output of desktop-file-validate for opencs.dektop
11 years ago
scrawl
ea8f60eddf
Implement movement speed formula for creatures. Still moving a bit too slow.
11 years ago
scrawl
d544551f61
Added getSkill to Class interface, since creatures also have skills (which are provided by generalized Combat, Magic and Stealth attributes which substitute for the specific skills, in the same way as specialization)
...
Information provided by Hrnchamd.
11 years ago
scrawl
7534fc968d
Minor acrobatics fixes
11 years ago
scrawl
28a2585106
Unsheath weapon in AiWander
11 years ago
scrawl
dff67bb0b6
StopCombat: mark as non-hostile
11 years ago
scrawl
da3295d69c
Closes #1106 : Move stance to CreatureStats, since creatures also have separate run/walk animations.
11 years ago
scrawl
0a8c61a7fe
Bug #1107 : Reverted previous fix, which caused problems with some actors not using a box shape as expected. Instead, do not create a bounding box collision shape for hidden nodes.
11 years ago
scrawl
03b2e99802
Remove unused Combat stance
11 years ago
scrawl
79a6ffd216
Closes #1107 : Do not create box shapes unless the box collision flag is enabled
11 years ago
scrawl
3ea1407ed3
Closes #1109 : Don't reset water level when loading a plugin that does include water level records
11 years ago
scrawl
d4aeb177f9
Remove unused btKinematicCharacterController
11 years ago
scrawl
264736c139
Remove hopelessly outdated nifogre tests
11 years ago
scrawl
d0500e8124
Some unneeded includes cleanup
11 years ago
scrawl
0c4b6ea89f
Minor fix
11 years ago
scrawl
a432661b8a
Minor correction
11 years ago
scrawl
de64c57179
Fix some typos and accidental commit
11 years ago
Marc Zinnschlag
9b31bbc00b
Merge remote-tracking branch 'bwrsandman/patch-1'
11 years ago
Marc Zinnschlag
bf1a37dc38
Merge remote-tracking branch 'sirherrbatka/referencables_verifer'
11 years ago
Sandy
a4602326f3
openmw is now available in [community]
11 years ago
Marek Kochanowicz
6224344957
Being any idiot is hard.
11 years ago
Marek Kochanowicz
3d722ba104
Corrected brackets.
11 years ago
Marek Kochanowicz
fbcb1a14fc
ooops, using search id
11 years ago
Marek Kochanowicz
89d4a90c06
Localised version of morrowind will no longer spam false positives. Don't check diff, please.
11 years ago
greye
61707694e8
fix memory leak in AISequence
11 years ago
greye
15d946415e
minor cleanup
...
Removed case folding via std::transform, excessive lowerCase()
replaced with ciEqual().
11 years ago
Marek Kochanowicz
c981a2a6f8
Removed boost in favor of #include <components/misc/stringops.hpp>. Hopefully this will make scrawl happy. :P
11 years ago
Marek Kochanowicz
2c1ef610b9
Moving back to boost for case insensitive comparsion.
11 years ago
scrawl
52b9ebff9d
Closes #1092 : Implement sleep interruption. Fix levelled list flags for creatures. Change World::copyObjectToCell to search for the correct cell.
11 years ago
scrawl
69381c49c7
Added a todo comment
11 years ago
scrawl
b8583124e0
Correction for RemoveSoulgem instruction
11 years ago
scrawl
26d972280f
Fix a few text defines
11 years ago
scrawl
90b92a8f41
Move levelled list code out of ContainerStore
11 years ago
scrawl
6aa56354c0
Revert "Bug #991 : Don't autoequip items with harmful permanent enchantments"
...
This is no longer needed, since merchants no longer equip items sold to them (2f35e5a04e
). Also, items with harmful enchantments that are initially in the NPCs inventory *must* be equipped (e.g. slave bracers)
This reverts commit 71d9755ef1
.
11 years ago
scrawl
9de3abcb5f
Closes #1105 : Do not reduce magicka if unable to cast
11 years ago
scrawl
396efd580b
Fix a leftover of the old coordinate system
11 years ago
scrawl
2196ce427a
Closes #556 : Link movie volume to 'master' volume slider, instead of 'music'.
11 years ago
scrawl
95651857f3
Fix code duplication
11 years ago
scrawl
0d0005c433
Fix fatigue not restoring when waiting
11 years ago
Marek Kochanowicz
e34cb9e931
changed according to the scrawl sugestion
11 years ago