scummvm/engines/saga
Johannes Schickel 71bdb86e02 Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16

Conflicts:
	graphics/png.cpp
2011-05-01 16:54:45 +02:00
..
actor_path.cpp ALL: Fix whitespaces / indention 2011-02-07 23:01:06 +00:00
actor_walk.cpp ALL: Fix whitespaces / indention 2011-02-07 23:01:06 +00:00
actor.cpp SAGA: Simplified loadActorResources() and removed the unused _disabled field 2011-01-31 16:11:49 +00:00
actor.h SAGA: Simplified loadActorResources() and removed the unused _disabled field 2011-01-31 16:11:49 +00:00
animation.cpp ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avoid using 'using' 2010-11-18 16:38:03 +00:00
animation.h SAGA: replace Resource:loadResource malloc with ByteArray class 2010-10-24 22:17:44 +00:00
console.cpp Cleanup 2010-06-18 02:30:19 +00:00
console.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection_tables.h Added automatic detection of the IHNM demo 2010-05-16 10:36:21 +00:00
detection.cpp COMMON: Replace MKID_BE by MKTAG 2011-04-12 16:53:15 +02:00
displayinfo.h Put some more IHNM / SAGA2 specific code into compile guards. 2009-08-12 18:08:01 +00:00
events.cpp SAGA: replace Resource:loadResource malloc with ByteArray class 2010-10-24 22:17:44 +00:00
events.h SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array 2010-10-24 17:42:45 +00:00
font_map.cpp Cleanup 2008-07-28 12:46:30 +00:00
font.cpp JANITORIAL: Remove/comment unused vars 2011-03-29 21:57:56 +02:00
font.h SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_songTable, ObjectMap::*, PalAnim::*, Scene::sceneLut, SndRes::_fxTable* malloc based arrays with Common::Array implementation 2010-10-22 23:13:17 +00:00
gfx.cpp Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". 2011-05-01 16:54:45 +02:00
gfx.h JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
image.cpp JANITORIAL: Remove/comment unused vars 2011-03-29 21:57:56 +02:00
input.cpp Patch for bug 2943361 by littleboy, adding full kb modifier support to all engines + GUI and proper keypad handling 2010-02-21 04:04:13 +00:00
interface.cpp SAGA: Removed unused variables 2011-04-27 13:13:36 +03:00
interface.h SAGA: Fixed bug #3276033: IHNM: Savegame reminder not reset 2011-04-17 14:10:46 +03:00
introproc_ihnm.cpp SAGA: fix SAGA_DEBUG; fix IHNM cutaway typo 2010-10-24 22:40:37 +00:00
introproc_ite.cpp SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with Common::Array 2010-10-24 20:22:21 +00:00
introproc_saga2.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
isomap.cpp SAGA: replace Resource:loadResource malloc with ByteArray class 2010-10-24 22:17:44 +00:00
isomap.h SAGA: replace Resource:loadResource malloc with ByteArray class 2010-10-24 22:17:44 +00:00
itedata.cpp SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_songTable, ObjectMap::*, PalAnim::*, Scene::sceneLut, SndRes::_fxTable* malloc based arrays with Common::Array implementation 2010-10-22 23:13:17 +00:00
itedata.h SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_songTable, ObjectMap::*, PalAnim::*, Scene::sceneLut, SndRes::_fxTable* malloc based arrays with Common::Array implementation 2010-10-22 23:13:17 +00:00
module.mk Moved the Shorten decoder inside the SAGA engine, as it's the only one using it (and it's still unfinished, too) 2010-01-27 08:40:48 +00:00
music.cpp AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it 2011-03-28 18:06:36 +02:00
music.h AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it 2011-03-28 18:06:36 +02:00
objectmap.cpp ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avoid using 'using' 2010-11-18 16:38:03 +00:00
objectmap.h ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avoid using 'using' 2010-11-18 16:38:03 +00:00
palanim.cpp SAGA: replace Resource:loadResource malloc with ByteArray class 2010-10-24 22:17:44 +00:00
palanim.h SAGA: replace Resource:loadResource malloc with ByteArray class 2010-10-24 22:17:44 +00:00
puzzle.cpp ALL: Fix whitespaces / indention 2011-02-07 23:01:06 +00:00
puzzle.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
render.cpp SAGA: Prefer Surface::create taking a PixelFormat over the one taking a byte depth. 2011-04-17 16:30:24 +02:00
render.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
resource_hrs.cpp COMMON: Replace MKID_BE by MKTAG 2011-04-12 16:53:15 +02:00
resource_res.cpp SAGA: Fixed some typos, and removed an obsolete comment 2011-01-31 11:45:24 +00:00
resource_rsc.cpp COMMON: Replace MKID_BE by MKTAG 2011-04-12 16:53:15 +02:00
resource.cpp SAGA: Fixed some typos, and removed an obsolete comment 2011-01-31 11:45:24 +00:00
resource.h SAGA: Fixed compilation with MSVC 2011-01-31 14:05:47 +00:00
saga.cpp SAGA: Cleanup syncSoundSettings() 2011-03-19 16:04:55 +01:00
saga.h JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
saveload.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
scene.cpp SAGA: reduce memory usage 2010-10-24 22:52:57 +00:00
scene.h SAGA: Turned several unnecessarily inherited classes into typedefs 2011-01-31 11:36:14 +00:00
script.cpp COMMON: Replace MKID_BE by MKTAG 2011-04-12 16:53:15 +02:00
script.h SAGA: Turned several unnecessarily inherited classes into typedefs 2011-01-31 11:36:14 +00:00
sfuncs_ihnm.cpp SAGA: replace Events malloc base linked list with Common::List 2010-10-23 23:07:10 +00:00
sfuncs.cpp SAGA: replace Events malloc base linked list with Common::List 2010-10-23 23:07:10 +00:00
shorten.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
shorten.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
sndres.cpp AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
sndres.h SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_songTable, ObjectMap::*, PalAnim::*, Scene::sceneLut, SndRes::_fxTable* malloc based arrays with Common::Array implementation 2010-10-22 23:13:17 +00:00
sound.cpp SAGA: Cleanup syncSoundSettings() 2011-03-19 16:04:55 +01:00
sound.h AUDIO: Rename sound/ dir to audio/ 2011-02-09 01:09:01 +00:00
sprite.cpp COMMON: Remove default value for endianess in ReadStreamEndian subclasses 2010-11-23 22:27:20 +00:00
sprite.h SAGA: Turned several unnecessarily inherited classes into typedefs 2011-01-31 11:36:14 +00:00
sthread.cpp ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avoid using 'using' 2010-11-18 16:38:03 +00:00
xref.txt Removed trailing spaces. 2008-01-27 19:47:41 +00:00