Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 19:36:55 +0000] rev 2995
Added more info for precise waiting in SDL_WaitEvent()
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 19:33:21 +0000] rev 2994
Date: Sat, 3 Jan 2009 22:11:18 -0500
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.
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 19:26:50 +0000] rev 2993
Technically more correct
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 18:29:20 +0000] rev 2992
The core pointer is comprised of merging the inputs of all mice.
If there are other mice, they should show up in the device list, and
we want to report events from those devices instead of the core events.
However, if XInput isn't supported or we can't find other mice in the
device list, we'll add the core pointer and interpret normal mouse events.
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 17:30:00 +0000] rev 2991
Implemented svn revision support
Added reminder about name -> scancode/keysym mapping
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 17:14:27 +0000] rev 2990
indent
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 17:10:04 +0000] rev 2989
Make the SDL keysyms that represent unprintable ASCII values actually have
those values, for more intuitive use and better compatibility with SDL 1.2.
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 17:04:29 +0000] rev 2988
Added keyrepeat to the TODO list
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 17:04:13 +0000] rev 2987
Added the Google Summer of Code folks to the credits.
Sam Lantinga <slouken@libsdl.org> [Sun, 04 Jan 2009 06:32:01 +0000] rev 2986
Updated the snapshot script for use on the website