Mercurial > repos > tabletprog
log modules/sdl.tp @ 286:ddf38b66b2e2
age | author | description |
---|---|---|
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 |