scummvm/engines/sci
Johannes Schickel 0d995c5920 Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company.
Check this for reference:
http://en.wikipedia.org/wiki/Ad_Lib,_Inc.
http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card)

This commit does not touch "adlib" and "ADLIB" uses!

Also it does not update all the SCUMM detection entries, which still use "Adlib".

svn-id: r47279
2010-01-12 21:07:56 +00:00
..
engine Fix some memory leaks caused by never freeing the allocated memory, which is pointed at by KernelFuncWithSignature::signature. 2010-01-12 20:19:45 +00:00
graphics SCI: using _menuRect inside Menu::mouseFindMenuItemSelection for easier code, also fixed stupid oversight that made the code crash in e.g. lsl6 2010-01-12 20:51:45 +00:00
sound Rename all "Adlib" uses to "AdLib" to match the real name of the sound card / company. 2010-01-12 21:07:56 +00:00
video Removed one more hardcoded screen dimension 2010-01-06 12:55:51 +00:00
console.cpp SCI: added new debug command "picture_visualize", which enables visualization of the drawing process of EGA pictures 2010-01-09 14:09:45 +00:00
console.h SCI: added new debug command "picture_visualize", which enables visualization of the drawing process of EGA pictures 2010-01-09 14:09:45 +00:00
debug.h - Removed the toggle for "weak" validations, as there are cases where they fail (e.g. in Longbow), so there is no point in having strict validations 2009-10-01 10:57:59 +00:00
decompressor.cpp SCI: Fix overflow in LZS decompressor 2010-01-06 20:22:00 +00:00
decompressor.h SCI: Fix overflow in LZS decompressor 2010-01-06 20:22:00 +00:00
detection_tables.h Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some formatting changes 2009-12-07 12:34:38 +00:00
detection.cpp SCI: search for %J in text resources to identify japanese games, switch to upscaled hires when japanese games are started, removed TODO 2010-01-06 18:25:43 +00:00
event.cpp SCI: Ctrl-Z now supported as well :D 2010-01-08 23:09:30 +00:00
event.h SCI: removed controlify() to ease readability of code 2010-01-08 22:52:50 +00:00
module.mk add new robot.cpp file 2010-01-06 22:04:27 +00:00
resource.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
resource.h SCI: Move music device IDs to drivers. 2010-01-09 02:14:12 +00:00
sci.cpp SCI: Handle master volume inside music drivers 2010-01-12 00:51:37 +00:00
sci.h SCI: Handle master volume inside music drivers 2010-01-12 00:51:37 +00:00
vocabulary.cpp SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00
vocabulary.h SCI: Cleanup the grammar/vocab code: Move defs from vocabulary.h to grammar.cpp where possible, turn comments into doxygen format etc. 2009-10-19 22:13:51 +00:00