Browse Source

Travis CI: API documentation update at 2015-01-16 19:56:03 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
116069dcd5
3 changed files with 36 additions and 1 deletions
  1. 7 0
      Docs/AngelScriptAPI.h
  2. 28 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 7 - 0
Docs/AngelScriptAPI.h

@@ -3517,6 +3517,7 @@ VariantMap ReadVariantMap();
 Vector2 ReadVector2();
 Vector2 ReadVector2();
 Vector3 ReadVector3();
 Vector3 ReadVector3();
 Vector4 ReadVector4();
 Vector4 ReadVector4();
+VectorBuffer ReadVectorBuffer(uint);
 uint Seek(uint);
 uint Seek(uint);
 
 
 // Properties:
 // Properties:
@@ -4006,6 +4007,7 @@ VariantMap ReadVariantMap();
 Vector2 ReadVector2();
 Vector2 ReadVector2();
 Vector3 ReadVector3();
 Vector3 ReadVector3();
 Vector4 ReadVector4();
 Vector4 ReadVector4();
+VectorBuffer ReadVectorBuffer(uint);
 uint Seek(uint);
 uint Seek(uint);
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
 uint Write(Array<uint8>);
 uint Write(Array<uint8>);
@@ -4038,6 +4040,7 @@ bool WriteVariantMap(const VariantMap&);
 bool WriteVector2(const Vector2&);
 bool WriteVector2(const Vector2&);
 bool WriteVector3(const Vector3&);
 bool WriteVector3(const Vector3&);
 bool WriteVector4(const Vector4&);
 bool WriteVector4(const Vector4&);
+bool WriteVectorBuffer(const VectorBuffer&);
 
 
 // Properties:
 // Properties:
 /* readonly */
 /* readonly */
@@ -4345,6 +4348,7 @@ VariantMap ReadVariantMap();
 Vector2 ReadVector2();
 Vector2 ReadVector2();
 Vector3 ReadVector3();
 Vector3 ReadVector3();
 Vector4 ReadVector4();
 Vector4 ReadVector4();
+VectorBuffer ReadVectorBuffer(uint);
 uint Seek(uint);
 uint Seek(uint);
 
 
 // Properties:
 // Properties:
@@ -8231,6 +8235,7 @@ bool WriteVariantMap(const VariantMap&);
 bool WriteVector2(const Vector2&);
 bool WriteVector2(const Vector2&);
 bool WriteVector3(const Vector3&);
 bool WriteVector3(const Vector3&);
 bool WriteVector4(const Vector4&);
 bool WriteVector4(const Vector4&);
+bool WriteVectorBuffer(const VectorBuffer&);
 };
 };
 
 
 class Skeleton
 class Skeleton
@@ -11146,6 +11151,7 @@ VariantMap ReadVariantMap();
 Vector2 ReadVector2();
 Vector2 ReadVector2();
 Vector3 ReadVector3();
 Vector3 ReadVector3();
 Vector4 ReadVector4();
 Vector4 ReadVector4();
+VectorBuffer ReadVectorBuffer(uint);
 void Resize(uint);
 void Resize(uint);
 uint Seek(uint);
 uint Seek(uint);
 void SetData(Deserializer, uint);
 void SetData(Deserializer, uint);
@@ -11179,6 +11185,7 @@ bool WriteVariantMap(const VariantMap&);
 bool WriteVector2(const Vector2&);
 bool WriteVector2(const Vector2&);
 bool WriteVector3(const Vector3&);
 bool WriteVector3(const Vector3&);
 bool WriteVector4(const Vector4&);
 bool WriteVector4(const Vector4&);
+bool WriteVectorBuffer(const VectorBuffer&);
 
 
 // Properties:
 // Properties:
 /* readonly */
 /* readonly */

+ 28 - 0
Docs/ScriptAPI.dox

@@ -668,6 +668,7 @@ namespace Urho3D
 - %Animation %States : VariantVector
 - %Animation %States : VariantVector
 
 
 ### AnimatedSprite2D
 ### AnimatedSprite2D
+- %Is %Enabled : bool
 - %Flip X : bool
 - %Flip X : bool
 - %Flip Y : bool
 - %Flip Y : bool
 - %Color : Color
 - %Color : Color
@@ -856,6 +857,7 @@ namespace Urho3D
 - %Checked %Image %Offset : IntVector2
 - %Checked %Image %Offset : IntVector2
 
 
 ### CollisionBox2D
 ### CollisionBox2D
+- %Is %Enabled : bool
 - %Size : Vector2
 - %Size : Vector2
 - %Center : Vector2
 - %Center : Vector2
 - %Angle : float
 - %Angle : float
@@ -868,6 +870,7 @@ namespace Urho3D
 - %Restitution : float
 - %Restitution : float
 
 
 ### CollisionChain2D
 ### CollisionChain2D
+- %Is %Enabled : bool
 - %Loop : bool
 - %Loop : bool
 - %Trigger : bool
 - %Trigger : bool
 - %Category %Bits : int
 - %Category %Bits : int
@@ -879,6 +882,7 @@ namespace Urho3D
 - %Vertices : Buffer
 - %Vertices : Buffer
 
 
 ### CollisionCircle2D
 ### CollisionCircle2D
+- %Is %Enabled : bool
 - %Radius : float
 - %Radius : float
 - %Center : Vector2
 - %Center : Vector2
 - %Trigger : bool
 - %Trigger : bool
@@ -890,6 +894,7 @@ namespace Urho3D
 - %Restitution : float
 - %Restitution : float
 
 
 ### CollisionEdge2D
 ### CollisionEdge2D
+- %Is %Enabled : bool
 - %Vertex 1 : Vector2
 - %Vertex 1 : Vector2
 - %Vertex 2 : Vector2
 - %Vertex 2 : Vector2
 - %Trigger : bool
 - %Trigger : bool
@@ -901,6 +906,7 @@ namespace Urho3D
 - %Restitution : float
 - %Restitution : float
 
 
 ### CollisionPolygon2D
 ### CollisionPolygon2D
+- %Is %Enabled : bool
 - %Trigger : bool
 - %Trigger : bool
 - %Category %Bits : int
 - %Category %Bits : int
 - %Mask %Bits : int
 - %Mask %Bits : int
@@ -936,6 +942,7 @@ namespace Urho3D
 - %Disable %Collision : bool
 - %Disable %Collision : bool
 
 
 ### ConstraintDistance2D
 ### ConstraintDistance2D
+- %Is %Enabled : bool
 - %Owner %Body %Anchor : Vector2
 - %Owner %Body %Anchor : Vector2
 - %Other %Body %Anchor : Vector2
 - %Other %Body %Anchor : Vector2
 - %Frequency %Hz : float
 - %Frequency %Hz : float
@@ -943,16 +950,19 @@ namespace Urho3D
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintFriction2D
 ### ConstraintFriction2D
+- %Is %Enabled : bool
 - %Anchor : Vector2
 - %Anchor : Vector2
 - %Max %Force : float
 - %Max %Force : float
 - %Max %Torque : float
 - %Max %Torque : float
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintGear2D
 ### ConstraintGear2D
+- %Is %Enabled : bool
 - %Ratio : float
 - %Ratio : float
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintMotor2D
 ### ConstraintMotor2D
+- %Is %Enabled : bool
 - %Linear %Offset : Vector2
 - %Linear %Offset : Vector2
 - %Angular %Offset : float
 - %Angular %Offset : float
 - %Max %Force : float
 - %Max %Force : float
@@ -961,6 +971,7 @@ namespace Urho3D
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintMouse2D
 ### ConstraintMouse2D
+- %Is %Enabled : bool
 - %Target : Vector2
 - %Target : Vector2
 - %Max %Force : float
 - %Max %Force : float
 - %Frequency %Hz : float
 - %Frequency %Hz : float
@@ -968,6 +979,7 @@ namespace Urho3D
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintPrismatic2D
 ### ConstraintPrismatic2D
+- %Is %Enabled : bool
 - %Anchor : Vector2
 - %Anchor : Vector2
 - %Axis : Vector2
 - %Axis : Vector2
 - %Enable %Limit : bool
 - %Enable %Limit : bool
@@ -979,6 +991,7 @@ namespace Urho3D
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintPulley2D
 ### ConstraintPulley2D
+- %Is %Enabled : bool
 - %Owner %Body %Ground %Anchor : Vector2
 - %Owner %Body %Ground %Anchor : Vector2
 - %Other %Body %Ground %Anchor : Vector2
 - %Other %Body %Ground %Anchor : Vector2
 - %Owner %Body %Anchor : Vector2
 - %Owner %Body %Anchor : Vector2
@@ -987,6 +1000,7 @@ namespace Urho3D
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintRevolute2D
 ### ConstraintRevolute2D
+- %Is %Enabled : bool
 - %Anchor : Vector2
 - %Anchor : Vector2
 - %Enable %Limit : bool
 - %Enable %Limit : bool
 - %Lower %Angle : float
 - %Lower %Angle : float
@@ -997,18 +1011,21 @@ namespace Urho3D
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintRope2D
 ### ConstraintRope2D
+- %Is %Enabled : bool
 - %Owner %Body %Anchor : Vector2
 - %Owner %Body %Anchor : Vector2
 - %Other %Body %Anchor : Vector2
 - %Other %Body %Anchor : Vector2
 - %Max %Length : float
 - %Max %Length : float
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintWeld2D
 ### ConstraintWeld2D
+- %Is %Enabled : bool
 - %Anchor : Vector2
 - %Anchor : Vector2
 - %Frequency %Hz : float
 - %Frequency %Hz : float
 - %Damping %Ratio : float
 - %Damping %Ratio : float
 - %Collide %Connected : bool
 - %Collide %Connected : bool
 
 
 ### ConstraintWheel2D
 ### ConstraintWheel2D
+- %Is %Enabled : bool
 - %Anchor : Vector2
 - %Anchor : Vector2
 - %Axis : Vector2
 - %Axis : Vector2
 - %Enable %Motor : bool
 - %Enable %Motor : bool
@@ -1381,6 +1398,7 @@ namespace Urho3D
 - %Serialize %Particles : bool
 - %Serialize %Particles : bool
 
 
 ### ParticleEmitter2D
 ### ParticleEmitter2D
+- %Is %Enabled : bool
 - %Particle %Effect : ResourceRef
 - %Particle %Effect : ResourceRef
 - %Sprite : ResourceRef
 - %Sprite : ResourceRef
 - %Layer : int
 - %Layer : int
@@ -1444,6 +1462,7 @@ namespace Urho3D
 - %Gravity %Override : Vector3
 - %Gravity %Override : Vector3
 
 
 ### RigidBody2D
 ### RigidBody2D
+- %Is %Enabled : bool
 - %Body %Type : int
 - %Body %Type : int
 - %Mass : float
 - %Mass : float
 - %Inertia : float
 - %Inertia : float
@@ -1714,6 +1733,7 @@ namespace Urho3D
 - %Instance %Nodes : VariantVector
 - %Instance %Nodes : VariantVector
 
 
 ### StaticSprite2D
 ### StaticSprite2D
+- %Is %Enabled : bool
 - %Sprite : ResourceRef
 - %Sprite : ResourceRef
 - %Flip X : bool
 - %Flip X : bool
 - %Flip Y : bool
 - %Flip Y : bool
@@ -1815,6 +1835,7 @@ namespace Urho3D
 - %Effect %Depth %Bias : float
 - %Effect %Depth %Bias : float
 
 
 ### TileMap2D
 ### TileMap2D
+- %Is %Enabled : bool
 - %Tmx %File : ResourceRef
 - %Tmx %File : ResourceRef
 
 
 ### ToolTip
 ### ToolTip
@@ -5237,6 +5258,7 @@ Methods:
 - Vector2 ReadVector2()
 - Vector2 ReadVector2()
 - Vector3 ReadVector3()
 - Vector3 ReadVector3()
 - Vector4 ReadVector4()
 - Vector4 ReadVector4()
+- VectorBuffer ReadVectorBuffer(uint)
 - uint Seek(uint)
 - uint Seek(uint)
 
 
 Properties:
 Properties:
@@ -5661,6 +5683,7 @@ Methods:
 - Vector2 ReadVector2()
 - Vector2 ReadVector2()
 - Vector3 ReadVector3()
 - Vector3 ReadVector3()
 - Vector4 ReadVector4()
 - Vector4 ReadVector4()
+- VectorBuffer ReadVectorBuffer(uint)
 - uint Seek(uint)
 - uint Seek(uint)
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
 - uint Write(uint8[]@)
 - uint Write(uint8[]@)
@@ -5693,6 +5716,7 @@ Methods:
 - bool WriteVector2(const Vector2&)
 - bool WriteVector2(const Vector2&)
 - bool WriteVector3(const Vector3&)
 - bool WriteVector3(const Vector3&)
 - bool WriteVector4(const Vector4&)
 - bool WriteVector4(const Vector4&)
+- bool WriteVectorBuffer(const VectorBuffer&)
 
 
 Properties:
 Properties:
 
 
@@ -5942,6 +5966,7 @@ Methods:
 - Vector2 ReadVector2()
 - Vector2 ReadVector2()
 - Vector3 ReadVector3()
 - Vector3 ReadVector3()
 - Vector4 ReadVector4()
 - Vector4 ReadVector4()
+- VectorBuffer ReadVectorBuffer(uint)
 - uint Seek(uint)
 - uint Seek(uint)
 
 
 Properties:
 Properties:
@@ -9337,6 +9362,7 @@ Methods:
 - bool WriteVector2(const Vector2&)
 - bool WriteVector2(const Vector2&)
 - bool WriteVector3(const Vector3&)
 - bool WriteVector3(const Vector3&)
 - bool WriteVector4(const Vector4&)
 - bool WriteVector4(const Vector4&)
+- bool WriteVectorBuffer(const VectorBuffer&)
 
 
 <a name="Class_Skeleton"></a>
 <a name="Class_Skeleton"></a>
 
 
@@ -11832,6 +11858,7 @@ Methods:
 - Vector2 ReadVector2()
 - Vector2 ReadVector2()
 - Vector3 ReadVector3()
 - Vector3 ReadVector3()
 - Vector4 ReadVector4()
 - Vector4 ReadVector4()
+- VectorBuffer ReadVectorBuffer(uint)
 - void Resize(uint)
 - void Resize(uint)
 - uint Seek(uint)
 - uint Seek(uint)
 - void SetData(Deserializer@, uint)
 - void SetData(Deserializer@, uint)
@@ -11865,6 +11892,7 @@ Methods:
 - bool WriteVector2(const Vector2&)
 - bool WriteVector2(const Vector2&)
 - bool WriteVector3(const Vector3&)
 - bool WriteVector3(const Vector3&)
 - bool WriteVector4(const Vector4&)
 - bool WriteVector4(const Vector4&)
+- bool WriteVectorBuffer(const VectorBuffer&)
 
 
 Properties:
 Properties:
 
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.70
+0.0.71