openmw-tes3coop/apps/openmw
dteviot c0d3804b4f Correctly handle disjoint pathgrid (Fixes #2871)
Bugfix:
When
1. Cell has multiple subgrids  (i.e. path grid is disjoint)
2. Distance between destination and pathgrid point 0 is less than distance to points of subgrid closest to start point
Then getClosestReachablePoint() returns pathgrid point 0 as the end point.
This is invalid, this end point cannot be reached from the start point.
2015-08-20 21:50:58 +12:00
..
mwbase Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
mwclass Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
mwdialogue Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
mwgui Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
mwinput Gamepad: Slow down simulated mouse with right trigger 2015-08-11 21:46:54 -05:00
mwmechanics Correctly handle disjoint pathgrid (Fixes #2871) 2015-08-20 21:50:58 +12:00
mwphysics Fix door collisions 2015-06-26 06:40:28 +02:00
mwrender Restore handling of fog depth == 0 values (Bug #1549) 2015-08-19 01:13:14 +02:00
mwscript Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
mwsound Move the __STDC_CONSTANT_MACROS define to cmakelists 2015-06-28 05:53:03 +02:00
mwstate Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
mwworld Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
android_commandLine.cpp release jni memory 2015-03-16 18:21:38 +04:00
android_commandLine.h Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
android_main.c release jni memory 2015-03-16 18:21:38 +04:00
CMakeLists.txt centralize the world/cell coordinate conversion logic. 2015-08-16 18:55:02 +12:00
crashcatcher.cpp make it C98 compat 2014-12-23 17:13:11 +01:00
doc.hpp doc.hpp fix 2015-06-04 01:30:16 +02:00
engine.cpp Classes shouldn't use MWBase::Environment to access their own members. 2015-08-16 16:56:44 -05:00
engine.hpp Fix the Viewer's FrameStamp not being set correctly during Engine::frame 2015-06-14 15:28:22 +02:00
main.cpp Move OpenMW version information to a textfile instead of compiling it in 2015-07-18 03:09:04 +02:00