Commit graph

482 commits

Author SHA1 Message Date
Ethan Lee ffab51b4a0 Document SDL_GL_GetProcAddress 2013-04-17 12:01:12 -04:00
Ethan Lee 015be72dad Use SDL2# license for SDL2_GraphicsContext 2013-04-17 03:51:29 -04:00
Ethan Lee 9ab9d57b23 Merge branch 'alpha-support' Strip Attribute bits 2013-04-17 03:41:52 -04:00
Ethan Lee fdbf76f308 Strip out needless Attribute bits 2013-04-17 03:41:40 -04:00
Ethan Lee 50f06c87fb Add MiniTK stuff to Makefile 2013-04-17 01:58:30 -04:00
Ethan Lee 61300054cc Merge branch 'alpha-support': clean dep 2013-04-17 01:57:42 -04:00
Ethan Lee 90c8e858f7 May as well clean with every build. 2013-04-17 01:56:45 -04:00
Ethan Lee b1fd6e4caf Merge branch 'alpha-support': Makefile 2013-04-17 01:53:30 -04:00
Ethan Lee a571614c3b Makefile for non-MonoDevelop users. 2013-04-17 01:53:14 -04:00
Ethan Lee 7ba9db97ea OpenGL support via OpenTK. 2013-04-16 18:11:29 -04:00
Ethan Lee 3eb90d9c52 Merge branch 'alpha-support': SDL_GL_GetProcAddress 2013-04-16 15:14:06 -04:00
Ethan Lee f6eff6c217 SDL_GL_GetProcAddress 2013-04-16 15:13:48 -04:00
Ethan Lee 21cb7cb7b7 OpenAL support via OpenTK. 2013-04-15 15:49:17 -04:00
Ethan Lee 52a649f5aa Alpha 1 provides SDL2 bindings. 2013-04-12 12:06:56 -04:00
Ethan Lee 14aabb792a Need to do a PtrToString on this first. 2013-04-11 19:10:15 -04:00
Ethan Lee d4d6dff87c Input is done! I think! 2013-04-11 13:25:02 -04:00
Ethan Lee 5bdf2d4c35 Everything but 'event filter stuff' is done. 2013-04-11 12:40:44 -04:00
Ethan Lee bea66fc84b Touch/Gesture events 2013-04-11 12:33:12 -04:00
Ethan Lee c33c997947 TextEdit and TextInput events 2013-04-11 12:20:28 -04:00
Ethan Lee a80f8a8f92 Missed a line of tempdoc in that last commit... 2013-04-09 23:37:05 -04:00
Ethan Lee 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. 2013-04-09 23:04:37 -04:00
Ethan Lee d3dcc117e9 Checked on the ButtonBind struct, should be alright. 2013-04-09 22:03:01 -04:00
Ethan Lee c2359680ae For SDL2#, this will be const, not redefinable. 2013-04-09 13:54:04 -04:00
Ethan Lee 9fab52ec04 These aren't that problematic, we just name them like we do IntPtrs. 2013-04-09 13:43:37 -04:00
Ethan Lee 7dd9cf4272 Fix endianness assumption, make PIXELFORMATs readonly. 2013-04-09 13:38:06 -04:00
Ethan Lee 2377195ecc SDL_Log[Get|Set]OutputFunction 2013-04-09 12:55:01 -04:00
Ethan Lee 9339b5514c SDL_gamecontroller.h done. 2013-04-09 12:29:41 -04:00
Ethan Lee 8212b2864f SDL_joystick written. SDL_gamecontroller is next. 2013-04-09 11:39:16 -04:00
Ethan Lee 5238ccd88e Durr, that is a macro, flibit. 2013-04-09 10:49:31 -04:00
Ethan Lee 26e5d0662d Update README to address SDL2#'s coding style. 2013-04-08 14:28:13 -04:00
Ethan Lee 0827bc6c9d Fix parameter for CreateWindowAndRenderer. 2013-04-08 13:23:45 -04:00
Ethan Lee 281ce130e0 Remove 2 from class names to prevent namespace ambiguity. 2013-04-08 12:09:41 -04:00
Ethan Lee 29d299fa41 Removed SDL2_net. Just use Lidgren.Network instead. 2013-04-07 23:13:39 -04:00
Ethan Lee 5c91529e4f Does C# really have both string and String? 2013-04-07 22:41:22 -04:00
Ethan Lee e7cbc528cc The nativeLibName can/should be private. 2013-04-07 22:39:16 -04:00
Ethan Lee dd28844230 SDL2_mixer first draft is done. 2013-04-07 22:21:02 -04:00
Ethan Lee ce1c082b17 SDL2_mixer mostly implemented, need to do Special Effects API. 2013-04-07 22:05:46 -04:00
Ethan Lee 5f1385b2ea SDL2_ttf done. Unless someone cares about RWops. 2013-04-07 09:36:19 -04:00
Ethan Lee 7e4fffb05b SDL2_image fix, SDL2_ttf paaart oooone 2013-04-07 09:12:02 -04:00
Ethan Lee 0298d74dd9 SDL2_image implemented. Pretty small without RWops. 2013-04-07 08:44:59 -04:00
Ethan Lee 21d630ffee Merge pull request #16 from sulix/master
SDL_LoadBMP and colour mouse cursors working
2013-04-07 04:44:00 -07:00
David Gow c28d2dc0fb Merge branch 'master' of https://github.com/flibitijibibo/SDL2-CS 2013-04-07 19:39:55 +08:00
David Gow 129410c745 Fix SDL_CreateColorCursor and SDL_LoadBMP 2013-04-07 19:39:23 +08:00
David Gow e22aa09e4d Fix some small type issues. 2013-04-07 19:26:08 +08:00
Ethan Lee 356cd8068f Merge pull request #15 from sulix/master
Make more things public
2013-04-07 04:05:52 -07:00
David Gow 6a2149398e Made some struct members public 2013-04-07 17:23:21 +08:00
Ethan Lee 824d610948 Audio CVT cannot be supported in C#, SDL_AudioCallback might work though. 2013-04-06 09:29:00 -04:00
Ethan Lee db33bd5590 Keep it in order according to the APIByCategory page. 2013-04-06 09:18:43 -04:00
Ethan Lee 06f5cd151c Forgot to take out the Audio TODO. Not my morning, is it? 2013-04-06 09:11:06 -04:00
Ethan Lee 332ab6a8ae SDL_audio implemented. Function pointers are a concern here. 2013-04-06 09:07:38 -04:00