Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-27 | Should use delete[] instead of delete here, too. (I knew where the cursor | Torbjörn Andersson | |
manager code was copied from. :-) svn-id: r22675 | |||
2006-05-25 | Cleanup. | Torbjörn Andersson | |
svn-id: r22635 | |||
2006-05-25 | Fixed stupid error in replaceCursorPalette(). | Torbjörn Andersson | |
svn-id: r22629 | |||
2006-05-21 | Make it so that if the new cursor palette to be set has zero colours, the | Torbjörn Andersson | |
cursor palette is disabled. Also, when replacing a cursor palette, try to re-use the old palette buffer, as a minor optimization. (Not that these functions should need any optimization, but it's simple and shouldn't hurt.) svn-id: r22554 | |||
2006-05-21 | Oops, I guess I never got around to fully implement replaceCursorPalette(). | Torbjörn Andersson | |
svn-id: r22552 | |||
2006-05-20 | Forgot to set g_initialized to true. | Torbjörn Andersson | |
svn-id: r22544 | |||
2006-05-20 | After the GUI has finished, restore the old cursor palette (if any). For this | Torbjörn Andersson | |
to work, cursor palette now has to be set using the new "palette manager". See graphics/paletteman.cpp svn-id: r22543 |