Преглед изворни кода

Travis CI: API documentation update at 2015-09-14 17:57:42 UTC.
[ci package]

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

Message: Add wrapper functions for NavigationMesh functions that take optional pointer parameters to fix crashes on MSVC. Closes #889.

urho3d-travis-ci пре 10 година
родитељ
комит
9bbc81e6a4
3 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      Docs/AngelScriptAPI.h
  2. 2 2
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 2 - 2
Docs/AngelScriptAPI.h

@@ -4336,7 +4336,7 @@ bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
 void MarkNetworkUpdate() const;
-Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), uint = 3);
+Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), int = 3);
 Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ));
 Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ));
 void Remove();
 void Remove();
 void RemoveInstanceDefault();
 void RemoveInstanceDefault();
@@ -6400,7 +6400,7 @@ bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
 void MarkNetworkUpdate() const;
-Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), uint = 3);
+Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), int = 3);
 Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ));
 Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ));
 void Remove();
 void Remove();
 void RemoveInstanceDefault();
 void RemoveInstanceDefault();

+ 2 - 2
Docs/ScriptAPI.dox

@@ -6143,7 +6143,7 @@ Methods:
 - bool Load(VectorBuffer&, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
 - void MarkNetworkUpdate() const
-- Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), uint = 3)
+- Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), int = 3)
 - Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ))
 - Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ))
 - void Remove()
 - void Remove()
 - void RemoveInstanceDefault()
 - void RemoveInstanceDefault()
@@ -7898,7 +7898,7 @@ Methods:
 - bool Load(VectorBuffer&, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
 - void MarkNetworkUpdate() const
-- Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), uint = 3)
+- Vector3 MoveAlongSurface(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ), int = 3)
 - Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ))
 - Vector3 Raycast(const Vector3&, const Vector3&, const Vector3& = Vector3 ( 1.0 , 1.0 , 1.0 ))
 - void Remove()
 - void Remove()
 - void RemoveInstanceDefault()
 - void RemoveInstanceDefault()

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.148
+0.0.149