scummvm/engines/gob
Sven Hesse a1c339ea4f GOB: Don't overwrite _destSpriteX after PRINTTEXT
Don't overwrite _destSpriteX after PRINTTEXT with a value that's only
appropriate for monospaced fonts; support for non-monospaced fonts
has been introduced with Woodruff.

This should fix bug #3295889.
2011-05-04 02:34:37 +02:00
..
demos GOB: Add the property switchColorMode 2011-01-16 16:29:19 +00:00
save GOB: Plug a leak 2011-05-04 01:26:10 +02:00
sound JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
console.cpp DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine 2010-12-07 18:54:21 +00:00
console.h GOB: Minor Correction in Debug Console Header. 2010-12-31 11:00:50 +00:00
databases.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
databases.h GOB: Add support for dBase III files 2011-01-31 10:49:43 +00:00
dataio.cpp GOB: Fix byte *getFile() for loose files 2010-12-07 23:55:27 +00:00
dataio.h JANITORIAL: Format forward declarations to follow convention 2011-04-28 12:20:34 +03:00
dbase.cpp GOB: Fix last updated month's range 2011-01-31 20:42:41 +00:00
dbase.h GOB: Add support for dBase III files 2011-01-31 10:49:43 +00:00
detection_tables.h GOB: Add another US version of Urban Runner 2011-03-20 10:14:31 +01:00
detection.cpp
draw_bargon.cpp
draw_fascin.cpp GOB: Make flags optional in Video::initSurfDesc 2011-02-02 16:48:46 +00:00
draw_playtoons.cpp ALL: Fix whitespaces / indention 2011-02-07 23:01:06 +00:00
draw_v1.cpp GOB: Make flags optional in Video::initSurfDesc 2011-02-02 16:48:46 +00:00
draw_v2.cpp GOB: Don't overwrite _destSpriteX after PRINTTEXT 2011-05-04 02:34:37 +02:00
draw.cpp GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount 2011-02-02 16:49:20 +00:00
draw.h GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount 2011-02-02 16:49:20 +00:00
expression.cpp
expression.h
game.cpp GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount 2011-02-02 16:49:20 +00:00
game.h GOB: Implement o7_loadFunctions and o7_callFunction 2011-01-29 22:50:41 +00:00
global.cpp ALL: Fix whitespaces / indention 2011-02-07 23:01:06 +00:00
global.h GOB: Remove the long obsolete inter_execPtr 2011-01-29 22:48:18 +00:00
gob.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
gob.h JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
goblin_v1.cpp GOB: Make Map::_wayPoints protected 2010-10-30 17:26:49 +00:00
goblin_v2.cpp GOB: Stub some Adibou mult stuff 2011-01-30 13:14:32 +00:00
goblin_v3.cpp
goblin_v4.cpp GOB: Make some more map properties protected 2010-10-30 17:28:27 +00:00
goblin.cpp GOB: Fix spelling 2010-11-01 15:36:31 +00:00
goblin.h
hotspots.cpp GOB: Change a warning() into a debugC() 2011-01-20 12:31:13 +00:00
hotspots.h Gob - Clean up: suppress blanks and tabs present at the end of line 2010-08-17 08:33:50 +00:00
iniconfig.cpp GOB: Add a small manager for INI configs 2011-01-25 14:19:52 +00:00
iniconfig.h GOB: Add a small manager for INI configs 2011-01-25 14:19:52 +00:00
init_fascin.cpp GOB: Clean up of Fascination code 2010-08-21 18:16:04 +00:00
init_v1.cpp GOB: Remove the vidMode parameter from Video::initSurfDesc 2011-02-02 16:48:04 +00:00
init_v2.cpp GOB: Remove the vidMode parameter from Video::initSurfDesc 2011-02-02 16:48:04 +00:00
init_v3.cpp GOB: Fix text display in Gob3 Windows/ADI 2010-10-05 18:54:30 +00:00
init_v4.cpp
init_v6.cpp GOB: Change the NOCD workaround for Urban Runner a bit 2011-01-23 11:00:57 +00:00
init_v7.cpp GOB: Add the "envir" directory to the search path for Adibou 2011-02-04 15:55:54 +00:00
init.cpp GOB: Change _curTotFile and _totToLoad into Common::String 2011-01-29 22:45:15 +00:00
init.h GOB: Add the "envir" directory to the search path for Adibou 2011-02-04 15:55:54 +00:00
inter_bargon.cpp GOB: Make flags optional in Video::initSurfDesc 2011-02-02 16:48:46 +00:00
inter_fascin.cpp GOB: Rename Script::evalBoolResult() to Script::evalBool() 2011-01-29 22:47:14 +00:00
inter_inca2.cpp GOB: Move OpcodeFunc's return flag into its parameter 2011-01-29 22:44:06 +00:00
inter_playtoons.cpp GOB: Silence a compiler warning 2011-02-04 16:16:07 +00:00
inter_v1.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
inter_v2.cpp JANITORIAL: Remove/comment unused vars 2011-03-29 21:57:56 +02:00
inter_v3.cpp GOB: Move OpcodeFunc's return flag into its parameter 2011-01-29 22:44:06 +00:00
inter_v4.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
inter_v5.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
inter_v6.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
inter_v7.cpp GOB: Move storeValue/storeString to class Inter 2011-02-04 15:53:44 +00:00
inter.cpp GOB: Add Inter::readValue() 2011-02-04 15:54:21 +00:00
inter.h GOB: Add oPlaytoons_loadMultObject 2011-02-04 15:55:20 +00:00
map_v1.cpp COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
map_v2.cpp GOB: Stub some Adibou mult stuff 2011-01-30 13:14:32 +00:00
map.cpp GOB: Stub some Adibou mult stuff 2011-01-30 13:14:32 +00:00
map.h GOB: Stub some Adibou mult stuff 2011-01-30 13:14:32 +00:00
module.mk GOB: Add the "envir" directory to the search path for Adibou 2011-02-04 15:55:54 +00:00
mult_v1.cpp GOB: Make flags optional in Video::initSurfDesc 2011-02-02 16:48:46 +00:00
mult_v2.cpp GOB: Stub some Adibou mult stuff 2011-01-30 13:14:32 +00:00
mult.cpp
mult.h GOB: Change all drawing to use class Surface 2010-09-30 13:02:16 +00:00
palanim.cpp JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
palanim.h
resources.cpp GOB: Fix Urban Runner hotspot texts 2011-01-18 06:30:47 +00:00
resources.h JANITORIAL: Format forward declarations to follow convention 2011-04-28 12:20:34 +03:00
scenery_v1.cpp
scenery_v2.cpp
scenery.cpp GOB: Stub some Adibou mult stuff 2011-01-30 13:14:32 +00:00
scenery.h
script.cpp GOB: Add Script::evalInt() and Script::evalString() 2011-01-29 22:47:53 +00:00
script.h GOB: Add Script::evalInt() and Script::evalString() 2011-01-29 22:47:53 +00:00
surface.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
surface.h JANITORIAL: Format forward declarations to follow convention 2011-04-28 12:20:34 +03:00
totfile.cpp GOB: Clean up class DataIO 2010-10-31 20:07:14 +00:00
totfile.h JANITORIAL: Format forward declarations to follow convention 2011-04-28 12:20:34 +03:00
util.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
util.h GOB: Add setExtension() 2011-01-29 22:50:11 +00:00
variables.cpp GOB: Add some sanity checks 2011-01-18 10:42:26 +00:00
variables.h GOB: Make the variable stack endianness-independent 2011-01-17 13:37:14 +00:00
video_v1.cpp GOB: Change all drawing to use class Surface 2010-09-30 13:02:16 +00:00
video_v2.cpp GOB: Change all drawing to use class Surface 2010-09-30 13:02:16 +00:00
video_v6.cpp GOB: Add chroma values linear interpolation in drawYUV 2011-01-18 00:56:48 +00:00
video.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
video.h GOB: Adapt to setPalette RGBA->RGB change. 2011-02-14 17:08:32 +01:00
videoplayer.cpp GOB: Do not access Surface::bytesPerPixel anymore. 2011-04-17 20:56:16 +02:00
videoplayer.h GOB: Wait for the exact moment of the video sound's end 2011-01-24 14:10:15 +00:00