Browse Source

Travis CI: API documentation update at 2016-10-22 21:08:25 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/875ebcfef5b64fa5f796faa774c97e9dafcfcacd

Message: Disable rendertarget mipmaps on WebGL for now, as they appeared to not be working.

urho3d-travis-ci 9 years ago
parent
commit
cb459449d9
4 changed files with 20 additions and 3 deletions
  1. 11 1
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 6 1
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 11 - 1
Docs/AngelScriptAPI.h

@@ -12108,6 +12108,8 @@ Array<int> levelWidth;
 /* readonly */
 uint levels;
 /* readonly */
+bool levelsDirty;
+/* readonly */
 uint memoryUse;
 Array<int> mipsToSkip;
 /* readonly */
@@ -12177,6 +12179,8 @@ Array<int> levelWidth;
 /* readonly */
 uint levels;
 /* readonly */
+bool levelsDirty;
+/* readonly */
 uint memoryUse;
 Array<int> mipsToSkip;
 /* readonly */
@@ -12248,6 +12252,8 @@ Array<int> levelWidth;
 /* readonly */
 uint levels;
 /* readonly */
+bool levelsDirty;
+/* readonly */
 uint memoryUse;
 Array<int> mipsToSkip;
 /* readonly */
@@ -12318,6 +12324,8 @@ Array<int> levelWidth;
 /* readonly */
 uint levels;
 /* readonly */
+bool levelsDirty;
+/* readonly */
 uint memoryUse;
 Array<int> mipsToSkip;
 /* readonly */
@@ -12387,6 +12395,8 @@ Array<int> levelWidth;
 /* readonly */
 uint levels;
 /* readonly */
+bool levelsDirty;
+/* readonly */
 uint memoryUse;
 Array<int> mipsToSkip;
 /* readonly */
@@ -13750,7 +13760,7 @@ bool HasSubscribedToEvent(const String&);
 Vector3 ScreenToWorldPoint(int, int, float) const;
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
 void SetRenderPath(XMLFile);
-Vector2 WorldToScreenPoint(const Vector3&) const;
+IntVector2 WorldToScreenPoint(const Vector3&) const;
 
 // Properties:
 Camera camera;

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -6470,6 +6470,7 @@ Methods:
 - int GetMultiSample() const
 - bool GetAutoResolve() const
 - bool IsResolveDirty() const
+- bool GetLevelsDirty() const
 - Texture* GetBackupTexture() const
 - int GetMipsToSkip(int quality) const
 - int GetLevelWidth(unsigned level) const
@@ -6494,6 +6495,7 @@ Properties:
 - int multiSample (readonly)
 - bool autoResolve (readonly)
 - bool resolveDirty (readonly)
+- bool levelsDirty (readonly)
 - Texture* backupTexture
 - TextureUsage usage (readonly)
 

+ 6 - 1
Docs/ScriptAPI.dox

@@ -13452,6 +13452,7 @@ Properties:
 - int[] levelHeight // readonly
 - int[] levelWidth // readonly
 - uint levels // readonly
+- bool levelsDirty // readonly
 - uint memoryUse // readonly
 - int[] mipsToSkip
 - int multiSample // readonly
@@ -13504,6 +13505,7 @@ Properties:
 - int[] levelHeight // readonly
 - int[] levelWidth // readonly
 - uint levels // readonly
+- bool levelsDirty // readonly
 - uint memoryUse // readonly
 - int[] mipsToSkip
 - int multiSample // readonly
@@ -13557,6 +13559,7 @@ Properties:
 - int[] levelHeight // readonly
 - int[] levelWidth // readonly
 - uint levels // readonly
+- bool levelsDirty // readonly
 - uint memoryUse // readonly
 - int[] mipsToSkip
 - int multiSample // readonly
@@ -13609,6 +13612,7 @@ Properties:
 - int[] levelHeight // readonly
 - int[] levelWidth // readonly
 - uint levels // readonly
+- bool levelsDirty // readonly
 - uint memoryUse // readonly
 - int[] mipsToSkip
 - int multiSample // readonly
@@ -13661,6 +13665,7 @@ Properties:
 - int[] levelHeight // readonly
 - int[] levelWidth // readonly
 - uint levels // readonly
+- bool levelsDirty // readonly
 - uint memoryUse // readonly
 - int[] mipsToSkip
 - int multiSample // readonly
@@ -14875,7 +14880,7 @@ Methods:
 - Vector3 ScreenToWorldPoint(int, int, float) const
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
 - void SetRenderPath(XMLFile@)
-- Vector2 WorldToScreenPoint(const Vector3&) const
+- IntVector2 WorldToScreenPoint(const Vector3&) const
 
 Properties:
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.25
+0.1.26