Commit History

Author SHA1 Message Date
  cutealien 11b62e8996 Update irrString test due to split changes in r6007 4 years ago
  cutealien 31652f6577 Add function string::insert. 5 years ago
  cutealien 9a04806c45 Add irr::string::eraseTrailingFloatZeros to kick out trailing 0's for strings generated from floats. 5 years ago
  cutealien ff54728feb Add some tests for string::findLastCharNotInList. 5 years ago
  hybrid 0a2330890a Bump copyright to 2012 12 years ago
  cutealien a87bb3a063 - 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). 12 years ago
  cutealien 238f3b7bd8 Fix string::replace which failed replacing substrings at the end when the replacement was longer (thx @ zerochen for reporting). Corresonding tests added. 12 years ago
  cutealien 128f5a14e9 Replace asserts in tests with new macro assert_log. 12 years ago
  hybrid 5e4d495dcc Bump copyright dates to 2011. 14 years ago
  hybrid 55a3220a1b Add test for string operator+= and fix for long type parameters. Bug and fix found by loneboco. 14 years ago
  hybrid 0ca3ba3744 Merged revisions 3089-3138 from 1.7 branch. Full merge, all changes from 1.7 beta phase up to now are included. 15 years ago
  hybrid 95b4283a27 Split method suggested by obscurusnox added. 15 years ago
  hybrid 68a7f4b11a Add rogerborg's irrString assignment allocation patch and a testcase. 15 years ago