Mercurial > sdl-ios-xcode
log
age | author | description |
---|---|---|
Thu, 22 Jul 2010 23:11:01 -0400 | Eli Gottlieb | Added color-key mode and redid the code to work with it. |
Tue, 20 Jul 2010 12:42:43 -0400 | Eli Gottlieb | Reapplied Win32 make-it-build patch. What's going on? Still get rendering artifacts when testing on x11, have literally no idea why. |
Mon, 19 Jul 2010 00:24:02 -0400 | Eli Gottlieb | Put the render loop back in its right place, but with delaying functionality to keep it down to roughly 60fps, not eating up all the X11 time. |
Sun, 18 Jul 2010 23:51:47 -0400 | Eli Gottlieb | Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again. |