1. 10 Jan, 2009 3 commits
    • 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
  2. 09 Jan, 2009 5 commits
  3. 06 Jan, 2009 1 commit
  4. 05 Jan, 2009 6 commits
  5. 04 Jan, 2009 18 commits
  6. 03 Jan, 2009 7 commits
    • Sam Lantinga's avatar
      Good ideas, added to the TODO list · 1a8812ee
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403443
      1a8812ee
    • Szymon Wilczek's avatar
      Bug 653 bugfix · cf5bc083
      Szymon Wilczek authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403442
      cf5bc083
    • Sam Lantinga's avatar
      Fixed crash on Windows · 7ed73609
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403441
      7ed73609
    • Sam Lantinga's avatar
      Added a few things to the TODO list. · f47511d4
      Sam Lantinga authored
      Unit testing is becoming more and more important the more features are added
      and the more combinations of factors there are to test.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403440
      f47511d4
    • Sam Lantinga's avatar
      Icons with translucency are implemented · 0699da07
      Sam Lantinga authored
      Reminder to finish off multi-display support
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403439
      0699da07
    • Sam Lantinga's avatar
      Added bug reports to the credits · 7e2eb71e
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403438
      7e2eb71e
    • Sam Lantinga's avatar
      Fixed bug #663 · e5796d2a
      Sam Lantinga authored
      Fixed mouse wheel direction
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403437
      e5796d2a