Mercurial
Mercurial
>
icculus
>
SDL-emscripten
/ 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.
Corrected name of hint in README.
2014-02-15, by Philipp Wiesemann
Make sure we don't stay in the windows event loop forever if there are lots of events coming in quickly.
2014-02-14, by Sam Lantinga
Fixed Mac PS4 controller entry, added Linux OUYA controller entry
2014-02-14, by Sam Lantinga
Added the new function at the end so we don't break the ABI
2014-02-13, by Sam Lantinga
Back out changelist 1951976
2014-02-13, by Sam Lantinga
Back out changelist 2026006
2014-02-13, by Sam Lantinga
Added SDL_DXGIGetOutputInfo which returns the adapter and output indices that are used to create DX10 and DX11 devices and swap chains on a particular display.
2014-02-13, by Sam Lantinga
Fixed lost mouse button when in relative mouse warp mode and you click on the title bar, entering a modal move/resize loop.
2014-02-13, by Sam Lantinga
As part of Jorgen's code review of this function I added a call to LoadLibrary so the refcounts would be consistent between Windows and Posix. Then I forgot to include the check that the thing was actually loaded and caused it to be loaded all the time. Oops.
2014-02-13, by Sam Lantinga
Added SDL_GetLoadedModule to do the equivalent of GetModuleHandle/dlload(NOLOAD)
2014-02-13, by Sam Lantinga
Try to work around Android's handling of static variables in terminated apps
2014-02-12, by Gabriel Jacobo
Fixed crash if render target textures are used while the device is lost
2014-02-10, by Sam Lantinga
Recreate render target textures when the D3D device is being reset, and notify the application using the SDL_RENDER_TARGETS_RESET event when this happens.
2014-02-10, by Sam Lantinga
Exposed the font character size and SDLTest_DrawCharacter() to make it easier to do custom debug text layout
2014-02-10, by Sam Lantinga
Fixed bug where a window created fullscreen and hidden would get activated and "shown" but never actually be visible.
2014-02-10, by Sam Lantinga
Fixed DualShock 4 controller config on Mac OS X.
2014-02-10, by Ryan C. Gordon
Fix Cmake so generated SOname matches autoconf's #.
2014-02-10, by Edward Rudd
Make controllermap, etc, work on platforms with hardcoded window sizes.
2014-02-10, by Ryan C. Gordon
Backed out 51935d107921
2014-02-10, by Gabriel Jacobo
Removed unused function.
2014-02-10, by Ryan C. Gordon
Replace testgamecontroller visualization mode with something more useful.
2014-02-10, by Ryan C. Gordon
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
less
more
|
(0)
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
tip