From ea8fb55a4662eb78cc4ea6927529c98a863bcf2a Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Sun, 29 Mar 2009 15:59:39 +0000 Subject: [PATCH] - Moved license.txt, readme.txt to root folder - Added TODO.txt --- Recast/License.txt => License.txt | 0 Recast/Readme.txt => Readme.txt | 12 ++++++++---- TODO.txt | 13 +++++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) rename Recast/License.txt => License.txt (100%) rename Recast/Readme.txt => Readme.txt (91%) create mode 100644 TODO.txt 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