Commit History

Author SHA1 Message Date
  Eugene Kozlov efe6ec17e2 Manual typedef to using upgrade. 8 years ago
  Eugene Kozlov b26903703a Remove URHO3D_CXX11 guards. 8 years ago
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Lasse Öörni 2d59e72df7 Guard against self-assignment clearing the containers. 9 years ago
  Eugene Kozlov 014ef043ef Make HashMap::TryGetValue constant. 9 years ago
  Lasse Öörni 4e198c2412 Fix wrong return value in HashMap Front() & Back(). 9 years ago
  Lasse Öörni 91b799d666 Change the signature of the new HashMap Insert() function. Do not allow user to specify findExisting flag. As the meaning of the bool return value is reverse to std::map::insert(), do not return it in a pair to avoid confusion, but rather in a separate bool value which is passed by reference. Add corresponding function to HashSet. Edit comments. 9 years ago
  svifylabs b54b5b9ef7 add TryGetValue, Insert, EraseSwap, RemoveSwap 9 years ago
  Yao Wei Tjong 姚伟忠 8d7027179e Refactor to move the map's populate logic to base class for code reuse. 9 years ago
  rokups 6fd0fa7a5b Aggregate initializers for container types. 9 years ago
  Frode Lindeijer af2cf18229 Moved container begin and end from std to Urho3D namespace 9 years ago
  Lasse Öörni cd920ccab8 Unify line break style in HashMap.h. 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Lasse Öörni 608183ba22 Reset HashMap & HashSet bucket pointers when beginning clear. As ResourceCache may not be returned during exit phase, add nullchecks to ScriptFile & Shader. Should help with #988. 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 6f68c07486 Moved std::begin() and std::end() for Urho containers into their respective header files, so that including ForEach.h is not needed for using the native range-based for. 10 years ago
  Lasse Öörni bb2ebf7568 Bump copyright to 2015. 11 years ago
  aster2013 c11db9fdcd Add SetAlpha in StaticSprite2D to AnimatedSprite2D alpha animation bug. 11 years ago
  aster2013 69185a10ce Revert typedef. 11 years ago
  aster2013 a8833c9712 Add typedef in Vector and HashMap. 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