diff --git a/Recast/License.txt b/License.txt similarity index 100% rename from Recast/License.txt rename to License.txt diff --git a/Recast/Readme.txt b/Readme.txt similarity index 91% rename from Recast/Readme.txt rename to Readme.txt index 751bf6d..6fdf3d9 100644 --- a/Recast/Readme.txt +++ b/Readme.txt @@ -25,15 +25,19 @@ the regions as simple polygons. finally converted to convex polygons which makes them perfect for pathfinding and spatial reasoning about the level. +The toolset code is located in the Recast folder and demo application using the Recast +toolset is located in the RecastDemo folder. + The project files with this distribution can be compiled with Microsoft Visual C++ 2008 (you can download it for free) and XCode 3.1. -You can find examples how to use the library on the Examples directory. - -- -Recast 1.0 Release Notes -Released March 29th, 2009 +Release Notes + +---------------- +* Recast 1.0 + Released March 29th, 2009 This is the first release of Recast. diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..8bcdfae --- /dev/null +++ b/TODO.txt @@ -0,0 +1,13 @@ +TODO/Roadmap + +Version 1.0 - Spring 2009 +- Initial release + +Version 1.1 - Spring/Summer 2009 +- Include first version of Detour, runtime library for static navigation meshes + +Version 1.2 - Summer 2009 +- Add tile based processing + +Version 1.3 Summer/Autumn 2009 +- Add dynamic navigation mesh for Detour