aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/text_cursor.cpp
AgeCommit message (Collapse)Author
2016-11-26TITANIC: Add support for 32-bit surfacesPaul Gilbert
Some of the game videos have alpha levels, which are lost if the surfaces are converted to 16-bit. This adds better support for creating 32-bit video surfaces, so the information won't be lost
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-07-10TITANIC: Fix cursor and entering text in PET Conversations areaPaul Gilbert
2016-07-10TITANIC: Fix crashes in PET and text cursorPaul Gilbert
2016-07-10TITANIC: Implementing text cursor drawingPaul Gilbert
2016-07-10TITANIC: Further work on CTextCursor fieldsPaul Gilbert
2016-07-10TITANIC: More font logic, beginnings of text cursorPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert