Browse Source

Travis CI: API documentation update at 2014-09-15 12:19:12 UTC.
[ci package]

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -4318,6 +4318,7 @@ class Image
 // Methods:
 void Clear(const Color&);
 void ClearInt(uint);
+bool FlipHorizontal();
 bool FlipVertical();
 Color GetPixel(int, int) const;
 Color GetPixel(int, int, int) const;

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -2323,6 +2323,7 @@ Methods:
 - void SetPixelInt(int x, int y, int z, unsigned uintColor)
 - bool LoadColorLUT(Deserializer& source)
 - bool LoadColorLUT(const String fileName)
+- bool FlipHorizontal()
 - bool FlipVertical()
 - bool Resize(int width, int height)
 - void Clear(const Color& color)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -5875,6 +5875,7 @@ Methods:
 
 - void Clear(const Color&)
 - void ClearInt(uint)
+- bool FlipHorizontal()
 - bool FlipVertical()
 - Color GetPixel(int, int) const
 - Color GetPixel(int, int, int) const

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.15
+0.0.16