Commit Graph

356 Commits

Author SHA1 Message Date
Sam Lantinga
c3ced5ce4d Don't build RPM archives that have ALSA dependencies 2002-04-15 07:41:47 +00:00
Sam Lantinga
b5b9f2d039 Updated ALSA audio support for ALSA 0.9 2002-04-15 07:38:54 +00:00
Sam Lantinga
ed21610f64 The documented error return value for SDL_WaitEvent() is 0. 2002-04-15 04:53:41 +00:00
Sam Lantinga
c95c828be1 Fixed SDL_PollEvent() so it only returns a boolean value (not -1) 2002-04-15 04:51:26 +00:00
Sam Lantinga
c6a0b5febd Fixed failed make when running "make distclean" 2002-04-14 22:17:50 +00:00
Sam Lantinga
eddc216018 Bump the version, so that it isn't forotten later. :) 2002-04-14 21:51:25 +00:00
Sam Lantinga
11268723bb *** empty log message *** 2002-04-13 23:57:03 +00:00
Sam Lantinga
466791065c Re-added MacOS X audio locking 2002-04-13 23:31:07 +00:00
Sam Lantinga
97f8340a2e Fixed build warning 2002-04-13 20:33:21 +00:00
Sam Lantinga
a6a5824013 Fixed precompiled headers on MacOS X 2002-04-13 20:33:15 +00:00
Sam Lantinga
a93b6b5ebb *** empty log message *** 2002-04-13 18:08:45 +00:00
Sam Lantinga
8fd8a04770 *** empty log message *** 2002-04-13 15:43:15 +00:00
Sam Lantinga
0f109deabd *** empty log message *** 2002-04-13 14:44:33 +00:00
Sam Lantinga
36515b6a40 *** empty log message *** 2002-04-13 14:40:13 +00:00
Sam Lantinga
596fac089e *** empty log message *** 2002-04-11 21:09:24 +00:00
Sam Lantinga
292c10f4fa Fixed a minor memory leak in the SDL thread subsystem 2002-04-11 21:08:44 +00:00
Sam Lantinga
247f6e23bb Fixed spurious keypress at startup on BeOS 2002-04-11 18:22:05 +00:00
Sam Lantinga
6299330b7b Fixed gamma ramps in DirectX windowed and OpenGL modes 2002-04-11 15:23:07 +00:00
Sam Lantinga
8b5bf373be Explicitly specify the SDL API calling convention (C by default) 2002-04-11 14:35:16 +00:00
Sam Lantinga
4c44aed618 BeOS compile fix for shared object loading code 2002-04-10 17:12:32 +00:00
Sam Lantinga
d77daf9ae5 *** empty log message *** 2002-04-10 02:14:33 +00:00
Sam Lantinga
00bf74165e Fixed DirectX fullscreen gamma control (thanks John!) 2002-04-09 23:49:06 +00:00
Sam Lantinga
cdcbaaccdc Fixed a crash bug in the WM_ACTIVATE code (thanks John!) 2002-04-09 23:32:40 +00:00
Sam Lantinga
211c6f0489 Mouse wheel fix patch. 2002-04-08 17:50:30 +00:00
Sam Lantinga
406e1c11c6 Date: Thu, 04 Apr 2002 13:27:36 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL][PATCH] Atari mouse patch

Just a patch to correct a studid bug where Mouse button
events where not generated when pressing first button.
2002-04-04 18:06:33 +00:00
Sam Lantinga
3f59bdbf4c Date: 03 Apr 2002 15:28:09 +0200
From: Alexander Pipelka <pipelka@bms-austria.com>
Subject: SDL patches

This one adds 2 new videomodes for the fbconsole.
720x576, 720x480
These are used by the NSC settopbox we are using for MPEG2 decoding.
2002-04-03 21:45:25 +00:00
Sam Lantinga
6a786603b3 Patrice's fixes for GNU Pthread support 2002-04-01 15:35:28 +00:00
Sam Lantinga
a2c6090c6e RPM dependency fix courtesy of Edward Rudd 2002-03-31 04:07:05 +00:00
Sam Lantinga
591f956939 *** empty log message *** 2002-03-31 03:34:16 +00:00
Sam Lantinga
070ded6c1b Disabled QueryPerformanceCounter(), due to problems on Win2K 2002-03-31 03:34:11 +00:00
Sam Lantinga
3ffc2c0a7d Fixed the bug where mouse cursor and SDL mouse coordinates didn't match
in Windows OpenGL mode.
2002-03-31 02:42:43 +00:00
Sam Lantinga
4dc17f059e *** empty log message *** 2002-03-30 21:41:01 +00:00
Sam Lantinga
dadf112663 The audio lock and unlock functions are now a part of the driver.
The MacOS audio locking has been implemented, courtesy of Ryan Gordon
2002-03-30 20:03:27 +00:00
Sam Lantinga
cad4281dc3 The audio lock and unlock functions are now a part of the driver.
The MacOS audio locking has been implemented, courtesy of Ryan Gordon
2002-03-30 19:48:56 +00:00
Sam Lantinga
eb3b0ee681 Fixes for GNU pthreads from Patrice 2002-03-30 18:53:23 +00:00
Sam Lantinga
8021f9eaf2 Date: Thu, 28 Mar 2002 09:20:03 +0200
From: "Mike Gorchak" <mike@malva.ua>
Subject: New QNX patch.

Hi !

1. Removed warning (possible bug) with invalid type, passing to the function
in ph_WarpedMotion.
2. Rewritten handler of Ph_WM_RESIZE message, now works, but buggy (old
handler doesn't work at all).
3. Added stub handler for Ph_WM_MAX (maximize) message.
4. Added more #ifdef HAVE_OPENGL to disable OpenGL stuff when it not needed.
5. Added support for SDL_NOFRAME and SDL_RESIZABLE flags (in OpenGL windows
too).
6. Added cosmetic changes, if no SDL_RESIZABLE flag defined, disable resize
handlers in window border and maximize button at caption.
7. Fixed my bug with invalid arguments count passed to PtCreateWidget call.
8. Fixed some palette problems.
9. Updated README.QNX file.

And I changed testgl.c test application:

10. Added in testgl.c application support for SDL_NOFRAME flag and
option -noframe.
2002-03-28 16:20:10 +00:00
Sam Lantinga
cd62b4c5bc *** empty log message *** 2002-03-26 17:37:31 +00:00
Sam Lantinga
790b5a6b33 *** empty log message *** 2002-03-24 21:44:06 +00:00
Sam Lantinga
d982cbac62 *** empty log message *** 2002-03-24 01:12:57 +00:00
Sam Lantinga
b72574a05f Added UNIX RDTSC code by Lompak (disabled by default) 2002-03-23 20:54:17 +00:00
Sam Lantinga
4dd0495e9d Date: Sat, 23 Mar 2002 13:53:37 +0200
From: "Mike Gorchak" <mike@malva.ua>
Subject: Big QNX patch again.

Added 8bit palette emulation code for window mode with bpp>=15.
Added store/restore original palette for 8bit modes.
Added more information about photon API call fails.
Rewroten change palette code, slow but works.
Fixed bug with set caption before window was inited.
Fixed bugs with some initial state of variables.
Fixed bug with storing old video mode settings.
Fixed bug with switching to fullscreen mode and back.
Fixed few double SEGFAULTS during parachute mode.
Removed compilation warning with no PgWaitHWIdle prototype.
Removed pack of dead unusable code.
Cleanups SDL_PrivateVideoData structure, some headers.
Some code formatting.
2002-03-23 20:19:44 +00:00
Sam Lantinga
3e40bd66ae *** empty log message *** 2002-03-22 18:11:56 +00:00
Sam Lantinga
3bf83bf076 *** empty log message *** 2002-03-20 02:37:44 +00:00
Sam Lantinga
28ba5faef1 Used the glext.h from the SGI sample implementation 2002-03-20 02:37:38 +00:00
Sam Lantinga
ae7fc0d9ac Date: Fri, 15 Mar 2002 18:24:59 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL] [PATCH] Atari port, bug in xbios driver driver

Hello,
This patch correct a stupid mistake in the FlipHWSurface
function, where I forgot to update surface->pixels when
using a double buffered surface.
2002-03-20 02:24:29 +00:00
Sam Lantinga
168be7ea37 Blit bug fix from John Popplewell 2002-03-20 02:21:46 +00:00
Sam Lantinga
2284e9b846 *** empty log message *** 2002-03-11 17:38:56 +00:00
Sam Lantinga
89ae82d36d *** empty log message *** 2002-03-10 03:55:45 +00:00
Sam Lantinga
07517ed0a3 This properly scales axes, and adds support for sliders/wheels 2002-03-10 03:49:25 +00:00
Sam Lantinga
d7b7de529d Only put surfaces in video memory if there are accelerated blits 2002-03-10 03:38:32 +00:00