Commit Graph

10330 Commits (f9f278f6450a80bebbc50cc459054a4e113d2677)
 

Author SHA1 Message Date
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
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
scrawl a05c8fd3ce Make applyEnchantment return the record ID instead of modifying Ptr 11 years ago
scrawl 1d8da95756 Warning fix 11 years ago
scrawl 08cf58204f Merge branch 'master' of github.com:scrawl/openmw 11 years ago
scrawl f09c8ddc9e Remove a pointless assert 11 years ago
scrawl a7d525245c Fix missing include 11 years ago
Scott Howard c9011f707f missing #include <iostream> in mwiniimporter
missing #include <iostream> in mwiniimporter/main.cpp
11 years ago
cc9cii 367acd9676 Enable video but without sound. 11 years ago
cc9cii 3718847ffc Disable video for Windows until the crash issues are fixed. 11 years ago
Marc Zinnschlag f4334da42e added changed reference tracking for cells 11 years ago
scrawl b47b2b84f3 Merge branch 'master' of https://github.com/OpenMW/openmw
Conflicts:
	apps/openmw/mwdialogue/filter.cpp
	apps/openmw/mwgui/waitdialog.cpp
11 years ago
Marc Zinnschlag 6ac700a501 Merge remote-tracking branch 'potatoesmaster/getClass' 11 years ago
Marc Zinnschlag 244eb11651 Merge remote-tracking branch 'greye/widechar' 11 years ago
scrawl a2f156be8e Prevent magic bolts from colliding with their caster 11 years ago
scrawl df8e095c83 Small cleanup 11 years ago
scrawl e51300989c Handle NiBSPArrayController as alias for NiParticleSystemController
The differences (if any) are unknown.

NiBSPArrayController is used by the Atronach_Fire.nif model. Its particles are now visible, but they don't look right yet. Need to handle NiAutoNormalParticlesData?
11 years ago
Emanuel Guevel 1e4a854433 Remove static method MWWorld::Class::get(&Ptr)
It was just adding a level of indirection to Ptr.getClass().
All the call were replaced by that instead. The number of lines changed
is important, but the change itself is trivial, so everything should be
fine. :)
11 years ago
Emanuel Guevel 20cfdd4b43 Move LiveCellRefBase ctor where it belongs to 11 years ago
scrawl cba50c7338 Optimize ManualRef: look up correct Store instead of searching 11 years ago
scrawl 4b5f02f644 Remove useless throwing of exception 11 years ago
greye 663d5c314e be more verbose on change reasons 11 years ago
greye 8f9091550e require boost::locale only on Windows 11 years ago