Commit graph

11627 commits

Author SHA1 Message Date
Sam Lantinga
4c74d7983a Added SDL_expose.c to the VC++ project
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40147
2001-08-09 12:52:04 +00:00
Sam Lantinga
5af50961be 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.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40146
2001-08-09 12:21:32 +00:00
Sam Lantinga
dac38725b6 Fixed VGL detection on FreeBSD (thanks David!)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40145
2001-08-09 06:14:06 +00:00
Sam Lantinga
86765b7947 Updated ltconfig for OpenBSD (thanks Peter!)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40144
2001-08-09 06:11:49 +00:00
Sam Lantinga
2c0f0f93f3 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.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40143
2001-08-09 06:08:57 +00:00
Sam Lantinga
3e36b078e3 Include MacOS X in the distribution
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40142
2001-08-09 06:05:55 +00:00
Sam Lantinga
a87c386058 Fixed compiling on Windows CE
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40141
2001-08-09 05:51:34 +00:00
Sam Lantinga
8fd4e7fc4e Fixed potential buffer overflow in Linux CD code (thanks Ryan!)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40140
2001-08-09 05:34:17 +00:00
Sam Lantinga
848f5a9b72 Applied Paul Jenner's patches to fix "make distcheck" and "make rpm"
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40139
2001-08-09 05:31:32 +00:00
Sam Lantinga
4819049e1e Fixed building the static library (still needs to run ranlib afterwards)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40138
2001-08-03 05:51:33 +00:00
Sam Lantinga
3d9ea4a0ee Added hardware stretching code to scale 640x480 to TV resolution
There's a bug of some kind in the 16bpp code. ??

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40137
2001-08-01 08:41:45 +00:00
Sam Lantinga
76c9127515 Added initial support for TV output modes
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40136
2001-08-01 05:01:08 +00:00
Sam Lantinga
95e1f2d5eb Fix compile riva fb problem on older kernels
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40135
2001-08-01 03:23:40 +00:00
Sam Lantinga
a97788ad8e Added support for hardware accelerated NVidia driver on framebuffer console
Still missing colorkey and alpha blit support

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40134
2001-07-31 20:08:51 +00:00
Sam Lantinga
9b77d2cd86 Added button-up with mouse-wheel on framebuffer console
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40133
2001-07-31 06:08:11 +00:00
Sam Lantinga
3f722efa22 Fixed audio format selection for OpenBSD (thanks Peter!)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40132
2001-07-31 05:39:36 +00:00
Sam Lantinga
6bb44f76a9 The rectangle argument to SDL_SetClipRect is really const
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40131
2001-07-31 05:36:10 +00:00
Sam Lantinga
fa21275ab8 Applied Maxim's patch for VGL detection on FreeBSD
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40130
2001-07-31 04:06:56 +00:00
Sam Lantinga
5641408419 Avoid a compiler warning when configured with --disable-threads
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40129
2001-07-31 00:32:27 +00:00
Sam Lantinga
5554c9e570 Oops, that wasn't right...
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40128
2001-07-31 00:26:32 +00:00
Sam Lantinga
6a0f52a7ca Bump version to 1.2.3
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40127
2001-07-31 00:13:03 +00:00
Sam Lantinga
ea547cf165 Fix build when GL_CLIENT_PIXEL_STORE_BIT is not defined
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40126
2001-07-31 00:11:41 +00:00
Sam Lantinga
b4ff64c1fc Updated version to 1.2.2
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40125
2001-07-23 19:54:31 +00:00
Sam Lantinga
8a6dd452d0 Fixed the project builder project archive
Added a rule to generate the archive from loose directories too. :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40124
2001-07-23 19:48:28 +00:00
Sam Lantinga
15e2f09e61 Don't worry about a minimum repeat rate - let the user hang themselves...
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40123
2001-07-23 04:34:52 +00:00
Sam Lantinga
1412a1724e Name changed from OBSD to OPENBSD_AUDIO
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40122
2001-07-23 02:58:42 +00:00
Sam Lantinga
d687fcb09b Re-adding SDLMain.nib.tar.gz, so people don't have to use stationary.
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40121
2001-07-22 23:45:42 +00:00
Sam Lantinga
a6313548d2 *** empty log message ***
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40120
2001-07-22 21:31:10 +00:00
Sam Lantinga
c41d612838 Fix noise when starting audio under DX5 (thanks Jesse!)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40119
2001-07-22 21:25:22 +00:00
Sam Lantinga
77331bf064 Fixed fullscreen mouse events on MacOS X
Fixed crash when quitting fullscreen mode on MacOS X

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40118
2001-07-22 20:57:24 +00:00
Sam Lantinga
962eabb3ef Changed the CVS root to point to libsdl.org
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40117
2001-07-21 18:40:28 +00:00
Sam Lantinga
432e70c604 Removed debug info accidentally comitted
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40116
2001-07-21 18:36:37 +00:00
Sam Lantinga
841a877674 Now returns an error if unable to open audio on BeOS
Fixed bugs in fullscreen/windowed mode changes, removed duplicated code.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40115
2001-07-20 20:07:53 +00:00
Sam Lantinga
890d033735 Fixed crash if mouse is outside of the screen bounds for some reason
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40114
2001-07-18 20:08:18 +00:00
Sam Lantinga
37aa008a3e Incorporated slightly modified version of Rainer's WinCE patch
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40113
2001-07-18 20:04:23 +00:00
Sam Lantinga
b444cb0240 Now gets correct keyboard state when starting up on X11
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40112
2001-07-14 20:37:24 +00:00
Sam Lantinga
8b57da4c5c SDL GL dynamic loading fix for OpenBSD
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40111
2001-07-14 19:11:26 +00:00
Sam Lantinga
75213d1709 Fixed switching away from the SDL at the framebuffer console
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40110
2001-07-14 19:10:06 +00:00
Sam Lantinga
f18a8a4b4f *** empty log message ***
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40109
2001-07-14 19:08:25 +00:00
Sam Lantinga
34da4efe0d Fixed crash in testsprite when using the -fast option (nobody caught this?)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40108
2001-07-13 10:20:43 +00:00
Sam Lantinga
a079e29715 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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40107
2001-07-13 10:19:51 +00:00
Sam Lantinga
7ddaf6cf9a Some minor name changes to clean up
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40106
2001-07-13 10:15:52 +00:00
Sam Lantinga
f4969ff561 Detect more types of IMPS/2 mouse
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40105
2001-07-13 01:21:59 +00:00
Sam Lantinga
f9c31c72f1 *** empty log message ***
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40104
2001-07-13 01:21:35 +00:00
Sam Lantinga
c3aaf60a7d Don't crash if freeing a hardware surface after the video mode has been
reset.  Fortunately we keep track of the video memory internally.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40103
2001-07-12 23:34:44 +00:00
Sam Lantinga
76b5d94d9d DGA video driver is now thread-safe
Improved DGA hardware acceleration code

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40102
2001-07-12 20:42:22 +00:00
Sam Lantinga
a169a6c32e Fixed using the video mode extension on older servers
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40101
2001-07-11 20:18:52 +00:00
Sam Lantinga
49aa27fdd4 Oops, I committed debug code...
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40100
2001-07-09 23:26:13 +00:00
Sam Lantinga
d8a033f83d Fixed some problems with the fullscreen code. Wooo. :)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4099
2001-07-09 22:36:16 +00:00
Sam Lantinga
0d895fa8a8 Revert to old non-blocking writes (if it ain't broke, don't fix it)
--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4098
2001-07-09 15:47:40 +00:00