提交历史

作者 SHA1 备注 提交日期
  1vanK ef1dfe3417 AS Autobindings 5 年之前
  ssinai1 3da017d380 Fix IsPowerOfTwo(zero). (#2671) 5 年之前
  1vanK 722e2dfceb Typos 5 年之前
  Eugene Kozlov 18c7230eb7 Minor API update, bug fixes, cleanup. 5 年之前
  urho3d-travis-ci 1151b8a2d6 Travis CI: bump copyright to 2020. 6 年之前
  Eugene Kozlov c2caa4f6a1 Cleanup Math code. 6 年之前
  Vitalii Minnakhmetov 06fa2a728d Make doxygen catch global enums 6 年之前
  codexhound f19fc528ad Additional Custom Geometry (#2476) 6 年之前
  TrevorCash b4df74097d Add Round To Nearest Multiple 6 年之前
  urho3d-travis-ci a476f0c401 Travis CI: bump copyright to 2019. 7 年之前
  Yao Wei Tjong 姚伟忠 d43bf1b3d6 Clang-Tidy - hicpp-signed-bitwise. 7 年之前
  Yao Wei Tjong 姚伟忠 29fed24492 Rinse and repeat by invoking clang-tidy (v3.9) from CLI directly. 8 年之前
  urho3d-travis-ci 70049ba582 Travis CI: bump copyright to 2018. 8 年之前
  Yao Wei Tjong 姚伟忠 ca97fd9b9b Clang-Tidy - modernize-use-auto. 8 年之前
  Yao Wei Tjong 姚伟忠 05452b8bd1 Refactor IntegerLog2() to LogBaseTwo() for performance and consistency. 8 年之前
  Eugene Kozlov e85e9d897c Add support of sparse navigation meshes and dynamic tile management. Add two examples based on 15_Navigation and 39_CrowdNavigation. 8 年之前
  Lasse Öörni 3b799b7712 Avoid duplication of code for the float-to-raw-unsigned-bits conversion. 8 年之前
  Lasse Öörni e4fe4f04bb Add contributor. Prefer union-based float to raw bits conversion. 8 年之前
  CG-SS 98a8097de6 Update MathDefs.h 8 年之前
  CG-SS 59e0939c75 Adding FloatToRawIntBits 8 年之前
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 年之前
  Eugene Kozlov 0acd25e763 Add logarithm function to Math API. 9 年之前
  Eugene Kozlov 89fb47f550 Add stable random generator. 9 年之前
  Eugene Kozlov 3087632f84 Add Math API functions: InverseLerp, Vector2|3|4::ProjectOntoAxis 9 年之前
  Eugene Kozlov 0c144b542d Add math API functions: Sqrt, Pow, Mod, Fract, Floor, Round, Ceil and their integer counterparts. 9 年之前
  Yao Wei Tjong 姚伟忠 9baac62031 Improve NextPowerOfTwo(). 9 年之前
  Lasse Öörni e7599463ba Improved IsPowerOfTwo(). Thanks to Y-way for initial PR. 9 年之前
  Lasse Öörni e9b094c8d2 Check for existence of sincosf / __sincosf instead of guessing. Closes #1294. 9 年之前
  Lasse Öörni 0378b245a9 Use __sincosf on OSX. 9 年之前
  Lasse Öörni b16fc6493b Add a function SinCos() which uses sincosf on GCC for optimized billboardset update, and falls back to separate sinf & cosf calls elsewhere. Todo: add for other cases. 9 年之前