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.
Fixes bug #2074 - Thanks Sylvain!
2013-08-29, by Gabriel Jacobo
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
2013-08-29, by Sam Lantinga
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
2013-08-29, by Sam Lantinga
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
2013-08-29, by Sam Lantinga
Christoph Mallon: Correct indendation.
2013-08-29, by Sam Lantinga
Christoph Mallon: Use SDL_arraysize()
2013-08-29, by Sam Lantinga
Christoph Mallon: Simplify assignment.
2013-08-29, by Sam Lantinga
Christoph Mallon: Report an error, if creating the directories in SDL_GetPrefPath() failed.
2013-08-29, by Sam Lantinga
Christoph Mallon: Remove lone /* if */ comment.
2013-08-29, by Sam Lantinga
Christoph Mallon: Simplify avoidance of duplicate / in SDL_GetPrefPath()
2013-08-29, by Sam Lantinga
Change order we enumerate Windows joysticks.
2013-08-28, by Ryan C. Gordon
Don't corrupt XInput device state during SDL_SYS_JoystickClose().
2013-08-28, by Ryan C. Gordon
Fix endlines for logging via OutputDebugString().
2013-08-28, by Ryan C. Gordon
Make XInput joystick names match the numbers on the device.
2013-08-28, by Ryan C. Gordon
Fixed comment typo.
2013-08-28, by Ryan C. Gordon
Reworked XInput and DirectInput joystick code.
2013-08-28, by Ryan C. Gordon
Better XInput detection code for DirectInput device enumeration.
2013-08-28, by Ryan C. Gordon
Fixed testgamecontroller output to make sense.
2013-08-28, by Ryan C. Gordon
[Linux] Test config script: Add the X11 library search path if it is not empty
2013-08-28, by Gabriel Jacobo
Fixes test building
2013-08-28, by Gabriel Jacobo
Fixes typo in EGL code (thanks jmcfarlane!)
2013-08-26, by Gabriel Jacobo
Removed obvious comment to trigger buildbot.
2013-08-25, by Ryan C. Gordon
reworked GetBasePath on OS X to use Contents/Resource by default if bundled, or exedir if not bundled.
2013-08-25, by Edward Rudd
update xcode projects with filesystem API bits. (missing tests and missing from files from some targets)
2013-08-25, by Edward Rudd
Fixes "error: conflicting types for 'GLintptr'"
2013-08-25, by Gabriel Jacobo
Minor FreeBSD code cleanup.
2013-08-24, by Ryan C. Gordon
make the examples in the doc comments match the actual output of the SDL_GetPrefPath function
2013-08-24, by Edward Rudd
Fix #2062 Be more diligent about validating trailing "/" existence in HOME and XDG_DATA_HOME env vars
2013-08-24, by Edward Rudd
Patched to compile on Solaris.
2013-08-23, by Ryan C. Gordon
Patched to compile on FreeBSD.
2013-08-23, by Ryan C. Gordon
Add support for some BSDs and Solaris to SDL_GetBasePath().
2013-08-23, by Ryan C. Gordon
Fix warning in GL ES2 renderer
2013-08-22, by Gabriel Jacobo
Separate EGL / GL ES detection in CMake
2013-08-22, by Gabriel Jacobo
XAudio2/DirectSound: Use the usual Windows string convert (thanks, Norfanin!).
2013-08-22, by Ryan C. Gordon
Added SDL_VIDEO_OPENGL_ES2 to the SDL_config.h templates (Thanks, Kerim!).
2013-08-22, by Ryan C. Gordon
Fixes #2036 and #2038, bypass camera zoom and shutter keypresses on Android.
2013-08-22, by Gabriel Jacobo
Fixed compiling on old versions of the DirectX SDK
2013-08-21, by Sam Lantinga
SDL
2013-08-21, by Sam Lantinga
Fix SDL xinput code to work at all when xinput has devices at high indexes but no device connected at lower index, for instance 0->disconnected, 1->wireles, 2->wired. Previously the SDL code assumed the indexes were always used up in order which is not true at all and lead to a bunch of failure cases where controllers would go unrecognized.
2013-08-21, by Sam Lantinga
Fixed crash if the IC isn't set up for some reason (bad X11 locale?)
2013-08-21, by Sam Lantinga
Fix a couple of warnings
2013-08-21, by Gabriel Jacobo
Patched to compile on Darwin
2013-08-21, by Gabriel Jacobo
More fixes for -Wdeclaration-after-statement
2013-08-21, by Gabriel Jacobo
Fixes for -Wdeclaration-after-statement
2013-08-21, by Gabriel Jacobo
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21, by Gabriel Jacobo
OCD fixes: Adds a space before */
2013-08-21, by Gabriel Jacobo
Actually, this should be a memcpy().
2013-08-20, by Ryan C. Gordon
Added filesystem code to Mac and iOS Xcode projects.
2013-08-20, by Ryan C. Gordon
Patched to compile on iOS.
2013-08-20, by Ryan C. Gordon
More Haiku fixes.
2013-08-20, by Ryan C. Gordon
Fixed compiler warning.
2013-08-20, by Ryan C. Gordon
More Windows fixes for filesystem code.
2013-08-20, by Ryan C. Gordon
Regenerate configure script.
2013-08-20, by Ryan C. Gordon
Corrected Haiku build.
2013-08-20, by Ryan C. Gordon
Patched new filesystem code to compile.
2013-08-20, by Ryan C. Gordon
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
2013-08-20, by Ryan C. Gordon
Fixed cut-and-paste error.
2013-08-20, by Ryan C. Gordon
Added SDL_DEPRECATED #define.
2013-08-20, by Ryan C. Gordon
Added SDL_assert_always (never disabled).
2013-08-20, by Ryan C. Gordon
More non C89 compliant comments
2013-08-20, by Gabriel Jacobo
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip