Mercurial > repos > tabletprog
graph
-
Forgot to return this in previous self fixMon, 21 Jul 2014 19:41:15 -0700, by Michael Pavone
-
Don't try to replace self in a macro expansion since it's unlikely to be the desired behavior. A more explicit means of specifying what variables should be replaced in a quote expression is needed.Mon, 21 Jul 2014 19:30:23 -0700, by Michael Pavone
-
Store renderer pointer in texture object since the texture can only be used with the renderer it was created withMon, 21 Jul 2014 19:11:15 -0700, by Michael Pavone
-
Add bindings for SDL_ClearError, SDL_GetError, SDL_LoadBMP, SDL_CreateTextureFromSurface and a partial binding for SDL_RendererCopyMon, 21 Jul 2014 12:51:38 -0700, by Michael Pavone
-
Add SDL bindings for creating a renderer, clearing it, presenting it and destroying itSun, 20 Jul 2014 17:30:46 -0700, by Michael Pavone
-
Added toplevel module which will provide top level symbols for new compilerSun, 20 Jul 2014 12:48:37 -0700, by Michael Pavone
-
Added option module which was omitted in commit of SDL workSun, 20 Jul 2014 12:34:25 -0700, by Michael Pavone
-
Initial work on an SDL2 bindingSun, 20 Jul 2014 00:13:01 -0700, by Michael Pavone
-
Make import:from actually work. Fix some macro bugs. Add a cpointer primitive type for storing an opaque pointer to a C object.Sun, 20 Jul 2014 00:12:43 -0700, by Michael Pavone
-
Added support for encoding integers and booleans as JSONSat, 19 Jul 2014 20:18:34 -0700, by Michael Pavone
-
Support for encoding objects, dictionaries, lists and arrays to JSON in json moduleSat, 19 Jul 2014 19:59:51 -0700, by Michael Pavone
-
Add a propertiesOf method to the object module that returns the names of things that look like getter messagesFri, 18 Jul 2014 20:45:50 -0700, by Michael Pavone
-
Improve message not implemented error messageFri, 18 Jul 2014 19:31:07 -0700, by Michael Pavone
-
Add support for invoking methods that take no arguments other than self through the relfection APIFri, 18 Jul 2014 09:55:19 -0700, by Michael Pavone
-
Warning cleanupFri, 18 Jul 2014 00:14:22 -0700, by Michael Pavone