Browse Source

Travis CI: API documentation update at 2014-11-07 16:04:02 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
e3d1f3e14f
4 changed files with 15 additions and 2 deletions
  1. 4 0
      Docs/AngelScriptAPI.h
  2. 7 1
      Docs/LuaScriptAPI.dox
  3. 3 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Engine/.soversion

+ 4 - 0
Docs/AngelScriptAPI.h

@@ -6562,6 +6562,7 @@ bool alphaMask;
 BlendMode blendMode;
 CompareMode depthTestMode;
 bool depthWrite;
+bool desktop;
 PassLightingMode lightingMode;
 String pixelShader;
 String pixelShaderDefines;
@@ -9416,6 +9417,7 @@ void SendEvent(const String&, VariantMap& = VariantMap ( ));
 StringHash baseType;
 /* readonly */
 String category;
+bool desktop;
 /* readonly */
 uint memoryUse;
 String name;
@@ -9429,6 +9431,8 @@ Array<Pass> passes;
 int refs;
 bool sm3;
 /* readonly */
+bool supported;
+/* readonly */
 StringHash type;
 /* readonly */
 String typeName;

+ 7 - 1
Docs/LuaScriptAPI.dox

@@ -2286,7 +2286,7 @@ Properties:
 - unsigned dummyColorFormat (readonly)
 - unsigned shadowMapFormat (readonly)
 - unsigned hiresShadowMapFormat (readonly)
-- bool sM3Support (readonly)
+- bool SM3Support (readonly)
 - bool instancingSupport (readonly)
 - bool lightPrepassSupport (readonly)
 - bool deferredSupport (readonly)
@@ -3754,12 +3754,14 @@ Properties:
 Methods:
 
 - bool IsSM3() const
+- bool IsDesktop() const
 - const String GetVertexShader() const
 - const String GetPixelShader() const
 
 Properties:
 
 - bool SM3 (readonly)
+- bool desktop (readonly)
 - const String vertexShader (readonly)
 - const String pixelShader (readonly)
 
@@ -5207,14 +5209,18 @@ Methods:
 - bool HasPass(const StringHash type) const
 - Pass* GetPass(const StringHash type) const
 - Pass* GetSupportedPass(const StringHash type) const
+- bool IsSupported() const
 - bool IsSM3() const
+- bool IsDesktop() const
 - unsigned GetNumPasses() const
 - const Vector<StringHash>& GetPassTypes() const
 - const PODVector<Pass*>& GetPasses() const
 
 Properties:
 
+- bool supported (readonly)
 - bool SM3 (readonly)
+- bool desktop (readonly)
 - unsigned numPasses (readonly)
 
 <a name="Class_Terrain"></a>

+ 3 - 0
Docs/ScriptAPI.dox

@@ -7818,6 +7818,7 @@ Properties:
 - BlendMode blendMode
 - CompareMode depthTestMode
 - bool depthWrite
+- bool desktop
 - PassLightingMode lightingMode
 - String pixelShader
 - String pixelShaderDefines
@@ -10340,6 +10341,7 @@ Properties:
 
 - StringHash baseType // readonly
 - String category // readonly
+- bool desktop
 - uint memoryUse // readonly
 - String name
 - uint numPasses // readonly
@@ -10347,6 +10349,7 @@ Properties:
 - Pass@[]@ passes // readonly
 - int refs // readonly
 - bool sm3
+- bool supported // readonly
 - StringHash type // readonly
 - String typeName // readonly
 - uint useTimer // readonly

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.36
+0.0.37