diff --git a/Readme.txt b/Readme.txt index 9d90318..a67ef8b 100644 --- a/Readme.txt +++ b/Readme.txt @@ -1,5 +1,5 @@ -Recast & Detour Version 1.31 +Recast & Detour Version 1.4 Recast @@ -50,6 +50,18 @@ Latest code available at http://code.google.com/p/recastnavigation/ Release Notes +---------------- +* Recast 1.4 + Released August 24th, 2009 + +- Added detail height mesh generation (RecastDetailMesh.cpp) for single, + tiled statmeshes as well as tilemesh. +- Added feature to contour tracing which detects extra vertices along + tile edges which should be removed later. +- Changed the tiled stat mesh preprocess, so that it first generated + polymeshes per tile and finally combines them. +- Fixed bug in the GUI code where invisible buttons could be pressed. + ---------------- * Recast 1.31 Released July 24th, 2009