SDL-mirror/VisualC
Jørgen P. Tjernø f85aeb98c7 Don't clobber refcounting in SDL_Init.
- Fixes bug 1712 by not overwriting SDL_SubsystemRefCount in SDL_Init.
       - Removes the SDL_initialized variable, and makes SDL_SubsystemRefCount
         the canonical source of truth for whether or not a subsystem has been
         initialized.
       - Refactors SDL_InitSubSystem and SDL_QuitSubSystem to use helper
         functions to manage refcount.
       - Adds automated tests for SDL_Init/Quit*.
       - Adds SDL_bits.h which contains SDL_MostSignificantBitIndex.
2013-02-12 11:47:31 -08:00
..
SDL Don't clobber refcounting in SDL_Init. 2013-02-12 11:47:31 -08:00
SDLmain Added VS2012 project files 2012-11-08 21:53:57 -08:00
SDLtest Fixed building tests with Visual Studio 2008 2012-12-31 13:49:06 -08:00
tests Add SDL_test test suite; add fuzzer test cases; fix fuzzer bug; fix compiler warnings 2013-02-08 07:14:50 -08:00
clean.sh Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2 2012-01-22 17:21:00 -05:00
SDL_VS2008.sln Fixed building tests with Visual Studio 2008 2012-12-31 13:49:06 -08:00
SDL_VS2010.sln Fix VS2010 and VS2012 solutions. 2012-12-31 19:11:14 -08:00
SDL_VS2012.sln Fix VS2010 and VS2012 solutions. 2012-12-31 19:11:14 -08:00