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
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
Marc Zinnschlag
e0b6bf6aeb
implemented reference record deleting
11 years ago
Marc Zinnschlag
d8440e1fdc
implemented reference record merging
11 years ago
greye
9dbe3f21d9
keep non-const signature for argv after conversion
11 years ago
greye
46c32f6c47
OpenEngine MyGUI logging facility
11 years ago
greye
a46662043a
tinyxml convert path to UTF-16 on Windows
11 years ago
greye
130349e0cd
open files in binary mode when necessary
11 years ago
Marc Zinnschlag
58afa58549
Merge remote-tracking branch 'mrcheko/master'
11 years ago
mrcheko
638df221a6
memory leak fix
11 years ago
greye
86a8966306
manual screenshot creation and uploading (scrawl)
11 years ago
greye
444a07c01b
workaround OgreLog Unicode path handling
11 years ago
greye
20527e0bd4
use boost::filesystem instead of boost::iostreams
11 years ago
scrawl
6bd0bbb8df
Do not load (0,0) on new game
11 years ago
greye
db16bb8983
fix OpenCS saving to Unicode path destination
11 years ago