Selaa lähdekoodia

Travis CI: API documentation update at 2015-08-05 00:53:57 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7da3eb5616345135d951b13d260e09fd8bb0bb32

Message: Exposed various kNet connection stats.

urho3d-travis-ci 10 vuotta sitten
vanhempi
sitoutus
be1feb49be
4 muutettua tiedostoa jossa 31 lisäystä ja 1 poistoa
  1. 12 0
      Docs/AngelScriptAPI.h
  2. 12 0
      Docs/LuaScriptAPI.dox
  3. 6 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 12 - 0
Docs/AngelScriptAPI.h

@@ -2080,6 +2080,10 @@ String address;
 /* readonly */
 StringHash baseType;
 /* readonly */
+float bytesInPerSec;
+/* readonly */
+float bytesOutPerSec;
+/* readonly */
 String category;
 /* readonly */
 bool client;
@@ -2093,15 +2097,23 @@ String downloadName;
 /* readonly */
 float downloadProgress;
 VariantMap identity;
+/* readonly */
+float lastHeardTime;
 bool logStatistics;
 /* readonly */
 uint numDownloads;
 /* readonly */
+float packetsInPerSec;
+/* readonly */
+float packetsOutPerSec;
+/* readonly */
 uint16 port;
 Vector3 position;
 /* readonly */
 int refs;
 Quaternion rotation;
+/* readonly */
+float roundTripTime;
 Scene scene;
 /* readonly */
 bool sceneLoaded;

+ 12 - 0
Docs/LuaScriptAPI.dox

@@ -1159,6 +1159,12 @@ Methods:
 - bool GetLogStatistics() const
 - String GetAddress() const
 - short GetPort() const
+- float GetRoundTripTime() const
+- float GetLastHeardTime() const
+- float GetBytesInPerSec() const
+- float GetBytesOutPerSec() const
+- float GetPacketsInPerSec() const
+- float GetPacketsOutPerSec() const
 - String ToString() const
 - unsigned GetNumDownloads() const
 - const String GetDownloadName() const
@@ -1179,6 +1185,12 @@ Properties:
 - bool logStatistics
 - String address (readonly)
 - short port (readonly)
+- float roundTripTime (readonly)
+- float lastHeardTime (readonly)
+- float bytesInPerSec (readonly)
+- float bytesOutPerSec (readonly)
+- float packetsInPerSec (readonly)
+- float packetsOutPerSec (readonly)
 - unsigned numDownloads (readonly)
 - String downloadName (readonly)
 - float downloadProgress (readonly)

+ 6 - 0
Docs/ScriptAPI.dox

@@ -4165,6 +4165,8 @@ Properties:
 
 - String address // readonly
 - StringHash baseType // readonly
+- float bytesInPerSec // readonly
+- float bytesOutPerSec // readonly
 - String category // readonly
 - bool client // readonly
 - bool connectPending // readonly
@@ -4173,12 +4175,16 @@ Properties:
 - String downloadName // readonly
 - float downloadProgress // readonly
 - VariantMap identity
+- float lastHeardTime // readonly
 - bool logStatistics
 - uint numDownloads // readonly
+- float packetsInPerSec // readonly
+- float packetsOutPerSec // readonly
 - uint16 port // readonly
 - Vector3 position
 - int refs // readonly
 - Quaternion rotation
+- float roundTripTime // readonly
 - Scene@ scene
 - bool sceneLoaded // readonly
 - uint8 timeStamp

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.124
+0.0.125