2
0
Эх сурвалжийг харах

Travis CI: API documentation update at 2017-04-10 18:11:53 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/150c4fb26da03f2dbb25fe8cbc8d1ea4448f372b

Message: Export some consts to AngelScript

urho3d-travis-ci 8 жил өмнө
parent
commit
129205a9b1

+ 28 - 0
Docs/AngelScriptAPI.h

@@ -15920,6 +15920,8 @@ uint AM_NET;
 uint AM_NODEID;
 uint AM_NODEIDVECTOR;
 uint AM_NOEDIT;
+Vector3 BACK;
+IntVector3 BACK;
 Color BLACK;
 Color BLUE;
 uint8 CHANNEL_POSITION;
@@ -15963,6 +15965,10 @@ uint DEBUGHUD_SHOW_PROFILER;
 uint DEBUGHUD_SHOW_STATS;
 uint DEFAULT_LIGHTMASK;
 uint DEFAULT_VIEWMASK;
+Vector2 DOWN;
+IntVector3 DOWN;
+Vector3 DOWN;
+IntVector2 DOWN;
 uint DRAWABLE_ANY;
 uint DRAWABLE_GEOMETRY;
 uint DRAWABLE_GEOMETRY2D;
@@ -15970,6 +15976,8 @@ uint DRAWABLE_LIGHT;
 uint DRAWABLE_ZONE;
 uint FIRST_LOCAL_ID;
 uint FIRST_REPLICATED_ID;
+Vector3 FORWARD;
+IntVector3 FORWARD;
 Color GRAY;
 Color GREEN;
 int HAT_CENTER;
@@ -16091,6 +16099,10 @@ int KEY_Y;
 int KEY_Z;
 uint LAST_LOCAL_ID;
 uint LAST_REPLICATED_ID;
+Vector2 LEFT;
+IntVector2 LEFT;
+IntVector3 LEFT;
+Vector3 LEFT;
 int LOG_DEBUG;
 int LOG_ERROR;
 int LOG_INFO;
@@ -16129,6 +16141,10 @@ uint M_MIN_UNSIGNED;
 float M_PI;
 float M_RADTODEG;
 uint NPOS;
+Vector3 ONE;
+Vector2 ONE;
+IntVector3 ONE;
+IntVector2 ONE;
 float PIXEL_SIZE;
 int QUALITY_HIGH;
 int QUALITY_LOW;
@@ -16139,6 +16155,10 @@ int QUAL_ANY;
 int QUAL_CTRL;
 int QUAL_SHIFT;
 Color RED;
+IntVector2 RIGHT;
+Vector3 RIGHT;
+Vector2 RIGHT;
+IntVector3 RIGHT;
 int SCANCODE_0;
 int SCANCODE_1;
 int SCANCODE_2;
@@ -16393,9 +16413,17 @@ String SOUND_MASTER;
 String SOUND_MUSIC;
 String SOUND_VOICE;
 Color TRANSPARENT;
+Vector2 UP;
+Vector3 UP;
+IntVector2 UP;
+IntVector3 UP;
 uint VO_DISABLE_OCCLUSION;
 uint VO_DISABLE_SHADOWS;
 uint VO_LOW_MATERIAL_QUALITY;
 uint VO_NONE;
 Color WHITE;
 Color YELLOW;
+IntVector3 ZERO;
+Vector2 ZERO;
+Vector3 ZERO;
+IntVector2 ZERO;

+ 28 - 0
Docs/ScriptAPI.dox

@@ -16502,6 +16502,8 @@ Properties:
 - uint AM_NODEID
 - uint AM_NODEIDVECTOR
 - uint AM_NOEDIT
+- Vector3 BACK
+- IntVector3 BACK
 - Color BLACK
 - Color BLUE
 - uint8 CHANNEL_POSITION
@@ -16545,6 +16547,10 @@ Properties:
 - uint DEBUGHUD_SHOW_STATS
 - uint DEFAULT_LIGHTMASK
 - uint DEFAULT_VIEWMASK
+- Vector2 DOWN
+- IntVector3 DOWN
+- Vector3 DOWN
+- IntVector2 DOWN
 - uint DRAWABLE_ANY
 - uint DRAWABLE_GEOMETRY
 - uint DRAWABLE_GEOMETRY2D
@@ -16552,6 +16558,8 @@ Properties:
 - uint DRAWABLE_ZONE
 - uint FIRST_LOCAL_ID
 - uint FIRST_REPLICATED_ID
+- Vector3 FORWARD
+- IntVector3 FORWARD
 - Color GRAY
 - Color GREEN
 - int HAT_CENTER
@@ -16673,6 +16681,10 @@ Properties:
 - int KEY_Z
 - uint LAST_LOCAL_ID
 - uint LAST_REPLICATED_ID
+- Vector2 LEFT
+- IntVector2 LEFT
+- IntVector3 LEFT
+- Vector3 LEFT
 - int LOG_DEBUG
 - int LOG_ERROR
 - int LOG_INFO
@@ -16711,6 +16723,10 @@ Properties:
 - float M_PI
 - float M_RADTODEG
 - uint NPOS
+- Vector3 ONE
+- Vector2 ONE
+- IntVector3 ONE
+- IntVector2 ONE
 - float PIXEL_SIZE
 - int QUALITY_HIGH
 - int QUALITY_LOW
@@ -16721,6 +16737,10 @@ Properties:
 - int QUAL_CTRL
 - int QUAL_SHIFT
 - Color RED
+- IntVector2 RIGHT
+- Vector3 RIGHT
+- Vector2 RIGHT
+- IntVector3 RIGHT
 - int SCANCODE_0
 - int SCANCODE_1
 - int SCANCODE_2
@@ -16975,12 +16995,20 @@ Properties:
 - String SOUND_MUSIC
 - String SOUND_VOICE
 - Color TRANSPARENT
+- Vector2 UP
+- Vector3 UP
+- IntVector2 UP
+- IntVector3 UP
 - uint VO_DISABLE_OCCLUSION
 - uint VO_DISABLE_SHADOWS
 - uint VO_LOW_MATERIAL_QUALITY
 - uint VO_NONE
 - Color WHITE
 - Color YELLOW
+- IntVector3 ZERO
+- Vector2 ZERO
+- Vector3 ZERO
+- IntVector2 ZERO
 */
 
 }

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.58
+0.1.59