Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
No need to use a render target here.
2014-02-09, by Ryan C. Gordon
Updated SDL to version 2.0.2
2014-02-09, by Sam Lantinga
Fixed the OUYA controller mapping on Windows
2014-02-09, by Sam Lantinga
Added Windows entry for the bluetooth OUYA controller
2014-02-09, by Sam Lantinga
Possibly fixed bug 2250 - Cmake: SDL2 Doesn't install DLLs on Windows
2014-02-09, by Sam Lantinga
Fixed bug 2385 - error: unknown type name 'IDirect3DDevice9'
2014-02-09, by Sam Lantinga
Fixed bug 2354 - [ES 2.0] SDL_RenderClear clears render target with wrong color
2014-02-09, by Sam Lantinga
Updated README-macosx.txt to note new minimum requirements, end of PowerPC.
2014-02-07, by Ryan C. Gordon
Make non-Clang compilers happy.
2014-02-07, by Ryan C. Gordon
Tell Clang's static analysis that SDL_assert() is an assertion handler.
2014-02-07, by Ryan C. Gordon
slight adjustment to the hot plug test to allow it to be run with hap tics disabled
2014-02-07, by Edward Rudd
ignore hot plugs in mac haptic layer IF hap tics hasn't been initialized.
2014-02-07, by Edward Rudd
Added DualShock 4 game controller config for Windows, Mac, and Linux.
2014-02-06, by Ryan C. Gordon
Fixed crash on Windows if haptic isn't initialized when controllers are added.
2014-02-06, by Ryan C. Gordon
Fixed a typo.
2014-02-06, by Ryan C. Gordon
Fix device counting in HapticMouse and JoystickOpen routines. 0 is the first item in the list not the last
2014-02-06, by Edward Rudd
fix indentation and spaces
2014-02-06, by Edward Rudd
Fixed return values on testhotplug mainline.
2014-02-06, by Ryan C. Gordon
Fixed copyright date.
2014-02-06, by Ryan C. Gordon
Wired up haptic hotplugging for Windows DirectInput/XInput code.
2014-02-06, by Ryan C. Gordon
Fixed memory leak.
2014-02-05, by Ryan C. Gordon
Make SDL_SYS_HapticMouse() count device indexes like HapticByDevIndex().
2014-02-05, by Ryan C. Gordon
Cleanup some vi footer comments, rename new PRIVATE_* funcs to MacHaptic_*.
2014-02-05, by Ryan C. Gordon
SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!).
2014-02-05, by Ryan C. Gordon
add testdropfile to OS X Project
2014-02-04, by Edward Rudd
Implement new backend methods for haptic and hot plugging on OS X
2014-02-04, by Edward Rudd
add testhotplug to OS X test project and set target OS version to 10.5 for tests.
2014-02-04, by Edward Rudd
implement new backend method for Haptics in dummy driver
2014-02-04, by Edward Rudd
Rework haptic backend to properly support hotplugging of haptic devices.
2014-02-04, by Edward Rudd
allow safely quitting the hotplug test by pressing button 0 on the joystick
2014-02-04, by Edward Rudd
* Remove android based workaround, it is handled in SDL_EGL_GetProcAddress.
2014-02-04, by Brandon Schaefer
Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
2014-02-04, by Ryan C. Gordon
testhotplug: Actually log the SDL_Error that occured on failures
2014-02-03, by Edward Rudd
add logging for the case when haptic is not detected on the joystick as well.
2014-02-03, by Edward Rudd
add simple test showing off hotplugging of joysticks w/ haptic.
2014-02-03, by Edward Rudd
Removed -force_cpusubtype_ALL cflag from Mac builds.
2014-02-03, by Ryan C. Gordon
Fixed some compiler warnings from the latest Clang, cleaned up some things.
2014-02-03, by Ryan C. Gordon
Temporarily default Wayland and Mir to disabled, for 2.0.2 release.
2014-02-03, by Ryan C. Gordon
Unload Wayland libs if memory allocation fails during init.
2014-02-03, by Ryan C. Gordon
Hooked up dynamic loading for Mir.
2014-02-03, by Ryan C. Gordon
Add Mir to configure script's summary output.
2014-02-03, by Ryan C. Gordon
Bumped copyright date on Mir code.
2014-02-03, by Ryan C. Gordon
Disable some minor things that need newer Mir dev headers.
2014-02-02, by Ryan C. Gordon
Added some SysWM bits for Mir.
2014-02-02, by Ryan C. Gordon
Cleaned up headers and footers on Mir code.
2014-02-02, by Ryan C. Gordon
Added Mir video target (thanks, Brandon!).
2014-02-02, by Ryan C. Gordon
Ignore the buildbot build directories.
2014-02-02, by Ryan C. Gordon
Fixed including SDL_internal.h twice for DirectFB.
2014-02-02, by Philipp Wiesemann
Added additional platform check for __ANDROID__.
2014-02-02, by Philipp Wiesemann
Fixed bug 2374 - Update copyright for 2014...
2014-02-02, by Sam Lantinga
Fixed bug 2376 - no SDL_HasAVX
2014-02-02, by Sam Lantinga
Treacherous copy/paste!
2014-01-30, by Gabriel Jacobo
Detect Xrandr >= 1.2 at build time
2014-01-30, by Gabriel Jacobo
Add SDL_GL_ResetAttributes.
2014-01-29, by Jørgen P. Tjernø
Add a new hint SDL_HINT_VIDEO_WINDOW_SHARE_PIXEL_FORMAT that allows SDL_CreateWindowFrom() to set the pixel format of another SDL_Window (and also will set the SDL_WINDOW_OPENGL flag on the window created with SDL_CreateWindowFrom()).
2014-01-30, by Sam Lantinga
Document Michael's changes adding TranslateMessage() back to the SDL message loop.
2014-01-30, by Sam Lantinga
* Added TranslateMessage call to SDL default message pump - was causing problems in S2 tools mode apps that used Qt. Qt relies on the WM_CHAR message generated by TranslateMessage and keyboard input was showing up in the UI as mixed-case. (Depending on which message pump got a given message - both SDL and Qt pump messages for the entire process.) Sam will review and possibly tweak this change before propagating to public SDL, but I'm checking this version in so I can integrate into S2 and fix the issue there.
2014-01-30, by Sam Lantinga
Mac: [NSApp keyWindow] is not valid in windowDidBecomeKey:
2014-01-29, by Jørgen P. Tjernø
fixed hat code validation.
2014-01-28, by dbrady
Fixed spaces in source file license comment.
2014-01-29, by Philipp Wiesemann
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip