Marc Zinnschlag
bb011f278e
Merge remote-tracking branch 'cc9cii/master'
11 years ago
scrawl
56ff399f30
Say attack voiced dialogue *after* the target is set up
...
Required for the CreatureTargetted filter to function properly
11 years ago
cc9cii
bbe77d656a
Minor fixes from static analysis.
11 years ago
Marc Zinnschlag
d02f7ac775
Merge remote-tracking branch 'emperorarthur/nif_fix'
11 years ago
Marc Zinnschlag
3244f2197a
updated credits file
11 years ago
Arthur Moore
50a4d175da
Read NIF interpolation type 4 (XYZ_ROTATION_KEY)
...
Don't actually do anything with it yet, but without this the "MW Containers Animated" mod made containers inaccessible.
Partly implements Feature #1067
11 years ago
Arthur Moore
9be219beba
Fixes Bug #1348 "Evidence Chest unlocking when arrested."
11 years ago
cc9cii
eb1589fd54
Merge remote-tracking branch 'upstream/master'
11 years ago
Marc Zinnschlag
be39395ce7
Merge remote-tracking branch 'scrawl/master'
11 years ago
Marc Zinnschlag
12fc0aaecb
removed an unused parser settings (implicitly fixing a case were this setting was not applied correctly)
11 years ago
Digmaster
033f1850f9
Fixed crass on character creation, allowed some character creation windows to be Esc-able
11 years ago
Digmaster
060a50f94a
Fixed issue with QuickKeyMenu and ItemSelectionDialog
11 years ago
scrawl
0b45a9e6b2
Fix case folding for faction reaction from ESX records
11 years ago
scrawl
2b15b85af1
Fix position adjustment not working properly for rotated objects
11 years ago
scrawl
2fe86f2b85
Consider hit normal for item drop test ( Fixes #995 )
11 years ago
scrawl
f476aa4ade
Remove MyGUI color codes when copying to system clipboard
11 years ago
scrawl
49a6579d3a
Fixed esmtool
11 years ago
scrawl
3e2eed9269
Implement getFactionReaction function
...
Strange bug when using value != 0 for the garbage argument?
11 years ago
scrawl
e266c39c5d
Implement modFactionReaction instruction ( Closes #1347 )
11 years ago
Marc Zinnschlag
27c795483b
Merge remote-tracking branch 'ace/win-build-fix'
11 years ago
cc9cii
ad911d4d03
MSVC generates different symbols for class vs struct, confusing the linker.
11 years ago
scrawl
578adb4ef6
PcJoinFaction and friends: make sure the given faction exists
11 years ago
Alexander "Ace" Olofsson
d3357cc279
The MSVC linker is really pedantic with this.
...
Functions compiled as taking a class can't be linked with functions giving a struct, because of the name mangling I'm guessing...
unresolved external symbol "protected: void __thiscall MWWorld::LiveCellRefBase::loadImp(class ESM::ObjectState const &)" (?loadImp@LiveCellRefBase@MWWorld@@IAEXABVObjectState@ESM@@@Z)
11 years ago
Marc Zinnschlag
1665822224
Merge remote-tracking branch 'puppykevin/master'
11 years ago
Marc Zinnschlag
e0ba9a4bf2
added reference collection stage to saving operation (preparation for cell saving)
11 years ago
Digmaster
2b3b11d848
Give access to the main menu when at a choice in dialogue
11 years ago
Digmaster
ee7b5fa5c2
Fixed crash when Esc-ing out of Save "are you sure" dialog.
11 years ago
Digmaster
e0356cf89d
Added support to close modal windows with Esc
11 years ago
Kevin Poitra
beba58268c
Fix a typo within the launcher. Fixes bug #1058 .
11 years ago
Marc Zinnschlag
9e21da9636
Merge remote-tracking branch 'scrawl/master'
11 years ago
Digmaster
e0d55116a4
Dims and disabled Goodbye button in dialogs when unavailable.
11 years ago
Digmaster
79d0ed64d9
Undo some changes I made in the past that shouldn't exist
11 years ago
Digmaster
1ca921d6e2
Merge remote-tracking branch 'upstream/master'
11 years ago
Digmaster
e3e51324a4
Esc button exits all non-modal GUI windows
11 years ago
scrawl
cf68f6da96
Fix ESX dependencies not being checked except for the first one
11 years ago
scrawl
4caa8c5cca
Fix offset to accumulation root not being cleared when adding an animation state with startpoint=1.f (observed with death animations)
11 years ago
scrawl
5660f283dd
Fix actor models incorrectly being rotated on X/Y axes
11 years ago
scrawl
0966755a0c
Store death animation index in CreatureStats
11 years ago
Marc Zinnschlag
3937cfcd8b
Merge remote-tracking branch 'scrawl/master'
11 years ago
scrawl
3cd835e61a
Fix bsa file loading not being case insensitive ( Fixes #1178 )
11 years ago
scrawl
f629307f60
Fix frame delay for sound listener position ( Fixes #1180 )
11 years ago
scrawl
bfd91c0681
Fix potential NpcStats overwriting issue
11 years ago
Marc Zinnschlag
4aab4bae65
minor cleanup and silenced a warning
11 years ago
Marc Zinnschlag
f0d0a31a19
Merge remote-tracking branch 'mrcheko/master'
11 years ago
Thomas
7697b9e868
Ensures nothing bad will happen if we try to lock a door that never had a lock level
11 years ago
Thomas
b3ffd5b868
Fix for bug Bug #1098
11 years ago
mrcheko
8fa7fcdbee
fix bug http://bugs.openmw.org/issues/1335 (1304 as well)
...
though fish detects if actor is swimming, but in MW it attacks even if
the player is knee-deep in water
11 years ago
scrawl
10d835a55c
Some more missing isInCell checks
11 years ago
scrawl
f3ba31de2d
Merge branch 'master' of https://github.com/OpenMW/openmw
...
Conflicts:
apps/openmw/mwscript/cellextensions.cpp
11 years ago
scrawl
039398c8ae
Basic RefData and CellRef change tracking
...
Wrapped item charge handling in getItemHealth function
11 years ago