Commit graph

244 commits

Author SHA1 Message Date
Ethan Lee 2e9752838d Fix Win32 UTF8 marshaling 2015-07-20 10:03:42 -04:00
Ethan Lee f29dbb7e4d Happy New Year, wait what month is it 2015-05-21 12:54:41 -04:00
Ethan Lee ec8bd4ab09 Merge pull request #84 from elisee/patch-1
Fix SDLK_DELETE value: must be 0177 (octal), 127 (decimal)
2015-01-05 20:23:17 -05:00
Elisée 2748a2f4e2 Fix SDLK_DELETE value: 0177 (octal), 127 (decimal) 2015-01-06 02:11:40 +01:00
Ethan Lee 07d4d8a494 A few SDL2_image RWops funcs 2014-12-27 22:14:52 -05:00
Ethan Lee 0834d434ec Render*Rect NULL overloads 2014-12-26 11:16:08 -05:00
Ethan Lee 1313fc8b66 Merge pull request #79 from zyphrus/master
Added SDL_GetRendererOutputSize
2014-12-06 18:58:04 -05:00
David Barnett 19b00a2345 Added SDL_GetRendererOutputSize 2014-12-07 12:55:56 +13:00
Ethan Lee 99f2688d2b SDL_Render rendertarget funcs 2014-12-04 20:01:57 -05:00
Ethan Lee 847df8350b CreateSoftwareRenderer fix 2014-11-18 10:26:32 -05:00
Ethan Lee 7386579667 Merge pull request #73 from zyphrus/master
Fix SDL_GetScancodeFromKey signature
2014-10-25 22:42:51 -04:00
David Barnett 471b3f9658 Fix SDL_GetScancodeFromKey signature 2014-10-26 15:36:18 +13:00
Ethan Lee 818830fc3a Overloads for GetMouseState 2014-10-18 12:36:44 -04:00
Ethan Lee df0b8c03d6 SDL_GetVersion can be public 2014-10-08 00:36:27 -04:00
Ethan Lee 92f293416d MiniTK has been removed. 2014-10-07 12:29:29 -04:00
Ethan Lee babac2a7f0 Update README for FNA name 2014-07-22 10:50:54 -04:00
Ethan Lee 34d66997f0 Finish SDL_timer.h 2014-07-16 10:23:25 -04:00
Ethan Lee f284899867 RWops doc fixes 2014-07-07 16:17:56 -04:00
Ethan Lee 650fa8e44a Merge pull request #68 from Villermen/patch-1
Make Mix_LoadWAV_RW public
2014-07-07 16:11:23 -04:00
Villermen 1b0674efbe Added comments to publicized method 2014-07-07 22:09:00 +02:00
Villermen 419a25e86d Make Mix_LoadWAV_RW public
It works just fine and other extension libraries have this RW function public too. Why does this one have to be private/internal?
2014-07-07 19:36:41 +02:00
Ethan Lee ed817aad60 Merge pull request #66 from Villermen/master
SDL_RenderGetScale & SDL_RenderSetScale
2014-06-25 19:31:45 -04:00
Villermen 3a4bc35646 Added SDL_RenderGetScale and SDL_RenderSetScale
Now with tabs!
2014-06-26 01:16:22 +02:00
Villermen d26d719d76 Added SDL_RenderGetScale and SDL_RenderSetScale 2014-06-26 01:11:11 +02:00
Ethan Lee b8baa22a1b SDL_JoystickIndex was a 1.2 function. 2014-06-24 20:18:08 -04:00
Ethan Lee a6665a6c08 MiniTK notes added to README. 2014-06-22 14:42:33 -04:00
Ethan Lee eaa4f366d0 Merge pull request #61 from nickgravelyn/master
Added SDL_Window[Get/Set]MinimumSize and SDL_Window[Get/Set]MaximumSize
2014-06-13 02:23:38 -04:00
Nick Gravelyn fbe2627fd4 Added SDL_Window[Get/Set]MinimumSize and SDL_Window[Get/Set]MaximumSize. 2014-06-12 22:51:38 -07:00
Ethan Lee ed8c91d2f3 Add Render[Get/Set]ClipRect (thanks Martin!) 2014-06-05 12:10:14 -04:00
Ethan Lee 7a39b5d49c Update .gitignore 2014-05-31 19:55:44 -04:00
Ethan Lee db291e6464 Merge pull request #59 from nickgravelyn/master
Added RWops versions of OpenFont to support loading TTFs from memory
2014-05-31 19:54:55 -04:00
Nick Gravelyn 37058ed972 Fixing comments. 2014-05-31 16:43:26 -07:00
Nick Gravelyn 07853258b4 Adding RWops comment 2014-05-31 16:42:33 -07:00
Nick Gravelyn 1c6261532c Added RWops versions of OpenFont to support loading TTFs from memory. 2014-05-31 16:16:28 -07:00
Ethan Lee 48bae22f0e Guid is a thing. Grumble. 2014-05-12 17:34:53 -04:00
Ethan Lee eb23cc18a7 Fix pszGUID string parameter 2014-05-12 15:47:41 -04:00
Ethan Lee 3ea9ae0ede Merge pull request #58 from nickgravelyn/master
Adding release build to Makefile
2014-05-09 10:13:30 -04:00
nickgravelyn 55c7c04b0b Adding proper -optimize flag to release build make target. 2014-05-08 23:02:10 -07:00
nickgravelyn 1a8273cdc2 Updating Makefile to include ability to produce release builds. 2014-05-08 22:59:15 -07:00
Ethan Lee a7fe72d17a Fix BlueLine merge 2014-05-05 10:24:26 -04:00
Ethan Lee b4ccfe1c96 Merge pull request #57 from SeanColombo/master
Additional method signature to allow BlitFramebufferFilter enum instead of ExtFramebufferBlit enum.
2014-05-01 11:56:08 -04:00
Sean Colombo 4ad42a1e9d Made it so that previous overloads were additional instead of replacements. Should be able to merge this upstream. 2014-05-01 11:44:27 -04:00
Sean Colombo 7d3217b375 Adding our custom changes to OpenGL which relate to framebuffers. We probably want to upstream this at some point. 2014-04-29 10:04:11 -04:00
Ethan Lee e8731efadb Merge pull request #55 from IntelOrca/master
Fix SDL_GetKeyFromScancode signature.
2014-03-26 12:20:53 -05:00
IntelOrca 713e25ab96 Fix SDL_GetKeyFromScancode signature. 2014-03-26 13:14:21 +00:00
Ethan Lee 67f4c81bb3 SDL 2.0.3 2014-03-15 20:37:47 -04:00
Ethan Lee 6899e6cdb0 Merge pull request #54 from tobiasschulz/master
.NET doesn't use dllmaps
2014-03-09 12:32:54 -04:00
Tobias Schulz f495b5318c .NET doesn't use dllmaps 2014-03-09 17:27:27 +01:00
Ethan Lee 43a1905edf Use OpenAL Soft! 2014-03-08 22:42:00 -05:00
Ethan Lee af13848840 Merge 'sdl2-hg - SDL2 2.0.2 2014-03-08 10:44:24 -05:00