scummvm/engines/draci
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
..
animation.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
animation.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
barchive.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
barchive.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
detection.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
draci.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
draci.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
font.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
font.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
game.cpp Handle properly shouldQuit() 2010-01-10 01:25:37 +00:00
game.h Handle properly shouldQuit() 2010-01-10 01:25:37 +00:00
module.mk DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
mouse.cpp The default keycolor for mouse pointers used to be 255. 2010-01-07 15:07:36 +00:00
mouse.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
music.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
music.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
saveload.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
saveload.h Fixed svn:keywords 2009-10-30 05:21:44 +00:00
screen.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
screen.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
script.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
script.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
sound.cpp Fixed bug with exhausting sound handles 2009-11-28 00:07:22 +00:00
sound.h Changed foo(void) to foo() in almost all non-backend source files 2009-11-02 21:54:57 +00:00
sprite.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
sprite.h DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
surface.cpp Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
surface.h Moved all one-line getters/setters to the header files 2009-10-30 06:11:04 +00:00
walking.cpp DRACI: Reduce header interdependencies; some cleanup 2009-12-09 21:03:22 +00:00
walking.h Fix SIGSEGV by an absolutely brutally horrible hack 2009-11-22 09:13:05 +00:00