Commit Graph

5003 Commits

Author SHA1 Message Date
Sam Lantinga
a679bab3f8 *** empty log message *** 2001-08-18 21:58:26 +00:00
Sam Lantinga
3f94823e27 Fix compiler warnings 2001-08-18 19:21:04 +00:00
Sam Lantinga
64b7232f82 *** empty log message *** 2001-08-18 10:33:55 +00:00
Sam Lantinga
463048fb03 Fixed compile errors and added call to SDL_SetModuleHandle() in WinMain() 2001-08-09 14:04:46 +00:00
Sam Lantinga
ed31df1fd6 Audio subsystem no longer assumes sun audio API on UNIX systems 2001-08-09 13:09:47 +00:00
Sam Lantinga
ca66996f65 *** empty log message *** 2001-08-09 13:06:32 +00:00
Sam Lantinga
e2f8cd3e59 Added SDL_expose.c to the VC++ project 2001-08-09 12:52:04 +00:00
Sam Lantinga
7fcbb74492 Applied David MacCormack's patch to fix SDL_WINDOWID on Windows,
and added a function to cache the application handle so DirectInput
still works properly.
2001-08-09 12:21:32 +00:00
Sam Lantinga
9196e622ca Fixed VGL detection on FreeBSD (thanks David!) 2001-08-09 06:14:06 +00:00
Sam Lantinga
368708ae3e Updated ltconfig for OpenBSD (thanks Peter!) 2001-08-09 06:11:49 +00:00
Sam Lantinga
8d424aaa17 From: Max Horn <max@quendi.de>
I also have a slight enhancment, which I already submitted to Darrell Walisser:

In the SDL target template file "Application.trgttmpl" (contained in
the PBProject.tar.gz archive), replace
     CustomProductSettings = {
     };

with
     CustomProductSettings = {
         NSPrincipalClass = "NSApplication";
         NSMainNibFile = "SDLMain.nib";
     };

This automates two steps mentioned in the Readme when creating a new
"SDL Target" in Apple's ProjectBuilder.
2001-08-09 06:08:57 +00:00
Sam Lantinga
72ee681d20 Include MacOS X in the distribution 2001-08-09 06:05:55 +00:00
Sam Lantinga
0a46f96746 Fixed compiling on Windows CE 2001-08-09 05:51:34 +00:00
Sam Lantinga
7bd83346de Fixed potential buffer overflow in Linux CD code (thanks Ryan!) 2001-08-09 05:34:17 +00:00
Sam Lantinga
be67787cfb Applied Paul Jenner's patches to fix "make distcheck" and "make rpm" 2001-08-09 05:31:32 +00:00
Sam Lantinga
64f8dad468 Fixed building the static library (still needs to run ranlib afterwards) 2001-08-03 05:51:33 +00:00
Sam Lantinga
3fc8a94444 Added hardware stretching code to scale 640x480 to TV resolution
There's a bug of some kind in the 16bpp code. ??
2001-08-01 08:41:45 +00:00
Sam Lantinga
e38f96ba18 Added initial support for TV output modes 2001-08-01 05:01:08 +00:00
Sam Lantinga
d0bad78060 Fix compile riva fb problem on older kernels 2001-08-01 03:23:40 +00:00
Sam Lantinga
6d7a58b627 Added support for hardware accelerated NVidia driver on framebuffer console
Still missing colorkey and alpha blit support
2001-07-31 20:08:51 +00:00
Sam Lantinga
8cc99c7505 Added button-up with mouse-wheel on framebuffer console 2001-07-31 06:08:11 +00:00
Sam Lantinga
2cd26c079c Fixed audio format selection for OpenBSD (thanks Peter!) 2001-07-31 05:39:36 +00:00
Sam Lantinga
721e17ba34 The rectangle argument to SDL_SetClipRect is really const 2001-07-31 05:36:10 +00:00
Sam Lantinga
7876988a7d Applied Maxim's patch for VGL detection on FreeBSD 2001-07-31 04:06:56 +00:00
Sam Lantinga
70e1d99b9d Avoid a compiler warning when configured with --disable-threads 2001-07-31 00:32:27 +00:00
Sam Lantinga
0166cd5b97 Oops, that wasn't right... 2001-07-31 00:26:32 +00:00
Sam Lantinga
9df4088b9a Bump version to 1.2.3 2001-07-31 00:13:03 +00:00
Sam Lantinga
80329f867e Fix build when GL_CLIENT_PIXEL_STORE_BIT is not defined 2001-07-31 00:11:41 +00:00
Sam Lantinga
1e77b03f2a Updated version to 1.2.2 2001-07-23 19:54:31 +00:00
Sam Lantinga
466d324523 Fixed the project builder project archive
Added a rule to generate the archive from loose directories too. :)
2001-07-23 19:48:28 +00:00
Sam Lantinga
83b3b692fc Don't worry about a minimum repeat rate - let the user hang themselves... 2001-07-23 04:34:52 +00:00
Sam Lantinga
458f68b0a8 Name changed from OBSD to OPENBSD_AUDIO 2001-07-23 02:58:42 +00:00
Sam Lantinga
c1fb91f6c5 Re-adding SDLMain.nib.tar.gz, so people don't have to use stationary. 2001-07-22 23:45:42 +00:00
Sam Lantinga
a94b382996 *** empty log message *** 2001-07-22 21:31:10 +00:00
Sam Lantinga
85bb94c413 Fix noise when starting audio under DX5 (thanks Jesse!) 2001-07-22 21:25:22 +00:00
Sam Lantinga
3fd373dee2 Fixed fullscreen mouse events on MacOS X
Fixed crash when quitting fullscreen mode on MacOS X
2001-07-22 20:57:24 +00:00
Sam Lantinga
b802f12517 Changed the CVS root to point to libsdl.org 2001-07-21 18:40:28 +00:00
Sam Lantinga
9f587f9b4f Removed debug info accidentally comitted 2001-07-21 18:36:37 +00:00
Sam Lantinga
003579a4fd Now returns an error if unable to open audio on BeOS
Fixed bugs in fullscreen/windowed mode changes, removed duplicated code.
2001-07-20 20:07:53 +00:00
Sam Lantinga
51274ed559 Fixed crash if mouse is outside of the screen bounds for some reason 2001-07-18 20:08:18 +00:00
Sam Lantinga
56d4564bdf Incorporated slightly modified version of Rainer's WinCE patch 2001-07-18 20:04:23 +00:00
Sam Lantinga
a6921c9ad4 Now gets correct keyboard state when starting up on X11 2001-07-14 20:37:24 +00:00
Sam Lantinga
1a8a42eaa1 SDL GL dynamic loading fix for OpenBSD 2001-07-14 19:11:26 +00:00
Sam Lantinga
5884f4c543 Fixed switching away from the SDL at the framebuffer console 2001-07-14 19:10:06 +00:00
Sam Lantinga
37a2173cbd *** empty log message *** 2001-07-14 19:08:25 +00:00
Sam Lantinga
203a092147 Fixed crash in testsprite when using the -fast option (nobody caught this?) 2001-07-13 10:20:43 +00:00
Sam Lantinga
5a5132c4be Merged DGA video surface handling improvements, unified locking code.
Fixed matrox blit bug where src Y less than dst Y
Fixed hardware surface init when no resolution change
2001-07-13 10:19:51 +00:00
Sam Lantinga
b991a7625c Some minor name changes to clean up 2001-07-13 10:15:52 +00:00
Sam Lantinga
ef7a4e7ca3 Detect more types of IMPS/2 mouse 2001-07-13 01:21:59 +00:00
Sam Lantinga
5e40f9f5e7 *** empty log message *** 2001-07-13 01:21:35 +00:00