Преглед изворни кода

Travis CI: API documentation update at 2015-01-04 16:07:14 UTC.
[ci package]

urho3d-travis-ci пре 11 година
родитељ
комит
1889f1a66b
3 измењених фајлова са 7 додато и 5 уклоњено
  1. 3 2
      Docs/AngelScriptAPI.h
  2. 3 2
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 3 - 2
Docs/AngelScriptAPI.h

@@ -7180,7 +7180,8 @@ class ResourceCache
 {
 // Methods:
 bool AddManualResource(Resource);
-void AddPackageFile(PackageFile, uint = M_MAX_UNSIGNED);
+bool AddPackageFile(PackageFile, uint = M_MAX_UNSIGNED);
+bool AddPackageFile(const String&, uint = M_MAX_UNSIGNED);
 bool AddResourceDir(const String&, uint = M_MAX_UNSIGNED);
 bool BackgroundLoadResource(const String&, const String&, bool = true);
 bool Exists(const String&) const;
@@ -7643,7 +7644,7 @@ Vector3 worldUp;
 class Script
 {
 // Methods:
-void DumpAPI(DumpMode = DOXYGEN);
+void DumpAPI(DumpMode = DOXYGEN, const String& = String ( ));
 bool Execute(const String&);
 void SendEvent(const String&, VariantMap& = VariantMap ( ));
 

+ 3 - 2
Docs/ScriptAPI.dox

@@ -8428,7 +8428,8 @@ Properties:
 Methods:
 
 - bool AddManualResource(Resource@)
-- void AddPackageFile(PackageFile@, uint = M_MAX_UNSIGNED)
+- bool AddPackageFile(PackageFile@, uint = M_MAX_UNSIGNED)
+- bool AddPackageFile(const String&, uint = M_MAX_UNSIGNED)
 - bool AddResourceDir(const String&, uint = M_MAX_UNSIGNED)
 - bool BackgroundLoadResource(const String&, const String&, bool = true)
 - bool Exists(const String&) const
@@ -8832,7 +8833,7 @@ Properties:
 
 Methods:
 
-- void DumpAPI(DumpMode = DOXYGEN)
+- void DumpAPI(DumpMode = DOXYGEN, const String& = String ( ))
 - bool Execute(const String&)
 - void SendEvent(const String&, VariantMap& = VariantMap ( ))
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.64
+0.0.65