Patrice Mandin
8e86ef0e4d
Save/restore fpu registers if needed
...
--HG--
branch : SDL-1.2
2006-09-16 11:50:34 +00:00
Patrice Mandin
4f8de66d47
Add function to check FPU presence
...
--HG--
branch : SDL-1.2
2006-09-16 10:38:09 +00:00
Patrice Mandin
283553ef9f
Only saved non preserved registers
...
--HG--
branch : SDL-1.2
2006-09-16 09:15:11 +00:00
Patrice Mandin
bfb4b4f968
Only convert endianness if both src and dest are 16bits
...
--HG--
branch : SDL-1.2
2006-09-16 09:14:25 +00:00
Patrice Mandin
08715ab5dd
Update to reflect driver changes
...
--HG--
branch : SDL-1.2
2006-09-15 21:26:36 +00:00
Patrice Mandin
db079fbdf0
Use new keyboard mapping routines
...
--HG--
branch : SDL-1.2
2006-09-13 21:19:13 +00:00
Patrice Mandin
9102f8da68
Factorize keyboard mapping between drivers
...
--HG--
branch : SDL-1.2
2006-09-13 21:18:35 +00:00
Patrice Mandin
f929a691e2
Allow grabing mouse by locking its position
...
--HG--
branch : SDL-1.2
2006-09-12 19:34:18 +00:00
Patrice Mandin
63b7465729
Reenable xbios usage to get relative mouse motion
...
--HG--
branch : SDL-1.2
2006-09-12 19:33:33 +00:00
Patrice Mandin
ba17db28cc
Allow mouse to be locked when grabbed with GEM driver
...
--HG--
branch : SDL-1.2
2006-09-12 19:28:54 +00:00
Patrice Mandin
65cb0379aa
Disable MiNT thread usage and use hw access for updating DMA audio pointers
...
--HG--
branch : SDL-1.2
2006-09-12 19:20:50 +00:00
Patrice Mandin
1d0e492525
Forgot to reshow mouse cursor when exiting grab/hide mode
...
--HG--
branch : SDL-1.2
2006-09-08 19:17:03 +00:00
Patrice Mandin
becd4e589f
/me dumb, sizeof(keymap) != number of elements
...
--HG--
branch : SDL-1.2
2006-09-07 20:52:31 +00:00
Patrice Mandin
772f307e34
Use correct function to free allocated mem
...
--HG--
branch : SDL-1.2
2006-09-05 19:31:48 +00:00
Ryan C. Gordon
f6397b8d67
Removed some new 1.3 symbols from code backported to 1.2.
...
--HG--
branch : SDL-1.2
2006-09-03 21:34:11 +00:00
Ryan C. Gordon
76a071559c
Backport from 1.3: most of the audio drivers can now handle data
...
conversion at a higher level when they can't open the hardware in the
exact format requested.
--HG--
branch : SDL-1.2
2006-09-01 22:50:24 +00:00
Patrice Mandin
0bf1189888
Add teamtap support (4 joypads adapter on 1 port)
...
--HG--
branch : SDL-1.2
2006-08-02 21:26:31 +00:00
Ryan C. Gordon
f5bea8bb3e
Patched to compile. Fixes Bugzilla #285 .
...
--HG--
branch : SDL-1.2
2006-07-24 23:29:01 +00:00
Sam Lantinga
8fb477c2c6
Updated the snapshot build target to reflect the new source location
...
--HG--
branch : SDL-1.2
2006-07-10 21:23:11 +00:00
Sam Lantinga
505df8f4b4
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
...
--HG--
branch : SDL-1.2
2006-07-10 21:03:59 +00:00
Patrice Mandin
8f3655506a
sdl.pc is in build directory, not source
2006-07-06 18:01:37 +00:00
Sam Lantinga
8aa7cbafae
Include sdl.pc in the development RPM
2006-06-27 04:58:26 +00:00
Sam Lantinga
119848d88c
Added 1.2.11 patch notes
2006-06-27 04:33:31 +00:00
Sam Lantinga
c439460cf0
Fixed libiconv detection
2006-06-26 16:20:51 +00:00
Sam Lantinga
0c9f2f1373
Fixed problem with nasm hidden visibility detection
2006-06-26 16:15:21 +00:00
Sam Lantinga
1e3df63f46
Almost added Mac OS X nasm support
2006-06-26 05:27:15 +00:00
Sam Lantinga
120ebc4e66
------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
...
Created an attachment (id=142) [edit]
updated makefiles for 1.2.11 release
The new Watcom-Win32.zip
- includes the new testcursor test, and
- doesn't link to dxguid.lib anymore (by defining INITGUID for
SDL_dx5events.c),
to fix issue with stack calling convention (-6s can now be used instead of
-6r
in CFLAGS).
------- Comment #6 From Marc Peter 2006-06-25 18:12 [reply] -------
Created an attachment (id=143) [edit]
updated README.Watcom for 1.2.11
- lists new testcursor test
- mentions possibility to build with -6s (stack calling convention) instead
of -6r (register calling convention)
2006-06-26 01:33:53 +00:00
Sam Lantinga
0dd4fea4b2
Updated version to SDL 1.2.1
2006-06-25 18:26:15 +00:00
Sam Lantinga
5ffeed6e77
Updated the version to 1.2.11
2006-06-25 18:07:34 +00:00
Sam Lantinga
a3ab9747a9
2006-06-25 17:14:39 +00:00
Sam Lantinga
7e37690ca4
Fixed including stdint.h with gcc on Win32
2006-06-25 17:12:08 +00:00
Sam Lantinga
1d95e86391
Fix for bug #240
...
Christian Walther contributed Cocoa cursor code.
2006-06-24 17:36:55 +00:00
Sam Lantinga
38e7b9ce94
Fixed bug #258
...
Account for the menu height in AdjustWindowRectEx()
2006-06-24 04:30:01 +00:00
Sam Lantinga
afd236a42a
Fixed bug #255
...
Fixed memory leaks in the windib driver.
2006-06-24 03:41:14 +00:00
Sam Lantinga
94d74c1271
Fixed bug #260
...
Fixed SDL_GL_SWAP_CONTROL on Windows, and the query on Linux
2006-06-24 01:59:43 +00:00
Sam Lantinga
31f87f2ec4
Default the X11 dynamically loading on if the OS loader loads libraries
...
with their private symbols hidden. If that isn't the case, and someone
tries to enable it anyway, spit out a warning and don't let them do it.
2006-06-23 08:39:05 +00:00
Ryan C. Gordon
dc1d31ffc9
Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.
...
Untested, but potentially fixes Bugzilla #110 .
2006-06-23 08:35:48 +00:00
Sam Lantinga
1f2b2f370c
Fixed bug #69
...
Hopefully this takes care of most of the audio dropouts in Windows
2006-06-23 08:15:47 +00:00
Sam Lantinga
a9a3b84a56
Fixed bug #147
...
Only enable Unicode key events if Unicode translation is enabled.
2006-06-23 04:27:55 +00:00
Ryan C. Gordon
60494120d4
Only allow dynamic X11 if gcc4 (-fvisibility=hidden) is used.
...
Fixes Bugzilla #242 .
2006-06-23 02:19:52 +00:00
Ryan C. Gordon
f496989fdc
Minor bit of sanity-checking debug info in dynamic X11 code.
2006-06-23 02:16:49 +00:00
Sam Lantinga
a272763e42
Renamed, per Mike's comment on bug #157
2006-06-21 08:26:05 +00:00
Sam Lantinga
f508424971
Renamed, per Mike's comment on bug #157
2006-06-21 08:25:28 +00:00
Sam Lantinga
8cba9367ac
Fixed bug #157
...
[patch tweaked to handle older nasm, which doesn't support :function syntax]
------- Comment #5 From Mike Frysinger 2006-05-22 01:24 [reply] -------
Created an attachment (id=132) [edit]
libsdl-hidden-nasm.patch
here's the patch i posted here:
http://www.libsdl.org/pipermail/sdl/2006-March/073618.html
this will hide the symbols dynamically if the build nasm/yasm supports the
hidden stuff ... in other words, this patch should be safe with both older and
new versions of nasm/yasm
2006-06-21 07:57:34 +00:00
Sam Lantinga
2e6c98ee3a
Fixed bug #256
2006-06-21 07:35:02 +00:00
Sam Lantinga
0ef7c6c8f3
Date: Fri, 9 Jun 2006 11:35:23 +0300
...
From: "Janne Junnila"
Subject: [SDL] SDL_SetGamma bug
You can't set the the gamma 'brighter' than 1.0. There's a patch attached.
2006-06-20 06:50:42 +00:00
Sam Lantinga
e60b21f0e2
Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)
...
From: "Torsten Giebl"
Subject: [SDL] Patch for Makefile.DC
Hello !
This patch autom. copys SDL_config.h.default
into SDL_config.h when compiling SDL for Dreamcast
using Makefile.dc.
2006-06-20 06:39:01 +00:00
Sam Lantinga
9a48decd81
Fixed bug #251
2006-06-20 05:55:23 +00:00
Sam Lantinga
3732a19108
Bug #250 , pkg-config support contributed by Mikael Eriksson
2006-06-20 05:49:53 +00:00
Sam Lantinga
59febc5fb6
Bug #250 , pkg-config support contributed by Mikael Eriksson
2006-06-20 05:49:20 +00:00