Commit Graph

6979 Commits (f1ff9b69b307fda028fcbcb5749ef9af358d0062)
 

Author SHA1 Message Date
scrawl 166eac2e25 Cleanup 12 years ago
gus 006f25d1c0 First try to improve AI. Does not work yet due to strange bug in physicsystem 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
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