Browse Source

Travis CI: API documentation update at 2016-07-28 23:19:06 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/2b0d4362ff8d413645d7b846b7ba1287a9b3a035

Message: Script bindings for reading/writing 64 bit values through Deserializer/Serializer.

urho3d-travis-ci 9 years ago
parent
commit
4eab3d177b
4 changed files with 49 additions and 1 deletions
  1. 18 0
      Docs/AngelScriptAPI.h
  2. 12 0
      Docs/LuaScriptAPI.dox
  3. 18 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 18 - 0
Docs/AngelScriptAPI.h

@@ -4169,6 +4169,7 @@ double ReadDouble();
 String ReadFileID();
 String ReadFileID();
 float ReadFloat();
 float ReadFloat();
 int ReadInt();
 int ReadInt();
+int64 ReadInt64();
 IntRect ReadIntRect();
 IntRect ReadIntRect();
 IntVector2 ReadIntVector2();
 IntVector2 ReadIntVector2();
 String ReadLine();
 String ReadLine();
@@ -4184,6 +4185,7 @@ String ReadString();
 StringHash ReadStringHash();
 StringHash ReadStringHash();
 uint8 ReadUByte();
 uint8 ReadUByte();
 uint ReadUInt();
 uint ReadUInt();
+uint64 ReadUInt64();
 uint16 ReadUShort();
 uint16 ReadUShort();
 uint ReadVLE();
 uint ReadVLE();
 Variant ReadVariant();
 Variant ReadVariant();
@@ -4804,6 +4806,7 @@ double ReadDouble();
 String ReadFileID();
 String ReadFileID();
 float ReadFloat();
 float ReadFloat();
 int ReadInt();
 int ReadInt();
+int64 ReadInt64();
 IntRect ReadIntRect();
 IntRect ReadIntRect();
 IntVector2 ReadIntVector2();
 IntVector2 ReadIntVector2();
 String ReadLine();
 String ReadLine();
@@ -4819,6 +4822,7 @@ String ReadString();
 StringHash ReadStringHash();
 StringHash ReadStringHash();
 uint8 ReadUByte();
 uint8 ReadUByte();
 uint ReadUInt();
 uint ReadUInt();
+uint64 ReadUInt64();
 uint16 ReadUShort();
 uint16 ReadUShort();
 uint ReadVLE();
 uint ReadVLE();
 Variant ReadVariant();
 Variant ReadVariant();
@@ -4838,6 +4842,7 @@ bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);
+bool WriteInt64(int64);
 bool WriteIntRect(const IntRect&);
 bool WriteIntRect(const IntRect&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteLine(const String&);
 bool WriteLine(const String&);
@@ -4853,6 +4858,7 @@ bool WriteString(const String&);
 bool WriteStringHash(const StringHash&);
 bool WriteStringHash(const StringHash&);
 bool WriteUByte(uint8);
 bool WriteUByte(uint8);
 bool WriteUInt(uint);
 bool WriteUInt(uint);
+bool WriteUInt64(uint64);
 bool WriteUShort(uint16);
 bool WriteUShort(uint16);
 bool WriteVLE(uint);
 bool WriteVLE(uint);
 bool WriteVariant(const Variant&);
 bool WriteVariant(const Variant&);
@@ -5188,6 +5194,7 @@ double ReadDouble();
 String ReadFileID();
 String ReadFileID();
 float ReadFloat();
 float ReadFloat();
 int ReadInt();
 int ReadInt();
+int64 ReadInt64();
 IntRect ReadIntRect();
 IntRect ReadIntRect();
 IntVector2 ReadIntVector2();
 IntVector2 ReadIntVector2();
 String ReadLine();
 String ReadLine();
@@ -5203,6 +5210,7 @@ String ReadString();
 StringHash ReadStringHash();
 StringHash ReadStringHash();
 uint8 ReadUByte();
 uint8 ReadUByte();
 uint ReadUInt();
 uint ReadUInt();
+uint64 ReadUInt64();
 uint16 ReadUShort();
 uint16 ReadUShort();
 uint ReadVLE();
 uint ReadVLE();
 Variant ReadVariant();
 Variant ReadVariant();
@@ -6688,6 +6696,7 @@ double ReadDouble();
 String ReadFileID();
 String ReadFileID();
 float ReadFloat();
 float ReadFloat();
 int ReadInt();
 int ReadInt();
+int64 ReadInt64();
 IntRect ReadIntRect();
 IntRect ReadIntRect();
 IntVector2 ReadIntVector2();
 IntVector2 ReadIntVector2();
 String ReadLine();
 String ReadLine();
@@ -6703,6 +6712,7 @@ String ReadString();
 StringHash ReadStringHash();
 StringHash ReadStringHash();
 uint8 ReadUByte();
 uint8 ReadUByte();
 uint ReadUInt();
 uint ReadUInt();
+uint64 ReadUInt64();
 uint16 ReadUShort();
 uint16 ReadUShort();
 uint ReadVLE();
 uint ReadVLE();
 Variant ReadVariant();
 Variant ReadVariant();
@@ -6722,6 +6732,7 @@ bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);
+bool WriteInt64(int64);
 bool WriteIntRect(const IntRect&);
 bool WriteIntRect(const IntRect&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteLine(const String&);
 bool WriteLine(const String&);
@@ -6737,6 +6748,7 @@ bool WriteString(const String&);
 bool WriteStringHash(const StringHash&);
 bool WriteStringHash(const StringHash&);
 bool WriteUByte(uint8);
 bool WriteUByte(uint8);
 bool WriteUInt(uint);
 bool WriteUInt(uint);
+bool WriteUInt64(uint64);
 bool WriteUShort(uint16);
 bool WriteUShort(uint16);
 bool WriteVLE(uint);
 bool WriteVLE(uint);
 bool WriteVariant(const Variant&);
 bool WriteVariant(const Variant&);
@@ -9771,6 +9783,7 @@ bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);
+bool WriteInt64(int64);
 bool WriteIntRect(const IntRect&);
 bool WriteIntRect(const IntRect&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteLine(const String&);
 bool WriteLine(const String&);
@@ -9786,6 +9799,7 @@ bool WriteString(const String&);
 bool WriteStringHash(const StringHash&);
 bool WriteStringHash(const StringHash&);
 bool WriteUByte(uint8);
 bool WriteUByte(uint8);
 bool WriteUInt(uint);
 bool WriteUInt(uint);
+bool WriteUInt64(uint64);
 bool WriteUShort(uint16);
 bool WriteUShort(uint16);
 bool WriteVLE(uint);
 bool WriteVLE(uint);
 bool WriteVariant(const Variant&);
 bool WriteVariant(const Variant&);
@@ -13056,6 +13070,7 @@ double ReadDouble();
 String ReadFileID();
 String ReadFileID();
 float ReadFloat();
 float ReadFloat();
 int ReadInt();
 int ReadInt();
+int64 ReadInt64();
 IntRect ReadIntRect();
 IntRect ReadIntRect();
 IntVector2 ReadIntVector2();
 IntVector2 ReadIntVector2();
 String ReadLine();
 String ReadLine();
@@ -13071,6 +13086,7 @@ String ReadString();
 StringHash ReadStringHash();
 StringHash ReadStringHash();
 uint8 ReadUByte();
 uint8 ReadUByte();
 uint ReadUInt();
 uint ReadUInt();
+uint64 ReadUInt64();
 uint16 ReadUShort();
 uint16 ReadUShort();
 uint ReadVLE();
 uint ReadVLE();
 Variant ReadVariant();
 Variant ReadVariant();
@@ -13091,6 +13107,7 @@ bool WriteDouble(double);
 bool WriteFileID(const String&);
 bool WriteFileID(const String&);
 bool WriteFloat(float);
 bool WriteFloat(float);
 bool WriteInt(int);
 bool WriteInt(int);
+bool WriteInt64(int64);
 bool WriteIntRect(const IntRect&);
 bool WriteIntRect(const IntRect&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteIntVector2(const IntVector2&);
 bool WriteLine(const String&);
 bool WriteLine(const String&);
@@ -13106,6 +13123,7 @@ bool WriteString(const String&);
 bool WriteStringHash(const StringHash&);
 bool WriteStringHash(const StringHash&);
 bool WriteUByte(uint8);
 bool WriteUByte(uint8);
 bool WriteUInt(uint);
 bool WriteUInt(uint);
+bool WriteUInt64(uint64);
 bool WriteUShort(uint16);
 bool WriteUShort(uint16);
 bool WriteVLE(uint);
 bool WriteVLE(uint);
 bool WriteVariant(const Variant&);
 bool WriteVariant(const Variant&);

+ 12 - 0
Docs/LuaScriptAPI.dox

@@ -1995,9 +1995,11 @@ Methods:
 - unsigned GetSize() const
 - unsigned GetSize() const
 - bool IsEof() const
 - bool IsEof() const
 - int ReadInt()
 - int ReadInt()
+- long ReadInt64()
 - short ReadShort()
 - short ReadShort()
 - char ReadByte()
 - char ReadByte()
 - unsigned ReadUInt()
 - unsigned ReadUInt()
+- long ReadUInt64()
 - short ReadUShort()
 - short ReadUShort()
 - char ReadUByte()
 - char ReadUByte()
 - bool ReadBool()
 - bool ReadBool()
@@ -2230,9 +2232,11 @@ Methods:
 - unsigned GetSize() const
 - unsigned GetSize() const
 - bool IsEof() const
 - bool IsEof() const
 - int ReadInt()
 - int ReadInt()
+- long ReadInt64()
 - short ReadShort()
 - short ReadShort()
 - char ReadByte()
 - char ReadByte()
 - unsigned ReadUInt()
 - unsigned ReadUInt()
+- long ReadUInt64()
 - short ReadUShort()
 - short ReadUShort()
 - char ReadUByte()
 - char ReadUByte()
 - bool ReadBool()
 - bool ReadBool()
@@ -2267,9 +2271,11 @@ Methods:
 - String ReadLine()
 - String ReadLine()
 - unsigned Write(const VectorBuffer& buffer)
 - unsigned Write(const VectorBuffer& buffer)
 - bool WriteInt(int value)
 - bool WriteInt(int value)
+- bool WriteInt64(long value)
 - bool WriteShort(short value)
 - bool WriteShort(short value)
 - bool WriteByte(char value)
 - bool WriteByte(char value)
 - bool WriteUInt(unsigned value)
 - bool WriteUInt(unsigned value)
+- bool WriteUInt64(long value)
 - bool WriteUShort(short value)
 - bool WriteUShort(short value)
 - bool WriteUByte(char value)
 - bool WriteUByte(char value)
 - bool WriteBool(bool value)
 - bool WriteBool(bool value)
@@ -5543,9 +5549,11 @@ Methods:
 
 
 - unsigned Write(const VectorBuffer& buffer)
 - unsigned Write(const VectorBuffer& buffer)
 - bool WriteInt(int value)
 - bool WriteInt(int value)
+- bool WriteInt64(long value)
 - bool WriteShort(short value)
 - bool WriteShort(short value)
 - bool WriteByte(char value)
 - bool WriteByte(char value)
 - bool WriteUInt(unsigned value)
 - bool WriteUInt(unsigned value)
+- bool WriteUInt64(long value)
 - bool WriteUShort(short value)
 - bool WriteUShort(short value)
 - bool WriteUByte(char value)
 - bool WriteUByte(char value)
 - bool WriteBool(bool value)
 - bool WriteBool(bool value)
@@ -7159,9 +7167,11 @@ Methods:
 - unsigned GetSize() const
 - unsigned GetSize() const
 - bool IsEof() const
 - bool IsEof() const
 - int ReadInt()
 - int ReadInt()
+- long ReadInt64()
 - short ReadShort()
 - short ReadShort()
 - char ReadByte()
 - char ReadByte()
 - unsigned ReadUInt()
 - unsigned ReadUInt()
+- long ReadUInt64()
 - short ReadUShort()
 - short ReadUShort()
 - char ReadUByte()
 - char ReadUByte()
 - bool ReadBool()
 - bool ReadBool()
@@ -7196,9 +7206,11 @@ Methods:
 - String ReadLine()
 - String ReadLine()
 - unsigned Write(const VectorBuffer& buffer)
 - unsigned Write(const VectorBuffer& buffer)
 - bool WriteInt(int value)
 - bool WriteInt(int value)
+- bool WriteInt64(long value)
 - bool WriteShort(short value)
 - bool WriteShort(short value)
 - bool WriteByte(char value)
 - bool WriteByte(char value)
 - bool WriteUInt(unsigned value)
 - bool WriteUInt(unsigned value)
+- bool WriteUInt64(long value)
 - bool WriteUShort(short value)
 - bool WriteUShort(short value)
 - bool WriteUByte(char value)
 - bool WriteUByte(char value)
 - bool WriteBool(bool value)
 - bool WriteBool(bool value)

+ 18 - 0
Docs/ScriptAPI.dox

@@ -6227,6 +6227,7 @@ Methods:
 - String ReadFileID()
 - String ReadFileID()
 - float ReadFloat()
 - float ReadFloat()
 - int ReadInt()
 - int ReadInt()
+- int64 ReadInt64()
 - IntRect ReadIntRect()
 - IntRect ReadIntRect()
 - IntVector2 ReadIntVector2()
 - IntVector2 ReadIntVector2()
 - String ReadLine()
 - String ReadLine()
@@ -6242,6 +6243,7 @@ Methods:
 - StringHash ReadStringHash()
 - StringHash ReadStringHash()
 - uint8 ReadUByte()
 - uint8 ReadUByte()
 - uint ReadUInt()
 - uint ReadUInt()
+- uint64 ReadUInt64()
 - uint16 ReadUShort()
 - uint16 ReadUShort()
 - uint ReadVLE()
 - uint ReadVLE()
 - Variant ReadVariant()
 - Variant ReadVariant()
@@ -6787,6 +6789,7 @@ Methods:
 - String ReadFileID()
 - String ReadFileID()
 - float ReadFloat()
 - float ReadFloat()
 - int ReadInt()
 - int ReadInt()
+- int64 ReadInt64()
 - IntRect ReadIntRect()
 - IntRect ReadIntRect()
 - IntVector2 ReadIntVector2()
 - IntVector2 ReadIntVector2()
 - String ReadLine()
 - String ReadLine()
@@ -6802,6 +6805,7 @@ Methods:
 - StringHash ReadStringHash()
 - StringHash ReadStringHash()
 - uint8 ReadUByte()
 - uint8 ReadUByte()
 - uint ReadUInt()
 - uint ReadUInt()
+- uint64 ReadUInt64()
 - uint16 ReadUShort()
 - uint16 ReadUShort()
 - uint ReadVLE()
 - uint ReadVLE()
 - Variant ReadVariant()
 - Variant ReadVariant()
@@ -6821,6 +6825,7 @@ Methods:
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)
+- bool WriteInt64(int64)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteLine(const String&)
 - bool WriteLine(const String&)
@@ -6836,6 +6841,7 @@ Methods:
 - bool WriteStringHash(const StringHash&)
 - bool WriteStringHash(const StringHash&)
 - bool WriteUByte(uint8)
 - bool WriteUByte(uint8)
 - bool WriteUInt(uint)
 - bool WriteUInt(uint)
+- bool WriteUInt64(uint64)
 - bool WriteUShort(uint16)
 - bool WriteUShort(uint16)
 - bool WriteVLE(uint)
 - bool WriteVLE(uint)
 - bool WriteVariant(const Variant&)
 - bool WriteVariant(const Variant&)
@@ -7109,6 +7115,7 @@ Methods:
 - String ReadFileID()
 - String ReadFileID()
 - float ReadFloat()
 - float ReadFloat()
 - int ReadInt()
 - int ReadInt()
+- int64 ReadInt64()
 - IntRect ReadIntRect()
 - IntRect ReadIntRect()
 - IntVector2 ReadIntVector2()
 - IntVector2 ReadIntVector2()
 - String ReadLine()
 - String ReadLine()
@@ -7124,6 +7131,7 @@ Methods:
 - StringHash ReadStringHash()
 - StringHash ReadStringHash()
 - uint8 ReadUByte()
 - uint8 ReadUByte()
 - uint ReadUInt()
 - uint ReadUInt()
+- uint64 ReadUInt64()
 - uint16 ReadUShort()
 - uint16 ReadUShort()
 - uint ReadVLE()
 - uint ReadVLE()
 - Variant ReadVariant()
 - Variant ReadVariant()
@@ -8417,6 +8425,7 @@ Methods:
 - String ReadFileID()
 - String ReadFileID()
 - float ReadFloat()
 - float ReadFloat()
 - int ReadInt()
 - int ReadInt()
+- int64 ReadInt64()
 - IntRect ReadIntRect()
 - IntRect ReadIntRect()
 - IntVector2 ReadIntVector2()
 - IntVector2 ReadIntVector2()
 - String ReadLine()
 - String ReadLine()
@@ -8432,6 +8441,7 @@ Methods:
 - StringHash ReadStringHash()
 - StringHash ReadStringHash()
 - uint8 ReadUByte()
 - uint8 ReadUByte()
 - uint ReadUInt()
 - uint ReadUInt()
+- uint64 ReadUInt64()
 - uint16 ReadUShort()
 - uint16 ReadUShort()
 - uint ReadVLE()
 - uint ReadVLE()
 - Variant ReadVariant()
 - Variant ReadVariant()
@@ -8451,6 +8461,7 @@ Methods:
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)
+- bool WriteInt64(int64)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteLine(const String&)
 - bool WriteLine(const String&)
@@ -8466,6 +8477,7 @@ Methods:
 - bool WriteStringHash(const StringHash&)
 - bool WriteStringHash(const StringHash&)
 - bool WriteUByte(uint8)
 - bool WriteUByte(uint8)
 - bool WriteUInt(uint)
 - bool WriteUInt(uint)
+- bool WriteUInt64(uint64)
 - bool WriteUShort(uint16)
 - bool WriteUShort(uint16)
 - bool WriteVLE(uint)
 - bool WriteVLE(uint)
 - bool WriteVariant(const Variant&)
 - bool WriteVariant(const Variant&)
@@ -11175,6 +11187,7 @@ Methods:
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)
+- bool WriteInt64(int64)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteLine(const String&)
 - bool WriteLine(const String&)
@@ -11190,6 +11203,7 @@ Methods:
 - bool WriteStringHash(const StringHash&)
 - bool WriteStringHash(const StringHash&)
 - bool WriteUByte(uint8)
 - bool WriteUByte(uint8)
 - bool WriteUInt(uint)
 - bool WriteUInt(uint)
+- bool WriteUInt64(uint64)
 - bool WriteUShort(uint16)
 - bool WriteUShort(uint16)
 - bool WriteVLE(uint)
 - bool WriteVLE(uint)
 - bool WriteVariant(const Variant&)
 - bool WriteVariant(const Variant&)
@@ -14036,6 +14050,7 @@ Methods:
 - String ReadFileID()
 - String ReadFileID()
 - float ReadFloat()
 - float ReadFloat()
 - int ReadInt()
 - int ReadInt()
+- int64 ReadInt64()
 - IntRect ReadIntRect()
 - IntRect ReadIntRect()
 - IntVector2 ReadIntVector2()
 - IntVector2 ReadIntVector2()
 - String ReadLine()
 - String ReadLine()
@@ -14051,6 +14066,7 @@ Methods:
 - StringHash ReadStringHash()
 - StringHash ReadStringHash()
 - uint8 ReadUByte()
 - uint8 ReadUByte()
 - uint ReadUInt()
 - uint ReadUInt()
+- uint64 ReadUInt64()
 - uint16 ReadUShort()
 - uint16 ReadUShort()
 - uint ReadVLE()
 - uint ReadVLE()
 - Variant ReadVariant()
 - Variant ReadVariant()
@@ -14071,6 +14087,7 @@ Methods:
 - bool WriteFileID(const String&)
 - bool WriteFileID(const String&)
 - bool WriteFloat(float)
 - bool WriteFloat(float)
 - bool WriteInt(int)
 - bool WriteInt(int)
+- bool WriteInt64(int64)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntRect(const IntRect&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteIntVector2(const IntVector2&)
 - bool WriteLine(const String&)
 - bool WriteLine(const String&)
@@ -14086,6 +14103,7 @@ Methods:
 - bool WriteStringHash(const StringHash&)
 - bool WriteStringHash(const StringHash&)
 - bool WriteUByte(uint8)
 - bool WriteUByte(uint8)
 - bool WriteUInt(uint)
 - bool WriteUInt(uint)
+- bool WriteUInt64(uint64)
 - bool WriteUShort(uint16)
 - bool WriteUShort(uint16)
 - bool WriteVLE(uint)
 - bool WriteVLE(uint)
 - bool WriteVariant(const Variant&)
 - bool WriteVariant(const Variant&)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.242
+0.0.243