Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Thu, 17 Dec 2009 07:22:48 +0000 | Sam Lantinga | Fixed crash in joystick handling code. Newer 2.6 kernels add an additional 'resolution' field to input_absinfo. Note that we don't use that structure since we want to have enough space for the values even when building with an older kernel. |
Thu, 17 Dec 2009 06:08:20 +0000 | Sam Lantinga | Fixed bug #841 |
Thu, 17 Dec 2009 05:57:37 +0000 | Sam Lantinga | Fixed bug #843 |
Thu, 17 Dec 2009 04:01:29 +0000 | Sam Lantinga | Implemented 64-bit version of cpuid code |
Thu, 17 Dec 2009 03:04:04 +0000 | Sam Lantinga | Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X. |
Wed, 16 Dec 2009 19:50:51 +0000 | Ryan C. Gordon | Initial band-aids on SDL_GetMouseState() API breakage. More work to come. |
Wed, 16 Dec 2009 16:42:04 +0000 | Sam Lantinga | Fixed cpuid assembly to work on PIC code |
Wed, 16 Dec 2009 16:08:17 +0000 | Sam Lantinga | Allocate memory only if we're going to overwrite an environment variable |