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
Marc Zinnschlag
13e7abd7df
added assign function to Record class
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
Marc Zinnschlag
1b84aeb5b9
fixed a problem with editing records that do not exist in base
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
Marc Zinnschlag
f8a331f173
fixed a bad cast
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
Marc Zinnschlag
6f0ccb6e38
Merge remote-tracking branch 'scrawl/insertrecords'
12 years ago
Marc Zinnschlag
089ef7a2a0
Merge remote-tracking branch 'glorf/acrobatics'
12 years ago
scrawl
40a0969055
Insert records that may not exist in vanilla MW
12 years ago
Glorf
b8630239d7
Code cleanup
12 years ago
Glorf
236ec3409f
Finished acrobatics
12 years ago
scrawl
67422c397c
GetWindSpeed
12 years ago
scrawl
5063d90dda
GetStartingAngle was implemented, but not registered
12 years ago
scrawl
627c3fdb6b
Added GetStandingPC, GetStandingActor; Fixed GetStartingPos
12 years ago
scrawl
3c68c87923
Fix some naming guidelines, fix topic index exception, fix exception in keyword search for some journal entries
12 years ago
scrawl
8bc59f8fe6
Merge branch 'master' into journal
12 years ago
Chris Robinson
d01351431c
Merge remote-tracking branch 'zini/master' into animations
12 years ago
Chris Robinson
4b15da076b
Move getStateInfo into the character controller
12 years ago
Glorf
d30e43784a
Fatigue decrease when jumping, live decrease when falling
12 years ago
Glorf
5a8c1661be
Jump acrobatics working, started falling acrobatics implementation
12 years ago
scrawl
1420a2cb33
Tweaked adjustPosition. Now uses a very thin box for tracing the feet only.
12 years ago
scrawl
91c89e5db4
Use sphere cast instead of ray for camera distance adjustment; use the box orientation value in newtrace
12 years ago
Glorf
add3cd6456
Advance acrobatics on jump
12 years ago
scrawl
2a42556aa5
Merge branch 'master' into HEAD
12 years ago
scrawl
20d5ba0eec
Revert "enable move construction/assignment to key ESM data structure to reduce sorting costs"
...
This reverts commit 6dbb53493b
.
12 years ago
scrawl
24f968623f
Revert "reworked Nif::KeyListT into Nif::CurveT"
...
This reverts commit e7665582ad
.
12 years ago
scrawl
de3c76a54b
Revert "reworked NIFStream to use a type-handler"
...
This reverts commit 03ee7663a3
.
12 years ago
Marc Zinnschlag
61e476118d
Merge remote-tracking branch 'kcat/animations'
12 years ago
Marc Zinnschlag
2cb7e1f3d5
Merge remote-tracking branch 'glorf/bugfix-4'
12 years ago
scrawl
c0dd383cd0
Fix door collision to work with all possible movement directions
12 years ago
Chris Robinson
05060e57ec
Add a weapon state to the character controller
12 years ago
Glorf
d283f8d85f
Bugfix #748
12 years ago
Chris Robinson
020e3e8a8e
Show the equipped weapon in the inventory screen
...
And use the proper pose based on what's equipped.
12 years ago