..
animator_hof.cpp
Fix use of undefined behavior. (Thanks to syke for reporting)
2010-01-29 22:43:23 +00:00
animator_lok.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
animator_lok.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
animator_mr.cpp
Fix use of undefined behavior. (Thanks to syke for reporting)
2010-01-29 22:43:23 +00:00
animator_tim.cpp
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
animator_v2.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
debugger.cpp
DEBUGGER: Simplify how our console debugger works / is used
2010-07-17 18:38:42 +00:00
debugger.h
Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flagsTable instead.
2009-06-07 20:43:43 +00:00
detection_tables.h
KYRA: Mark Kyra 1 Mac as General MIDI only.
2010-07-23 20:55:44 +00:00
detection.cpp
AdvancedDetector: Add new parameter directoryGlobs.
2010-06-15 10:59:23 +00:00
gui_hof.cpp
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names
2009-10-06 17:22:40 +00:00
gui_hof.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
gui_lok.cpp
In the help of making the new C++ standard a better one, we will now no longer rely on using parent class names in friend classes of a subclass.
2010-07-16 23:30:29 +00:00
gui_lok.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
gui_lol.cpp
In the help of making the new C++ standard a better one, we will now no longer rely on using parent class names in friend classes of a subclass.
2010-07-16 23:30:29 +00:00
gui_lol.h
LOL: save/load menu speed up
2010-01-24 15:40:36 +00:00
gui_mr.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
gui_mr.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
gui_v2.cpp
In the help of making the new C++ standard a better one, we will now no longer rely on using parent class names in friend classes of a subclass.
2010-07-16 23:30:29 +00:00
gui_v2.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
gui.cpp
COMMON: Get rid of Common::StringList
2010-03-18 15:54:40 +00:00
gui.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
items_hof.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
items_lok.cpp
Fix item exchange string in Kyra 1 Amiga (both English and German).
2010-03-04 16:34:27 +00:00
items_lol.cpp
LOL: this should fix a valgrind warning
2009-10-18 12:47:54 +00:00
items_mr.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
items_v2.cpp
Remov lots of superfluous debug output.
2009-05-19 01:13:29 +00:00
kyra_hof.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
kyra_hof.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
kyra_lok.cpp
KYRA: Implement missing dialog code.
2010-07-22 23:16:33 +00:00
kyra_lok.h
KYRA: Cleanup.
2010-07-23 00:13:21 +00:00
kyra_mr.cpp
KYRA: Implement support for selecting the VQA quality via "video_quality".
2010-07-23 00:39:23 +00:00
kyra_mr.h
KYRA: Implement support for selecting the VQA quality via "video_quality".
2010-07-23 00:39:23 +00:00
kyra_v1.cpp
KYRA: Respect mute setting on engine startup.
2010-07-21 19:20:10 +00:00
kyra_v1.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
kyra_v2.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
kyra_v2.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
lol.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
lol.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
module.mk
KYRA: Move LoL specific static data to its own file.
2010-07-22 22:00:46 +00:00
resource_intern.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
resource_intern.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
resource.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
resource.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
saveload_hof.cpp
Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h
2010-01-08 22:07:35 +00:00
saveload_lok.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
saveload_lol.cpp
LOL: cleanup last commit
2010-01-18 07:21:54 +00:00
saveload_mr.cpp
Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h
2010-01-08 22:07:35 +00:00
saveload.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
scene_hof.cpp
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company.
2010-01-12 21:07:56 +00:00
scene_lok.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
scene_lol.cpp
LOL: fixed script bug in castle cimmeria that would cause out of bounds mem access (should fix bug #2948109 )
2010-02-09 21:09:29 +00:00
scene_mr.cpp
Removed unused variable.
2010-07-16 23:04:59 +00:00
scene_v1.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
scene_v2.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen_hof.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen_hof.h
Change Screen_HoF::generateGrayOverlay to accept a Palette object as source.
2009-06-25 19:59:56 +00:00
screen_lok.cpp
Fix missing inventory in Kyrandia 1 PC98 16 color version, when loading a save via launcher or command line.
2009-10-31 19:53:52 +00:00
screen_lok.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen_lol.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
screen_lol.h
LOL: fixed text fading
2009-12-20 14:11:56 +00:00
screen_mr.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen_mr.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen_v2.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen_v2.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
screen.cpp
KYRA: Remove superfluous palette update on quit.
2010-07-22 21:45:12 +00:00
screen.h
Patch #2973290 : Semicolon cleanup
2010-03-22 20:28:08 +00:00
script_hof.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script_lok.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script_lol.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script_mr.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script_tim.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script_tim.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script_v1.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
script_v2.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
script.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
script.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
seqplayer.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
seqplayer.h
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
sequences_hof.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
sequences_lok.cpp
KYRA: Cleanup.
2010-07-22 21:46:39 +00:00
sequences_lol.cpp
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
sequences_mr.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
sequences_v2.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
sound_adlib.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
sound_adlib.h
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company.
2010-01-12 21:07:56 +00:00
sound_amiga.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
sound_digital.cpp
Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.
2010-05-05 17:53:30 +00:00
sound_intern.h
KYRA/PC98: implement proper volume control (which distinguishes between music and sfx)
2010-07-01 17:47:46 +00:00
sound_lok.cpp
Cleanup.
2009-11-29 13:52:02 +00:00
sound_lol.cpp
LOL: fixed handling of invalid monster attack sfx in the Urbish mines (should fix bug no #2945950 )
2010-02-07 16:12:31 +00:00
sound_midi.cpp
KYRA: Fix mute setting with MIDI and FM-Towns/PC98 output.
2010-07-21 20:26:40 +00:00
sound_pcspk.cpp
AUDIO: Rename Mixer::playInputStream to playStream
2010-04-12 09:14:17 +00:00
sound_towns.cpp
KYRA: Fix mute setting with MIDI and FM-Towns/PC98 output.
2010-07-21 20:26:40 +00:00
sound.cpp
AUDIO: Rename Mixer::playInputStream to playStream
2010-04-12 09:14:17 +00:00
sound.h
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
sprites_lol.cpp
Some more enforcement of our formatting conventions in KYRA too.
2010-05-17 23:29:44 +00:00
sprites.cpp
Fix some memory leaks in Kyrandia 1 (this hopefully fixes crashes on NDS after a long playtime).
2009-10-31 18:32:17 +00:00
sprites.h
COMMON: Move Common::RandomSource to common/random.*
2010-03-18 15:07:11 +00:00
staticres_lol.cpp
KYRA: Move LoL specific static data to its own file.
2010-07-22 22:00:46 +00:00
staticres.cpp
KYRA: Move LoL specific static data to its own file.
2010-07-22 22:00:46 +00:00
text_hof.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
text_hof.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
text_lok.cpp
KYRA: Implement missing dialog code.
2010-07-22 23:16:33 +00:00
text_lol.cpp
Strip trailing spaces/tabs.
2010-01-25 01:39:44 +00:00
text_lol.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
text_mr.cpp
Paranoia change: add some explicit terminating 0 after some strncpy uses.
2010-01-23 16:15:18 +00:00
text_mr.h
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names
2009-10-06 17:22:40 +00:00
text.cpp
- Fix some missing initialization warnings from cppcheck
2009-10-26 20:07:37 +00:00
text.h
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when typing savegame names
2009-10-06 17:22:40 +00:00
timer_hof.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
timer_lok.cpp
KYRA: Formatting fixes.
2010-07-23 00:38:52 +00:00
timer_lol.cpp
LOL: fixed minor bug in lamp code
2009-12-26 14:12:38 +00:00
timer_mr.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
timer.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
timer.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
util.cpp
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
util.h
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
2009-10-04 21:26:33 +00:00
vqa.cpp
KYRA: Implement support for selecting the VQA quality via "video_quality".
2010-07-23 00:39:23 +00:00
vqa.h
KYRA: Implement support for selecting the VQA quality via "video_quality".
2010-07-23 00:39:23 +00:00
wsamovie.cpp
- Fix some missing initialization warnings from cppcheck
2009-10-26 20:07:37 +00:00
wsamovie.h
Replace AppendableAudioStream by QueuingAudioStream
2010-01-09 00:19:13 +00:00