Chris Robinson
eb4daaf512
Build a skeleton for Nifs that have a matching .kf file
12 years ago
Chris Robinson
bf94ffb839
Only support NiSequenceStreamHelper as a Kf root
...
Newer versions of the Nif foramt may have other record types, but we don't
support those.
12 years ago
Chris Robinson
8e38dc410f
Allow loading multiple animation sources
...
Animation sources are treated differently from base objects. When given
"path\file.nif", base objects will look for "path\xfile.nif" and use that
if it exists (falling back to the original name if not found). Animation
sources will instead use "path\xfile.kf", ignoring it if the file doesn't
exist.
12 years ago
Chris Robinson
e85bc8b2cd
Only load one Nif for Animation objects
...
This breaks quite a bit, but it's needed for the transition to using the
.kf files.
12 years ago
Chris Robinson
6a3ba41170
Don't store camera nodes, we don't need them.
12 years ago
Chris Robinson
90e29c83c0
Merge remote-tracking branch 'zini/master' into animations
...
Conflicts:
apps/openmw/mwmechanics/character.cpp
12 years ago
scrawl
007a3cf9bd
rename IInterface to Interface
12 years ago
scrawl
b5071ced23
Removed using namespace
12 years ago
scrawl
757a26794a
Merge branch 'master' of https://github.com/zinnschlag/openmw into journal
12 years ago
scrawl
c6edb0288a
Remove unused file
12 years ago
scrawl
f1413ca56b
Synced font code ranges.
12 years ago
scrawl
1315432322
Handle @# links in journal
12 years ago
scrawl
d43adbaa7c
Topic link fixes for russian version, thanks to greye for testing
12 years ago
scrawl
166eac2e25
Cleanup
12 years ago
scrawl
ef9f0b2fc0
Fix size of quest index
12 years ago
Marc Zinnschlag
4894b3ec30
Merge remote-tracking branch 'scrawl/memory'
12 years ago
scrawl
38c399a698
Fix duplicate sounds
12 years ago
scrawl
d6e9cb114e
Forgot to add directory
12 years ago
scrawl
062ff189a2
Merge branch 'master' into memory
12 years ago
Marc Zinnschlag
5a177dcea5
Merge remote-tracking branch 'scrawl/master'
12 years ago
scrawl
2ccb779910
Fix member variable case problem
12 years ago
scrawl
f0354ea04c
Fix member variable case problem
12 years ago
Marc Zinnschlag
5de0db9a28
updated credits file
12 years ago
scrawl
0f2866dc15
Text replace fix
12 years ago
scrawl
48c5e33c79
Fix a limitation of the keyword search. It can now highlight keywords that have longer child variations correctly.
12 years ago
scrawl
a33e6b9c35
Fast forward to the last page in the journal when opening it
12 years ago
scrawl
d16bb26a48
Added text colors, goodbye, message
12 years ago
scrawl
f07497bbde
Fix lockup
12 years ago
scrawl
78e6dab9d2
Dialogue history rewrite WIP
12 years ago
scrawl
6cd28d1156
Fix a bug in getPCNextRank
12 years ago
Lukasz Gromanowski
6fbd940a2f
Fix warning issued by GCC 4.8 in oics/tinyxml.cpp
...
Fix warning issued by GCC 4.8 (and as far I remember 4.7 too)
about not supported "%lf" format string:
openmw/extern/oics/tinyxml.cpp: In member function ‘void TiXmlAttribute::SetDoubleValue(double)’:
openmw/extern/oics/tinyxml.cpp:1269:50: warning: ISO C++98 does not support the ‘%lf’ gnu_printf format [-Wformat=]
TIXML_SNPRINTF( buf, sizeof(buf), "%lf", _value);
^
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
12 years ago
scrawl
03f4e91ceb
Unrelated shadows fix
12 years ago
scrawl
0bb51fd91d
Retrieve the correct case for topics in the journal
12 years ago
scrawl
1f58edb9db
Merge branch 'master' of https://github.com/zinnschlag/openmw into journal
12 years ago
gus
7fe7111c19
Fargoth quest almost works. There is still a sall problem as the path taken is not exactly the same. I need to copy the exact way morrowind do pathfinding...
12 years ago
Marc Zinnschlag
2e6594f8f7
Merge remote-tracking branch 'glorf/bugfix-5'
12 years ago
scrawl
75dcf52552
Sync extern/shiny, set memory budgets for texture and mesh managers (however this has no effect yet and depends on changes in Ogre being made)
12 years ago
Glorf
517dfb4d75
Bugfix #732 part 2
12 years ago
Glorf
57f22c77c0
Bugfix #732 part 1
12 years ago
greye
a8b1706678
init pointer value to prevent segfault
12 years ago
kpp
dcccfd9f22
Initialize values
12 years ago
Glorf
f1a659e2ac
Bugfix #730
12 years ago
kpp
28ef4d97da
Fixes Bug #734 'Book empty line problem'
...
Hides buttons 'Next' and 'Prev' at the last and at the first page
12 years ago
Chris Robinson
03a6190c5a
Merge remote-tracking branch 'zini/master' into animations
12 years ago
Chris Robinson
a120653c38
Implement handling weapon states
12 years ago
Marc Zinnschlag
d5741c7141
Merge remote-tracking branch 'scrawl/master'
12 years ago
Marc Zinnschlag
95eeea2a27
Revert "Merge remote-tracking branch 'glorf/acrobatics'"
...
This reverts commit 089ef7a2a0
, reversing
changes made to 67422c397c
.
12 years ago
scrawl
1acfd849a2
Fix a case folding bug
12 years ago
Marc Zinnschlag
fe038cef03
turned redeclartion of local variables from an error into a warning
12 years ago
Marc Zinnschlag
63407a662c
allow <== and >== as alternative for <= and >= in scripts
12 years ago