Historie revizí

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