eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 26 forks source link

SDLSurface doesn't keep track of dirty rectangles #13

Closed eglaysher closed 13 years ago

eglaysher commented 13 years ago

SDLSurface will reupload entire textures to the graphics card if they have a relatively small change; this can affect larger text windows.

eglaysher commented 13 years ago

Textout now obeys the message speed.

Closed by a33e4594386ffc306870c6510b3900d4106bd6a8, even though this is only tangentally related. (The delay in text printing used to be caused by the delay in uploading the entire text surface every time a character was printed.)