1. 12 Jan, 2009 8 commits
  2. 11 Jan, 2009 9 commits
  3. 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
  4. 09 Jan, 2009 5 commits
  5. 06 Jan, 2009 1 commit
  6. 05 Jan, 2009 6 commits
  7. 04 Jan, 2009 7 commits
    • Sam Lantinga's avatar
      Fixed missing include for SDL_INIT_EVENTTHREAD · ed954cec
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403461
      ed954cec
    • Sam Lantinga's avatar
      Date: Sun, 04 Jan 2009 20:53:30 +0100 · 7c0f19e5
      Sam Lantinga authored
      From: Couriersud
      Subject: SDL1.3 DirectFB patches
      
      The attached contains the following directfb changes:
      
      - Dynamic loading of libdirectfb.so. This may to turned off as well in configure
      - Use linux-input by default. May be switched off by environment variable.
      - Added some code which will use directfb's x11 backend when DISPLAY is set.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403460
      7c0f19e5
    • Sam Lantinga's avatar
      indent · ba8f64f2
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403459
      ba8f64f2
    • Sam Lantinga's avatar
      Added missing void · dade1f12
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403458
      dade1f12
    • Sam Lantinga's avatar
      Added more info for precise waiting in SDL_WaitEvent() · 33fcc9cd
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403457
      33fcc9cd
    • Sam Lantinga's avatar
      Date: Sat, 3 Jan 2009 22:11:18 -0500 · 522eb2b9
      Sam Lantinga authored
      From: "Donny Viszneki"
      Subject: Re: [SDL] Want to help with SDL 1.3?
      
      >> > For example, here's a good quick project for someone from the TODO list:
      >> > * Add diagonal line clipping to SDL_IntersectRectAndLine()
      
      Just wanted to point out that the patch is available at
      http://codebad.com/rect-line-ix.patch
      
      I hereby grant Sam Lantinga an irrevocable non-exclusive distribution
      license to this patch to do with as he wishes.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403456
      522eb2b9
    • Sam Lantinga's avatar
      Technically more correct · 3ca7408d
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403455
      3ca7408d