aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/screen_manager.cpp
AgeCommit message (Collapse)Author
2017-08-24TITANIC: Reduce header includes for titanic.hDavid Fioramonti
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global.
2017-07-10TITANIC: Fix rendering of conversation text inputPaul Gilbert
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-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-26TITANIC: Add yet another mouse hiding counter the game usesPaul Gilbert
2016-10-25TITANIC: Further work on mouse cursor enablement logicPaul Gilbert
2016-10-25TITANIC: Implement hide counting for mouse cursor hide/showPaul Gilbert
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-08-22TITANIC: Cleanup of engine referencesPaul Gilbert
2016-07-15TITANIC: Fleshing out screen managerPaul Gilbert
2016-07-15TITANIC: Implementing more CGameObject/OSScreenManager draw methodsPaul Gilbert
2016-07-10TITANIC: Fix cursor and entering text in PET Conversations areaPaul 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-04-07TITANIC: Add CComputer messages, more view change logicPaul Gilbert
2016-04-03TITANIC: Move most of the root classes into new support/ folderPaul Gilbert