Commit graph

  • 8facd9f0b0 Merge branch 'sdl2cs-system-ram' of git://github.com/babelshift/SDL2-CS into sdl2-hg Ethan Lee 2013-10-22 20:26:23 -0400
  • 861f5b3df6 Fixed trailing space on line 3797. Justin Skiles 2013-10-22 20:15:27 -0400
  • 29372e5fa4 Added binding to SDL_GetSystemRAM() in SDL_cpuinfo.h Justin Skiles 2013-10-22 19:28:34 -0400
  • 475b9b6787 Add SDL_filesystem.h for SDL 2.0.1 David Gow 2013-10-22 15:06:27 +0800
  • 15aa82b2df Add SDL_GL_FRAMEBUFFER_SRGB_CAPABLE (SDL bug 1985) David Gow 2013-10-21 10:14:24 +0800
  • 1459270321 AL_EXT_MSADPCM support Ethan Lee 2013-10-08 23:50:54 -0400
  • e7f9b53796 Fix BlitSurface, add BlitSurfaceScaled Ethan Lee 2013-09-29 05:45:58 -0400
  • 390a6c2cb3 Remember trailing whitespace? Me neither. Melker Narikka 2013-09-27 12:39:57 +0000
  • afdfc7e627 Merge pull request #39 from thefiddler/master Ethan Lee 2013-09-27 05:23:28 -0700
  • 58a8d318ac Normalized whitespace (spaces -> tabs) thefiddler 2013-09-27 11:18:54 +0200
  • 95f0f58b84 Added SDL_GLcontextFlags enumeration. thefiddler 2013-09-26 23:03:10 +0200
  • 3f2eeba67f Merge pull request #37 from babelshift/sdl-locktexture-allow-null-rect Ethan Lee 2013-09-02 13:55:41 -0700
  • 49f4419656 Forgot to save the file before pushing. Ugh. Justin Skiles 2013-09-02 15:20:41 -0400
  • 552a8b5ead Adding overload for SDL_LockTexture to allow IntPtr.Zero in the "rect" parameter. SDL documentation states that passing NULL for this value will lock the entire texture." Justin Skiles 2013-09-02 15:18:11 -0400
  • 68b9cdcea9 Merge pull request #36 from babelshift/sdl-textureaccess-static-typo-fix Ethan Lee 2013-09-01 21:22:31 -0700
  • 080f4e6e2b Fixing typo in SDL_TextureAccess enumeration for member SDL_TEXTUREACCESS_STATIC (it was missing an 'S') Justin Skiles 2013-09-02 00:16:46 -0400
  • 0b7cd87083 The union is a separate entity. Ethan Lee 2013-09-01 16:37:48 -0400
  • 28ad7c171c SDL_GetWindowWMInfo() Ethan Lee 2013-09-01 16:30:39 -0400
  • 657c78f956 Only disable 0169 warning where it is needed. And oh, look, it found a bug! Ethan Lee 2013-09-01 16:24:44 -0400
  • 72735d2b8d SDL_syswm.h Ethan Lee 2013-09-01 16:18:38 -0400
  • 29c51a3f9b Merge pull request #35 from babelshift/sdl2#-xml-docs Ethan Lee 2013-08-31 14:54:10 -0700
  • c4bcd17f60 Started adding XML comments. This will be a long journey. Justin Skiles 2013-08-31 15:37:23 -0400
  • 41885b1e80 SDL_systimer docs Ethan Lee 2013-08-30 00:48:02 -0400
  • dbe1891988 Adding methods to map to SDL_Delay and SDL_GetTicks in SDL_systimer.h Justin Skiles 2013-08-29 23:20:39 -0400
  • 5b2d1c3aea Right. Like I said. Lunatic. Ethan Lee 2013-08-28 06:39:52 -0400
  • 9b86627382 Doc cleanup. Because I am a lunatic. Ethan Lee 2013-08-28 06:31:06 -0400
  • eaf552bad0 Merge pull request #33 from babelshift/RenderCopyOverload Ethan Lee 2013-08-28 03:25:11 -0700
  • ad6e7a7fa8 Added all source/destination null parameter overload variations for RenderCopy. Added function comments to explain their use. Fixed inconsistent tabbing. Justin Skiles 2013-08-26 20:16:51 -0400
  • 796e0b9e54 Added overload to SDL_RenderCopy method to allow SourceRectangle to be passed as an IntPtr. This allows developers to pass IntPtr.Zero to take advantage of internal SDL default values for null rectangles. Justin Skiles 2013-08-26 18:44:39 -0400
  • 10e0d51f85 Merge pull request #31 from gered/master Ethan Lee 2013-08-18 11:04:42 -0700
  • 72dd621577 fixed reversed const definitions gered 2013-08-18 14:01:55 -0400
  • 52931f5c4e Merge pull request #30 from jameson-ernst/master Ethan Lee 2013-08-17 18:06:08 -0700
  • 2d5f572ccf Changed text input events to byte instead of char Jameson Ernst 2013-08-17 17:58:31 -0700
  • 482319f9b0 Grumble, C# structs... Ethan Lee 2013-08-10 13:58:57 -0400
  • a9f3447df3 SDL_HapticLeftRight is in upstream! Ethan Lee 2013-08-10 13:54:34 -0400
  • 65d95597bb Merge pull request #28 from ollipekka/master Ethan Lee 2013-08-04 00:41:35 -0700
  • 82aae4d722 Fixed leading whitespace in indent. ollipekka 2013-08-03 21:41:48 +0300
  • 70c4d742c8 Unified naming conventions with the native SDL2 library and introduced SDL_GLprofile. ollipekka 2013-08-03 21:39:08 +0300
  • 5dd0738ebd Merge pull request #27 from jameson-ernst/master Ethan Lee 2013-07-24 16:57:29 -0700
  • c751ad0a03 Fixed gamma-ramp marshaling Jameson Ernst 2013-07-24 16:33:52 -0700
  • fe8cf68230 Fix SDL_RenderGetViewport entry Ethan Lee 2013-07-15 12:36:03 -0400
  • 7a4820d660 Merge pull request #25 from jameson-ernst/master Ethan Lee 2013-07-14 22:15:51 -0700
  • 941209348a Change messagebox enum base types to uint Jameson Ernst 2013-07-14 22:12:54 -0700
  • 51e907c959 Marshaling refinements to supplementary libraries Jameson Ernst 2013-07-14 21:24:26 -0700
  • 423ace8dd8 Merge remote-tracking branch 'origin/master' Jameson Ernst 2013-07-14 20:18:35 -0700
  • 92397d8a98 Added SDL_messagebox wrapper Jameson Ernst 2013-07-14 17:40:12 -0700
  • 964f553e25 Marshaling refinements Jameson Ernst 2013-07-14 14:33:14 -0700
  • b877b08553 Added obj/ to .gitignore Jameson Ernst 2013-07-14 12:20:15 -0700
  • 284c1cde76 Add SDL_messagebox.h Ethan Lee 2013-07-13 14:21:00 -0400
  • f42d304eff Merge pull request #22 from jameson-ernst/master Ethan Lee 2013-06-26 18:41:33 -0700
  • 19d4602321 Don't free strings returned from SDL Jameson Ernst 2013-06-26 11:02:44 -0700
  • 00f353693e Fixed leftover internal names Jameson Ernst 2013-06-25 23:51:05 -0700
  • 4868a53683 Added UTF-8 support to supplementary libs Jameson Ernst 2013-06-25 23:16:43 -0700
  • 1c6c04f2e2 Apply UTF-8 marshaling to return values and removed extra wrapping layer Jameson Ernst 2013-06-25 22:12:29 -0700
  • 1741030481 Added UTF-8 string marshaling Jameson Ernst 2013-06-25 21:36:38 -0700
  • cbbc74bc76 Added .gitignore Jameson Ernst 2013-06-25 10:07:07 -0700
  • c84875d275 Merge pull request #21 from jameson-ernst/master Ethan Lee 2013-06-23 16:45:12 -0700
  • 2c3a759c6b Added x64 and AnyCPU configurations Jameson 2013-06-23 16:26:46 -0700
  • 0d5195c00c Add SDL_SetMainReady Ethan Lee 2013-06-19 01:45:44 -0400
  • 9f0949be21 Fix SDL_SaveBMP Ethan Lee 2013-05-24 07:37:37 -0400
  • 2658498408 Haptic effects seem to work now. Ethan Lee 2013-05-09 14:54:47 -0400
  • 8876cc0117 More Haptic fixes... I think... Ethan Lee 2013-05-08 23:07:58 -0400
  • 1b692d307d A couple fixes for Haptic Ethan Lee 2013-05-08 21:14:32 -0400
  • 6ccf4ca414 Fix some VS debugger issues. Ethan Lee 2013-05-04 15:46:10 -0400
  • ce89a55acf Use the proper Unsafe feature in the csproj Ethan Lee 2013-05-02 13:58:24 -0400
  • 0023c59bd3 SetWindowFullscreen has more options than a bool Ethan Lee 2013-04-29 06:52:32 -0400
  • 7c1bfdbaeb Fix SDL_BUTTON masks. Ethan Lee 2013-04-28 18:58:30 -0400
  • 4c9d372611 Fix SDLK_ESCAPE Ethan Lee 2013-04-28 17:57:47 -0400
  • 647e1b5efd Fix LoadWAV/FreeWAV Ethan Lee 2013-04-28 16:39:27 -0400
  • 4f02e3d005 SDL_SetWindowBordered Ethan Lee 2013-04-28 14:53:16 -0400
  • a69308c8d6 Woops, TTF minor version is definitely 0... Ethan Lee 2013-04-17 19:09:15 -0400
  • d49903dd9e Clarity for VERSION_ATLEAST Ethan Lee 2013-04-17 18:51:29 -0400
  • f154fc784b Add compiled version info for SDL2 libs. Ethan Lee 2013-04-17 18:38:10 -0400
  • 5440f8ad22 SDL2 compatibility fixes. Ethan Lee 2013-04-17 18:08:38 -0400
  • 2a2bdc2884 Beta 1 provides OpenGL/OpenAL support. B1 Ethan Lee 2013-04-17 12:03:02 -0400
  • ffab51b4a0 Document SDL_GL_GetProcAddress Ethan Lee 2013-04-17 12:01:12 -0400
  • 015be72dad Use SDL2# license for SDL2_GraphicsContext Ethan Lee 2013-04-17 03:51:29 -0400
  • 9ab9d57b23 Merge branch 'alpha-support' Strip Attribute bits Ethan Lee 2013-04-17 03:41:52 -0400
  • fdbf76f308 Strip out needless Attribute bits Ethan Lee 2013-04-17 03:41:40 -0400
  • 50f06c87fb Add MiniTK stuff to Makefile Ethan Lee 2013-04-17 01:58:30 -0400
  • 61300054cc Merge branch 'alpha-support': clean dep Ethan Lee 2013-04-17 01:57:42 -0400
  • 90c8e858f7 May as well clean with every build. Ethan Lee 2013-04-17 01:56:45 -0400
  • b1fd6e4caf Merge branch 'alpha-support': Makefile Ethan Lee 2013-04-17 01:53:30 -0400
  • a571614c3b Makefile for non-MonoDevelop users. Ethan Lee 2013-04-17 01:53:14 -0400
  • 7ba9db97ea OpenGL support via OpenTK. Ethan Lee 2013-04-16 18:11:29 -0400
  • 3eb90d9c52 Merge branch 'alpha-support': SDL_GL_GetProcAddress Ethan Lee 2013-04-16 15:14:06 -0400
  • f6eff6c217 SDL_GL_GetProcAddress Ethan Lee 2013-04-16 15:13:48 -0400
  • 21cb7cb7b7 OpenAL support via OpenTK. Ethan Lee 2013-04-15 15:49:17 -0400
  • 52a649f5aa Alpha 1 provides SDL2 bindings. A1 Ethan Lee 2013-04-12 12:06:56 -0400
  • 14aabb792a Need to do a PtrToString on this first. Ethan Lee 2013-04-11 19:10:15 -0400
  • d4d6dff87c Input is done! I think! Ethan Lee 2013-04-11 13:25:02 -0400
  • 5bdf2d4c35 Everything but 'event filter stuff' is done. Ethan Lee 2013-04-11 12:40:44 -0400
  • bea66fc84b Touch/Gesture events Ethan Lee 2013-04-11 12:33:12 -0400
  • c33c997947 TextEdit and TextInput events Ethan Lee 2013-04-11 12:20:28 -0400
  • a80f8a8f92 Missed a line of tempdoc in that last commit... Ethan Lee 2013-04-09 23:37:05 -0400
  • 9ab0d1d2c3 Unfortunately, we need to use IntPtrs for SDL_Surface and Mix_Chunk. Otherwise we cannot free these resources. Just do a PtrToStructure in the application. Ethan Lee 2013-04-09 23:04:37 -0400
  • d3dcc117e9 Checked on the ButtonBind struct, should be alright. Ethan Lee 2013-04-09 22:03:01 -0400
  • c2359680ae For SDL2#, this will be const, not redefinable. Ethan Lee 2013-04-09 13:54:04 -0400
  • 9fab52ec04 These aren't that problematic, we just name them like we do IntPtrs. Ethan Lee 2013-04-09 13:43:37 -0400
  • 7dd9cf4272 Fix endianness assumption, make PIXELFORMATs readonly. Ethan Lee 2013-04-09 13:38:06 -0400