Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
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.
Fixed implicit function declaration and warning for SDL_Log().
2013-06-02, by Philipp Wiesemann
Gyrations to get the code to compile with the latest version of mingw-w64 as well as Visual Studio.
2013-06-02, by Sam Lantinga
Fixed bug 1881 - SDL will not compile with "SDL_THREADS" disabled.
2013-06-02, by Sam Lantinga
Fixed bug 1882 - SDL_GetKeyboardState should return const.
2013-06-02, by Sam Lantinga
Fixed testnative on Mac OS X, which no longer ships X11 by default.
2013-06-02, by Sam Lantinga
Merged changes
2013-06-01, by Sam Lantinga
The standard fat gcc scripts work well with SDL 2.0
2013-06-01, by Sam Lantinga
Fixed implicit function declarations and their warnings.
2013-06-01, by Philipp Wiesemann
Removed debug output.
2013-06-01, by Philipp Wiesemann
Corrected indentation of license.
2013-06-01, by Philipp Wiesemann
Default the minimum required version to 2.0.0
2013-06-01, by Sam Lantinga
Re-apply texture filter when resetting direct3d renderer.
2013-05-29, by Yuri K. Schlesner
Fix bug 1492: Visual Studio builds sdl.lib and sdl.dll for version 2.0 (contributed by Jan Reitz); update SDL_bool handling in test_common to fix VS compiler warnings
2013-05-30, by Andreas Schiffler
Add trigger value adjustment code to the SDL_GameControllerGetAxis code as well.
2013-05-30, by Edward Rudd
add in Controller configs for Logitech F510 for OS X / Linux
2013-05-30, by Edward Rudd
Moved prototype for static function out of header file to prevent warnings.
2013-05-30, by Philipp Wiesemann
Changed line comments in header file.
2013-05-30, by Philipp Wiesemann
Add an OS X Shared library target
2013-05-30, by Edward Rudd
Fixups to the main Xcode project due to renamed README files and long since removed test files.
2013-05-28, by Edward Rudd
Added deactivated loading of SDL2_net to Java file.
2013-05-30, by Philipp Wiesemann
Fixed recently deleted Ms in READMEs.
2013-05-30, by Philipp Wiesemann
When the window is resized, the viewport is automatically reset.
2013-05-29, by Sam Lantinga
Fixed bug 1622 - SDL_RenderSetViewport with empty SDL_Rect raises wrong error for OpenGL rendering backend
2013-05-29, by Sam Lantinga
Credits were truncated in a previous commit.
2013-05-27, by Sam Lantinga
Updated supported platforms
2013-05-27, by Sam Lantinga
Fixed crash with movaps instruction in SDL_memcpy(), due to unaligned Uint32* cast and -O3 vectorization optimizations with gcc 4.9.0
2013-05-27, by Sam Lantinga
Better mingw32-x64 linker flag fix, which doesn't require libtool patch
2013-05-26, by Sam Lantinga
Removed dependency on libgcc_s_sjlj-1.dll when building with mingw64
2013-05-26, by Sam Lantinga
Added a comment to say why C runtime is off by default
2013-05-26, by Sam Lantinga
Need to generate aclocal.m4 when rebuilding configure, but we don't need to check it in.
2013-05-26, by Sam Lantinga
Don't use the C runtime library on Windows, to avoid C runtime dependencies and manifest issues.
2013-05-26, by Sam Lantinga
Fixed Visual Studio build
2013-05-26, by Sam Lantinga
Updated VisualC.html for SDL 2.0
2013-05-26, by Sam Lantinga
Renamed WhatsNew so it can be easily read on Windows
2013-05-26, by Sam Lantinga
Updated the installation instructions to cover all supported platforms
2013-05-26, by Sam Lantinga
Fixed compiling XAudio2 code with mingw64
2013-05-26, by Sam Lantinga
Fixed compiler warning
2013-05-26, by Sam Lantinga
Don't assume the XAudio2 APIs will never be available
2013-05-26, by Sam Lantinga
Fixed compile errors building with mingw64
2013-05-26, by Sam Lantinga
Renamed documentation files to .txt and converted them to DOS line endings so they would open properly on all systems.
2013-05-26, by Sam Lantinga
Corrected documentation errors in header file.
2013-05-26, by Philipp Wiesemann
Fixed wrong documentation for haptic implementation.
2013-05-26, by Philipp Wiesemann
Fixed test description in test suite for standard library.
2013-05-26, by Philipp Wiesemann
Changed three similar error messages to contain more context.
2013-05-26, by Philipp Wiesemann
Fixed Windows build
2013-05-24, by Sam Lantinga
Added the beginning of automated tests for the standard C library routines.
2013-05-24, by Sam Lantinga
Added a newline to OutputDebugString(), fixes output on Visual Studio 2008
2013-05-23, by Sam Lantinga
Only free EventData if it's successfully retrieved.
2013-05-23, by Edward Rudd
Fixed Haiku build issue with missing extension support.
2013-05-21, by Sam Lantinga
Patched to compile with older glext.h that don't have GL_NUM_EXTENSIONS.
2013-05-22, by Ryan C. Gordon
The Haiku install location fix needs to get into configure
2013-05-21, by Sam Lantinga
Use glGetStringi() for extension lookup on OpenGL contexts >= version 3.0.
2013-05-22, by Ryan C. Gordon
Fixed macro line endings after whitespace was fixed
2013-05-21, by Sam Lantinga
Fixed bug 1534 - SIGSEGV in SDL_ConvertSurface() for certain formats in SDL2
2013-05-21, by Sam Lantinga
Backed out changeset b69dfd56e1b0
2013-05-21, by Ryan C. Gordon
Attempt to fix Haiku buildbot (and other systems with an old glext.h).
2013-05-21, by Ryan C. Gordon
Patched to compile on older Mac OS X devtools (thanks, D B!).
2013-05-21, by Ryan C. Gordon
Fixed bug Bug 1817 - Haiku uses wrong default install prefix
2013-05-21, by Sam Lantinga
Fixed bug 1856 - (Patch) More bits for SDL_MouseMotionEvent.state
2013-05-20, by Sam Lantinga
Fixed bug 1148 - SDL window white upon first appearing
2013-05-20, by Sam Lantinga
Fixed bug 1113 - SDL_SetEventFilter()'s event deletion process is not safe against intervening event push.
2013-05-20, by Sam Lantinga
Fixed bug 731 - No mechanism to extract the NSView for 3d library
2013-05-20, by Sam Lantinga
Fixed losing ALT key modifiers on Unity
2013-05-20, by Sam Lantinga
It turns out that GL_ARB_debug_output is really only useful on debug contexts, so for consistency and performance we'll only check and report errors on debug contexts.
2013-05-20, by Sam Lantinga
Fixed declaration of GL_HandleDebugMessage
2013-05-19, by Sam Lantinga
Fixed windows build
2013-05-19, by Sam Lantinga
Fixed bug 1842 - [patch] SDL_SetWindowPosition sets bad position values when given SDL_WINDOWPOS_CENTERED args
2013-05-19, by Sam Lantinga
Fixed bug 1837 - Use error extension instead of glGetError()
2013-05-19, by Sam Lantinga
Deprecate test/automated and test/test-automation (replaced by test/testautomation*.*)
2013-05-18, by Andreas Schiffler
Fixed black screen on iOS
2013-05-18, by Sam Lantinga
File style cleanup for the SDL 2.0 release
2013-05-18, by Sam Lantinga
Added mobile application events, with implementations for iOS and Android
2013-05-18, by Sam Lantinga
Update test harness to handle test return codes; fix comment format in harness; update Main test suite to handle globally disabled features
2013-05-18, by Andreas Schiffler
Fixed Doxygen warnings.
2013-05-18, by Philipp Wiesemann
Corrected comment in Java file.
2013-05-18, by Philipp Wiesemann
Changed import statements in Java file.
2013-05-18, by Philipp Wiesemann
Made SDL_RectEmpty and SDL_RectEquals macros into SDL_FORCE_INLINE functions.
2013-05-16, by Ryan C. Gordon
Fixed bug 1829 - sdl2-config is not executable
2013-05-16, by Sam Lantinga
Fixed bug 1838 - [Patch] Direct3D resource leak on SDL_DestroyRenderer()
2013-05-16, by Sam Lantinga
Fixed bug 1839 - SDL2 Cmake: VIDEO_COCOA check fails on OS X; VIDEO_COCOA sources aren't compiled.
2013-05-16, by Sam Lantinga
Martin Gerhardy added support for the Jess Technology USB Game Controller
2013-05-16, by Sam Lantinga
Fixed bug 1846 - _allmul implementation in SDL_stdlib.c doesn't clean up the stack
2013-05-16, by Sam Lantinga
There's no need to keep these private. If you extend SDLActivity, you should know what you're doing.
2013-05-15, by Sam Lantinga
Corrected internal function prototype.
2013-05-15, by Philipp Wiesemann
Corrected internal function prototype.
2013-05-15, by Philipp Wiesemann
Changed spelling for consistency.
2013-05-15, by Philipp Wiesemann
Fixed Doxygen warnings.
2013-05-15, by Philipp Wiesemann
Corrected spelling in header file.
2013-05-13, by Philipp Wiesemann
Inlined expression for consistency in render source.
2013-05-13, by Philipp Wiesemann
Fix fuzzer/fuzzer tests on 64bit Linux; remove invalid negative SDL_Scancode test; disable failing surface/render test cases
2013-05-12, by Andreas Schiffler
Fixed building on Visual Studio.
2013-05-12, by Philipp Wiesemann
Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototype
2013-05-12, by Philipp Wiesemann
Fixed bug 1844 - glScissor calls are wrong - Patch attached
2013-05-12, by Philipp Wiesemann
Fixed bug 1843 - SDL_RenderClear prototype doxygen missing
2013-05-12, by Philipp Wiesemann
Corrected spelling in internal include file.
2013-05-12, by Philipp Wiesemann
Updated README.android.
2013-05-12, by Philipp Wiesemann
Fixed Android Lint warning in AndroidManifest.xml.
2013-05-10, by Philipp Wiesemann
Added missing vi lines.
2013-05-10, by Philipp Wiesemann
Fixed implicit function declaration warnings.
2013-05-10, by Philipp Wiesemann
Fixed precedence warning in test suite for pixels.
2013-05-10, by Philipp Wiesemann
Fixed typo in GL_UpdateClipRect
2013-05-10, by Gabriel Jacobo
Fixes OpenGL* Clip Rect functions (by Emmanuel Gil Peyrot)
2013-05-10, by Gabriel Jacobo
Updated version to 2.0.0
2013-05-09, by Sam Lantinga
Mac: Use cursor rects instead of NSCursor hide/unhide.
2013-05-07, by Jørgen P. Tjernø
Fixed test suite for mouse using Uint8 instead of Uint32 for buttons.
2013-05-06, by Philipp Wiesemann
Removed unreachable return statement from test suite for timer.
2013-05-06, by Philipp Wiesemann
Removed wrong documentation from test suite for render.
2013-05-06, by Philipp Wiesemann
Disable C++ exceptions, use debug format that includes debug information in the static libraries, and standardize on Program Database / Program Database with edit and continue for the DLL debug format.
2013-05-06, by Sam Lantinga
Add test for SDL_GetPixelFormatName to Pixels suite; minor improvements to Pixels suite
2013-05-06, by Andreas Schiffler
Implemented SDL_GL_SHARE_WITH_CURRENT_CONTEXT for Mac OS X.
2013-05-05, by Ethan Lee
Add input validation to SDL_CalculateGammaRamp; add test coverage to Pixels suite; update test cases in Pixels suite
2013-05-05, by Andreas Schiffler
Removed not needed block from Java file.
2013-05-05, by Philipp Wiesemann
Changed signatures of methods in Java file to return boolean, adapted C++ file.
2013-05-05, by Philipp Wiesemann
Changed signature of method recently added in Java file.
2013-05-05, by Philipp Wiesemann
Fixed SDL_HasScreenKeyboardSupport() returning SDL_TRUE for PSP.
2013-05-05, by Philipp Wiesemann
Added a method in Java file which may be overridden for custom messages.
2013-05-05, by Philipp Wiesemann
Fixed possible leak and its Android Lint warning in Java file.
2013-05-05, by Philipp Wiesemann
Corrected spelling in C source files of test suites.
2013-05-05, by Philipp Wiesemann
Fixed SDL_RenderSetClipRect() returning undefined instead of -1 on error.
2013-05-04, by Philipp Wiesemann
Added additional input validation to SDL_AllocPalette; added error codes; added test case to Pixels suite for coverage
2013-05-04, by Andreas Schiffler
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip