diff options
author | Nicola Mettifogo | 2007-05-01 15:39:40 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-05-01 15:39:40 +0000 |
commit | 008042ac2538bebfce013cb0ec4efa4a5600e4bb (patch) | |
tree | 3c1107a6a9323641201a6ebb11960214891c3cc9 /dists/codeblocks/scummvm.layout | |
parent | d520bdfcb8f70e8fd4448ea404d9e5fa993f23ca (diff) | |
download | scummvm-rg350-008042ac2538bebfce013cb0ec4efa4a5600e4bb.tar.gz scummvm-rg350-008042ac2538bebfce013cb0ec4efa4a5600e4bb.tar.bz2 scummvm-rg350-008042ac2538bebfce013cb0ec4efa4a5600e4bb.zip |
Implemented a IFF (Interchange File Format) parser and added subclasses to parse graphics (ILBM, PBM) and audio (8SVX), thus replacing old decoding routines. SAGA and Parallaction have been adjusted to work with the new code.
svn-id: r26719
Diffstat (limited to 'dists/codeblocks/scummvm.layout')
-rw-r--r-- | dists/codeblocks/scummvm.layout | 197 |
1 files changed, 142 insertions, 55 deletions
diff --git a/dists/codeblocks/scummvm.layout b/dists/codeblocks/scummvm.layout index 4bdc9a3e21..7b88105b61 100644 --- a/dists/codeblocks/scummvm.layout +++ b/dists/codeblocks/scummvm.layout @@ -2,22 +2,22 @@ <CodeBlocks_layout_file> <ActiveTarget name="default" /> <File name="..\..\backends\events\default\default-events.cpp" open="0" top="0" tabpos="0"> - <Cursor position="0" topLine="39" /> + <Cursor position="1060" topLine="8" /> </File> <File name="..\..\backends\events\default\default-events.h" open="0" top="0" tabpos="0"> <Cursor position="0" topLine="13" /> </File> <File name="..\..\backends\fs\windows\windows-fs.cpp" open="0" top="0" tabpos="3"> - <Cursor position="6675" topLine="207" /> + <Cursor position="1326" topLine="28" /> </File> <File name="..\..\backends\midi\windows.cpp" open="0" top="0" tabpos="4"> - <Cursor position="2922" topLine="80" /> + <Cursor position="1606" topLine="24" /> </File> - <File name="..\..\backends\platform\sdl\events.cpp" open="0" top="0" tabpos="0"> - <Cursor position="5928" topLine="213" /> + <File name="..\..\backends\platform\sdl\events.cpp" open="0" top="0" tabpos="1"> + <Cursor position="5716" topLine="196" /> </File> - <File name="..\..\backends\platform\sdl\graphics.cpp" open="0" top="0" tabpos="5"> - <Cursor position="47256" topLine="1698" /> + <File name="..\..\backends\platform\sdl\graphics.cpp" open="0" top="0" tabpos="1"> + <Cursor position="27863" topLine="1022" /> </File> <File name="..\..\backends\platform\sdl\sdl-common.h" open="0" top="0" tabpos="0"> <Cursor position="7253" topLine="206" /> @@ -34,29 +34,29 @@ <File name="..\..\backends\timer\default\default-timer.cpp" open="0" top="0" tabpos="7"> <Cursor position="3304" topLine="82" /> </File> - <File name="..\..\base\commandLine.cpp" open="0" top="0" tabpos="1"> - <Cursor position="13025" topLine="298" /> - </File> - <File name="..\..\base\game.cpp" open="0" top="0" tabpos="0"> - <Cursor position="1060" topLine="27" /> + <File name="..\..\base\commandLine.cpp" open="0" top="0" tabpos="14"> + <Cursor position="13025" topLine="322" /> </File> <File name="..\..\base\main.cpp" open="0" top="0" tabpos="0"> <Cursor position="10180" topLine="267" /> </File> - <File name="..\..\base\plugins.cpp" open="0" top="0" tabpos="8"> - <Cursor position="1245" topLine="19" /> + <File name="..\..\base\main.h" open="0" top="0" tabpos="0"> + <Cursor position="1074" topLine="0" /> </File> - <File name="..\..\base\plugins.h" open="0" top="0" tabpos="0"> - <Cursor position="7833" topLine="188" /> + <File name="..\..\base\plugins.cpp" open="1" top="0" tabpos="5"> + <Cursor position="3400" topLine="86" /> + </File> + <File name="..\..\base\plugins.h" open="0" top="0" tabpos="3"> + <Cursor position="5991" topLine="151" /> </File> <File name="..\..\base\version.cpp" open="0" top="0" tabpos="0"> - <Cursor position="2" topLine="0" /> + <Cursor position="1734" topLine="13" /> </File> - <File name="..\..\common\advancedDetector.cpp" open="0" top="0" tabpos="0"> - <Cursor position="8666" topLine="282" /> + <File name="..\..\common\advancedDetector.cpp" open="0" top="0" tabpos="16"> + <Cursor position="4607" topLine="144" /> </File> - <File name="..\..\common\array.h" open="0" top="0" tabpos="0"> - <Cursor position="1099" topLine="46" /> + <File name="..\..\common\array.h" open="0" top="0" tabpos="2"> + <Cursor position="1882" topLine="45" /> </File> <File name="..\..\common\config-file.cpp" open="0" top="0" tabpos="0"> <Cursor position="4515" topLine="122" /> @@ -68,85 +68,139 @@ <Cursor position="1658" topLine="12" /> </File> <File name="..\..\common\endian.h" open="0" top="0" tabpos="0"> - <Cursor position="5094" topLine="126" /> + <Cursor position="4129" topLine="122" /> </File> <File name="..\..\common\file.cpp" open="0" top="0" tabpos="0"> - <Cursor position="8437" topLine="235" /> + <Cursor position="15663" topLine="480" /> </File> <File name="..\..\common\file.h" open="0" top="0" tabpos="13"> - <Cursor position="1172" topLine="12" /> + <Cursor position="1181" topLine="61" /> + </File> + <File name="..\..\common\fs.cpp" open="0" top="0" tabpos="0"> + <Cursor position="1071" topLine="8" /> + </File> + <File name="..\..\common\func.h" open="0" top="0" tabpos="2"> + <Cursor position="2306" topLine="40" /> + </File> + <File name="..\..\common\hashmap.h" open="0" top="0" tabpos="0"> + <Cursor position="30" topLine="120" /> + </File> + <File name="..\..\common\list.h" open="0" top="0" tabpos="1"> + <Cursor position="3592" topLine="128" /> + </File> + <File name="..\..\common\md5.cpp" open="0" top="0" tabpos="20"> + <Cursor position="1020" topLine="364" /> </File> - <File name="..\..\common\list.h" open="1" top="0" tabpos="17"> - <Cursor position="1602" topLine="26" /> + <File name="..\..\common\md5.h" open="0" top="0" tabpos="19"> + <Cursor position="0" topLine="0" /> </File> - <File name="..\..\common\mutex.cpp" open="0" top="0" tabpos="0"> + <File name="..\..\common\mutex.cpp" open="0" top="0" tabpos="18"> <Cursor position="1316" topLine="24" /> </File> + <File name="..\..\common\mutex.h" open="0" top="0" tabpos="1"> + <Cursor position="1704" topLine="21" /> + </File> <File name="..\..\common\rect.h" open="0" top="0" tabpos="0"> - <Cursor position="5584" topLine="130" /> + <Cursor position="3493" topLine="23" /> </File> <File name="..\..\common\savefile.h" open="0" top="0" tabpos="1"> <Cursor position="1342" topLine="55" /> </File> - <File name="..\..\common\scummsys.h" open="0" top="0" tabpos="0"> - <Cursor position="9547" topLine="341" /> + <File name="..\..\common\scummsys.h" open="0" top="0" tabpos="1"> + <Cursor position="9437" topLine="352" /> </File> <File name="..\..\common\singleton.h" open="0" top="0" tabpos="0"> <Cursor position="0" topLine="39" /> </File> + <File name="..\..\common\stack.h" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="60" /> + </File> <File name="..\..\common\stdafx.h" open="0" top="0" tabpos="1"> - <Cursor position="3750" topLine="55" /> + <Cursor position="27" topLine="0" /> </File> <File name="..\..\common\str.cpp" open="0" top="0" tabpos="0"> - <Cursor position="10347" topLine="401" /> + <Cursor position="3740" topLine="78" /> </File> <File name="..\..\common\str.h" open="0" top="0" tabpos="0"> - <Cursor position="6138" topLine="163" /> + <Cursor position="6115" topLine="165" /> </File> <File name="..\..\common\stream.cpp" open="0" top="0" tabpos="0"> <Cursor position="1828" topLine="46" /> </File> <File name="..\..\common\stream.h" open="0" top="0" tabpos="3"> - <Cursor position="11237" topLine="339" /> + <Cursor position="3529" topLine="125" /> </File> <File name="..\..\common\system.cpp" open="0" top="0" tabpos="0"> <Cursor position="1888" topLine="29" /> </File> <File name="..\..\common\system.h" open="0" top="0" tabpos="2"> - <Cursor position="29061" topLine="781" /> + <Cursor position="27043" topLine="748" /> </File> <File name="..\..\common\timer.h" open="0" top="0" tabpos="0"> <Cursor position="0" topLine="10" /> </File> <File name="..\..\common\unzip.cpp" open="0" top="0" tabpos="0"> - <Cursor position="9067" topLine="298" /> + <Cursor position="35606" topLine="1176" /> </File> <File name="..\..\common\util.cpp" open="0" top="0" tabpos="3"> <Cursor position="11348" topLine="425" /> </File> <File name="..\..\common\util.h" open="0" top="0" tabpos="2"> - <Cursor position="5919" topLine="185" /> + <Cursor position="3" topLine="126" /> </File> <File name="..\..\engines\engine.cpp" open="0" top="0" tabpos="6"> <Cursor position="1299" topLine="6" /> </File> - <File name="..\..\graphics\dxa_player.cpp" open="0" top="0" tabpos="0"> + <File name="..\..\graphics\dxa_player.cpp" open="0" top="0" tabpos="5"> <Cursor position="2699" topLine="98" /> </File> + <File name="..\..\graphics\font.cpp" open="0" top="0" tabpos="0"> + <Cursor position="1610" topLine="46" /> + </File> <File name="..\..\graphics\font.h" open="0" top="0" tabpos="0"> - <Cursor position="1274" topLine="37" /> + <Cursor position="1274" topLine="20" /> + </File> + <File name="..\..\graphics\fontman.h" open="0" top="0" tabpos="0"> + <Cursor position="2503" topLine="36" /> + </File> + <File name="..\..\graphics\ilbm.cpp" open="1" top="0" tabpos="3"> + <Cursor position="9338" topLine="284" /> + </File> + <File name="..\..\graphics\ilbm.h" open="1" top="0" tabpos="2"> + <Cursor position="1674" topLine="36" /> + </File> + <File name="..\..\graphics\imagedec.cpp" open="1" top="0" tabpos="1"> + <Cursor position="3897" topLine="4" /> + </File> + <File name="..\..\graphics\imagedec.h" open="0" top="0" tabpos="0"> + <Cursor position="1720" topLine="11" /> </File> - <File name="..\..\graphics\ilbm.cpp" open="0" top="0" tabpos="1"> - <Cursor position="8845" topLine="271" /> + <File name="..\..\graphics\imageman.cpp" open="0" top="0" tabpos="0"> + <Cursor position="1217" topLine="0" /> </File> - <File name="..\..\graphics\ilbm.h" open="0" top="0" tabpos="2"> - <Cursor position="1053" topLine="0" /> + <File name="..\..\graphics\imageman.h" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="21" /> </File> - <File name="..\..\graphics\surface.cpp" open="0" top="0" tabpos="0"> - <Cursor position="2432" topLine="171" /> + <File name="..\..\graphics\primitives.cpp" open="0" top="0" tabpos="0"> + <Cursor position="1071" topLine="17" /> </File> - <File name="..\..\graphics\surface.h" open="0" top="0" tabpos="10"> - <Cursor position="1817" topLine="25" /> + <File name="..\..\graphics\primitives.h" open="0" top="0" tabpos="0"> + <Cursor position="1194" topLine="0" /> + </File> + <File name="..\..\graphics\scaler.h" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="33" /> + </File> + <File name="..\..\graphics\scaler\scale2x.cpp" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="17" /> + </File> + <File name="..\..\graphics\scaler\scale2x.h" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="16" /> + </File> + <File name="..\..\graphics\surface.cpp" open="0" top="0" tabpos="4"> + <Cursor position="2096" topLine="9" /> + </File> + <File name="..\..\graphics\surface.h" open="0" top="0" tabpos="3"> + <Cursor position="2124" topLine="19" /> </File> <File name="..\..\gui\ListWidget.h" open="0" top="0" tabpos="0"> <Cursor position="1693" topLine="25" /> @@ -164,7 +218,7 @@ <Cursor position="2732" topLine="48" /> </File> <File name="..\..\gui\dialog.h" open="0" top="0" tabpos="0"> - <Cursor position="1255" topLine="16" /> + <Cursor position="1177" topLine="12" /> </File> <File name="..\..\gui\massadd.cpp" open="0" top="0" tabpos="0"> <Cursor position="5313" topLine="146" /> @@ -187,6 +241,9 @@ <File name="..\..\gui\theme.h" open="0" top="0" tabpos="0"> <Cursor position="8342" topLine="197" /> </File> + <File name="..\..\gui\themebrowser.cpp" open="0" top="0" tabpos="0"> + <Cursor position="4920" topLine="152" /> + </File> <File name="..\..\gui\widget.h" open="0" top="0" tabpos="0"> <Cursor position="5090" topLine="21" /> </File> @@ -194,13 +251,13 @@ <Cursor position="0" topLine="44" /> </File> <File name="..\..\sound\audiostream.h" open="0" top="0" tabpos="0"> - <Cursor position="0" topLine="90" /> + <Cursor position="4511" topLine="87" /> </File> <File name="..\..\sound\flac.h" open="0" top="0" tabpos="0"> <Cursor position="0" topLine="4" /> </File> <File name="..\..\sound\fmopl.h" open="0" top="0" tabpos="0"> - <Cursor position="0" topLine="110" /> + <Cursor position="0" topLine="117" /> </File> <File name="..\..\sound\mididrv.cpp" open="0" top="0" tabpos="0"> <Cursor position="0" topLine="164" /> @@ -209,19 +266,46 @@ <Cursor position="4230" topLine="136" /> </File> <File name="..\..\sound\midiparser.cpp" open="0" top="0" tabpos="3"> - <Cursor position="0" topLine="198" /> + <Cursor position="4149" topLine="130" /> </File> <File name="..\..\sound\midiparser.h" open="0" top="0" tabpos="2"> <Cursor position="0" topLine="325" /> </File> + <File name="..\..\sound\midiparser_xmidi.cpp" open="0" top="0" tabpos="0"> + <Cursor position="4826" topLine="133" /> + </File> + <File name="..\..\sound\mixer.cpp" open="0" top="0" tabpos="0"> + <Cursor position="1483" topLine="50" /> + </File> <File name="..\..\sound\mixer.h" open="0" top="0" tabpos="0"> - <Cursor position="1127" topLine="161" /> + <Cursor position="3013" topLine="69" /> + </File> + <File name="..\..\sound\mods\infogrames.h" open="0" top="0" tabpos="0"> + <Cursor position="1484" topLine="52" /> + </File> + <File name="..\..\sound\mods\module.cpp" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="114" /> + </File> + <File name="..\..\sound\mods\module.h" open="0" top="0" tabpos="0"> + <Cursor position="0" topLine="29" /> </File> <File name="..\..\sound\mods\paula.cpp" open="0" top="0" tabpos="9"> - <Cursor position="1084" topLine="4" /> + <Cursor position="3086" topLine="115" /> </File> <File name="..\..\sound\mods\paula.h" open="0" top="0" tabpos="8"> - <Cursor position="2346" topLine="39" /> + <Cursor position="1360" topLine="37" /> + </File> + <File name="..\..\sound\mods\protracker.cpp" open="0" top="0" tabpos="0"> + <Cursor position="11471" topLine="410" /> + </File> + <File name="..\..\sound\mods\protracker.h" open="0" top="0" tabpos="0"> + <Cursor position="1136" topLine="0" /> + </File> + <File name="..\..\sound\mods\rjp1.cpp" open="0" top="0" tabpos="0"> + <Cursor position="6647" topLine="201" /> + </File> + <File name="..\..\sound\mp3.cpp" open="0" top="0" tabpos="0"> + <Cursor position="3255" topLine="69" /> </File> <File name="..\..\sound\mp3.h" open="0" top="0" tabpos="0"> <Cursor position="0" topLine="4" /> @@ -232,6 +316,9 @@ <File name="..\..\sound\rate.cpp" open="0" top="0" tabpos="0"> <Cursor position="5797" topLine="175" /> </File> + <File name="..\..\sound\softsynth\mt32\freeverb.h" open="0" top="0" tabpos="0"> + <Cursor position="4321" topLine="133" /> + </File> <File name="..\..\sound\softsynth\mt32\mt32_file.cpp" open="0" top="0" tabpos="0"> <Cursor position="1218" topLine="15" /> </File> @@ -245,7 +332,7 @@ <Cursor position="0" topLine="4" /> </File> <File name="..\..\sound\wave.cpp" open="0" top="0" tabpos="0"> - <Cursor position="1130" topLine="0" /> + <Cursor position="4722" topLine="86" /> </File> <File name="..\..\sound\wave.h" open="0" top="0" tabpos="0"> <Cursor position="1159" topLine="6" /> |