log modules/sdl.tp @ 332:ead24192ed45

age author description
Sat, 28 Mar 2015 14:21:22 -0700 Michael Pavone Initial work on a UI module
Thu, 19 Mar 2015 22:40:43 -0700 Michael Pavone Add bindings for SDL_CreateTexture, SDL_LockTexture, SDL_SetBlendMode and SDL_GetBlendMode in SDL module
Thu, 24 Jul 2014 09:43:18 -0700 Michael Pavone Add binding for sdl mouse motion event
Tue, 22 Jul 2014 23:35:08 -0700 Michael Pavone Initial work on event support in SDL module
Tue, 22 Jul 2014 18:39:00 -0700 Michael Pavone Add binding for simple form of SDL_RenderCopyEx
Tue, 22 Jul 2014 08:35:30 -0700 Michael Pavone Fix const warning in sdl module
Tue, 22 Jul 2014 08:32:39 -0700 Michael Pavone Add another SDL_RenderCopy binding in the form of copyRect:To
Mon, 21 Jul 2014 20:27:38 -0700 Michael Pavone Add copyTo method to texture that allows copying to a rectangular region on the renderer rather than stretching to fit the entire renderer
Mon, 21 Jul 2014 19:11:15 -0700 Michael Pavone Store renderer pointer in texture object since the texture can only be used with the renderer it was created with
Mon, 21 Jul 2014 12:51:38 -0700 Michael Pavone Add bindings for SDL_ClearError, SDL_GetError, SDL_LoadBMP, SDL_CreateTextureFromSurface and a partial binding for SDL_RendererCopy
Sun, 20 Jul 2014 17:30:46 -0700 Michael Pavone Add SDL bindings for creating a renderer, clearing it, presenting it and destroying it
Sun, 20 Jul 2014 00:13:01 -0700 Michael Pavone Initial work on an SDL2 binding