scummvm/engines/sci
sluicebox 2df444cecb SCI32: Implement kInputText for PHANT2 easter eggs
Implements kInputText, which displays a black and white utility dialog
with a title and a text box in a fixed position using the system font.
The only known game that uses this is Phantasmagoria 2 for several
easter eggs, which now work. This was probably used by internal scripts
during game development.

kEditText and kInputText share a function in Sierra's interpreter for
processing events, so that code has been factored out and placed in
GfxControls32::processEditEvent().

GfxText32 can now measure text pixel height as SSCI did by identifying
the tallest character height in the current text, which the newly added
titled font bitmap code requires.

Fixes bug #10570
2020-01-25 18:11:57 -08:00
..
engine SCI32: Implement kInputText for PHANT2 easter eggs 2020-01-25 18:11:57 -08:00
graphics SCI32: Implement kInputText for PHANT2 easter eggs 2020-01-25 18:11:57 -08:00
parser
sound AUDIO: (FM-TOWNS/PC-98) - fix regression from 0e734722 2019-12-18 20:50:39 +01:00
video
configure.engine
console.cpp
console.h
debug.h
decompressor.cpp
decompressor.h
detection_tables.h SCI: Promote Inside the Chest/Behind the Developer's Shield to testing 2020-01-21 01:25:01 +02:00
detection.cpp
event.cpp SCI: Removed unneeded debug output. The bug has been confirmed fixed 2019-12-27 19:49:37 +01:00
event.h
module.mk SCI: Add built-in resource patcher 2020-01-19 21:37:20 +02:00
POTFILES
resource_audio.cpp SCI: Fix GCC Compiler Unused Variable Warning 2020-01-18 02:54:30 +00:00
resource_intern.h SCI: Add built-in resource patcher 2020-01-19 21:37:20 +02:00
resource_patcher.cpp SCI: Fix Missing Default Switch Case Warning in Resource Patcher 2020-01-22 02:55:47 +00:00
resource_patcher.h SCI: Adapt aggretate initialization for pre-C++11 compilers 2020-01-19 22:42:13 +02:00
resource.cpp SCI: Add built-in resource patcher 2020-01-19 21:37:20 +02:00
resource.h SCI: Add built-in resource patcher 2020-01-19 21:37:20 +02:00
sci.cpp SCI: Add built-in resource patcher 2020-01-19 21:37:20 +02:00
sci.h SCI: Add built-in resource patcher 2020-01-19 21:37:20 +02:00
util.cpp SCI: Fix compilation when SCI32 is disabled 2020-01-19 23:01:20 +02:00
util.h SCI: Fix compilation when SCI32 is disabled 2020-01-19 23:01:20 +02:00