Browse Source

Travis CI: API documentation update at 2015-05-17 14:02:01 UTC.

Commit: https://github.com/urho3d/Urho3D/commit/f9f920964f5e0d8af426f7fb4317f2af1141848c

Message: Remove agents & obstacles on OnNodeSet(null), similar to Drawables. Do not allow adding an agent when node is already null. Added missing enum in AngelScript navigation API. Do not keep a persistent array of agent handles in the AngelScript crowd example, as that keeps the agents alive even past removal from scene. Closes #729.
[ci package]
urho3d-travis-ci 10 years ago
parent
commit
7d5fea25cb
3 changed files with 5 additions and 1 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -12792,6 +12792,8 @@ PUSHINESS_HIGH,
 
 enum NavmeshPartitionType
 {
+NAVMESH_PARTITION_WATERSHED,
+NAVMESH_PARTITION_MONOTONE,
 };
 
 enum Orientation

+ 2 - 0
Docs/ScriptAPI.dox

@@ -13455,6 +13455,8 @@ Properties:
 
 ### NavmeshPartitionType
 
+- NAVMESH_PARTITION_WATERSHED
+- NAVMESH_PARTITION_MONOTONE
 
 
 ### Orientation

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.102
+0.0.103