1. 19 Jan, 2009 2 commits
  2. 18 Jan, 2009 1 commit
  3. 15 Jan, 2009 1 commit
  4. 14 Jan, 2009 4 commits
  5. 13 Jan, 2009 6 commits
  6. 12 Jan, 2009 9 commits
  7. 11 Jan, 2009 9 commits
  8. 10 Jan, 2009 4 commits
    • Sam Lantinga's avatar
      Removed extra debug output · 6350aaf2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403477
      6350aaf2
    • Sam Lantinga's avatar
      Check for functions after including the libraries that they might be in. · 15c5312d
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403476
      15c5312d
    • Sam Lantinga's avatar
      Reverted Bob's indent checkin · d123950a
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403475
      d123950a
    • Sam Lantinga's avatar
      Fixed Visual C++ release build for Visual C++ 2005 · e32916c7
      Sam Lantinga authored
      * Some math functions become intrinsic in release mode, so we need to
        convert all the math functions into SDL math functions, like we did
        with the stdlib functions.
      * Constant initializers of 8-bit values become calls to memset() in
        release mode, but memset() itself is an intrinsic when explicitly
        called.  So we'll just explicitly call memset() in those cases.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403474
      e32916c7
  9. 09 Jan, 2009 4 commits