From e6be3f68da4b88cb0c7d8c7464916235c73e1f92 Mon Sep 17 00:00:00 2001 From: Andrea Catania Date: Fri, 10 Jan 2020 12:22:34 +0100 Subject: - Integrated NavigationServer and Navigation2DServer. - Added Navigation Agents and Obstacles. - Integrated Collision Avoidance. This work has been kindly sponsored by IMVU. --- thirdparty/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'thirdparty/README.md') diff --git a/thirdparty/README.md b/thirdparty/README.md index 7c3378dec3..255f0f6eb7 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -441,6 +441,20 @@ Files extracted from upstream source: - License.txt +## Rvo2-3D + +- Upstream: http://gamma.cs.unc.edu/RVO2/ +- version: 1.0.1 +- License: Apache 2.0 + +Files extracted from upstream source: + +- All .cpp and .h files in the `src/` folder except for RVOSimulator.cpp and RVOSimulator.h +- LICENSE +- README + +Important: Some files have Godot-made changes; so to enrich the features originally proposed by this library and better integrate this library with Godot. Please check the file to know what's new. + ## squish - Upstream: https://sourceforge.net/projects/libsquish -- cgit v1.2.3 From 383c583a0b46b36ab9b0de57d0f3f7bdecb62fc8 Mon Sep 17 00:00:00 2001 From: Duroxxigar Date: Mon, 10 Feb 2020 15:24:00 +0100 Subject: Documented the new NavigationServer and all its associated nodes (2D and 3D) --- thirdparty/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'thirdparty/README.md') diff --git a/thirdparty/README.md b/thirdparty/README.md index 255f0f6eb7..8143b4af56 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -432,7 +432,7 @@ Files extracted from upstream source: ## recastnavigation - Upstream: https://github.com/recastnavigation/recastnavigation -- version: git (ef3ea40f, 2017) +- Version: git (ef3ea40f, 2017) - License: zlib Files extracted from upstream source: @@ -441,19 +441,21 @@ Files extracted from upstream source: - License.txt -## Rvo2-3D +## Rvo2 - Upstream: http://gamma.cs.unc.edu/RVO2/ -- version: 1.0.1 +- Version: 3D - 1.0.1 - License: Apache 2.0 Files extracted from upstream source: - All .cpp and .h files in the `src/` folder except for RVOSimulator.cpp and RVOSimulator.h - LICENSE -- README -Important: Some files have Godot-made changes; so to enrich the features originally proposed by this library and better integrate this library with Godot. Please check the file to know what's new. +Important: Some files have Godot-made changes; so to enrich the features +originally proposed by this library and better integrate this library with +Godot. Please check the file to know what's new. + ## squish -- cgit v1.2.3