Browse Source

Travis CI: API documentation update at 2014-10-30 13:24:38 UTC.
[ci package]

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

+ 3 - 0
Docs/AngelScriptAPI.h

@@ -4101,6 +4101,7 @@ uint GetLastModifiedTime(const String&) const;
 bool Rename(const String&, const String&);
 Array<String> ScanDir(const String&, const String&, uint, bool) const;
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
+bool SetLastModifiedTime(const String&, uint);
 int SystemCommand(const String&, bool = false);
 uint SystemCommandAsync(const String&);
 bool SystemOpen(const String&, const String&);
@@ -10382,6 +10383,8 @@ int refs;
 /* readonly */
 uint systemTime;
 /* readonly */
+uint timeSinceEpoch;
+/* readonly */
 String timeStamp;
 /* readonly */
 float timeStep;

+ 2 - 1
Docs/LuaScriptAPI.dox

@@ -2135,7 +2135,7 @@ Methods:
 - bool Copy(const String srcFileName, const String destFileName)
 - bool Rename(const String srcFileName, const String destFileName)
 - bool Delete(const String fileName)
-- void RegisterPath(const String pathName)
+- bool SetLastModifiedTime(const String fileName, unsigned newTime)
 - String GetCurrentDir() const
 - bool GetExecuteConsoleCommands() const
 - bool HasRegisteredPaths() const
@@ -5655,6 +5655,7 @@ Methods:
 - unsigned GetTimerPeriod() const
 - float GetElapsedTime()
 - unsigned GetSystemTime()
+- unsigned GetTimeSinceEpoch()
 - String GetTimeStamp()
 - void Sleep(unsigned mSec)
 

+ 2 - 0
Docs/ScriptAPI.dox

@@ -5697,6 +5697,7 @@ Methods:
 - bool Rename(const String&, const String&)
 - String[]@ ScanDir(const String&, const String&, uint, bool) const
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
+- bool SetLastModifiedTime(const String&, uint)
 - int SystemCommand(const String&, bool = false)
 - uint SystemCommandAsync(const String&)
 - bool SystemOpen(const String&, const String&)
@@ -11117,6 +11118,7 @@ Properties:
 - uint frameNumber // readonly
 - int refs // readonly
 - uint systemTime // readonly
+- uint timeSinceEpoch // readonly
 - String timeStamp // readonly
 - float timeStep // readonly
 - StringHash type // readonly

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.32
+0.0.33