Commit Graph
10 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
David Fioramonti c96b01b82e TITANIC: Reduce header includes for titanic.h
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-08-24 04:06:54 -07:00
Paul Gilbert 63ec47e62f TITANIC: Add support for 32-bit surfaces
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-11-26 15:25:20 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 21f98fff46 TITANIC: Fix cursor and entering text in PET Conversations area 2016-07-10 16:37:59 -04:00
Paul Gilbert 2675580208 TITANIC: Fix crashes in PET and text cursor 2016-07-10 16:12:10 -04:00
Paul Gilbert 74e40be66e TITANIC: Implementing text cursor drawing 2016-07-10 16:12:08 -04:00
Paul Gilbert d6b104d5a3 TITANIC: Further work on CTextCursor fields 2016-07-10 16:12:06 -04:00
Paul Gilbert 34c32e38e2 TITANIC: More font logic, beginnings of text cursor 2016-07-10 16:12:05 -04:00
Paul Gilbert 1efbed5409 TITANIC: Move most of the root classes into new support/ folder 2016-04-03 16:16:35 -04:00