Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:42:53 +0000] rev 398
Added Atari audio support (thanks Patrice!)
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:42:02 +0000] rev 397
Pth threading bug fix
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:37:39 +0000] rev 396
Added check for ENOMEDIUM to the Linux CDROM code
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:23:26 +0000] rev 395
Date: Wed, 5 Jun 2002 12:57:56 +0200
From: Denis Oliver Kropp <dok@directfb.org>
Subject: [PATCH] DirectFB 0.9.11 released
Hi,
DirectFB 0.9.11 is released now. We added support for
left/right differentation of shift and control keys
(which is important for games) just before the release,
so here is another patch for the final version.
Sam Lantinga <slouken@libsdl.org> [Mon, 10 Jun 2002 20:21:55 +0000] rev 394
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 08 Jun 2002 19:33:48 +0000] rev 393
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Tue, 04 Jun 2002 22:30:40 +0000] rev 392
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 23:07:22 +0000] rev 391
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 23:05:05 +0000] rev 390
Date: Sat, 1 Jun 2002 17:56:45 -0500
From: Darrell Walisser <dwaliss1@purdue.edu>
Subject: mac patch
In this patch:
- yuv code
- links to QuickTime
- tabs -> 4 spaces
- mouse events fix
- SDLMain path parsing fix
- BUGS updates
- some miscellaneous docs/comments/code cleanup
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 19:54:15 +0000] rev 389
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 19:51:08 +0000] rev 388
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 18:48:13 +0000] rev 387
Fixed shared library building on MacOS X (thanks Max!)
Sam Lantinga <slouken@libsdl.org> [Sat, 01 Jun 2002 18:43:51 +0000] rev 386
Added a README for Qtopia
Sam Lantinga <slouken@libsdl.org> [Fri, 31 May 2002 04:45:46 +0000] rev 385
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Wed, 29 May 2002 23:31:33 +0000] rev 384
Almost... :)
Ryan C. Gordon <icculus@icculus.org> [Wed, 29 May 2002 22:29:46 +0000] rev 383
SDL_PushEvent() now returns values as documented.
Sam Lantinga <slouken@libsdl.org> [Wed, 29 May 2002 20:47:19 +0000] rev 382
Date: Wed, 29 May 2002 17:37:19 +0200
From: Denis Oliver Kropp <dok@directfb.org>
Subject: DirectFB 0.9.11
Hi,
we had some API enhancements in keyboard handling.
We support full unicode now and have support for
keyboard mappings. I've attached a patch to have
SDL compile with the upcoming (monday?) DirectFB 0.9.11.
Sam Lantinga <slouken@libsdl.org> [Tue, 28 May 2002 20:01:29 +0000] rev 381
Wilbern Cobb submitted a fix for building BSD joystick support that should work on all BSD flavors.
Sam Lantinga <slouken@libsdl.org> [Tue, 28 May 2002 19:31:32 +0000] rev 380
Date: Wed, 22 May 2002 22:30:58 +0300
From: "Mike Gorchak" <mike@malva.com.ua>
Subject: One more QNX patch
Hi !
- Fixed graywin test application. Added properly support for
window size not equal to 640x480.
- Added support for not aligned pitch of image in SDL_SWSURFACE
and SDL_HWSURFACE. Using Photon builtin alignes.
- Added memory clear after each malloc to avoid problems in the
future :)
- Removed unused variables and static variables, fixed some warnings.
- Updated readme.QNX file.
Sam Lantinga <slouken@libsdl.org> [Tue, 28 May 2002 19:24:11 +0000] rev 379
Date: Fri, 24 May 2002 10:32:00 -0700
From: David Hedbor <david@hedbor.org>
Subject: more patches
Ok, another thing I discovered when porting prboom to the Zaurus -
mouse events weren't rotated when the screen was (i.e you got
incorrect events there).
This is now fixed. Also noticed that SDL_WarpMouse isn't handled
correctly, but I haven't looked at fixing that yes.
Sam Lantinga <slouken@libsdl.org> [Mon, 20 May 2002 18:36:48 +0000] rev 378
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Mon, 20 May 2002 17:40:55 +0000] rev 377
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 23:31:00 +0000] rev 376
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 22:34:36 +0000] rev 375
Use secondary audio buffers to avoid problems on various soundcards
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 22:32:09 +0000] rev 374
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 22:27:42 +0000] rev 373
Fixed setting OpenGL mode multiple times on Windows
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 21:40:25 +0000] rev 372
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 20:06:01 +0000] rev 371
Added David Hedbor's Qtopia patches
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 19:54:01 +0000] rev 370
Date: Sat, 18 May 2002 17:40:53 +0300
From: Mike Gorchak <mike@malva.ua>
Subject: New QNX patches
- Added more error check to avoid SEGFAULTS;
- Fixed bug in update function for SDL_HWSURFACE. BTW: update is much
faster than before.
- Added checks for SDL_HWSURFACE flag, chosen bpp must be equal to
desktop bpp for SDL_HWSURFACE.
- Fixed overlay bug, no more SEGFAULTS.
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 19:52:32 +0000] rev 369
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 18:52:25 +0000] rev 368
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sun, 19 May 2002 18:45:55 +0000] rev 367
The Win32 information has been moved to the FAQ.
Sam Lantinga <slouken@libsdl.org> [Sat, 18 May 2002 11:30:38 +0000] rev 366
Avoid a conflict in the definition of int32
Sam Lantinga <slouken@libsdl.org> [Fri, 17 May 2002 17:49:25 +0000] rev 365
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 25 Apr 2002 16:09:05 +0000] rev 364
Fixed MacOS X installation for SDL 1.2.4 release (thanks Darrell)
Sam Lantinga <slouken@libsdl.org> [Fri, 19 Apr 2002 03:29:22 +0000] rev 363
Date: Thu, 18 Apr 2002 13:50:53 -0700
From: Joseph Carter <knghtbrd@bluecherry.net>
Subject: [SDL] A critical bugfix!
I discovered a problem with testgl.c which absolutely MUST be fixed! Not
fixing this bug immediately will be a great blow to budding OpenGL coders
everywhere!
Sam Lantinga <slouken@libsdl.org> [Thu, 18 Apr 2002 04:51:20 +0000] rev 362
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 18 Apr 2002 04:47:49 +0000] rev 361
From: Wilbern Cobb <vedge@csoft.org>
Subject: Re: SDL 1.2.4 on FreeBSD (fwd)
X-Mailer: My Mailer 1.5 <slouken@devolution.com>
On Wed, 17 Apr 2002, Sam Lantinga wrote:
> > By the way, README.OpenBSD is outdated; nasm, semaphores and OpenGL
> > work fine; native audio has been the default in ports since post-2.9.
>
> Great, want to update README.OpenBSD?
Actually i think it can be removed, none of what it says applies now;
GNU make is no longer needed as of 3.0 either.
Sam Lantinga <slouken@libsdl.org> [Thu, 18 Apr 2002 04:28:58 +0000] rev 360
Configure fixes from Wilbern Cobb for FreeBSD joystick support.
Sam Lantinga <slouken@libsdl.org> [Wed, 17 Apr 2002 14:25:23 +0000] rev 359
Fixed crash in QZ_SetCaption() (thanks Darrell)
Sam Lantinga <slouken@libsdl.org> [Tue, 16 Apr 2002 16:45:23 +0000] rev 358
Wilbern Cobb fixed joystick code on FreeBSD
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:49:54 +0000] rev 357
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:47:35 +0000] rev 356
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:41:47 +0000] rev 355
Don't build RPM archives that have ALSA dependencies
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 07:38:54 +0000] rev 354
Updated ALSA audio support for ALSA 0.9
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 04:53:41 +0000] rev 353
The documented error return value for SDL_WaitEvent() is 0.
Sam Lantinga <slouken@libsdl.org> [Mon, 15 Apr 2002 04:51:26 +0000] rev 352
Fixed SDL_PollEvent() so it only returns a boolean value (not -1)
Sam Lantinga <slouken@libsdl.org> [Sun, 14 Apr 2002 22:17:50 +0000] rev 351
Fixed failed make when running "make distclean"
Sam Lantinga <slouken@libsdl.org> [Sun, 14 Apr 2002 21:51:25 +0000] rev 350
Bump the version, so that it isn't forotten later. :)
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 23:57:03 +0000] rev 349
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 23:31:07 +0000] rev 348
Re-added MacOS X audio locking
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 20:33:21 +0000] rev 347
Fixed build warning
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 20:33:15 +0000] rev 346
Fixed precompiled headers on MacOS X
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 18:08:45 +0000] rev 345
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 15:43:15 +0000] rev 344
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 14:44:33 +0000] rev 343
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Sat, 13 Apr 2002 14:40:13 +0000] rev 342
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 21:09:24 +0000] rev 341
*** empty log message ***
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 21:08:44 +0000] rev 340
Fixed a minor memory leak in the SDL thread subsystem
Sam Lantinga <slouken@libsdl.org> [Thu, 11 Apr 2002 18:22:05 +0000] rev 339
Fixed spurious keypress at startup on BeOS