Browse Source

Travis CI: API documentation update at 2015-10-25 19:13:43 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/13bc777ab69d80fa52deb720f4befcbeae61c681

Message: Fix using old attribute name in the editor. Closes #979.

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -7971,6 +7971,7 @@ bool specularLighting;
 int textureAnisotropy;
 int textureAnisotropy;
 TextureFilterMode textureFilterMode;
 TextureFilterMode textureFilterMode;
 int textureQuality;
 int textureQuality;
+bool threadedOcclusion;
 /* readonly */
 /* readonly */
 StringHash type;
 StringHash type;
 /* readonly */
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -4697,6 +4697,7 @@ Methods:
 - void SetMaxOccluderTriangles(int triangles)
 - void SetMaxOccluderTriangles(int triangles)
 - void SetOcclusionBufferSize(int size)
 - void SetOcclusionBufferSize(int size)
 - void SetOccluderSizeThreshold(float screenSize)
 - void SetOccluderSizeThreshold(float screenSize)
+- void SetThreadedOcclusion(bool enable)
 - void SetMobileShadowBiasMul(float mul)
 - void SetMobileShadowBiasMul(float mul)
 - void SetMobileShadowBiasAdd(float add)
 - void SetMobileShadowBiasAdd(float add)
 - void ReloadShaders()
 - void ReloadShaders()
@@ -4720,6 +4721,7 @@ Methods:
 - int GetMaxOccluderTriangles() const
 - int GetMaxOccluderTriangles() const
 - int GetOcclusionBufferSize() const
 - int GetOcclusionBufferSize() const
 - float GetOccluderSizeThreshold() const
 - float GetOccluderSizeThreshold() const
+- bool GetThreadedOcclusion() const
 - float GetMobileShadowBiasMul() const
 - float GetMobileShadowBiasMul() const
 - float GetMobileShadowBiasAdd() const
 - float GetMobileShadowBiasAdd() const
 - unsigned GetNumViews() const
 - unsigned GetNumViews() const
@@ -4756,6 +4758,7 @@ Properties:
 - int maxOccluderTriangles
 - int maxOccluderTriangles
 - int occlusionBufferSize
 - int occlusionBufferSize
 - float occluderSizeThreshold
 - float occluderSizeThreshold
+- bool threadedOcclusion
 - float mobileShadowBiasMul
 - float mobileShadowBiasMul
 - float mobileShadowBiasAdd
 - float mobileShadowBiasAdd
 - unsigned numViews (readonly)
 - unsigned numViews (readonly)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -9395,6 +9395,7 @@ Properties:
 - int textureAnisotropy
 - int textureAnisotropy
 - TextureFilterMode textureFilterMode
 - TextureFilterMode textureFilterMode
 - int textureQuality
 - int textureQuality
+- bool threadedOcclusion
 - StringHash type // readonly
 - StringHash type // readonly
 - String typeName // readonly
 - String typeName // readonly
 - Viewport@[] viewports
 - Viewport@[] viewports

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.165
+0.0.166