1. 23 Nov, 2012 1 commit
  2. 21 Nov, 2012 1 commit
  3. 30 Oct, 2012 2 commits
  4. 19 Oct, 2012 2 commits
  5. 18 Oct, 2012 1 commit
  6. 17 Oct, 2012 1 commit
  7. 16 Oct, 2012 2 commits
  8. 12 Oct, 2012 1 commit
  9. 11 Oct, 2012 1 commit
  10. 06 Oct, 2012 1 commit
  11. 04 Oct, 2012 1 commit
  12. 03 Oct, 2012 1 commit
  13. 02 Oct, 2012 1 commit
  14. 01 Oct, 2012 2 commits
  15. 25 Sep, 2012 1 commit
  16. 20 Sep, 2012 2 commits
  17. 18 Sep, 2012 4 commits
  18. 14 Sep, 2012 1 commit
  19. 07 Sep, 2012 1 commit
    • cutealien's avatar
      - Fix a bunch of off-by one errors in irr::core::string in functions... · a87bb3a0
      cutealien authored
      - Fix a bunch of off-by one errors in irr::core::string in functions equals_substring_ignore_case, findFirst, findFirstChar, findNext, findLast, findLastChar, replace, remove and removeChars. This prevents some potential memory access errors, find functions no longer try to find the \0, replace no longer replaces the \0 and remove no longer tries to remove it (which did remove the last character instead).
      - Fix a few new warnings in gcc.
      
      
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4308 dfc29bdd-3216-0410-991c-e03cc46cb475
      a87bb3a0
  20. 06 Sep, 2012 1 commit
  21. 03 Sep, 2012 1 commit
  22. 25 Aug, 2012 2 commits
  23. 24 Aug, 2012 2 commits
  24. 23 Aug, 2012 5 commits
  25. 22 Aug, 2012 1 commit
  26. 20 Aug, 2012 1 commit
    • cutealien's avatar
      Replacing matrix4::setRotationRadiansLH and setRotationRadiansRH by... · a83a8759
      cutealien authored
      Replacing matrix4::setRotationRadiansLH and setRotationRadiansRH by setRotationRadians. Old functions had left handed and right handed just the wrong way round and  contained an additional bug that did lead to wrong rotations (mixing up y,z). A single function for this is enough (people can just flip the axis) and this way people who already used the old functions (which only got added in trunk) don't just get new behavior but some compile error. Thanks to Randajad for finding the error with the wrong results, giving a testcase and insisting that there's really a bug when I didn't see it on first try :-)
      
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4295 dfc29bdd-3216-0410-991c-e03cc46cb475
      a83a8759