Browse Source

Travis CI: API documentation update at 2014-09-11 22:27:40 UTC.
[ci package]

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

+ 2 - 2
Docs/AngelScriptAPI.h

@@ -4318,7 +4318,7 @@ class Image
 // Methods:
 void Clear(const Color&);
 void ClearInt(uint);
-void FlipVertical();
+bool FlipVertical();
 Color GetPixel(int, int) const;
 Color GetPixel(int, int, int) const;
 Color GetPixelBilinear(float, float) const;
@@ -4330,7 +4330,7 @@ bool Load(File);
 bool Load(VectorBuffer&);
 bool LoadColorLUT(File);
 bool LoadColorLUT(VectorBuffer&);
-void Resize(int, int);
+bool Resize(int, int);
 bool Save(File) const;
 bool Save(VectorBuffer&) const;
 void SaveBMP(const String&) const;

+ 1 - 1
Docs/LuaScriptAPI.dox

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

+ 2 - 2
Docs/ScriptAPI.dox

@@ -5875,7 +5875,7 @@ Methods:
 
 - void Clear(const Color&)
 - void ClearInt(uint)
-- void FlipVertical()
+- bool FlipVertical()
 - Color GetPixel(int, int) const
 - Color GetPixel(int, int, int) const
 - Color GetPixelBilinear(float, float) const
@@ -5887,7 +5887,7 @@ Methods:
 - bool Load(VectorBuffer&)
 - bool LoadColorLUT(File@)
 - bool LoadColorLUT(VectorBuffer&)
-- void Resize(int, int)
+- bool Resize(int, int)
 - bool Save(File@) const
 - bool Save(VectorBuffer&) const
 - void SaveBMP(const String&) const

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.14
+0.0.15