From: Pete S. <pe...@sh...> - 2000-06-06 15:26:28
|
not sure how many are subscribed to the SDL mailing list, but either way, it's good news for pysdl! SDL 1.1.3 has been released. here's the full list of changes. shouldn't be too much work on the pysdl end. looks like there's a couple more constants and event type involved with the resizeable windows. everything else looks mainly internal. also good news, SMPEG should be ready for windows soon. there is a beta version with seems to run fine on my machine, but i don't think it has made the official release. once ready, this will allow for MP3 music, and full MPEG video playback through SDL on windows. 1.1.3: Use timeGetTime() instead of GetTickCount() on Win32 1.1.3: Release mouse when popped out of fullscreen on X11 1.1.3: IRIX 6.5 and FreeBSD 4.0 are now officially supported 1.1.3: Added optimization flags when compiling on x86 with gcc 1.1.3: On BeOS, change to app directory when launched by Tracker 1.1.3: Hold the option key on launch to get dialog on MacOS 1.1.3: Added DrawSprockets on MacOS (thanks Darrell Walisser) 1.1.3: Added support for Linux 2.4 input interface (HID) 1.1.3: Fixed 24-bpp blits on big-endian systems (thanks Mattias) 1.1.3: Don't try to use DGA mouse support on XFree86 4.00 1.1.3: Don't create an X11 shared memory buffer for GL displays 1.1.3: Framebuffer console acceleration disabled (broken) on G200 1.1.3: Allow maximize on resizable Win32 surfaces (thanks Randi) 1.1.3: Much faster RLE colorkey blit (thanks Xark and Mattias) 1.1.3: Fixed some problems with iconification and focus in X11 1.1.3: Added IMPS/2 protocol support for framebuffer console 1.1.3: Added user-resizable video mode support 1.1.3: Added arbitrary scaling of YUV overlay surfaces 1.1.3: Added support for semaphores and condition variables 1.1.3: Added SDL_ASYNCBLIT flag for asynchronous video updates 1.1.3: Don't let the WM place window in X11 fullscreen mode 1.1.3: Unload GL library after X11 display has closed 1.1.3: Fixed X11 error when a clipped rectangle is updated 1.1.3: Fixed crash when surface memory can't be allocated 1.1.3: Added a check for DirectX 5 audio (thanks Markus) 1.1.3: Added inline MMX assembly for YUV -> RGB conversion 1.1.3: Fixed startup crash in X11_RefreshDisplay() 1.1.3: SDL_Init(SDL_INIT_AUDIO) no longer fails with no soundcard 1.1.3: Initial YUV video overlay support (supports XvImages) 1.1.3: Fixed BadMatch X11 error with GLX 1.3 1.1.3: Worked around incompatibilities with XFree86 4.0 vidmode 1.1.3: The audio Makefile no longer takes forever to create 1.1.3: The joystick hat positions changed to constants 1.1.3: Fixed overlapping copy blit with odd widths 1.1.3: Fix for SDL_WINDOWID crash contributed by Mattias 1.1.3: Speeded up 32-bit alpha channel blits by nearly 100% 1.1.3: Added experimental DGA 2.0 support (set SDL_VIDEODRIVER) |