Commit Graph

10365 Commits (8419002393d89bd20222773a1872efb858f7ea32)
 

Author SHA1 Message Date
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
scrawl 3380e1e1c5 Fix ShouldAttack filter
This makes NPCs exit dialogue properly when they should attack as a result of taunting actions.
11 years ago
scrawl c6c254d279 Do not trigger levelup if rest was interrupted 11 years ago
scrawl 18bba6bcec Fix layout glitch when autosaving 11 years ago
greye cb598f0455 the same for data-local entry 11 years ago
greye 28b59f4008 process paths as UTF-8 in launcher 11 years ago
greye 3721174ae4 proof-of-concept boost::wave iteration policy 11 years ago
scrawl cf07d2ab93 Fix swapped position of Save and Load menu buttons 11 years ago
scrawl f812746010 Auto-select first save in load dialog 11 years ago
scrawl 3a7e2f8bb5 Allow invoking Journal instruction with non-existing index
This is used by the MG_EscortScholar1 quest.
11 years ago
greye 8b94e31062 try to set relative path to resources 11 years ago
scrawl 2f6d400c62 Merge branch 'master' of https://github.com/OpenMW/openmw into newgame 11 years ago
scrawl b39b572c5a Moved mStartupScript to World, so that it is executed for a New game 11 years ago
greye 4346e3b4d0 try to load plugins from relative paths 11 years ago
scrawl 9fe505c8fa Only run --script-run commands when bypassing the menu
Running them while no game is started yet is dangerous, and also leaves bits and pieces of state (e.g. in LocalScripts for scripted items added to inventory) that will not get cleaned up properly when a game is loaded (since when no game was previously running, no cleanup is performed). As a result, dangling MWWorld::Ptrs were left in LocalScripts.
11 years ago
scrawl abd6b6ab33 Fix not returning to main menu on failed loads when using quickload 11 years ago