Bladeren bron

Travis CI: API documentation update at 2016-10-15 18:58:36 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/d81b2b414c993ecd2094d040e36d8f9a39f0a731

Message: More rendertarget formats. Add porting note.

urho3d-travis-ci 9 jaren geleden
bovenliggende
commit
e60bc58099
3 gewijzigde bestanden met toevoegingen van 69 en 69 verwijderingen
  1. 34 34
      Docs/AngelScriptAPI.h
  2. 34 34
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 34 - 34
Docs/AngelScriptAPI.h

@@ -808,8 +808,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -1060,8 +1060,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -1396,8 +1396,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -3634,8 +3634,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -4502,8 +4502,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -5809,8 +5809,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -6043,8 +6043,8 @@ bool IsInsideCombined(IntVector2, bool);
 bool IsSelected(uint) const;
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -6532,8 +6532,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -9492,8 +9492,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -9709,8 +9709,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -10122,8 +10122,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -10823,8 +10823,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -11705,8 +11705,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -12699,8 +12699,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -12977,8 +12977,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -13487,8 +13487,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);
@@ -13766,8 +13766,8 @@ bool IsInside(IntVector2, bool);
 bool IsInsideCombined(IntVector2, bool);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
-bool LoadChildXML(XMLFile, XMLFile = null);
-bool LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
+UIElement LoadChildXML(XMLFile, XMLFile = null);
+UIElement LoadChildXML(const XMLElement&, XMLFile = null, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);
 bool LoadXML(File);
 bool LoadXML(VectorBuffer&);

+ 34 - 34
Docs/ScriptAPI.dox

@@ -3489,8 +3489,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -3715,8 +3715,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -4011,8 +4011,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -5974,8 +5974,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -6739,8 +6739,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -7843,8 +7843,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -8049,8 +8049,8 @@ Methods:
 - bool IsSelected(uint) const
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -8500,8 +8500,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -11159,8 +11159,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -11346,8 +11346,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -11713,8 +11713,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -12332,8 +12332,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -13113,8 +13113,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -13924,8 +13924,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -14170,8 +14170,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -14643,8 +14643,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)
@@ -14889,8 +14889,8 @@ Methods:
 - bool IsInsideCombined(IntVector2, bool)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
-- bool LoadChildXML(XMLFile@, XMLFile@ = null)
-- bool LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
+- UIElement@ LoadChildXML(XMLFile@, XMLFile@ = null)
+- UIElement@ LoadChildXML(const XMLElement&, XMLFile@ = null, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)
 - bool LoadXML(File@)
 - bool LoadXML(VectorBuffer&)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.22
+0.1.23