aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/screen_manager.h
AgeCommit message (Collapse)Author
2017-07-08TITANIC: Fix disappearing vision center on bar shelfPaul Gilbert
2016-12-26TITANIC: Hide any active PET text cursor when loading a savegamePaul Gilbert
2016-11-28TITANIC: Transparency in movie frames now workingPaul Gilbert
Turns out the movie frames didn't need to be 32-bit, it just needed custom copying code to replace transparent pixels with the transparency color, so when blitted to the screen, the pixels aren't drawn.
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-08-29TITANIC: Implement variant font writing used by creditsPaul Gilbert
2016-08-29TITANIC: Finished CCreditText draw methodPaul Gilbert
2016-07-15TITANIC: Fleshing out screen managerPaul Gilbert
2016-07-15TITANIC: Implementing more CGameObject/OSScreenManager draw methodsPaul Gilbert
2016-07-10TITANIC: PET Text is now partially showingPaul Gilbert
2016-07-10TITANIC: Implementing text cursor drawingPaul Gilbert
2016-07-10TITANIC: More font logic, beginnings of text cursorPaul Gilbert
2016-07-10TITANIC: Minor work towards text displayPaul Gilbert
2016-07-10TITANIC: Implementing font text bounds calculationsPaul Gilbert
2016-07-10TITANIC: Starting to flesh out CPetText drawingPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert