Commit History

Author SHA1 Message Date
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Igor 90312d21b1 Remove redundant assignment 9 years ago
  ArtemKulyk cfec9a95bc fix for typo in UTF16 decoder 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Lasse Öörni 04f46f9abc Fix bug in String::DecodeUTF16. Thanks graveman! 10 years ago
  Lasse Öörni 973a6fa807 Use _WIN32 consistently in Urho3D engine code. Simplify some preprocessor conditionals. Closes #1036. 10 years ago
  Lasse Öörni 8463b48e96 Remove SplitMode enum in favor of a bool to simplify script binding. Reverse the default behavior to not return empty strings to ensure correctness of existing code. Fix resource prefix path list to not require a space. Fix ResourceRefList deserialization. Closes #1014. 10 years ago
  Colin Barrett d83f9d0a41 New String::Split implementation; keeps empty splits by default, optionally omit-able using splitMode parameter 10 years ago
  Ivan K bfe60520bd LOGWARNINGF -> URHO3D_LOGWARNINGF 10 years ago
  JSandusky 4a16d34367 Implement OBJ export functionality in editor 10 years ago
  Lasse Öörni 3dcab4c039 Disable VS warning C6293, as the unsigned overflow trick used in reverse iteration is intentional. Added missing DebugNew.h includes. Closes #832. 10 years ago
  cosmy 1b9f1f7fd9 Wrong Casting 10 years ago
  Yao Wei Tjong 姚伟忠 fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 years ago
  Lasse Öörni e8af02f453 Add double serialization support to Variant, Deserializer/Serializer, XMLElement & JSONValue. Use double to store a Lua object's number attributes. Add editing of double attributes to the editor. Closes #758. 10 years ago
  Lasse Öörni 9a3ec30b4a Add add-assign also for signed long and long long integers in String. Added contributor credit. 10 years ago
  marynate 7df29b9897 Add unsigned long and unsigned long long support to String += operator 10 years ago
  Lasse Öörni bb2ebf7568 Bump copyright to 2015. 11 years ago
  Yao Wei Tjong 姚伟忠 f719e3a429 Remove explicit inclusion of precompiled header file. 11 years ago
  Yao Wei Tjong 姚伟忠 359efb2d37 Move the DebugNew.h from Urho3D/Container subdir to Urho3D subdir. 11 years ago
  Yao Wei Tjong 姚伟忠 0a2e601307 Change the include path for Precompiled header to fix MSVC build. 11 years ago
  Yao Wei Tjong 姚伟忠 b51e419c88 Change impl. file to include the header file from corresponding subdir. 11 years ago
  Yao Wei Tjong 姚伟忠 bcf7c94ec8 Rename Source/Engine to Source/Urho3D. 11 years ago