scummvm/engines/saga
2008-12-12 22:56:56 +00:00
..
actor_path.cpp Disabled all the test functions in SAGA. They can be enabled again by defining SAGA_DEBUG to 1 in saga.h. This cuts down on the engine size a bit, for devices with little memory (e.g. the DS) 2008-12-04 18:38:02 +00:00
actor_walk.cpp Code cleanup: 2008-05-26 11:10:46 +00:00
actor.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
actor.h Disabled all the test functions in SAGA. They can be enabled again by defining SAGA_DEBUG to 1 in saga.h. This cuts down on the engine size a bit, for devices with little memory (e.g. the DS) 2008-12-04 18:38:02 +00:00
animation.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
animation.h Some corrections, based on observations from bug report #2284298 - "SAGA: Compiler warnings; possibly an engine bug" 2008-11-14 17:51:48 +00:00
console.cpp Removed trailing spaces. 2008-01-27 19:47:41 +00:00
console.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
detection_tables.h Fix for bug #2277597 - "ITE: Classic Mac alternate md5sums / Voices not detected‏" 2008-11-13 23:21:38 +00:00
detection.cpp Cleanup 2008-11-10 18:51:51 +00:00
displayinfo.h Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Animation of Disk Icon" 2008-09-24 22:44:01 +00:00
events.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
events.h Cleanup 2008-12-04 21:25:44 +00:00
font_map.cpp Cleanup 2008-07-28 12:46:30 +00:00
font.cpp Some more dirty rectangle fixes, only 2 known glitches are left 2008-12-10 19:39:26 +00:00
font.h All the screen drawing functions draw to the back buffer, so there is no point in passing it everywhere 2008-12-06 14:24:40 +00:00
gfx.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
gfx.h - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
image.cpp Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
input.cpp Disabled all the test functions in SAGA. They can be enabled again by defining SAGA_DEBUG to 1 in saga.h. This cuts down on the engine size a bit, for devices with little memory (e.g. the DS) 2008-12-04 18:38:02 +00:00
interface.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
interface.h All the screen drawing functions draw to the back buffer, so there is no point in passing it everywhere 2008-12-06 14:24:40 +00:00
introproc_ihnm.cpp Cleanup 2008-12-06 13:35:27 +00:00
introproc_ite.cpp Corrected wrong extended characters provided in the translated hardcoded strings for ITE. Fixes bug #2045157 - "ITE: wrong accented characters in italian fan version" 2008-11-23 15:03:54 +00:00
isomap.cpp Fixed a regression in my last commit where some sprites were not clipped correctly 2008-12-12 20:10:00 +00:00
isomap.h Also remove explicit surface passing to IsoMap::draw() 2008-12-06 14:37:09 +00:00
itedata.cpp Corrected wrong extended characters provided in the translated hardcoded strings for ITE. Fixes bug #2045157 - "ITE: wrong accented characters in italian fan version" 2008-11-23 15:03:54 +00:00
itedata.h Added load confirmation dialog for IHNM, like in the original. 2008-08-01 14:03:20 +00:00
list.h Disable unused code 2008-12-07 00:19:50 +00:00
module.mk Order alphabetically 2008-09-30 09:07:03 +00:00
music.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
music.h Implemented pauseEngineIntern() for the SAGA engine 2008-11-11 17:34:52 +00:00
objectmap.cpp Some dirty rectangle related code 2008-12-07 00:27:39 +00:00
objectmap.h Fixed compilation when SAGA_DEBUG is defined 2008-12-06 14:38:04 +00:00
palanim.cpp Code cleanup: 2008-05-26 11:10:46 +00:00
palanim.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
puzzle.cpp Fixed a regression in my last commit where some sprites were not clipped correctly 2008-12-12 20:10:00 +00:00
puzzle.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
render.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
render.h More dirty rectangle related changes (dirty rectangle handling is still broken) 2008-12-07 18:49:35 +00:00
rscfile.cpp Fixed detection of voice files. 2008-12-11 18:09:45 +00:00
rscfile.h SAGA: Some code cleanup 2008-09-30 12:58:27 +00:00
saga.cpp Fixed crash when returning to launcher from the GMM 2008-11-13 23:19:25 +00:00
saga.h Disabled all the test functions in SAGA. They can be enabled again by defining SAGA_DEBUG to 1 in saga.h. This cuts down on the engine size a bit, for devices with little memory (e.g. the DS) 2008-12-04 18:38:02 +00:00
saveload.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
scene.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
scene.h All the screen drawing functions draw to the back buffer, so there is no point in passing it everywhere 2008-12-06 14:24:40 +00:00
script.cpp SAGA: Fixed memory leaks in the SAGA engine 2008-06-12 16:58:02 +00:00
script.h Fix to remove a tab character from the GPL header 2008-01-05 12:45:14 +00:00
sfuncs.cpp - Stop passing the scene clip rectangle around for no reason 2008-12-12 14:23:02 +00:00
sndres.cpp Fixed a regression of commit #34458. Sound data for compressed sounds was read incorrectly. Fixes bugs #2422371 - "ITE: Talk animation takes longer than speaking" and #2111496 - "IHNM: Speech is garbled" 2008-12-12 22:56:56 +00:00
sndres.h Cleanup 2008-09-08 08:07:06 +00:00
sound.cpp Remove warnings from NDS build. 2008-11-29 18:01:16 +00:00
sound.h Separated Speech from SFX in SAGA, improved configuration of SAGA sound settings through the GMM 2008-07-21 19:15:28 +00:00
sprite.cpp Fixed a regression in my last commit where some sprites were not clipped correctly 2008-12-12 20:10:00 +00:00
sprite.h Fixed a regression in my last commit where some sprites were not clipped correctly 2008-12-12 20:10:00 +00:00
sthread.cpp Fixed various g++ warnings ("format not a string literal and no format arguments"). 2008-11-16 20:20:31 +00:00
xref.txt Removed trailing spaces. 2008-01-27 19:47:41 +00:00