2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  aster2013 460da659ee Add JSON support in Urho3D. 11 жил өмнө
  Lasse Öörni 50f775b213 Added FileChanged event sent by ResourceCache for manually responding to changed files in resource directories. 11 жил өмнө
  Lasse Öörni 973b353a08 Safeguard CollisionShape against empty models to prevent Bullet asserts. 11 жил өмнө
  Lasse Öörni 263a624fe4 Possibility in ResourceCache to enable returning resources which failed to load. This is used in the editor to overcome eg. failed scripts disappearing from a ScriptInstance's script file slot. 11 жил өмнө
  Lasse Öörni 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. 12 жил өмнө
  Yao Wei Tjong 姚伟忠 4657518ec9 Code cleanup on error handling for ResourceCache. 12 жил өмнө
  Yao Wei Tjong 姚伟忠 ffe7a7699f Minor enhancement on getting optional resources and error handling. 12 жил өмнө
  Yao Wei Tjong 姚伟忠 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. 12 жил өмнө
  Yao Wei Tjong 姚伟忠 181351ef45 Reserve the vector's initial capacity instead of size. 12 жил өмнө
  Yao Wei Tjong 姚伟忠 a5246036fb Add inherited XMLFile resource as dependency. Approximate patched size. 12 жил өмнө
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 жил өмнө
  Lasse Öörni ebd03d08db When removing a resource dir, remove the FileWatcher with matching path instead of relying on the indexing. 12 жил өмнө
  Lasse Öörni 2e01ca5e67 Sanitate resource dir similarly when adding and removing it to ensure removing works properly. 12 жил өмнө
  Alex Parlett 3166f1874d Changed adding Resource and Package files to be able to specify the location in the Vector for search priority when calling GetFile or GetResource 12 жил өмнө
  Lasse Öörni 7d83a44d13 Make resource dirs absolute when added to ResourceCache. Sanitate away /./ construct from the runtime program dir and resource dirs. Closes #64 12 жил өмнө
  Lasse Öörni 0fe2469957 Improved resource unloading. Make it possible to unload all resource types by partial name at once. Editor unloads unnecessary resources after scene load or clear. Add weak ref check to all resource unloading to avoid shader programs being left without their parent shader. 12 жил өмнө
  Lasse Öörni ee0e3aa663 Removed the mechanism of binary-serializing resource name hashes instead of resource names. This is to allow correct resource loading from binary scene files on platforms that cannot iterate the resources in the application installation (eg. Android). This also affects networking, downside is increased network payload size when resource attributes are transferred. All binary scenes saved with old Urho versions are also invalidated. 12 жил өмнө
  Lasse Öörni 372fbed88d Normalize resource names in SanitateResourceName() if they also contain a registered resource dir name, ie. Data/Scripts/NinjaSnowWar.as becomes Scripts/NinjaSnowWar.as. This fixes script file possibly getting loaded twice. 12 жил өмнө
  Lasse Öörni 7f64104825 Added -p command line argument, which specifies resource paths to use. 12 жил өмнө
  Wei Tjong Yao 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 жил өмнө