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
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
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
cc9cii
4f94a31b54
Fix crash starting a new game.
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
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
scrawl
7ab98f0c6f
Clear choices when dialogue starts
...
This is usually not needed, because it is not possible to exit dialogue while in a choice. However you can still exit dialogue by loading a different savegame.
11 years ago
greye
b728a919a2
write dependency on boost::locale to CMake files
11 years ago
greye
1b7ed98325
fix typos, reset memory before using
11 years ago
scrawl
220ab86eca
Simplify new game movie player
11 years ago
greye
9dbe3f21d9
keep non-const signature for argv after conversion
11 years ago