Commit Graph

673 Commits

Author SHA1 Message Date
Sam Lantinga
0c8da93084 Date: Sun, 25 Aug 2002 09:46:54 -0400
From: Darrell Walisser
Subject: [SDL] Updated Project Builder Support

- added a script to build PBProjects.tar.gz
- added a script to install the stationary
-fixes for the developer package installer:
	+ now installs certain files as the user, not root
	+ now rebuilds apropos database after manpages are installed
2002-08-25 16:25:37 +00:00
Sam Lantinga
518dfadc59 Date: Sat, 24 Aug 2002 22:20:01 -0600
From: "Greg Haerr"
Subject: Announce: sdl-nanox-patch

Sam,
    I've created an update patch for enhanced Nano-X support
with SDL.  I've created the patch against SDL-1.2.4.  I'd appreciate
it if you would apply it to the next SDL version.

Enhancements include:

1. Small bugfixes to compile without errors
2. Support for direct client-side framebuffer access with configure option
3. Add dynamic pixel type support for hardware framebuffer; eliminating the
need for compile-time configuration option.

I've updated the README.NanoX file with the details.

This version has been tested with Microwindows v0.89pre9 CVS
and SMPEG 0.4.4.  I've added multi-threading support to
Microwindows to support the multi-threaded SMPEG, and
all works fine.  To turn on thread safety in Microwindows,
use THREADSAFE=Y in the Microwindows config file.

Thanks!

Regards,

Greg
Founder, The Microwindows Project
http://microwindows.org
2002-08-25 06:21:49 +00:00
Sam Lantinga
5da85afd52 Updated the credits 2002-08-25 02:05:24 +00:00
Sam Lantinga
1ef49b7681 Removed unused function 2002-08-24 17:30:49 +00:00
Sam Lantinga
f48774297e Fixed 2048 pixel limitation in DirectX blit code 2002-08-24 17:15:45 +00:00
Sam Lantinga
64b47035b7 *** empty log message *** 2002-08-24 16:27:33 +00:00
Sam Lantinga
7229af8ff4 *** empty log message *** 2002-08-24 16:17:05 +00:00
Sam Lantinga
a2202e37bd Updated the Borland C++ projects (thanks Dominique!) 2002-08-24 16:15:37 +00:00
Sam Lantinga
73b14e88b2 Date: Fri, 23 Aug 2002 11:48:56 +0200
From: Denis Oliver Kropp
Subject: Another patch

this is another patch fixing key code mapping
along with some other fixes and better mode handling.
2002-08-24 15:29:06 +00:00
Sam Lantinga
09f9210a94 Added compile-time checking for the size of enums to SDL_types.h 2002-08-21 04:16:31 +00:00
Sam Lantinga
2bbaa7676b Fixed offset bug in hardware accelerated fills and blits 2002-08-20 16:58:49 +00:00
Sam Lantinga
9aad66e1ad Date: Thu, 18 Jul 2002 23:51:40 +0200 (MEST)
From: Krister Walfridsson
Subject: [SDL] src/joystick/bsd/SDL_sysjoystick.c patch

The *BSD USB HID joystick code has two serious bugs:

1. If a joystick reports unhandled hid_input usage (for example HUG_RZ or
   HUG_DIAL), then the last handled value will be overwritten with an
   arbitrary value. (Fixed in the patch below by adding a default case.)

2. The current code does only handle logical coordinates in the range 0-255,
   while a big part of available joysticks report -128 - 127. (This is solved
   in the patch below by first center the range around 0, and then stretch
   it to the correct range.)
2002-08-20 06:08:42 +00:00
Sam Lantinga
3863ada468 Reset mouse state when changing video modes 2002-08-20 06:01:20 +00:00
Sam Lantinga
fd53f103ff Fixed bug where video mode wasn't restored after ALT-tab in with DirectX 2002-08-20 05:59:31 +00:00
Sam Lantinga
37737312d6 *** empty log message *** 2002-08-20 04:55:37 +00:00
Sam Lantinga
09669b3053 *** empty log message *** 2002-08-20 04:49:05 +00:00
Sam Lantinga
bd857a3481 Fixed crash with invalid bpp in SDL_SetVideoMode() 2002-08-20 04:44:36 +00:00
Sam Lantinga
55fe3c0cae *** empty log message *** 2002-08-20 00:27:37 +00:00
Sam Lantinga
eb6cf4def9 Fixed mouse motion on MacOS X (recently broken) 2002-08-20 00:24:38 +00:00
Sam Lantinga
8cbbab0b2e Updated for embedded Visual C++ 4.0 2002-08-20 00:20:06 +00:00
Sam Lantinga
90c866fbad Help with cross-compiling 2002-08-19 18:33:29 +00:00
Sam Lantinga
51ae701fe9 Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5) 2002-08-19 18:09:44 +00:00
Sam Lantinga
7fabbe8198 Added SDL_GL_STEREO for stereoscopic OpenGL contexts 2002-08-19 17:58:08 +00:00
Sam Lantinga
16591ad829 Added an environment variable SDL_VIDEO_X11_WMCLASS 2002-08-19 03:40:44 +00:00
Sam Lantinga
a1203df1a9 Fullscreen windows are always topmost under Windows 2002-08-19 03:09:25 +00:00
Sam Lantinga
2e527a3d7a Fixed mouse grab going fullscreen to windowed in Windows 2002-08-19 02:34:22 +00:00
Sam Lantinga
6f833d64d9 *** empty log message *** 2002-08-18 19:22:42 +00:00
Sam Lantinga
57e423c4e5 Fixed video crash on older XFree86 servers 2002-08-18 18:33:02 +00:00
Sam Lantinga
af05e360a9 Only modifier key state is noted when X11 window opens 2002-08-18 03:19:59 +00:00
Sam Lantinga
1a33a1b8d9 Added temporarily disabled code for hardware acceleration in windowed mode. 2002-08-17 19:36:43 +00:00
Sam Lantinga
30f14f52e0 Flush message queue when shutting down video mode on Windows 2002-08-17 19:17:18 +00:00
Sam Lantinga
9caf43609a Zeroed out SDL_Surface::unused1 so glSDL will work on stock SDL 2002-08-17 19:17:01 +00:00
Sam Lantinga
7aad1077dc Removed DDFLIP_WAIT flag from DirectX flip for improved performance 2002-08-17 18:11:23 +00:00
Sam Lantinga
adb1227c29 *** empty log message *** 2002-08-17 18:03:06 +00:00
Sam Lantinga
3f1fccba2b Added a way to get the Windows OpenGL context in SDL_syswm.h 2002-08-17 17:49:27 +00:00
Sam Lantinga
2d95253b1a Fixed building Windows DLL with latest native Cygwin tools 2002-08-17 17:21:04 +00:00
Sam Lantinga
8992424b7f Updated configure.in for automake 1.6.2 2002-08-17 16:58:31 +00:00
Sam Lantinga
ed04d1e965 Darrell's fix for Quartz mouse motion 2002-08-12 22:43:58 +00:00
Ryan C. Gordon
0c7d3922a5 Commented double-free buggy code. Will examine more closely later. 2002-08-12 14:54:38 +00:00
Sam Lantinga
9b566cdf1a Added initial support for PicoGUI (thanks Micah!) 2002-08-01 23:24:13 +00:00
Sam Lantinga
9212a4cc0e *** empty log message *** 2002-08-01 23:08:41 +00:00
Sam Lantinga
6b2eaa78f8 Fixed SDL_DisplayFormatAlpha() on RGB surfaces with alpha 2002-08-01 23:06:39 +00:00
Ryan C. Gordon
9576758af3 Make sure width and height passed to SDL_GetVideoMode() are sane. 2002-08-01 05:16:38 +00:00
Ryan C. Gordon
1a5ab6d69a Memory leak fixes by Bill May. 2002-07-30 07:25:43 +00:00
Sam Lantinga
85ab5ea685 Date: Fri, 12 Jul 2002 11:25:32 GMT+1
From: Patrice Mandin <pmandin@caramail.com>
Subject: [SDL][PATCH] Audio for Atari, and XFree86 compilation

I corrected a little bug in the Atari audio driver in SDL.
I also added the patch for xfree86 detection in configure.in
2002-07-29 23:20:16 +00:00
Sam Lantinga
0f17f6d59e Date: Mon, 29 Jul 2002 15:07:22 +1000
From: screwtape@froup.com

The attached patch lets SDL_Init(SDL_INIT_JOYSTICK) succeed on Mac OS
X when there are no joysticks attached, in line with SDL's behaviour
on Linux.
2002-07-29 22:26:43 +00:00
Ryan C. Gordon
5dc7b830e6 Fix for USB HID API. Fixes build on NetBSD and FreeBSD, but maybe causes
trouble on OpenBSD?
2002-07-26 17:13:17 +00:00
Ryan C. Gordon
5f3752a08e Fixed (?) semaphore support on HPUX 11.x ... 2002-07-22 09:49:52 +00:00
Sam Lantinga
205a2da115 *** empty log message *** 2002-07-10 17:10:46 +00:00
Ryan C. Gordon
5da6096a47 More correct error reported when calling SDL_GL_LoadLibrary() without
prior call to SDL_Init().
2002-07-10 05:18:09 +00:00