scummvm/engines/kyra
Johannes Schickel 71dcc140f9 Fixed o2_loadSoundFile implementation.
svn-id: r36163
2009-01-31 12:06:33 +00:00
..
animator_hof.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
animator_lok.cpp
animator_lok.h
animator_mr.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
animator_v2.cpp
debugger.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
debugger.h
detection.cpp Moved AdvancedDetector from common/ to engines/ 2009-01-29 22:13:01 +00:00
gui_hof.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
gui_hof.h
gui_lok.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
gui_lok.h
gui_lol.cpp LOL: basic music support and some cleanup 2009-01-18 23:50:31 +00:00
gui_mr.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
gui_mr.h
gui_v2.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
gui_v2.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
gui.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
gui.h Implemented (some) main menu code for LoL. 2008-12-26 11:04:45 +00:00
items_hof.cpp
items_lok.cpp
items_lol.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
items_mr.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
items_v2.cpp
kyra_hof.cpp Fix for bug #2551436 "KYRA2: ScummVM quits after death". 2009-01-31 12:00:20 +00:00
kyra_hof.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
kyra_lok.cpp Renamed SpecialDebugLevel to DebugChannel 2009-01-30 05:10:24 +00:00
kyra_lok.h
kyra_mr.cpp Fix for bug #2551436 "KYRA2: ScummVM quits after death". 2009-01-31 12:00:20 +00:00
kyra_mr.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
kyra_v1.cpp Renamed SpecialDebugLevel to DebugChannel 2009-01-30 05:10:24 +00:00
kyra_v1.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
kyra_v2.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
kyra_v2.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
lol.cpp Minor cleanup (got rid of a dynamic array). 2009-01-22 16:56:22 +00:00
lol.h Minor cleanup (got rid of a dynamic array). 2009-01-22 16:56:22 +00:00
module.mk LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. 2009-01-18 17:04:24 +00:00
resource_intern.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
resource_intern.h Renamed Archive::openFile to createReadStreamForMember 2009-01-23 04:45:44 +00:00
resource.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
resource.h Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
saveload_hof.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
saveload_lok.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
saveload_mr.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
saveload.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
scene_hof.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
scene_lok.cpp
scene_lol.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
scene_mr.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
scene_v1.cpp
scene_v2.cpp
screen_hof.cpp
screen_hof.h
screen_lok.cpp
screen_lok.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
screen_lol.cpp Formatting. 2009-01-18 17:38:29 +00:00
screen_lol.h LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. 2009-01-18 17:04:24 +00:00
screen_mr.cpp
screen_mr.h
screen_v2.cpp LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. 2009-01-18 17:04:24 +00:00
screen_v2.h LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. 2009-01-18 17:04:24 +00:00
screen.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
screen.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
script_hof.cpp Fixed o2_loadSoundFile implementation. 2009-01-31 12:06:33 +00:00
script_lok.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
script_lol.cpp Yet another two small formatting fixes. 2009-01-20 09:32:43 +00:00
script_mr.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
script_tim.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
script_tim.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
script_v1.cpp
script_v2.cpp
script.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
script.h - Fixed bug in script code of LoL 2009-01-18 17:24:47 +00:00
seqplayer.cpp
seqplayer.h
sequences_hof.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
sequences_lok.cpp
sequences_mr.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sequences_v2.cpp
sound_adlib.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sound_digital.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
sound_lok.cpp Cleanup. 2009-01-20 09:38:55 +00:00
sound_midi.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sound_towns.cpp A ton of code formatting fixes; also fixed warnings about single line loops like 'while(cond);' by inserting newlines 2009-01-29 05:26:12 +00:00
sound.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
sound.h Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
sprites.cpp
sprites.h
staticres.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
text_hof.cpp
text_hof.h
text_lok.cpp
text_mr.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
text_mr.h
text.cpp
text.h
timer_hof.cpp
timer_lok.cpp
timer_mr.cpp
timer.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
timer.h
util.cpp Oops added files I forgot in r35553. 2008-12-26 11:07:52 +00:00
util.h Oops added files I forgot in r35553. 2008-12-26 11:07:52 +00:00
vqa.cpp Renamed Kyra's Resource::getFileStream to createReadStream 2009-01-23 04:57:18 +00:00
vqa.h
wsamovie.cpp Whoa! Removing trailing spaces. 2009-01-01 15:06:43 +00:00
wsamovie.h