1. 07 Nov, 2006 1 commit
  2. 03 Nov, 2006 1 commit
  3. 29 Oct, 2006 5 commits
  4. 28 Oct, 2006 7 commits
  5. 27 Oct, 2006 1 commit
  6. 21 Oct, 2006 1 commit
  7. 20 Oct, 2006 1 commit
  8. 18 Oct, 2006 1 commit
  9. 17 Oct, 2006 1 commit
  10. 01 Oct, 2006 5 commits
  11. 24 Sep, 2006 5 commits
    • Sam Lantinga's avatar
      Formatting update · 4ecb44b1
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402120
      4ecb44b1
    • Sam Lantinga's avatar
      Fixed bug #292 · d0a80f6b
      Sam Lantinga authored
      I might be on crack here.
      
      It looks like SDL_ConvertMono() in src/audio/SDL_audiocvt.c adds the left and
      right channels of a stereo stream together, and clamps the new mono channel if
      it would overflow.
      
      Shouldn't it be dividing by 2 to average the two sample points instead of
      clamping? Otherwise the mono sample point's volume doubles in the conversion.
      This would also make the conversion faster, as it replaces two branches per
      sample frame with a bitwise shift.
      
      --ryan.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402119
      d0a80f6b
    • Sam Lantinga's avatar
      Fixed bug #316 · a42c7f14
      Sam Lantinga authored
      Looks like this is a long standing typo... is this code even used anymore?
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402114
      a42c7f14
    • Sam Lantinga's avatar
      Fixed bug #321 · a0b47a8c
      Sam Lantinga authored
      Hi,
      if "configure" is given an explicit --libdir, the sdl-config still contains
      the default "${exec_prefix}/lib" for runtime linker path.
      
      That should be changed to $libdir, as this is where the library goes to...
      
      Regards,
        Juergen
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402112
      a0b47a8c
    • Sam Lantinga's avatar
      Fixed bug #270 · 14eec518
      Sam Lantinga authored
      SDL_SetCursor returns void, not void*
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402110
      14eec518
  12. 23 Sep, 2006 2 commits
    • Sam Lantinga's avatar
      · b43de77b
      Sam Lantinga authored
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402105
      b43de77b
    • Sam Lantinga's avatar
      Fixed bug #329 · c18cc10c
      Sam Lantinga authored
      On tracing it turns out to fail from SDL_WM_SetCaption()
      
      On going through the function it looks like the SDL_free() function is called
      every alternate time with an invalid pointer that has already been freed.
      
      --HG--
      extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402101
      c18cc10c
  13. 22 Sep, 2006 1 commit
  14. 20 Sep, 2006 6 commits
  15. 16 Sep, 2006 2 commits