Commit Graph

10309 Commits (5af12d193acfe5f0470ed947cffff1072b56daf3)
 

Author SHA1 Message Date
pvdk 5af12d193a Cleaned up old wizard stuff from launcher 11 years ago
pvdk 38d825b004 Merge remote-tracking branch 'upstream/master' into wizard
Conflicts:
	CMakeLists.txt
	apps/launcher/maindialog.cpp
11 years ago
Marc Zinnschlag f112c78858 Merge remote-tracking branch 'scrawl/master' 11 years ago
scrawl e68600eda2 Make Activate instruction work properly even when onActivate was not called in the same frame.
There are two major differences to the old implementation:
 - Activate can now be called on its own, e.g. in the console. In Vanilla this appears to be a no-op, so it is unlikely to be used and the potential for breakage is low.
 - The Action to execute is now determined when Activate is called, not when OnActivate is called. This however makes sense, since there may be a time difference between the two, and the object (or the player) could have changed in the meantime, requiring a different Action.

Fixes #1166 and #1346.
11 years ago
scrawl 42ea43c3d1 Fix container scripts not getting removed properly on cell change
Broken by f99eda1a54
11 years ago
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
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
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
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
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
Marc Zinnschlag 130af28fa5 Merge remote-tracking branch 'cc9cii/master'
Conflicts:
	apps/openmw/mwrender/videoplayer.cpp
11 years ago
Marc Zinnschlag ff15601a4c Merge branch 'openmw-30' 11 years ago
mrcheko c62187bd55 fix bug at http://bugs.openmw.org/issues/1155
Though it still can happen sometimes but not in such stupid manner.
11 years ago
cc9cii d2794165ba Disable binkaudio sound for FFmpeg libavocdec versions below 54.55.xxx (Windows x64) and 54.10.xxx (Windows 32bit). Later versions are all allowed, but due to sample formats there will be no sound and this message will be shown on the console "Sound Error: Unsupported sample format: fltp" 11 years ago
mrcheko 559c772906 Merge remote-tracking branch 'upstream/master' 11 years ago
cc9cii 4f94a31b54 Fix crash starting a new game. 11 years ago
mrcheko 56881cb7c9 fix bugs in aisequence::execute 11 years ago