Commit Graph

6709 Commits (5c99f15ad3e46fb023421b47e8ed1f90e5fefb91)
 

Author SHA1 Message Date
Marc Zinnschlag 5c99f15ad3 Merge remote-tracking branch 'torben/aiescort' 12 years ago
Marc Zinnschlag 19ccbed553 Merge remote-tracking branch 'gus/AIFix' 12 years ago
Glorf 6417fa504e Fixed constness 12 years ago
gus fe5aaa9dff fix NPC collisions 12 years ago
Torben Carrington 4928c9d079 Removed sqrt function call (minor optimization thanks to Chris) 12 years ago
Torben Carrington d20178dd56 Removed unnecessary std::cout messages 12 years ago
Torben Carrington 133964f0e4 AIEscort complete 12 years ago
Torben Carrington c03dca47f5 AIEscort implemented and working - only touchups are needed. 12 years ago
Glorf c605f15a15 Another weather cleanup 12 years ago
Torben Carrington 10840765d9 Framework - duration and pathing implemented, no waiting for follower yet. 12 years ago
Marc Zinnschlag 51067698a8 minor cleanup 12 years ago
Marc Zinnschlag c80ffa0a16 Merge remote-tracking branch 'gus/AIFix' 12 years ago
scrawl 90b7df439f Fix image buttons 12 years ago
gus 15afbe58a8 minor corretion 12 years ago
gus 603af21715 little interface improvement 12 years ago
gus a328a03bd3 more fix. Fargoth quest almost work as in vanilla now. 12 years ago
scrawl 301efb411e Fix exit crash 12 years ago
scrawl 8845c0cee1 Camera relative sky rendering. Now we no longer need to keep sky position in sync with camera. 12 years ago
Glorf 68f249e8f4 Small weather cleanup 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
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