Commit History

Upphovsman SHA1 Meddelande Datum
  Richard 83de707587 Refactor: Expand tabs to 4 spaces 10 år sedan
  Richard a96a595a7a Refactor: Trim trailing whitespace 10 år sedan
  Richard 4c1a0507fe Refactor: Line endings are LF, not CRLF 10 år sedan
  Léo Terziman 5b9af11f9b Merge remote-tracking branch 'official/master' into contrib 10 år sedan
  Kim Kulling 97946e25c9 fix travis build 10 år sedan
  Kim Kulling 02ee002878 fix build for vs2013 10 år sedan
  abma 8c45a4dc3b Merge remote-tracking branch 'origin' 10 år sedan
  abma 470ad98281 fix "headercheck": 10 år sedan
  George Papadopoulos 54ce3d843f fix for strtol10_64 10 år sedan
  George Papadopoulos da3c347a57 add strtol10_64 and fix FBX text parsing for int_64 (for animation KTime) 10 år sedan
  Léo Terziman 18e6a8fbdb improved handling of commas in fast_atof 10 år sedan
  Léo Terziman 940414104a Merge remote-tracking branch 'official/master' into contrib 11 år sedan
  abma 775b26e614 use std:: namespace for most cmath functions: 11 år sedan
  Jared Duke 43c82b0b38 Remove std::isnan and std::isinf usage from utFastAtofTest 11 år sedan
  Léo Terziman e2d9512275 Merge remote-tracking branch 'official/collada_export_escape' into contrib 11 år sedan
  Jared Duke ed124ccbab Gracefully handle NaN/inf values in fast_atoreal_move 11 år sedan
  Tyson Grant Nottingham 79c56adea4 Don't use isdigit() in fast_atof. 11 år sedan
  Tyson Grant Nottingham 3e9fab3bfc Allow numbers starting with decimal in fast_atof. 11 år sedan
  Alexander Gessler 2edccb7f34 fast_atof: If a literal ends with a trailing dot (.), only parse further if the next character is a digit. In cases where the dot ends the literal (i.e. "1.") this would cause strtoul10_64 to throw an exception. To preserve as much of the old behaviour, we still consume trailing dots though. This "regression" was introduced (exposed) by #261, which added the extra check to strtoul10_64 that triggered here. This commit now fixes #304 (IFC file reading broken due to IFC files containing "(1.,1.,1.)" lists. 11 år sedan
  Léo Terziman 274a6ce1ff Fixed space 11 år sedan
  Léo Terziman 0bf4aea9d5 Improved fast_atof (bis) 11 år sedan
  Léo Terziman 3e55dca943 Improved fast_atof 11 år sedan
  Pavel Rojtberg 6920c433fd add missing include to fast_atof.h 12 år sedan
  aramis_acg 687a4644d6 # fast_atof: fix comma handling. 13 år sedan
  aramis_acg 16b3d19f7f # fast_atoreal_move: avoid floating-point casts. Compilers have trouble optimizing this. 13 år sedan
  aramis_acg 5716c4b007 - Set AI_FAST_ATOF_RELAVANT_DECIMALS to 15. This may cause regressions. 13 år sedan
  aramis_acg c12fadc93b - make fast_atof_move a template and rename it to fast_atoreal_move. 13 år sedan
  aramis_acg 6f30639d7f - refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX .. 14 år sedan
  aramis_acg 0fc965da91 Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079). 14 år sedan
  aramis_acg 74d9339274 - Change AI_FAST_ATOF_RELAVANT_DECIMALS to 10. 14 år sedan