=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== scummvm-2.2.0+dfsg1/test/cxxtest/cxxtestgen.pl-403- scummvm-2.2.0+dfsg1/test/cxxtest/cxxtestgen.pl:404:sub writeInclude($) { scummvm-2.2.0+dfsg1/test/cxxtest/cxxtestgen.pl-405- my $file = $_[0]; ############################################## scummvm-2.2.0+dfsg1/AUTHORS-478- Max Horn - (retired) scummvm-2.2.0+dfsg1/AUTHORS:479: Eugene Sandulenko - Asm routines, GFX layers scummvm-2.2.0+dfsg1/AUTHORS-480- ############################################## scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp-346-private: scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp:347: static int parse_addr(const char *arg, int *client, int *port); scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp-348-}; ############################################## scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp-443- warning("AlsaMusicPlugin: SCUMMVM_PORT environment variable overrides config settings"); scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp:444: if (parse_addr(var, &seq_client, &seq_port) >= 0) { scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp-445- found = true; ############################################## scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp-483- scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp:484:int AlsaMusicPlugin::parse_addr(const char *arg, int *client, int *port) { scummvm-2.2.0+dfsg1/backends/midi/alsa.cpp-485- const char *p; ############################################## scummvm-2.2.0+dfsg1/backends/plugins/elf/mips-loader.cpp-54- scummvm-2.2.0+dfsg1/backends/plugins/elf/mips-loader.cpp:55: Elf32_Addr adjustedMainSegment = Elf32_Addr(_segment) - _segmentVMA; // adjust for VMA offset scummvm-2.2.0+dfsg1/backends/plugins/elf/mips-loader.cpp-56- ############################################## scummvm-2.2.0+dfsg1/backends/plugins/elf/mips-loader.cpp-264- scummvm-2.2.0+dfsg1/backends/plugins/elf/mips-loader.cpp:265: if (s->st_value < Elf32_Addr(_segment) || s->st_value > Elf32_Addr(_segment) + _segmentSize) scummvm-2.2.0+dfsg1/backends/plugins/elf/mips-loader.cpp-266- warning("elfloader: Symbol out of bounds! st_value = %x", s->st_value); ############################################## scummvm-2.2.0+dfsg1/backends/plugins/elf/elf-loader.cpp-318- scummvm-2.2.0+dfsg1/backends/plugins/elf/elf-loader.cpp:319: if (s->st_value < Elf32_Addr(_segment) || scummvm-2.2.0+dfsg1/backends/plugins/elf/elf-loader.cpp:320: s->st_value > Elf32_Addr(_segment) + _segmentSize) scummvm-2.2.0+dfsg1/backends/plugins/elf/elf-loader.cpp-321- warning("elfloader: Symbol out of bounds! st_value = %x", s->st_value); ############################################## scummvm-2.2.0+dfsg1/backends/plugins/elf/arm-loader.cpp-70- a = *target; // Get full 32 bits of addend scummvm-2.2.0+dfsg1/backends/plugins/elf/arm-loader.cpp:71: relocation = a - _segmentVMA + Elf32_Addr(_segment); // Shift by main offset scummvm-2.2.0+dfsg1/backends/plugins/elf/arm-loader.cpp-72- ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/makefile:1:#SUBDIRS:= `ls | egrep -v '^(CVS|tools)$$'` scummvm-2.2.0+dfsg1/backends/platform/ds/makefile-2- ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/module.mk-59- $(MKDIR) $(*D) scummvm-2.2.0+dfsg1/backends/platform/ds/module.mk:60: echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > $@ scummvm-2.2.0+dfsg1/backends/platform/ds/module.mk:61: echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> $@ scummvm-2.2.0+dfsg1/backends/platform/ds/module.mk:62: echo "extern const u32" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> $@ scummvm-2.2.0+dfsg1/backends/platform/ds/module.mk-63-endef ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-97-vpath %.m $(srcdir) scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:98:vpath %.asm $(srcdir) scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-99-vpath %.s $(srcdir) ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-111-ARM = 1 scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:112:USE_ARM_SOUND_ASM = 1 scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:113:USE_ARM_COSTUME_ASM = 1 scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-114-#WRAP_MALLOC = 1 ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-116-ifdef DS_BUILD_A scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:117: DEFINES = -DDS_BUILD_A -DUSE_ARM_GFX_ASM -DUSE_ARM_COSTUME_ASM scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-118- ENABLE_SCUMM = STATIC_PLUGIN scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:119: USE_ARM_GFX_ASM = 1 scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-120- BUILD=scummvm-A ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-360- bin2s $< | $(AS) -mthumb -mthumb-interwork -o $(@) scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:361: echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo $(<F) | tr . _)`.h scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:362: echo "extern const u8" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo $(<F) | tr . _)`.h scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile:363: echo "extern const u32" `(echo $(<F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo $(<F) | tr . _)`.h scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/makefile-364-endef ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/source/blitters.cpp-42- scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/source/blitters.cpp:43: asm ( "mov r5, %0\n" // Height scummvm-2.2.0+dfsg1/backends/platform/ds/arm9/source/blitters.cpp-44- "yLoop:\n" ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/setup-builddirs.sh-5-# TODO: Computer srcdir in a better way scummvm-2.2.0+dfsg1/backends/platform/ds/setup-builddirs.sh:6:srcdir=../../../`dirname $0`/.. scummvm-2.2.0+dfsg1/backends/platform/ds/setup-builddirs.sh-7- ############################################## scummvm-2.2.0+dfsg1/backends/platform/ds/setup-builddirs.sh-49- scummvm-2.2.0+dfsg1/backends/platform/ds/setup-builddirs.sh:50: defname="DS_BUILD_`echo $build | tr '[a-z]' '[A-Z]'`" scummvm-2.2.0+dfsg1/backends/platform/ds/setup-builddirs.sh-51- CPPFLAGS="$CPPFLAGS -D$defname" ############################################## scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2x-config-alleng.sh-20-./configure --backend=gp2x --disable-mt32emu --host=gp2x \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2x-config-alleng.sh:21: --disable-flac --disable-nasm --disable-hq-scalers \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2x-config-alleng.sh-22- --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/gph/build/caanoo-config.sh-12- --disable-alsa --disable-flac \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/caanoo-config.sh:13: --disable-nasm --disable-vorbis --disable-hq-scalers \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/caanoo-config.sh-14- --with-sdl-prefix=/opt/arm-caanoo/arm-none-linux-gnueabi/usr/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/gph/build/caanoo-config-alleng.sh-12- --disable-alsa --disable-flac \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/caanoo-config-alleng.sh:13: --disable-nasm --disable-vorbis --disable-hq-scalers \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/caanoo-config-alleng.sh-14- --with-sdl-prefix=/opt/arm-caanoo/arm-none-linux-gnueabi/usr/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2xwiz-config-alleng.sh-19-./configure --backend=gph --disable-mt32emu --host=gp2xwiz \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2xwiz-config-alleng.sh:20: --disable-flac --disable-nasm --disable-hq-scalers \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2xwiz-config-alleng.sh-21- --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2x-config.sh-20-./configure --backend=gp2x --disable-mt32emu --host=gp2x \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2x-config.sh:21: --disable-flac --disable-nasm --disable-hq-scalers \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2x-config.sh-22- --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2xwiz-config.sh-19-./configure --backend=gph --disable-mt32emu --host=gp2xwiz \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2xwiz-config.sh:20: --disable-flac --disable-nasm --disable-hq-scalers \ scummvm-2.2.0+dfsg1/backends/platform/gph/build/gp2xwiz-config.sh-21- --with-sdl-prefix=/opt/open2x/gcc-4.1.1-glibc-2.3.6/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/wii/wii.mk-36- $(MKDIR) wiidist/scummvm/plugins scummvm-2.2.0+dfsg1/backends/platform/wii/wii.mk:37: for i in $(PLUGINS); do $(STRIP) --strip-debug $$i -o wiidist/scummvm/plugins/`basename $$i`; done scummvm-2.2.0+dfsg1/backends/platform/wii/wii.mk-38-endif scummvm-2.2.0+dfsg1/backends/platform/wii/wii.mk-39- sed 's/$$/\r/' < $(srcdir)/dists/wii/READMII > wiidist/scummvm/READMII.txt scummvm-2.2.0+dfsg1/backends/platform/wii/wii.mk:40: for i in $(DIST_FILES_DOCS); do sed 's/$$/\r/' < $$i > wiidist/scummvm/`basename $$i`.txt; done scummvm-2.2.0+dfsg1/backends/platform/wii/wii.mk-41- $(CP) $(DIST_FILES_THEMES) wiidist/scummvm/ ############################################## scummvm-2.2.0+dfsg1/backends/platform/androidsdl/androidsdl-main.cpp-30- // Copy over config file from previous version of ScummVM if applicable scummvm-2.2.0+dfsg1/backends/platform/androidsdl/androidsdl-main.cpp:31: system("ls $DATADIR/.config/scummvm/scummvm.ini || (mkdir -p $DATADIR/.config/scummvm && cp $APPDIR/scummvmrc $DATADIR/.config/scummvm/scummvm.ini )"); scummvm-2.2.0+dfsg1/backends/platform/androidsdl/androidsdl-main.cpp-32- ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in-53-#if !defined (WINS) scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in:54:SOURCE gfxARM.s // ARM version: add ASM routines scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in:55:SOURCE proc3ARM.s // ARM version: add ASM routines scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in-56-#endif ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in-64-#if !defined (WINS) scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in:65:SOURCE smush/codec47ARM.s // ARM version: add ASM routines scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_scumm.mmp.in-66-#endif ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_base.mmp.in-107-#else scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_base.mmp.in:108:SOURCE rate_arm.cpp // ARM version: add ASM .cpp wrapper scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_base.mmp.in:109:SOURCE rate_arm_asm.s // ARM version: add ASM routines scummvm-2.2.0+dfsg1/backends/platform/symbian/mmp/scummvm_base.mmp.in-110-#endif ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl-128- "TVP.cpp", scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl:129: "rate.*" # not really needed, USE_ARM_SOUND_ASM currently not parsed correctly, scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl-130- # "rate[_arm|_arm_asm].(cpp|s)" will be added later based on WINS/ARM build! ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl-142- ".*ARM.*", # the *ARM.s files are added in .mmp files based on WINS/ARM build! scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl:143: # USE_ARM_SMUSH_ASM codec47ARM.s scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl:144: # USE_ARM_GFX_ASM gfxARM.s scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl:145: # USE_ARM_COSTUME_ASM proc3ARM.s compiled, linked?, but *not* used :P (portdefs.h) scummvm-2.2.0+dfsg1/backends/platform/symbian/AdaptAllMMPs.pl-146-); ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-450- scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:451: system("abld MAKEFILE $TargetName > NUL 2> NUL"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-452- PrintErrorMessage("'abld MAKEFILE $TargetName' exited with value " . ($? >> 8)) if ($? >> 8); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-453- scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:454: system("abld CLEAN $TargetName UREL > NUL 2> NUL"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-455- PrintErrorMessage("'abld CLEAN $TargetName urel' exited with value " . ($? >> 8)) if ($? >> 8); ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-465- $Redirection = ($RedirectSTDERR ? "2>> $build_log_err" : ""); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:466: system("abld TARGET $TargetName UREL $Redirection >> $build_log_out"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-467- $OK = 0 if ($? >> 8); ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-479- { scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:480: system("del /S /Q $TargetIntermediatePath > NUL"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-481- } ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-617- # remove all libs here, note they are in another dir! scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:618: system("del ".$SDK_RootDirs{$SDK}."/epoc32/release/$TargetName/urel/scummvm_*.lib"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-619- ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-622- scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:623: system("abld CLEAN $TargetName UREL 2> NUL > NUL"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-624- PrintErrorMessage("'abld CLEAN $TargetName UREL' exited with value " . ($? >> 8)) if ($? >> 8); ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-632- $Redirection = ($RedirectSTDERR ? "2>> $build_log_err" : ""); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:633: system("abld BUILD $TargetName UREL $Redirection >> $build_log_out"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-634- $OK = 0 if ($? >> 8); ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-646-## fix if (!$ReallyQuiet) for next: scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:647: system("makesis -d\"".$SDK_RootDirs{$SDK}."\" $PkgFile \"$output_dir/$Package\" $Redirection >> $build_log_out"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-648- $OK = 0 if ($? >> 8); ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-664- #PrintMessage("Cleaning $TargetIntermediatePath"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl:665: system("del /S /Q $TargetIntermediatePath > NUL"); scummvm-2.2.0+dfsg1/backends/platform/symbian/BuildPackageUpload_AllVersions.pl-666- } ############################################## scummvm-2.2.0+dfsg1/backends/platform/symbian/src/ScummApp.cpp-29-extern "C" int _chkstk(int /*a*/) { scummvm-2.2.0+dfsg1/backends/platform/symbian/src/ScummApp.cpp:30:_asm { scummvm-2.2.0+dfsg1/backends/platform/symbian/src/ScummApp.cpp-31- push ecx ############################################## scummvm-2.2.0+dfsg1/backends/platform/maemo/debian/postinst-10-[ -z "$OSVER" -a -f /etc/osso_software_version ] && OSVER=`cat /etc/osso_software_version` scummvm-2.2.0+dfsg1/backends/platform/maemo/debian/postinst:11:OSVER=`echo $OSVER | cut -d _ -f 2` scummvm-2.2.0+dfsg1/backends/platform/maemo/debian/postinst-12-case $OSVER in ############################################## scummvm-2.2.0+dfsg1/backends/platform/psp/trace.cpp-75-#define GET_RET(retAddr) \ scummvm-2.2.0+dfsg1/backends/platform/psp/trace.cpp:76: asm volatile ("move %0,$ra\n\t" \ scummvm-2.2.0+dfsg1/backends/platform/psp/trace.cpp-77- : "=&r" (retAddr) : ) ############################################## scummvm-2.2.0+dfsg1/backends/platform/psp/trace.cpp-79-#define GET_SP(stackPtr) \ scummvm-2.2.0+dfsg1/backends/platform/psp/trace.cpp:80: asm volatile ("move %0,$sp\n\t" \ scummvm-2.2.0+dfsg1/backends/platform/psp/trace.cpp-81- : "=&r" (stackPtr) : ) ############################################## scummvm-2.2.0+dfsg1/backends/platform/psp/memory.h-36- uint32 data; scummvm-2.2.0+dfsg1/backends/platform/psp/memory.h:37: asm volatile ("lwr %0,0(%1)\n\t" scummvm-2.2.0+dfsg1/backends/platform/psp/memory.h-38- "lwl %0,3(%1)\n\t" ############################################## scummvm-2.2.0+dfsg1/backends/platform/psp/memory.h-40- scummvm-2.2.0+dfsg1/backends/platform/psp/memory.h:41: asm volatile ("swr %1,0(%2)\n\t" scummvm-2.2.0+dfsg1/backends/platform/psp/memory.h-42- "swl %1,3(%2)\n\t" ############################################## scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh-5- scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh:6:CARTSIZE=`ls -l $1 | cut -d" " -f5` scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh-7- scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh:8:REMAINDER=`echo $CARTSIZE % $BASESIZE | bc` scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh:9:REMAINDER=`echo $BASESIZE - $REMAINDER | bc` scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh:10:CARTSIZE=`echo $CARTSIZE + $REMAINDER | bc` scummvm-2.2.0+dfsg1/backends/platform/n64/pad_rom.sh-11- ############################################## scummvm-2.2.0+dfsg1/backends/platform/sdl/riscos/riscos.mk-16- cp ${srcdir}/dists/riscos/!Sprites11,ff9 $(APP_NAME)/!Sprites11,ff9 scummvm-2.2.0+dfsg1/backends/platform/sdl/riscos/riscos.mk:17: sed -i -e "s/|WimpSlot/WimpSlot -min `du -k $(APP_NAME)/scummvm,ff8 | cut -f1`K/g" $(APP_NAME)/!Run,feb scummvm-2.2.0+dfsg1/backends/platform/sdl/riscos/riscos.mk-18- mkdir -p $(APP_NAME)/data ############################################## scummvm-2.2.0+dfsg1/backends/platform/android/android.mk-70- for i in $(DIST_FILES_DOCS) $(PORT_DISTFILES); do \ scummvm-2.2.0+dfsg1/backends/platform/android/android.mk:71: sed 's/$$/\r/' < $$i > debug/`basename $$i`.txt; \ scummvm-2.2.0+dfsg1/backends/platform/android/android.mk-72- done ############################################## scummvm-2.2.0+dfsg1/backends/platform/android/android.mk-77- for i in $(DIST_FILES_DOCS) $(PORT_DISTFILES); do \ scummvm-2.2.0+dfsg1/backends/platform/android/android.mk:78: sed 's/$$/\r/' < $$i > release/`basename $$i`.txt; \ scummvm-2.2.0+dfsg1/backends/platform/android/android.mk-79- done ############################################## scummvm-2.2.0+dfsg1/backends/platform/dc/Makefile-85- for p in $(PLUGINS); do \ scummvm-2.2.0+dfsg1/backends/platform/dc/Makefile:86: t="`basename \"$$p\" | LC_CTYPE=C tr '[:lower:]' '[:upper:]'`"; \ scummvm-2.2.0+dfsg1/backends/platform/dc/Makefile-87- sh-elf-strip -g -o "$$t" "$$p"; \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/dc/dreamcast.mk-10- @[ -z "$(PLUGINS)" ] || for p in $(or $(PLUGINS),none); do \ scummvm-2.2.0+dfsg1/backends/platform/dc/dreamcast.mk:11: t="`basename \"$$p\" | LC_CTYPE=C tr '[:lower:]' '[:upper:]'`"; \ scummvm-2.2.0+dfsg1/backends/platform/dc/dreamcast.mk-12- if /usr/bin/test "$$p" -ot "$$t"; then :; else \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/dc/check_plugin_symbols-2-case "$0" in scummvm-2.2.0+dfsg1/backends/platform/dc/check_plugin_symbols:3: */*) dir=`dirname "$0"`/;; scummvm-2.2.0+dfsg1/backends/platform/dc/check_plugin_symbols-4- *) dir="";; ############################################## scummvm-2.2.0+dfsg1/backends/platform/openpandora/build/config-alleng.sh-19-cd ../../../.. scummvm-2.2.0+dfsg1/backends/platform/openpandora/build/config-alleng.sh:20:./configure --backend=openpandora --host=openpandora --disable-nasm \ scummvm-2.2.0+dfsg1/backends/platform/openpandora/build/config-alleng.sh-21- --with-sdl-prefix=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/openpandora/build/config.sh-19-cd ../../../.. scummvm-2.2.0+dfsg1/backends/platform/openpandora/build/config.sh:20:./configure --backend=openpandora --host=openpandora --disable-nasm \ scummvm-2.2.0+dfsg1/backends/platform/openpandora/build/config.sh-21- --with-sdl-prefix=/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/bin \ ############################################## scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk-43- @mkdir -p romfs/plugins scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk:44: @for i in $(PLUGINS); do $(STRIP) --strip-debug $$i -o romfs/plugins/`basename $$i`; done scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk-45-endif ############################################## scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk-78- bin2s $(FILEPATH) | $(AS) -o $@ scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk:79: echo "extern const u8" `(echo $(FILE) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo $(FILEPATH) | tr . _)`.h scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk:80: echo "extern const u8" `(echo $(FILE) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo $(FILEPATH) | tr . _)`.h scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk:81: echo "extern const u32" `(echo $(FILE) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size";" >> `(echo $(FILEPATH) | tr . _)`.h scummvm-2.2.0+dfsg1/backends/platform/3ds/3ds.mk-82-endef ############################################## scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md-219-In case you get a "compiler not found" message, add the toolchain's executables to your PATH: scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md:220:```$ export PATH=$DEVKITARM/bin:$PATH``` scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md-221- scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md-222-Note: In more recent codebases of ScummVM, you may or may not need to set the following beforehand: scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md:223:```$ export PKG_CONFIG_LIBDIR=$PORTLIBS/lib/pkgconfig``` scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md-224-See above for $PORTLIBS. ############################################## scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md-228-the build system to package it in the binary: scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md:229:```$ export DIST_3DS_EXTRA_FILES=/path/to/cacert.pem``` scummvm-2.2.0+dfsg1/backends/platform/3ds/README.md-230-The name of the file must be `cacert.pem`. ############################################## scummvm-2.2.0+dfsg1/backends/fs/morphos/morphos-fs.cpp-317- scummvm-2.2.0+dfsg1/backends/fs/morphos/morphos-fs.cpp:318: CONST_STRPTR volName = (CONST_STRPTR)BADDR(dosList->dol_Name)+1; scummvm-2.2.0+dfsg1/backends/fs/morphos/morphos-fs.cpp-319- CONST_STRPTR devName = (CONST_STRPTR)((struct Task *)dosList->dol_Task->mp_SigTask)->tc_Node.ln_Name; ############################################## scummvm-2.2.0+dfsg1/config.guess-34- scummvm-2.2.0+dfsg1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` scummvm-2.2.0+dfsg1/config.guess-36- ############################################## scummvm-2.2.0+dfsg1/config.guess-105- # shellcheck disable=SC2039 scummvm-2.2.0+dfsg1/config.guess:106: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || scummvm-2.2.0+dfsg1/config.guess-107- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || ############################################## scummvm-2.2.0+dfsg1/config.guess-155- EOF scummvm-2.2.0+dfsg1/config.guess:156: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" scummvm-2.2.0+dfsg1/config.guess-157- ############################################## scummvm-2.2.0+dfsg1/config.guess-192- earmv*) scummvm-2.2.0+dfsg1/config.guess:193: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` scummvm-2.2.0+dfsg1/config.guess:194: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` scummvm-2.2.0+dfsg1/config.guess-195- machine="${arch}${endian}"-unknown ############################################## scummvm-2.2.0+dfsg1/config.guess-224- expr='s/^earmv[0-9]/-eabi/;s/eb$//' scummvm-2.2.0+dfsg1/config.guess:225: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` scummvm-2.2.0+dfsg1/config.guess-226- ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-237- *) scummvm-2.2.0+dfsg1/config.guess:238: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` scummvm-2.2.0+dfsg1/config.guess-239- ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-290- *4.0) scummvm-2.2.0+dfsg1/config.guess:291: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` scummvm-2.2.0+dfsg1/config.guess-292- ;; scummvm-2.2.0+dfsg1/config.guess-293- *5.*) scummvm-2.2.0+dfsg1/config.guess:294: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` scummvm-2.2.0+dfsg1/config.guess-295- ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-300- # types through head -n 1, so we only detect the type of CPU 0. scummvm-2.2.0+dfsg1/config.guess:301: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` scummvm-2.2.0+dfsg1/config.guess-302- case "$ALPHA_CPU_TYPE" in ############################################## scummvm-2.2.0+dfsg1/config.guess-338- # 1.2 uses "1.2" for uname -r. scummvm-2.2.0+dfsg1/config.guess:339: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" scummvm-2.2.0+dfsg1/config.guess-340- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## scummvm-2.2.0+dfsg1/config.guess-389- s390x:SunOS:*:*) scummvm-2.2.0+dfsg1/config.guess:390: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" scummvm-2.2.0+dfsg1/config.guess-391- exit ;; scummvm-2.2.0+dfsg1/config.guess-392- sun4H:SunOS:5.*:*) scummvm-2.2.0+dfsg1/config.guess:393: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" scummvm-2.2.0+dfsg1/config.guess-394- exit ;; scummvm-2.2.0+dfsg1/config.guess-395- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) scummvm-2.2.0+dfsg1/config.guess:396: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" scummvm-2.2.0+dfsg1/config.guess-397- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-414- fi scummvm-2.2.0+dfsg1/config.guess:415: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" scummvm-2.2.0+dfsg1/config.guess-416- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-420- # it's likely to be more like Solaris than SunOS4. scummvm-2.2.0+dfsg1/config.guess:421: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" scummvm-2.2.0+dfsg1/config.guess-422- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-429- # Japanese Language versions have a version number like `4.1.3-JL'. scummvm-2.2.0+dfsg1/config.guess:430: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" scummvm-2.2.0+dfsg1/config.guess-431- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-435- sun*:*:4.2BSD:*) scummvm-2.2.0+dfsg1/config.guess:436: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` scummvm-2.2.0+dfsg1/config.guess-437- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## scummvm-2.2.0+dfsg1/config.guess-517- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && scummvm-2.2.0+dfsg1/config.guess:518: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && scummvm-2.2.0+dfsg1/config.guess:519: SYSTEM_NAME=`"$dummy" "$dummyarg"` && scummvm-2.2.0+dfsg1/config.guess-520- { echo "$SYSTEM_NAME"; exit; } ############################################## scummvm-2.2.0+dfsg1/config.guess-573- *:IRIX*:*:*) scummvm-2.2.0+dfsg1/config.guess:574: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" scummvm-2.2.0+dfsg1/config.guess-575- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-603-EOF scummvm-2.2.0+dfsg1/config.guess:604: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` scummvm-2.2.0+dfsg1/config.guess-605- then ############################################## scummvm-2.2.0+dfsg1/config.guess-616- *:AIX:*:[4567]) scummvm-2.2.0+dfsg1/config.guess:617: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` scummvm-2.2.0+dfsg1/config.guess-618- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## scummvm-2.2.0+dfsg1/config.guess-652- 9000/[34678]??:HP-UX:*:*) scummvm-2.2.0+dfsg1/config.guess:653: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` scummvm-2.2.0+dfsg1/config.guess-654- case "$UNAME_MACHINE" in ############################################## scummvm-2.2.0+dfsg1/config.guess-706-EOF scummvm-2.2.0+dfsg1/config.guess:707: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` scummvm-2.2.0+dfsg1/config.guess-708- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## scummvm-2.2.0+dfsg1/config.guess-734- ia64:HP-UX:*:*) scummvm-2.2.0+dfsg1/config.guess:735: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` scummvm-2.2.0+dfsg1/config.guess-736- echo ia64-hp-hpux"$HPUX_REV" ############################################## scummvm-2.2.0+dfsg1/config.guess-764-EOF scummvm-2.2.0+dfsg1/config.guess:765: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && scummvm-2.2.0+dfsg1/config.guess-766- { echo "$SYSTEM_NAME"; exit; } ############################################## scummvm-2.2.0+dfsg1/config.guess-835- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` scummvm-2.2.0+dfsg1/config.guess:836: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` scummvm-2.2.0+dfsg1/config.guess-837- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## scummvm-2.2.0+dfsg1/config.guess-840- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` scummvm-2.2.0+dfsg1/config.guess:841: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` scummvm-2.2.0+dfsg1/config.guess-842- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## scummvm-2.2.0+dfsg1/config.guess-858- then scummvm-2.2.0+dfsg1/config.guess:859: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi scummvm-2.2.0+dfsg1/config.guess-860- else scummvm-2.2.0+dfsg1/config.guess:861: echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf scummvm-2.2.0+dfsg1/config.guess-862- fi ############################################## scummvm-2.2.0+dfsg1/config.guess-871- esac scummvm-2.2.0+dfsg1/config.guess:872: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" scummvm-2.2.0+dfsg1/config.guess-873- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-907- prep*:SunOS:5.*:*) scummvm-2.2.0+dfsg1/config.guess:908: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" scummvm-2.2.0+dfsg1/config.guess-909- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-911- # the GNU system scummvm-2.2.0+dfsg1/config.guess:912: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" scummvm-2.2.0+dfsg1/config.guess-913- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-915- # other systems with GNU libc and userland scummvm-2.2.0+dfsg1/config.guess:916: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" scummvm-2.2.0+dfsg1/config.guess-917- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-1037-EOF scummvm-2.2.0+dfsg1/config.guess:1038: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`" scummvm-2.2.0+dfsg1/config.guess-1039- test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; } ############################################## scummvm-2.2.0+dfsg1/config.guess-1137- i*86:*:4.*:*) scummvm-2.2.0+dfsg1/config.guess:1138: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` scummvm-2.2.0+dfsg1/config.guess-1139- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## scummvm-2.2.0+dfsg1/config.guess-1440- *:DragonFly:*:*) scummvm-2.2.0+dfsg1/config.guess:1441: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" scummvm-2.2.0+dfsg1/config.guess-1442- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-1453- i*86:skyos:*:*) scummvm-2.2.0+dfsg1/config.guess:1454: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" scummvm-2.2.0+dfsg1/config.guess-1455- exit ;; ############################################## scummvm-2.2.0+dfsg1/config.guess-1603- scummvm-2.2.0+dfsg1/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` && scummvm-2.2.0+dfsg1/config.guess-1605- { echo "$SYSTEM_NAME"; exit; } ############################################## scummvm-2.2.0+dfsg1/config.guess-1633- scummvm-2.2.0+dfsg1/config.guess:1634:year=`echo $timestamp | sed 's,-.*,,'` scummvm-2.2.0+dfsg1/config.guess-1635-# shellcheck disable=SC2003 scummvm-2.2.0+dfsg1/config.guess:1636:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then scummvm-2.2.0+dfsg1/config.guess-1637- cat >&2 <<EOF ############################################## scummvm-2.2.0+dfsg1/Makefile.common-74-QUIET_AS = @echo ' ' AS ' ' $@; scummvm-2.2.0+dfsg1/Makefile.common:75:QUIET_NASM = @echo ' ' NASM ' ' $@; scummvm-2.2.0+dfsg1/Makefile.common-76-QUIET_PANDOC = @echo ' ' PANDOC ' ' $@; ############################################## scummvm-2.2.0+dfsg1/Makefile.common-172-ifdef USE_NASM scummvm-2.2.0+dfsg1/Makefile.common:173:# Build rule for NASM assembler files scummvm-2.2.0+dfsg1/Makefile.common-174-%.o: %.asm ############################################## scummvm-2.2.0+dfsg1/README.md-1884- scummvm-2.2.0+dfsg1/README.md:1885:`$HOME/Documents/ScummVM Savegames/` scummvm-2.2.0+dfsg1/README.md-1886- ############################################## scummvm-2.2.0+dfsg1/README.md-1889-We follow the XDG Base Directory Specification. This means by default scummvm-2.2.0+dfsg1/README.md:1890:saved games can be found in: `$XDG_DATA_HOME/scummvm/saves/` scummvm-2.2.0+dfsg1/README.md-1891- ############################################## scummvm-2.2.0+dfsg1/README.md-2538-We follow the XDG Base Directory Specification. This means our scummvm-2.2.0+dfsg1/README.md:2539:configuration can be found in: `$XDG_CONFIG_HOME/scummvm/scummvm.ini` scummvm-2.2.0+dfsg1/README.md-2540- ############################################## scummvm-2.2.0+dfsg1/README.md-2890-versions written in assembler. If you wish to use this option, you will scummvm-2.2.0+dfsg1/README.md:2891:need to install nasm assembler (see <https://www.nasm.us/>). Note that scummvm-2.2.0+dfsg1/README.md-2892-we currently only have x86 MMX optimized versions, and they will not ############################################## scummvm-2.2.0+dfsg1/config.sub-52- scummvm-2.2.0+dfsg1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` scummvm-2.2.0+dfsg1/config.sub-54- ############################################## scummvm-2.2.0+dfsg1/config.sub-768- i*86v32) scummvm-2.2.0+dfsg1/config.sub:769: cpu=`echo "$1" | sed -e 's/86.*/86/'` scummvm-2.2.0+dfsg1/config.sub-770- vendor=pc ############################################## scummvm-2.2.0+dfsg1/config.sub-773- i*86v4*) scummvm-2.2.0+dfsg1/config.sub:774: cpu=`echo "$1" | sed -e 's/86.*/86/'` scummvm-2.2.0+dfsg1/config.sub-775- vendor=pc ############################################## scummvm-2.2.0+dfsg1/config.sub-778- i*86v) scummvm-2.2.0+dfsg1/config.sub:779: cpu=`echo "$1" | sed -e 's/86.*/86/'` scummvm-2.2.0+dfsg1/config.sub-780- vendor=pc ############################################## scummvm-2.2.0+dfsg1/config.sub-783- i*86sol2) scummvm-2.2.0+dfsg1/config.sub:784: cpu=`echo "$1" | sed -e 's/86.*/86/'` scummvm-2.2.0+dfsg1/config.sub-785- vendor=pc ############################################## scummvm-2.2.0+dfsg1/config.sub-916- cpu=sparc scummvm-2.2.0+dfsg1/config.sub:917: vendor=`echo "$basic_machine" | sed 's/-.*//'` scummvm-2.2.0+dfsg1/config.sub-918- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1083- sh5e[lb]-*) scummvm-2.2.0+dfsg1/config.sub:1084: cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'` scummvm-2.2.0+dfsg1/config.sub-1085- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1101- xscale-* | xscalee[bl]-*) scummvm-2.2.0+dfsg1/config.sub:1102: cpu=`echo "$cpu" | sed 's/^xscale/arm/'` scummvm-2.2.0+dfsg1/config.sub-1103- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1256- *) scummvm-2.2.0+dfsg1/config.sub:1257: echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 scummvm-2.2.0+dfsg1/config.sub-1258- exit 1 ############################################## scummvm-2.2.0+dfsg1/config.sub-1290- solaris1 | solaris1.*) scummvm-2.2.0+dfsg1/config.sub:1291: os=`echo $os | sed -e 's|solaris1|sunos4|'` scummvm-2.2.0+dfsg1/config.sub-1292- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1299- gnu/linux*) scummvm-2.2.0+dfsg1/config.sub:1300: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` scummvm-2.2.0+dfsg1/config.sub-1301- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1322- sco3.2.[4-9]*) scummvm-2.2.0+dfsg1/config.sub:1323: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` scummvm-2.2.0+dfsg1/config.sub-1324- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1386- nto*) scummvm-2.2.0+dfsg1/config.sub:1387: os=`echo $os | sed -e 's|nto|nto-qnx|'` scummvm-2.2.0+dfsg1/config.sub-1388- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1396- linux*) scummvm-2.2.0+dfsg1/config.sub:1397: os=`echo $os | sed -e 's|linux|linux-gnu|'` scummvm-2.2.0+dfsg1/config.sub-1398- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1408- mac*) scummvm-2.2.0+dfsg1/config.sub:1409: os=`echo "$os" | sed -e 's|mac|macos|'` scummvm-2.2.0+dfsg1/config.sub-1410- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1417- sunos5*) scummvm-2.2.0+dfsg1/config.sub:1418: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` scummvm-2.2.0+dfsg1/config.sub-1419- ;; scummvm-2.2.0+dfsg1/config.sub-1420- sunos6*) scummvm-2.2.0+dfsg1/config.sub:1421: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` scummvm-2.2.0+dfsg1/config.sub-1422- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1454- sinix5.*) scummvm-2.2.0+dfsg1/config.sub:1455: os=`echo $os | sed -e 's|sinix|sysv|'` scummvm-2.2.0+dfsg1/config.sub-1456- ;; ############################################## scummvm-2.2.0+dfsg1/config.sub-1514- *) scummvm-2.2.0+dfsg1/config.sub:1515: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 scummvm-2.2.0+dfsg1/config.sub-1516- exit 1 ############################################## scummvm-2.2.0+dfsg1/common/coroutines.cpp-231- pCurrent = pProc; scummvm-2.2.0+dfsg1/common/coroutines.cpp:232: pProc->coroAddr(pProc->state, pProc->param); scummvm-2.2.0+dfsg1/common/coroutines.cpp-233- ############################################## scummvm-2.2.0+dfsg1/common/lua/luaconf.h-565- scummvm-2.2.0+dfsg1/common/lua/luaconf.h:566:#define lua_number2int(i,d) __asm fld d __asm fistp i scummvm-2.2.0+dfsg1/common/lua/luaconf.h-567-#define lua_number2integer(i,n) lua_number2int(i, n) ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/opl/dbopl.h-263- scummvm-2.2.0+dfsg1/audio/softsynth/opl/dbopl.h:264: Bit32u WriteAddr( Bit32u port, Bit8u val ); scummvm-2.2.0+dfsg1/audio/softsynth/opl/dbopl.h-265- ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/opl/dosbox.cpp-217- case Config::kOpl2: scummvm-2.2.0+dfsg1/audio/softsynth/opl/dosbox.cpp:218: _reg.normal = _emulator->WriteAddr(port, val) & 0xff; scummvm-2.2.0+dfsg1/audio/softsynth/opl/dosbox.cpp-219- break; scummvm-2.2.0+dfsg1/audio/softsynth/opl/dosbox.cpp-220- case Config::kOpl3: scummvm-2.2.0+dfsg1/audio/softsynth/opl/dosbox.cpp:221: _reg.normal = _emulator->WriteAddr(port, val) & 0x1ff; scummvm-2.2.0+dfsg1/audio/softsynth/opl/dosbox.cpp-222- break; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/opl/dbopl.cpp-1221- scummvm-2.2.0+dfsg1/audio/softsynth/opl/dbopl.cpp:1222:Bit32u Chip::WriteAddr( Bit32u port, Bit8u val ) { scummvm-2.2.0+dfsg1/audio/softsynth/opl/dbopl.cpp-1223- switch ( port & 3 ) { ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1264- Bit32u addr = (sysex[0] << 16) | (sysex[1] << 8) | (sysex[2]); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1265: addr = MT32EMU_MEMADDR(addr); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1266- sysex += 3; scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1267- len -= 3; scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1268: //printDebug("Sysex addr: 0x%06x", MT32EMU_SYSEXMEMADDR(addr)); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1269- // NOTE: Please keep both lower and upper bounds in each check, for ease of reading ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1273-#if MT32EMU_MONITOR_SYSEX > 0 scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1274: printDebug("WRITE-CHANNEL: Channel %d temp area 0x%06x", device, MT32EMU_SYSEXMEMADDR(addr)); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1275-#endif scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1276: if (/*addr >= MT32EMU_MEMADDR(0x000000) && */addr < MT32EMU_MEMADDR(0x010000)) { scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1277: addr += MT32EMU_MEMADDR(0x030000); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1278- Bit8u *chanParts = extensions.chantable[device]; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1301- } scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1302: } else if (/*addr >= MT32EMU_MEMADDR(0x010000) && */ addr < MT32EMU_MEMADDR(0x020000)) { scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1303: addr += MT32EMU_MEMADDR(0x030110) - MT32EMU_MEMADDR(0x010000); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1304: } else if (/*addr >= MT32EMU_MEMADDR(0x020000) && */ addr < MT32EMU_MEMADDR(0x030000)) { scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1305: addr += MT32EMU_MEMADDR(0x040000) - MT32EMU_MEMADDR(0x020000); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1306- Bit8u *chanParts = extensions.chantable[device]; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1346- if (region == NULL) { scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp:1347: printDebug("Sysex write to unrecognised address %06x, len %d", MT32EMU_SYSEXMEMADDR(addr), len); scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Synth.cpp-1348- break; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-98-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:99: PatchTempMemoryRegion(Synth *useSynth, Bit8u *useRealMemory, Bit8u *useMaxTable) : MemoryRegion(useSynth, useRealMemory, useMaxTable, MR_PatchTemp, MT32EMU_MEMADDR(0x030000), sizeof(MemParams::PatchTemp), 9) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-100-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-102-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:103: RhythmTempMemoryRegion(Synth *useSynth, Bit8u *useRealMemory, Bit8u *useMaxTable) : MemoryRegion(useSynth, useRealMemory, useMaxTable, MR_RhythmTemp, MT32EMU_MEMADDR(0x030110), sizeof(MemParams::RhythmTemp), 85) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-104-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-106-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:107: TimbreTempMemoryRegion(Synth *useSynth, Bit8u *useRealMemory, Bit8u *useMaxTable) : MemoryRegion(useSynth, useRealMemory, useMaxTable, MR_TimbreTemp, MT32EMU_MEMADDR(0x040000), sizeof(TimbreParam), 8) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-108-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-110-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:111: PatchesMemoryRegion(Synth *useSynth, Bit8u *useRealMemory, Bit8u *useMaxTable) : MemoryRegion(useSynth, useRealMemory, useMaxTable, MR_Patches, MT32EMU_MEMADDR(0x050000), sizeof(PatchParam), 128) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-112-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-114-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:115: TimbresMemoryRegion(Synth *useSynth, Bit8u *useRealMemory, Bit8u *useMaxTable) : MemoryRegion(useSynth, useRealMemory, useMaxTable, MR_Timbres, MT32EMU_MEMADDR(0x080000), sizeof(MemParams::PaddedTimbre), 64 + 64 + 64 + 64) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-116-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-118-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:119: SystemMemoryRegion(Synth *useSynth, Bit8u *useRealMemory, Bit8u *useMaxTable) : MemoryRegion(useSynth, useRealMemory, useMaxTable, MR_System, MT32EMU_MEMADDR(0x100000), sizeof(MemParams::System), 1) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-120-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-122-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:123: DisplayMemoryRegion(Synth *useSynth) : MemoryRegion(useSynth, NULL, NULL, MR_Display, MT32EMU_MEMADDR(0x200000), SYSEX_BUFFER_SIZE - 1, 1) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-124-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-126-public: scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h:127: ResetMemoryRegion(Synth *useSynth) : MemoryRegion(useSynth, NULL, NULL, MR_Reset, MT32EMU_MEMADDR(0x7F0000), 0x3FFF, 1) {} scummvm-2.2.0+dfsg1/audio/softsynth/mt32/MemoryRegion.h-128-}; ############################################## scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Structures.h-25- scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Structures.h:26:// MT32EMU_MEMADDR() converts from sysex-padded, MT32EMU_SYSEXMEMADDR converts to it scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Structures.h-27-// Roland provides documentation using the sysex-padded addresses, so we tend to use that in code and output scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Structures.h:28:#define MT32EMU_MEMADDR(x) ((((x) & 0x7f0000) >> 2) | (((x) & 0x7f00) >> 1) | ((x) & 0x7f)) scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Structures.h:29:#define MT32EMU_SYSEXMEMADDR(x) ((((x) & 0x1FC000) << 2) | (((x) & 0x3F80) << 1) | ((x) & 0x7f)) scummvm-2.2.0+dfsg1/audio/softsynth/mt32/Structures.h-30- ############################################## scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm-67- scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:68:include \pc\dreamweb\vars.asm ;variables and equates scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:69:include \pc\dreamweb\sprite.asm ;sprite routines scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:70:include \pc\dreamweb\vgagrafx.asm ;screen routines for vga scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:71:include \pc\dreamweb\vgafades.asm ;fade routines scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:72:include \pc\dreamweb\titles.asm ;guess! scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:73:include \pc\dreamweb\print.asm ;text printing routines scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:74:include \pc\dreamweb\object.asm ;pickup scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:75:include \pc\dreamweb\backdrop.asm ;draws floor etc. scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:76:include \pc\dreamweb\look.asm ;look command scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:77:include \pc\dreamweb\talk.asm ;conversations scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:78:include \pc\dreamweb\newplace.asm ;travel scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:79:include \pc\dreamweb\monitor.asm ;network machine scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:80:include \pc\dreamweb\use.asm ;individual use routines scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:81:include \pc\dreamweb\keypad.asm ;accept code with keypad scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm:82:include \pc\dreamweb\saveload.asm ;in game options scummvm-2.2.0+dfsg1/devtools/tasmrecover/dreamweb/dreamweb.asm-83-include \pc\dreamweb\sblaster.asm ############################################## scummvm-2.2.0+dfsg1/devtools/tasmrecover/tasm-recover-457- 'linelength', scummvm-2.2.0+dfsg1/devtools/tasmrecover/tasm-recover:458: # vars.asm - saved vars scummvm-2.2.0+dfsg1/devtools/tasmrecover/tasm-recover-459- 'startvars', ############################################## scummvm-2.2.0+dfsg1/devtools/tasmrecover/tasm-recover-517- 'shakecounter', scummvm-2.2.0+dfsg1/devtools/tasmrecover/tasm-recover:518: # vars.asm - constants scummvm-2.2.0+dfsg1/devtools/tasmrecover/tasm-recover-519- 'openinvlist', ############################################## scummvm-2.2.0+dfsg1/devtools/create_hugo/staticdata.h-1926- {24, 300, 83, 319, 183, kALscr2423_2w, 304, 120, Common::KEYCODE_RIGHT}, // lampcave to threeway scummvm-2.2.0+dfsg1/devtools/create_hugo/staticdata.h:1927: {25, 0, 98, 15, 171, kALscr2523_2w, 14, 167, Common::KEYCODE_LEFT}, // chasm to threeway scummvm-2.2.0+dfsg1/devtools/create_hugo/staticdata.h-1928- {25, 172, 95, 221, 172, kALchasm_2w, -1, -1, -1}, // chasm ############################################## scummvm-2.2.0+dfsg1/devtools/create_hugo/staticdata.h-2096- {24, 300, 83, 319, 183, kALscr2423_2d, 304, 120, Common::KEYCODE_RIGHT}, // lampcave to threeway scummvm-2.2.0+dfsg1/devtools/create_hugo/staticdata.h:2097: {25, 0, 98, 15, 171, kALscr2523_2d, 14, 167, Common::KEYCODE_LEFT}, // chasm to threeway scummvm-2.2.0+dfsg1/devtools/create_hugo/staticdata.h-2098- {25, 172, 95, 221, 172, kALchasm_2d, -1, -1, -1}, // chasm ############################################## scummvm-2.2.0+dfsg1/devtools/sci/scidisasm.cpp-146- case 256: scummvm-2.2.0+dfsg1/devtools/sci/scidisasm.cpp:147: printf("scidisasm ("PACKAGE") "VERSION"\n"); scummvm-2.2.0+dfsg1/devtools/sci/scidisasm.cpp-148- printf("This program is copyright (C) 1999 Christoph Reichenbach.\n" ############################################## scummvm-2.2.0+dfsg1/devtools/encode-macbinary.sh-27-macbinarydump() { scummvm-2.2.0+dfsg1/devtools/encode-macbinary.sh:28: mypath=`realpath $0` scummvm-2.2.0+dfsg1/devtools/encode-macbinary.sh-29- ############################################## scummvm-2.2.0+dfsg1/devtools/encode-macbinary.sh-48- IFS=$'\n' scummvm-2.2.0+dfsg1/devtools/encode-macbinary.sh:49: mypath=`realpath $0` scummvm-2.2.0+dfsg1/devtools/encode-macbinary.sh-50- ############################################## scummvm-2.2.0+dfsg1/devtools/create_project/visualstudio.cpp-342- scummvm-2.2.0+dfsg1/devtools/create_project/visualstudio.cpp:343: // NASM is not supported for x64, thus we do not need to add additional entries here :-). scummvm-2.2.0+dfsg1/devtools/create_project/visualstudio.cpp-344- writeFileToProject(projectFile, filePath, ARCH_X86, indentString, toolLine); ############################################## scummvm-2.2.0+dfsg1/devtools/create_project/cmake.cpp-324- return std::strcmp(name, "nasm") == 0 || scummvm-2.2.0+dfsg1/devtools/create_project/cmake.cpp:325: std::strcmp(name, "updates") == 0 ; // NASM is not supported for now scummvm-2.2.0+dfsg1/devtools/create_project/cmake.cpp-326-} ############################################## scummvm-2.2.0+dfsg1/devtools/create_project/msbuild.cpp-533- scummvm-2.2.0+dfsg1/devtools/create_project/msbuild.cpp:534: // Output asm files scummvm-2.2.0+dfsg1/devtools/create_project/msbuild.cpp-535- if (!_asmFiles.empty()) { ############################################## scummvm-2.2.0+dfsg1/devtools/create_project/msvc.cpp-40- scummvm-2.2.0+dfsg1/devtools/create_project/msvc.cpp:41: // NASM not supported for Windows on AMD64 target scummvm-2.2.0+dfsg1/devtools/create_project/msvc.cpp-42- StringList amd64_disabled_features; ############################################## scummvm-2.2.0+dfsg1/devtools/create_project/msvc.cpp-44- _arch_disabled_features[ARCH_AMD64] = amd64_disabled_features; scummvm-2.2.0+dfsg1/devtools/create_project/msvc.cpp:45: // NASM not supported for WoA target scummvm-2.2.0+dfsg1/devtools/create_project/msvc.cpp-46- // No OpenGL, OpenGL ES on Windows on ARM ############################################## scummvm-2.2.0+dfsg1/devtools/scumm-md5.txt-45-# for i in `find -name 00.*` `find -name 000.*` `find -name *.??0` `find -name *Data*` ; do scummvm-2.2.0+dfsg1/devtools/scumm-md5.txt:46:# m=`head -c 1048576 "$i" | md5sum | cut -f1 -d' '` ; scummvm-2.2.0+dfsg1/devtools/scumm-md5.txt:47:# s=`du -b "$i" | cut -f1` ; scummvm-2.2.0+dfsg1/devtools/scumm-md5.txt-48-# sed -i -e "s/$m\t-1/$m\t$s/" /PATH/TO/scumm-md5.txt ; ############################################## scummvm-2.2.0+dfsg1/devtools/credits.pl-1179- add_person("Max Horn", "Fingolfin", "(retired)"); scummvm-2.2.0+dfsg1/devtools/credits.pl:1180: add_person("Eugene Sandulenko", "sev", "Asm routines, GFX layers"); scummvm-2.2.0+dfsg1/devtools/credits.pl-1181- end_section(); ############################################## scummvm-2.2.0+dfsg1/engines/agi/preagi_mickey.h-163-#define IDI_MSA_PIC_VENUS_5 38 scummvm-2.2.0+dfsg1/engines/agi/preagi_mickey.h:164:#define IDI_MSA_PIC_VENUS_CHASM 35 scummvm-2.2.0+dfsg1/engines/agi/preagi_mickey.h-165-#define IDI_MSA_PIC_VENUS_CHASM_1 183 // rope lowered ############################################## scummvm-2.2.0+dfsg1/engines/agi/preagi_mickey.h-481- scummvm-2.2.0+dfsg1/engines/agi/preagi_mickey.h:482:#define IDI_MSA_ACTION_DOWN_CHASM 0x91 scummvm-2.2.0+dfsg1/engines/agi/preagi_mickey.h-483-#define IDI_MSA_ACTION_DOWN_ROPE 0x92 ############################################## scummvm-2.2.0+dfsg1/engines/cge/sound.h-57- ~DataCk(); scummvm-2.2.0+dfsg1/engines/cge/sound.h:58: inline const byte *addr() { scummvm-2.2.0+dfsg1/engines/cge/sound.h-59- return _buf; ############################################## scummvm-2.2.0+dfsg1/engines/cge/sound.cpp-78- stop(); scummvm-2.2.0+dfsg1/engines/cge/sound.cpp:79: _smpinf._saddr = &*(wav->addr()); scummvm-2.2.0+dfsg1/engines/cge/sound.cpp-80- _smpinf._slen = (uint16)wav->size(); ############################################## scummvm-2.2.0+dfsg1/engines/cge2/sound.h-56- ~DataCk(); scummvm-2.2.0+dfsg1/engines/cge2/sound.h:57: inline const byte *addr() { scummvm-2.2.0+dfsg1/engines/cge2/sound.h-58- return _buf; ############################################## scummvm-2.2.0+dfsg1/engines/cge2/sound.cpp-78- stop(); scummvm-2.2.0+dfsg1/engines/cge2/sound.cpp:79: _smpinf._saddr = &*(wav->addr()); scummvm-2.2.0+dfsg1/engines/cge2/sound.cpp-80- _smpinf._slen = (uint16)wav->size(); ############################################## scummvm-2.2.0+dfsg1/engines/sky/music/adlibchannel.cpp-94-/* This class uses the same area for the register mirror as the original scummvm-2.2.0+dfsg1/engines/sky/music/adlibchannel.cpp:95: asm driver did (_musicData[0xF5F..0x105E]), so the cache is indeed shared scummvm-2.2.0+dfsg1/engines/sky/music/adlibchannel.cpp-96- by all instances of the class. ############################################## scummvm-2.2.0+dfsg1/engines/sky/music/adlibchannel.cpp-254- } else { scummvm-2.2.0+dfsg1/engines/sky/music/adlibchannel.cpp:255: // looks like a bug. dunno why. It's what the ASM code says. scummvm-2.2.0+dfsg1/engines/sky/music/adlibchannel.cpp-256- return (uint16)(((int16)freqData) >> 1); ############################################## scummvm-2.2.0+dfsg1/engines/sky/screen.cpp-529- scummvm-2.2.0+dfsg1/engines/sky/screen.cpp:530://- sprites.asm routines scummvm-2.2.0+dfsg1/engines/sky/screen.cpp-531- ############################################## scummvm-2.2.0+dfsg1/engines/sky/grid.h-40- scummvm-2.2.0+dfsg1/engines/sky/grid.h:41: // grid.asm routines scummvm-2.2.0+dfsg1/engines/sky/grid.h-42- void loadGrids(); ############################################## scummvm-2.2.0+dfsg1/engines/sky/sky.cpp-391-void SkyEngine::initItemList() { scummvm-2.2.0+dfsg1/engines/sky/sky.cpp:392: //See List.asm for (cryptic) item # descriptions scummvm-2.2.0+dfsg1/engines/sky/sky.cpp-393- ############################################## scummvm-2.2.0+dfsg1/engines/sky/screen.h-80- scummvm-2.2.0+dfsg1/engines/sky/screen.h:81: //- regular screen.asm routines scummvm-2.2.0+dfsg1/engines/sky/screen.h-82- void forceRefresh() { memset(_gameGrid, 0x80, GRID_X * GRID_Y); } ############################################## scummvm-2.2.0+dfsg1/engines/sky/screen.h-119- scummvm-2.2.0+dfsg1/engines/sky/screen.h:120: //- more regular screen.asm + layer.asm routines scummvm-2.2.0+dfsg1/engines/sky/screen.h-121- void convertPalette(uint8 *inPal, uint8* outPal); ############################################## scummvm-2.2.0+dfsg1/engines/sky/screen.h-123- scummvm-2.2.0+dfsg1/engines/sky/screen.h:124: //- sprite.asm routines scummvm-2.2.0+dfsg1/engines/sky/screen.h-125- // fixme: get rid of these globals ############################################## scummvm-2.2.0+dfsg1/engines/director/detection.cpp-216- { "twistynight3", "Twisty Night #3"}, scummvm-2.2.0+dfsg1/engines/director/detection.cpp:217: { "vvcyber", "Victor Vector & Yondo: The Cyberplasm Formula"}, scummvm-2.2.0+dfsg1/engines/director/detection.cpp-218- { "vvdinosaur", "Victor Vector & Yondo: The Last Dinosaur Egg"}, ############################################## scummvm-2.2.0+dfsg1/engines/agos/script_ff.cpp-601- if (subObject->objectFlags & kOFNumber) { scummvm-2.2.0+dfsg1/engines/agos/script_ff.cpp:602: sprintf(buf, "%d%s", subObject->objectFlagValue[getOffsetOfChild2Param(subObject, kOFNumber)], string_ptr); scummvm-2.2.0+dfsg1/engines/agos/script_ff.cpp-603- string_ptr = buf; ############################################## scummvm-2.2.0+dfsg1/engines/agos/script_s1.cpp-418- } else { scummvm-2.2.0+dfsg1/engines/agos/script_s1.cpp:419: sprintf(buf,"%d%s", subObject->objectFlagValue[getOffsetOfChild2Param(subObject, kOFNumber)], stringPtr); scummvm-2.2.0+dfsg1/engines/agos/script_s1.cpp-420- } ############################################## scummvm-2.2.0+dfsg1/engines/agos/script_s2.cpp-429- } else { scummvm-2.2.0+dfsg1/engines/agos/script_s2.cpp:430: sprintf(buf,"%d%s", subObject->objectFlagValue[getOffsetOfChild2Param(subObject, kOFNumber)], stringPtr); scummvm-2.2.0+dfsg1/engines/agos/script_s2.cpp-431- } ############################################## scummvm-2.2.0+dfsg1/engines/dreamweb/stubs.cpp-2189- scummvm-2.2.0+dfsg1/engines/dreamweb/stubs.cpp:2190: // NB: The asm here reads scummvm-2.2.0+dfsg1/engines/dreamweb/stubs.cpp-2191- // cmp reallocation,2 ############################################## scummvm-2.2.0+dfsg1/engines/dreamweb/object.cpp-426- uint16 frameSize = frame->width * frame->height; scummvm-2.2.0+dfsg1/engines/dreamweb/object.cpp:427: // Note: the original asm didn't subtract frameSize from remainder scummvm-2.2.0+dfsg1/engines/dreamweb/object.cpp-428- uint16 remainder = kExframeslen - frame->ptr() - frameSize; ############################################## scummvm-2.2.0+dfsg1/engines/dreamweb/keypad.cpp-285- scummvm-2.2.0+dfsg1/engines/dreamweb/keypad.cpp:286:// Note: showoutermenu from the asm version was unused and thus not placed here scummvm-2.2.0+dfsg1/engines/dreamweb/keypad.cpp-287- ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-135- scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:136:int PrinceEngine::getPixelAddr(byte *pathBitmap, int x, int y) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-137- int mask = 128 >> (x & 7); ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-145- scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:146: if (getPixelAddr(_roomPathBitmap, x, y)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-147- return; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-156- if (fpD != kMaxPicHeight) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:157: if (getPixelAddr(_roomPathBitmap, x, fpD)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-158- _fpX = x; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-164- if (fpU) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:165: if (getPixelAddr(_roomPathBitmap, x, fpU)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-166- _fpX = x; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-172- if (fpL) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:173: if (getPixelAddr(_roomPathBitmap, fpL, y)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-174- _fpX = fpL; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-180- if (fpR != _sceneWidth) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:181: if (getPixelAddr(_roomPathBitmap, fpR, y)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-182- _fpX = fpR; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-270- if (!traceLine->_traceLineFirstPointFlag) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:271: if (!traceLine->getPixelAddr(traceLine->_roomPathBitmapTemp, x, y)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:272: if (traceLine->getPixelAddr(traceLine->_roomPathBitmap, x, y)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-273- traceLine->specialPlotInside(x, y); ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1055- if (x1 != x2 || y1 != y2) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:1056: if (getPixelAddr(_roomPathBitmap, x1, y1)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:1057: if (getPixelAddr(_roomPathBitmap, x2, y2)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1058- _coords = _coordsBuf; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1187- if (!tracePoint->_tracePointFirstPointFlag) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:1188: if (tracePoint->getPixelAddr(tracePoint->_roomPathBitmap, x, y)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1189- tracePoint->specialPlotInside2(x, y); ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1437- findPoint(x1, y1); scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:1438: if (!getPixelAddr(_roomPathBitmap, _fpX, _fpY)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1439- return nullptr; ############################################## scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1445- findPoint(x2, y2); scummvm-2.2.0+dfsg1/engines/prince/walk.cpp:1446: if (!getPixelAddr(_roomPathBitmap, _fpX, _fpY)) { scummvm-2.2.0+dfsg1/engines/prince/walk.cpp-1447- return nullptr; ############################################## scummvm-2.2.0+dfsg1/engines/prince/prince.h-605- void findPoint(int x, int y); scummvm-2.2.0+dfsg1/engines/prince/prince.h:606: int getPixelAddr(byte *pathBitmap, int x, int y); scummvm-2.2.0+dfsg1/engines/prince/prince.h-607- static int plotTraceLine(int x, int y, void *data); ############################################## scummvm-2.2.0+dfsg1/engines/sci/console.cpp-416- debugPrintf(" step_callk / snk - Steps forward until it hits the next callk operation, or a specific callk (specified as a parameter)\n"); scummvm-2.2.0+dfsg1/engines/sci/console.cpp:417: debugPrintf(" disasm - Disassembles a method by name\n"); scummvm-2.2.0+dfsg1/engines/sci/console.cpp-418- debugPrintf(" disasm_addr - Disassembles one or more commands\n"); ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/guest_additions.cpp-591- reg_t outDescription = readSelector(_segMan, editor, SELECTOR(text)); scummvm-2.2.0+dfsg1/engines/sci/engine/guest_additions.cpp:592: if (!_segMan->isValidAddr(outDescription, SEG_TYPE_ARRAY)) { scummvm-2.2.0+dfsg1/engines/sci/engine/guest_additions.cpp-593- _segMan->allocateArray(kArrayTypeString, 0, &outDescription); ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/ksound.cpp-237- scummvm-2.2.0+dfsg1/engines/sci/engine/ksound.cpp:238: // athrxx: It seems from disasm that the original KQ5 FM-Towns loads a default language (Japanese) audio map at the beginning scummvm-2.2.0+dfsg1/engines/sci/engine/ksound.cpp-239- // right after loading the video and audio drivers. The -1 language argument in here simply means that the original will stick ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.h-257-private: scummvm-2.2.0+dfsg1/engines/sci/engine/features.h:258: reg_t getDetectionAddr(const Common::String &objName, Selector slc, int methodNum = -1); scummvm-2.2.0+dfsg1/engines/sci/engine/features.h-259- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/seg_manager.h-441-#ifdef ENABLE_SCI32 scummvm-2.2.0+dfsg1/engines/sci/engine/seg_manager.h:442: bool isValidAddr(reg_t reg, SegmentType expected) const { scummvm-2.2.0+dfsg1/engines/sci/engine/seg_manager.h-443- SegmentObj *mobj = getSegmentObj(reg.getSegment()); ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-12857- 0x48, // ret scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp:12858: 0x34, PATCH_UINT16(0x0000), // ldi 0 (erase 3 bytes to keep disasm aligned) scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-12859- PATCH_END ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-13896- 0x4a, PATCH_UINT16(0x0006), // send 6d scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp:13897: 0x5c, // selfID (erase 1 byte to keep disasm aligned) scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-13898- PATCH_END ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-14345- 0x32, PATCH_UINT16(0xfd0a), // jmp -758d [back into the subroutine] scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp:14346: 0x35, 0x00, // ldi 0 (erase 2 bytes to keep disasm aligned) scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-14347- PATCH_END ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-14581- 0x33, 0x16, // jmp 22d [skip waste bytes] scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp:14582: 0x35, 0x00, // ldi 0 (erase 2 bytes to keep disasm aligned) scummvm-2.2.0+dfsg1/engines/sci/engine/script_patches.cpp-14583- PATCH_END ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp-80- scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp:81:static StackPtr validate_stack_addr(EngineState *s, StackPtr sp) { scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp-82- if (sp >= s->stack_base && sp < s->stack_top) ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp-212-// 32 bit: scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp:213:#define PUSH32(a) (*(validate_stack_addr(s, (s->xs->sp)++)) = (a)) scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp:214:#define POP32() (*(validate_stack_addr(s, --(s->xs->sp)))) scummvm-2.2.0+dfsg1/engines/sci/engine/vm.cpp-215- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-50- scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp:51:reg_t GameFeatures::getDetectionAddr(const Common::String &objName, Selector slc, int methodNum) { scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-52- // Get address of target object ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-74- // Look up the script address scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp:75: reg_t addr = getDetectionAddr("Sound", SELECTOR(play)); scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-76- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-230- // Look up the script address scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp:231: reg_t addr = getDetectionAddr(gameSuperClassName.c_str(), -1, methodNum); scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-232- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-329- // Look up the script address scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp:330: reg_t addr = getDetectionAddr("Rm", SELECTOR(overlay), methodNum); scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-331- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-492- // Look up the script address scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp:493: reg_t addr = getDetectionAddr("Sound", SELECTOR(play)); scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-494- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-641- // Look up the script address scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp:642: reg_t addr = getDetectionAddr("Motion", SELECTOR(doit)); scummvm-2.2.0+dfsg1/engines/sci/engine/features.cpp-643- ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/kgraphics32.cpp-676-reg_t kBitmapDestroy(EngineState *s, int argc, reg_t *argv) { scummvm-2.2.0+dfsg1/engines/sci/engine/kgraphics32.cpp:677: if (s->_segMan->isValidAddr(argv[0], SEG_TYPE_BITMAP)) { scummvm-2.2.0+dfsg1/engines/sci/engine/kgraphics32.cpp-678- s->_segMan->freeBitmap(argv[0]); ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-631- scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp:632: if (s->_segMan->isValidAddr(listReg, SEG_TYPE_LISTS)) { scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-633- --list->numRecursions; ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-691- scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp:692: if (s->_segMan->isValidAddr(listReg, SEG_TYPE_LISTS)) { scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-693- --list->numRecursions; ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-745- scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp:746: if (s->_segMan->isValidAddr(listReg, SEG_TYPE_LISTS)) { scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-747- --list->numRecursions; ############################################## scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-852-reg_t kArrayFree(EngineState *s, int argc, reg_t *argv) { scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp:853: if (getSciVersion() == SCI_VERSION_2_1_LATE && !s->_segMan->isValidAddr(argv[0], SEG_TYPE_ARRAY)) { scummvm-2.2.0+dfsg1/engines/sci/engine/klists.cpp-854- return s->r_acc; ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp-287- scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp:288: const char *msg = (const char *)_bVoy->memberAddr(0x404); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp:289: const byte *creditList = (const byte *)_bVoy->memberAddr(0x405); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp-290- ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp-767- scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp:768: byte *frameNumsP = _bVoy->memberAddr(0x309); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp-769- byte *posP = _bVoy->boltEntry(0x30A)._data; ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp-1203- } else { scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp:1204: char *msg = (char *)_bVoy->memberAddr(0x4900 + _voy->_computerTextId); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur_game.cpp-1205- font._pos = Common::Point(96, 60); ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/files.cpp-317- scummvm-2.2.0+dfsg1/engines/voyeur/files.cpp:318:byte *BoltFile::memberAddr(uint32 id) { scummvm-2.2.0+dfsg1/engines/voyeur/files.cpp-319- BoltGroup &group = _groups[id >> 8]; ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/files.cpp-1405- // Load palette map scummvm-2.2.0+dfsg1/engines/voyeur/files.cpp:1406: byte *palData = state._curLibPtr->memberAddr(READ_LE_UINT32(src + 4)); scummvm-2.2.0+dfsg1/engines/voyeur/files.cpp-1407- for (uint i = 0; i < 256; ++i, palData += 16) ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/voyeur.cpp-452- scummvm-2.2.0+dfsg1/engines/voyeur/voyeur.cpp:453: byte *frameTable = _bVoy->memberAddr(0x215); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur.cpp:454: byte *xyTable = _bVoy->memberAddr(0x216); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur.cpp:455:// byte *whTable = _bVoy->memberAddr(0x217); scummvm-2.2.0+dfsg1/engines/voyeur/voyeur.cpp-456- int frameIndex = 0; ############################################## scummvm-2.2.0+dfsg1/engines/voyeur/files.h-111- void freeBoltMember(uint32 id); scummvm-2.2.0+dfsg1/engines/voyeur/files.h:112: byte *memberAddr(uint32 id); scummvm-2.2.0+dfsg1/engines/voyeur/files.h-113- byte *memberAddrOffset(uint32 id); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/object.cpp-129- // FIXME: See bug #1535358 and many others. Essentially, the following scummvm-2.2.0+dfsg1/engines/scumm/object.cpp:130: // code, while matching disasm of various versions of the SCUMM engine, scummvm-2.2.0+dfsg1/engines/scumm/object.cpp-131- // is total bullocks, and leads to odd crashes due to out-of-bounds ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-171- scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:172: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-173- if (!ptr) ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-198- } else { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:199: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-200- if (!ptr) ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-211-byte ScummEngine::getBoxFlags(int box) { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:212: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-213- if (!ptr) ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-225-void ScummEngine::setBoxScale(int box, int scale) { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:226: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-227- assert(ptr); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-236-void ScummEngine::setBoxScaleSlot(int box, int slot) { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:237: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-238- assert(ptr); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-245- scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:246: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-247- if (!ptr) ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-310- return 255; scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:311: Box *ptr = getBoxBaseAddr(box); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-312- if (!ptr) ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-452- scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:453:Box *ScummEngine::getBoxBaseAddr(int box) { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-454- byte *ptr = getResourceAddress(rtMatrix, 2); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-575- BoxCoords tmp, *box = &tmp; scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:576: Box *bp = getBoxBaseAddr(boxnum); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-577- assert(bp); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-686- scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:687:byte *ScummEngine::getBoxMatrixBaseAddr() { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-688- byte *ptr = getResourceAddress(rtMatrix, 1); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-695-byte *ScummEngine::getBoxConnectionBase(int box) { scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:696: byte *boxm = getBoxMatrixBaseAddr(); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-697- ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-734- scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:735: boxm = getBoxMatrixBaseAddr(); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-736- ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-1070- debug("compressed matrix:\n"); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:1071: printMatrix(getBoxMatrixBaseAddr(), num); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-1072-#endif ############################################## scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-1217- scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp:1218: boxm = getBoxMatrixBaseAddr(); scummvm-2.2.0+dfsg1/engines/scumm/boxes.cpp-1219- // TODO: what are the first bytes for (mostly 0)? ############################################## scummvm-2.2.0+dfsg1/engines/scumm/debugger.cpp-565-bool ScummDebugger::Cmd_PrintBoxMatrix(int argc, const char **argv) { scummvm-2.2.0+dfsg1/engines/scumm/debugger.cpp:566: byte *boxm = _vm->getBoxMatrixBaseAddr(); scummvm-2.2.0+dfsg1/engines/scumm/debugger.cpp-567- int num = _vm->getNumBoxes(); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/scumm.h-1146- byte getNumBoxes(); scummvm-2.2.0+dfsg1/engines/scumm/scumm.h:1147: byte *getBoxMatrixBaseAddr(); scummvm-2.2.0+dfsg1/engines/scumm/scumm.h-1148- byte *getBoxConnectionBase(int box); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/scumm.h-1159- byte getMaskFromBox(int box); scummvm-2.2.0+dfsg1/engines/scumm/scumm.h:1160: Box *getBoxBaseAddr(int box); scummvm-2.2.0+dfsg1/engines/scumm/scumm.h-1161- byte getBoxFlags(int box); ############################################## scummvm-2.2.0+dfsg1/engines/scumm/costume.cpp-462- } scummvm-2.2.0+dfsg1/engines/scumm/costume.cpp:463:#endif /* USE_ARM_COSTUME_ASM */ scummvm-2.2.0+dfsg1/engines/scumm/costume.cpp-464- ############################################## scummvm-2.2.0+dfsg1/engines/scumm/gfx.cpp-46-extern "C" void asmCopy8Col(byte* dst, int dstPitch, const byte* src, int height, uint8 bitDepth); scummvm-2.2.0+dfsg1/engines/scumm/gfx.cpp:47:#endif /* USE_ARM_GFX_ASM */ scummvm-2.2.0+dfsg1/engines/scumm/gfx.cpp-48- ############################################## scummvm-2.2.0+dfsg1/engines/scumm/gfx.cpp-1238- scummvm-2.2.0+dfsg1/engines/scumm/gfx.cpp:1239:#endif /* USE_ARM_GFX_ASM */ scummvm-2.2.0+dfsg1/engines/scumm/gfx.cpp-1240- ############################################## scummvm-2.2.0+dfsg1/engines/cruise/saveload.cpp-376- } else { scummvm-2.2.0+dfsg1/engines/cruise/saveload.cpp:377: cellHead.next = NULL; // Not in ASM code, but I guess the variable is defaulted in the EXE scummvm-2.2.0+dfsg1/engines/cruise/saveload.cpp-378- } ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/bmv.cpp-513- scummvm-2.2.0+dfsg1/engines/tinsel/bmv.cpp:514: LoadSubString(stringId, 0, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/bmv.cpp-515- ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/bmv.cpp-517- texts[index].pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/bmv.cpp:518: _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/bmv.cpp-519- 0, ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1414- if (!IsInPolygon(cp.getNodeX(j), cp.getNodeY(j), hp)) { scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1415: sprintf(TextBufferAddr(), "Node (%d, %d) is not in its own path (starting (%d, %d))", scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1416- cp.getNodeX(j), cp.getNodeY(j), rp->cx[0], rp->cy[0]); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1417: error(TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1418- } ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1426- if (IsInPolygon(cp.getNodeX(0), cp.getNodeY(0), PolygonIndex(rp->adjpaths[j]))) { scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1427: sprintf(TextBufferAddr(), "Node (%d, %d) is in another path (starting (%d, %d))", scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1428- cp.getNodeX(0), cp.getNodeY(0), rp->adjpaths[j]->cx[0], rp->adjpaths[j]->cy[0]); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1429: error(TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1430- } scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1431- if (IsInPolygon(cp.getNodeX(n), cp.getNodeY(n), PolygonIndex(rp->adjpaths[j]))) { scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1432: sprintf(TextBufferAddr(), "Node (%d, %d) is in another path (starting (%d, %d))", scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1433- cp.getNodeX(n), cp.getNodeY(n), rp->adjpaths[j]->cx[0], rp->adjpaths[j]->cy[0]); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1434: error(TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1435- } ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1651- if (!IsInPolygon(p->pcenterx, p->pcentery, PolygonIndex(p))) { scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1652: sprintf(TextBufferAddr(), "Pseudo-center is not in path (starting (%d, %d)) - polygon reversed?", scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1653- p->cx[0], p->cy[0]); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp:1654: error(TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/polygons.cpp-1655- } ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-455- _vm->_bg->PlayfieldGetPos(FIELD_WORLD, &tagX, &tagY); scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:456: LoadStringRes(GetActorTag(ano), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:457: *ppText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-458- 0, xtext - tagX, ytext - tagY, _vm->_font->GetTagFontHandle(), TXT_CENTER); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-549- if (GetPolyTagHandle(hp) != 0) scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:550: strLen = LoadStringRes(GetPolyTagHandle(hp), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-551- else scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:552: strLen = LoadStringRes(hTagtext, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-553- ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-561- *ppText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:562: _vm->_font->TextBufferAddr(), 0, tagx - Loffset, tagy - Toffset, scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-563- _vm->_font->GetTagFontHandle(), TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-565- // Bugger cursor scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:566: const char *tagPtr = _vm->_font->TextBufferAddr(); scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-567- if (tagPtr[0] < ' ' && tagPtr[1] == EOS_CHAR) ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-570- GetCursorXYNoWait(&curX, &curY, false); scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:571: *ppText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-572- 0, curX, curY, _vm->_font->GetTagFontHandle(), TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-574- // Handle displaying the tag text on-screen scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp:575: *ppText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/pdisplay.cpp-576- 0, tagx - Loffset, tagy - Toffset, ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2651- if (textFrom == FROM_HANDLE) { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2652: LoadStringRes(g_InvD[g_ino].hInvTitle, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2653: *title = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), 0, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2654- g_InvD[g_ino].inventoryX + width/2, g_InvD[g_ino].inventoryY + M_TOFF, ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2658- } else if (textFrom == FROM_STRING && cd.ixHeading != NO_HEADING) { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2659: LoadStringRes(g_configStrings[cd.ixHeading], _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2660: *title = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), 0, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2661- g_InvD[g_ino].inventoryX + width/2, g_InvD[g_ino].inventoryY + M_TOFF, ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2682- if (g_InvD[g_ino].hInvTitle != (SCNHANDLE)NO_HEADING) { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2683: LoadStringRes(g_InvD[g_ino].hInvTitle, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2684: *title = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), 0, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2685- g_InvD[g_ino].inventoryX + (width/2)+NM_BG_POS_X, g_InvD[g_ino].inventoryY + NM_TOFF, ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2786- if (cd.box[i].textMethod == TM_INDEX) scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2787: LoadStringRes(SysString(cd.box[i].ixText), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2788- else { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2789- assert(cd.box[i].textMethod == TM_STRINGNUM); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2790: LoadStringRes(cd.box[i].ixText, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2791- } scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2792- } else { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2793: LoadStringRes(g_configStrings[cd.box[i].ixText], _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2794- assert(cd.box[i].boxType != RGROUP); // You'll need to add some code! ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2797- if (TinselV2 && (cd.box[i].boxType == RGROUP)) scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2798: g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2799- 0, x + 2, y + TYOFF, _vm->_font->GetTagFontHandle(), 0, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2801- g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2802: _vm->_font->TextBufferAddr(), 0, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2803-#ifdef JAPAN ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2852- assert(cd.box[i].textMethod == TM_INDEX); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2853: LoadStringRes(SysString(cd.box[i].ixText), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2854- } else { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2855- assert(cd.box[i].ixText != USE_POINTER); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2856: LoadStringRes(g_configStrings[cd.box[i].ixText], _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2857- } scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2858- g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2859: _vm->_font->TextBufferAddr(), 0, x + MDTEXT_XOFF, y + MDTEXT_YOFF, _vm->_font->GetTagFontHandle(), TXT_RIGHT); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2860- MultiSetZPosition(g_iconArray[*pi], Z_INV_ITEXT); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2877- assert(cd.box[i].textMethod == TM_INDEX); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2878: LoadStringRes(SysString(cd.box[i].ixText), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2879- } else { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2880- assert(cd.box[i].ixText != USE_POINTER); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2881: LoadStringRes(g_configStrings[cd.box[i].ixText], _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2882- } ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2885- g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2886: _vm->_font->TextBufferAddr(), 0, x + cd.box[i].w / 2, y + TOG2_YOFF, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2887- _vm->_font->GetTagFontHandle(), TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2889- g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2890: _vm->_font->TextBufferAddr(), 0, x + MDTEXT_XOFF, y + MDTEXT_YOFF, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2891- _vm->_font->GetTagFontHandle(), TXT_RIGHT, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2918- assert(cd.box[i].textMethod == TM_INDEX); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2919: LoadStringRes(SysString(cd.box[i].ixText), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2920- } else { scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2921- assert(cd.box[i].ixText != USE_POINTER); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2922: LoadStringRes(g_configStrings[cd.box[i].ixText], _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2923- } scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2924- g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2925: _vm->_font->TextBufferAddr(), 0, x+MDTEXT_XOFF, y+MDTEXT_YOFF, _vm->_font->GetTagFontHandle(), TXT_RIGHT); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2926- MultiSetZPosition(g_iconArray[*pi], Z_INV_ITEXT); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2947- assert(cd.box[i].textMethod == TM_INDEX); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2948: LoadStringRes(SysString(cd.box[i].ixText), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2949- g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2950: _vm->_font->TextBufferAddr(), 0, x + cd.box[i].w / 2, y + TOG2_YOFF, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2951- _vm->_font->GetTagFontHandle(), TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2959- scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2960: LoadStringRes(LanguageDesc(g_displayedLanguage), _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp:2961: g_iconArray[*pi] = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), 0, scummvm-2.2.0+dfsg1/engines/tinsel/dialogs.cpp-2962- x + cd.box[i].w / 2, y + ROT_YOFF, _vm->_font->GetTagFontHandle(), TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1886- // Get the string scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:1887: LoadStringRes(text, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1888- ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1892- // This is a 'talky' print scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:1893: _ctx->time = TextTime(_vm->_font->TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1894- ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1908- _ctx->pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:1909: _vm->_font->TextBufferAddr(), 0, x - Loffset, y - Toffset, _vm->_font->GetTagFontHandle(), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1910- TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1920- _vm->_bg->PlayfieldGetPos(FIELD_WORLD, &Loffset, &Toffset); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:1921: _ctx->pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-1922- 0, x - Loffset, y - Toffset, ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2081- if (TinselV2) scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2082: LoadSubString(hText, _ctx->sub, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2083- else scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2084: LoadStringRes(hText, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2085- scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2086: _ctx->pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2087- 0, _ctx->textx, _ctx->texty, _vm->_font->GetTagFontHandle(), TXT_CENTER); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2136- // Re-display in the same place scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2137: LoadStringRes(hText, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2138- _ctx->pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2139: _vm->_font->TextBufferAddr(), 0, _ctx->textx, _ctx->texty, _vm->_font->GetTagFontHandle(), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2140- TXT_CENTER, 0); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2161- if (_ctx->pText) scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2162: _ctx->ticks = TextTime(_vm->_font->TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2163- _ctx->timeout = SAMPLETIMEOUT; ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2253- // Re-display in the same place scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2254: LoadStringRes(text, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2255: pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), _vm->_font->TextBufferAddr(), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2256- 0, textx, texty, _vm->_font->GetTagFontHandle(), TXT_CENTER); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2295- else if (pText) scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2296: _ctx->ticks = TextTime(_vm->_font->TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2297- else ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2719-static void Shell(SCNHANDLE commandLine) { scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2720: LoadStringRes(commandLine, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:2721: error("Tried to execute shell command \"%s\"", _vm->_font->TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-2722-} ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3316- if (TinselV2) scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:3317: LoadSubString(hText, _ctx->sub, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3318- else { scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:3319: LoadStringRes(hText, _vm->_font->TextBufferAddr(), TBUFSZ); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3320- ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3324- _ctx->pText = ObjectTextOut(_vm->_bg->GetPlayfieldList(FIELD_STATUS), scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:3325: _vm->_font->TextBufferAddr(), 0, _ctx->x - _ctx->Loffset, _ctx->y - _ctx->Toffset, scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3326- _vm->_font->GetTalkFontHandle(), TXT_CENTER); ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3365- */ scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp:3366: _ctx->ticks = TextTime(_vm->_font->TextBufferAddr()); scummvm-2.2.0+dfsg1/engines/tinsel/tinlib.cpp-3367- } ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/font.h-30-// A temporary buffer for extracting text into is defined in font.c scummvm-2.2.0+dfsg1/engines/tinsel/font.h:31:// Accessed using TextBufferAddr(), this is how big it is: scummvm-2.2.0+dfsg1/engines/tinsel/font.h-32-#define TBUFSZ 512 ############################################## scummvm-2.2.0+dfsg1/engines/tinsel/font.h-41- */ scummvm-2.2.0+dfsg1/engines/tinsel/font.h:42: char* TextBufferAddr() { return _tBuffer; } scummvm-2.2.0+dfsg1/engines/tinsel/font.h-43- ############################################## scummvm-2.2.0+dfsg1/engines/teenagent/resources.h-1189- //const byte *getDialog(uint16 dialogNum) { return eseg.ptr(dialogOffsets[dialogNum]); } scummvm-2.2.0+dfsg1/engines/teenagent/resources.h:1190: uint16 getDialogAddr(uint16 dialogNum) { return dialogOffsets[dialogNum]; } scummvm-2.2.0+dfsg1/engines/teenagent/resources.h-1191- ############################################## scummvm-2.2.0+dfsg1/engines/teenagent/dialog.cpp-30-void Dialog::show(uint16 dialogNum, Scene *scene, uint16 animation1, uint16 animation2, byte color1, byte color2, byte slot1, byte slot2) { scummvm-2.2.0+dfsg1/engines/teenagent/dialog.cpp:31: uint16 addr = _vm->res->getDialogAddr(dialogNum); scummvm-2.2.0+dfsg1/engines/teenagent/dialog.cpp-32- // WORKAROUND: For Dialog 163, The usage of this in the engine overlaps the previous dialog i.e. the ############################################## scummvm-2.2.0+dfsg1/engines/mads/nebular/nebular_scenes.h-244- NOUN_DEAD_PURPLE_MONSTER = 0x66, scummvm-2.2.0+dfsg1/engines/mads/nebular/nebular_scenes.h:245: NOUN_DECLIVITOUS_CHASM = 0x67, scummvm-2.2.0+dfsg1/engines/mads/nebular/nebular_scenes.h-246- NOUN_DEEP_DARK_FOREST = 0x68, ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp-230- if (_counter >= duration) { scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp:231: // disasm ~line 311 scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp-232- if (!map->isChunkFast(_nowpt.x / mapChunkSize, _nowpt.y / mapChunkSize)) { ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp-248- makeBulletSplash(_pt3); scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp:249: // Finish disasm lines 347~381 here. scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp-250- warning("TODO: SuperSpriteProcess::run: Implement special case for firetype 5 hitting a roof"); ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp-319- // CHECKME: This is not exactly the same as the game, but scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp:320: // it should work? See disasm 1138:1384, lines 142 ~ 172 scummvm-2.2.0+dfsg1/engines/ultima/ultima8/world/super_sprite_process.cpp-321- // There is some random factor added for non-actor items ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/games/game.cpp-85- // Should fade out, credits, fade in. scummvm-2.2.0+dfsg1/engines/ultima/ultima8/games/game.cpp:86: // Double-check in the disasm that this should just play credits and scummvm-2.2.0+dfsg1/engines/ultima/ultima8/games/game.cpp-87- // not also endgame movie. ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-134- "void Container::I_destroyContents(Item *)", scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:135: "void Item::I_fallProbably_03E(Item *)", // similar disasm to U8, but not totally the same. scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-136- "int16 Egg::I_getEggId(Item *)", // from disasm ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-174- "void CameraProcess::I_somethingAboutCameraUpdate(void)", scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:175: "void Actor::I_teleport(12 bytes)", // based on disasm same as U8 scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-176- "void Item::I_getFootpad(Item *, uint *, uint *, uint *)", // based on disasm. same coff as 12D scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:177: "byte Item::I_isInNPC(Item *)", // based on disasm - following parent containers, is one of them an NPC scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-178- "int16 Item::I_getQLo(Item *)", // same as 02B based on same coff set 010, 02B, 066, 084, 0A1, 0AE, 0D9, 0EA ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-183- "int16 Game::I_isViolenceEnabled(void)", scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:184: "void Kernel::I_resetRef(int16, int16)", // same disasm as U8 scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-185- "int16 Item::I_getNPCNum(Item *)", // part of same coff set 067, 06D, 089, 08E, 0AD, 0F8, 100, 102, 105, 107, 109, 10B, 10D, 10F, 111, 115, 11C, 123, 129 ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-230- "void PaletteFaderProcess:I_jumpToGreyScale(void)", scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:231: "void I_resetVargasHealthTo500(void)", // TODO: look how this is used in disasm and usecode .. seems weird. scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-232- "void Item::I_andStatus(Item *, uint16 status)", // part of same coff set 01A, 031, 069, 06E, 099, 0B2, 0BF, 0C1, 0C3, 0E9, 0FC, 101, 104, 106, 108, 10A, 10C, 10E, 110, 114, 117, 11A, 128, 132 ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-243- "void Egg::I_setEggXRange(Egg *, int)", // based on disasm scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:244: "byte Item::I_overlaps(Item *, uint16 unk)", // same disasm as U8 scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-245- "byte Item::I_isOn(Item *, itemno)", // part of same coff set 044, 046, 048, 04A, 04C, 04E, 0A5, 0BC, 0C5, 0DC, 0F1, 0FA, 12C ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-257- "int16 Item::I_unequip(6 bytes)", scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:258: "int16 Item::I_spawnUsecodeEvent0x13(Item *, 2 bytes)", // based on disasm - what is event 0x13? "avatar stole something" in U8.. scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-259- "void Item::I_andStatus(Item *, uint16 status)", // part of same coff set 01A, 031, 069, 06E, 099, 0B2, 0BF, 0C1, 0C3, 0E9, 0FC, 101, 104, 106, 108, 10A, 10C, 10E, 110, 114, 117, 11A, 128, 132 ############################################## scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-280- "void SpriteProcess::I_createSprite(word, word, word, word, uword, uword, ubyte)", scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h:281: "byte Item::I_getDirFromItem(Item *, itemno)", // same disasm as U8 scummvm-2.2.0+dfsg1/engines/ultima/ultima8/convert/crusader/convert_usecode_crusader.h-282- "int16 Item::I_hurl(Item *,8 bytes)", // part of same coff set 028, 08D, 0BD, 0C0, 0C2, 0C8, 0F7, 0F9, 118, 11D ############################################## scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-937- scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp:938:static void *compute_addr(int obj, int prop, const prop_struct *ptable) { scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-939- int ofs; ############################################## scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-965- if (prop >= NUM_PROP) return 0; scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp:966: paddr = (integer *)compute_addr(obj, prop, proplist); scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-967- if (paddr == NULL) return 0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-978- scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp:979: paddr = (integer *)compute_addr(obj, prop, proplist); scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-980- if (paddr == NULL) { ############################################## scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-990- if (prop >= NUM_ATTR) return 0; scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp:991: paddr = (rbool *)compute_addr(obj, prop, attrlist); scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-992- if (paddr == NULL) return 0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-1003- scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp:1004: paddr = (rbool *)compute_addr(obj, prop, attrlist); scummvm-2.2.0+dfsg1/engines/glk/agt/object.cpp-1005- if (paddr == NULL) { ############################################## scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h-1074- */ scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h:1075: void z_get_prop_addr(); scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h-1076- ############################################## scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h-1428- */ scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h:1429: void z_print_addr(); scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h-1430- ############################################## scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h-1463- */ scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h:1464: void z_print_paddr(); scummvm-2.2.0+dfsg1/engines/glk/zcode/processor.h-1465- ############################################## scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_objects.cpp-445- scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_objects.cpp:446:void Processor::z_get_prop_addr() { scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_objects.cpp-447- zword prop_addr; ############################################## scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_text.cpp-836- scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_text.cpp:837:void Processor::z_print_addr() { scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_text.cpp-838- decode_text(LOW_STRING, zargs[0]); ############################################## scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_text.cpp-880- scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_text.cpp:881:void Processor::z_print_paddr() { scummvm-2.2.0+dfsg1/engines/glk/zcode/processor_text.cpp-882- decode_text(HIGH_STRING, zargs[0]); ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h-133- scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h:134: CODE_BLOCK() : type(0), brk(0), returnaddr(0) scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h-135-#if defined (DEBUGGER) ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h-150- scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h:151: CALL() : addr(0), param(false) {} scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h-152-}; ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h-166- scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h:167: BREAKPOINT() : isbreak(false), addr(0), in(nullptr), count(0) { scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_types.h-168- } ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heset.cpp-372- codeptr = (long)m*address_scale; scummvm-2.2.0+dfsg1/engines/glk/hugo/heset.cpp:373: m = PropAddr(obj, set_value, 0); scummvm-2.2.0+dfsg1/engines/glk/hugo/heset.cpp-374- } ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heset.cpp-393- scummvm-2.2.0+dfsg1/engines/glk/hugo/heset.cpp:394: m = PropAddr(obj, set_value, 0); scummvm-2.2.0+dfsg1/engines/glk/hugo/heset.cpp-395- if (m) ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heparse.cpp-530- verbptr = (unsigned int)codeptr; scummvm-2.2.0+dfsg1/engines/glk/hugo/heparse.cpp:531: propaddr = PropAddr(obj, noun, 0); scummvm-2.2.0+dfsg1/engines/glk/hugo/heparse.cpp-532- if (propaddr) ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heparse.cpp-1914- scummvm-2.2.0+dfsg1/engines/glk/hugo/heparse.cpp:1915: pa = PropAddr(obj, type, 0); scummvm-2.2.0+dfsg1/engines/glk/hugo/heparse.cpp-1916- if (pa) ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.h-698- */ scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.h:699: unsigned int PropAddr(int obj, int p, unsigned int offset); scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.h-700- ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hemisc.cpp-1064- scummvm-2.2.0+dfsg1/engines/glk/hugo/hemisc.cpp:1065: if (PropAddr(i, adjective, 0) || PropAddr(i, noun, 0)) scummvm-2.2.0+dfsg1/engines/glk/hugo/hemisc.cpp-1066- obj_parselist[i/8] |= 1 << (i%8); ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hemisc.cpp-2248- scummvm-2.2.0+dfsg1/engines/glk/hugo/hemisc.cpp:2249: if ((addr = PropAddr(obj, prop, 0))!=0) scummvm-2.2.0+dfsg1/engines/glk/hugo/hemisc.cpp-2250- { ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heexpr.cpp-754- inobj = false; scummvm-2.2.0+dfsg1/engines/glk/hugo/heexpr.cpp:755: pa = PropAddr(g, p, 0); scummvm-2.2.0+dfsg1/engines/glk/hugo/heexpr.cpp-756- if (pa) ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heexpr.cpp-804- /* Still a post-increment hanging around */ scummvm-2.2.0+dfsg1/engines/glk/hugo/heexpr.cpp:805: pa = PropAddr(g, p, 0); scummvm-2.2.0+dfsg1/engines/glk/hugo/heexpr.cpp-806- defseg = proptable; ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp-43- codestart(0), objtable(0), eventtable(0), proptable(0), arraytable(0), dicttable(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp:44: syntable(0), initaddr(0), mainaddr(0), parseaddr(0), parseerroraddr(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp:45: findobjectaddr(0), endgameaddr(0), speaktoaddr(0), performaddr(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp-46- objects(0), events(0), dictcount(0), syncount(0), mem(nullptr), loaded_in_memory(true), ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp-59- words(0), parsed_number(0), remaining(0), xverb(0), starts_with_verb(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp:60: grammaraddr(0), obj_parselist(nullptr), domain(0), odomain(0), objcount(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp-61- parse_allflag(false), pobjcount(0), pobj(0), obj_match_state(0), object_is_number(0), ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp-68- arguments_passed(0), ret(0), retflag(0), during_player_input(false), override_full(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp:69: game_reset(false), stack_depth(0), tail_recursion(0), tail_recursion_addr(0), scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo.cpp-70- last_window_top(0), last_window_bottom(0), last_window_left(0), last_window_right(0), ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_defines.h-157-#define SETMEM(addr, n) (mem[addr] = n) scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_defines.h:158:#define GETMEMADDR(addr) (&mem[addr]) scummvm-2.2.0+dfsg1/engines/glk/hugo/hugo_defines.h-159-#define HUGO_PTR ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heobject.cpp-214- scummvm-2.2.0+dfsg1/engines/glk/hugo/heobject.cpp:215: pa = PropAddr(obj, p, offset); scummvm-2.2.0+dfsg1/engines/glk/hugo/heobject.cpp-216- ############################################## scummvm-2.2.0+dfsg1/engines/glk/hugo/heobject.cpp-534- scummvm-2.2.0+dfsg1/engines/glk/hugo/heobject.cpp:535:unsigned int Hugo::PropAddr(int obj, int p, unsigned int offset) { scummvm-2.2.0+dfsg1/engines/glk/hugo/heobject.cpp-536- unsigned char c; ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-706- if (!is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:707: gi->debug_print(nonparam("background color", s)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-708- else ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-717- if (!is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:718: gi->debug_print(nonparam("font name", s)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-719- else ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-725- if (!is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:726: gi->debug_print(nonparam("font size", s)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-727- else ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-734- if (!is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:735: gi->debug_print(nonparam("foreground color", s)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-736- else ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-756- if (!is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:757: gi->debug_print(nonparam("start room", s)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-758- else { ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1814- if (is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:1815: print_formatted("Game name: " + eval_param(tok)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1816- ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1823- is_param(tok = next_token(line, c1, c2))) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:1824: print_formatted("Version " + eval_param(tok)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1825- } ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1832- is_param(tok = next_token(line, c1, c2))) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:1833: print_formatted("Author: " + eval_param(tok)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1834- } ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1841- is_param(tok = next_token(line, c1, c2))) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:1842: print_formatted("Copyright: " + eval_param(tok)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1843- } ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1850- is_param(tok = next_token(line, c1, c2))) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:1851: print_formatted(eval_param(tok)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-1852- } ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-2027- if (is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp:2028: gi->debug_print(eval_param(tok)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_runner.cpp-2029- else ############################################## scummvm-2.2.0+dfsg1/engines/glk/quest/geas_state.cpp-173- if (!is_param(tok)) scummvm-2.2.0+dfsg1/engines/glk/quest/geas_state.cpp:174: gi.debug_print(nonparam("interval", line)); scummvm-2.2.0+dfsg1/engines/glk/quest/geas_state.cpp-175- else ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-301- case 0: { /* goto */ scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp:302: uint32 Val = scangetaddr(Code, Base, &Pos, acode, &ScanCodeMask); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-303- Valid = ValidateSequence(Base, Image, Val, acode, Size, size, Min, Max, true/*Rts*/, JumpKill, DriverV4); ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-307- case 1: { /* intgosub */ scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp:308: uint32 Val = scangetaddr(Code, Base, &Pos, acode, &ScanCodeMask); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-309- Valid = ValidateSequence(Base, Image, Val, acode, Size, size, Min, Max, true, JumpKill, DriverV4); ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-378- Pos += 2; scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp:379: Val = scangetaddr(Code, Base, &Pos, acode, &ScanCodeMask); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-380- Valid = ValidateSequence(Base, Image, Val, acode, Size, size, Min, Max, Rts, JumpKill, DriverV4); ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-401- scangetcon(Code, &Pos, &ScanCodeMask); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp:402: Val = scangetaddr(Code, Base, &Pos, acode, &ScanCodeMask); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-403- Valid = ValidateSequence(Base, Image, Val, acode, Size, size, Min, Max, Rts, JumpKill, DriverV4); ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-428- scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp:429:uint32 Scanner::scangetaddr(int Code, byte *Base, uint32 *Pos, uint32 acode, int *Mask) { scummvm-2.2.0+dfsg1/engines/glk/level9/detection.cpp-430- (*Mask) |= 0x20; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-917- scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:918:L9BYTE *getaddr() { scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-919- if (code & 0x20) { ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-937-void Goto() { scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:938: L9BYTE *target = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-939- if (target == codeptr - 2) ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-945-void intgosub() { scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:946: L9BYTE *newcodeptr = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-947- if (workspace.stackptr == STACKSIZE) { ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2083- L9UINT16 d1 = *getvar(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2084: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2085- if (d0 == d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2094- L9UINT16 d1 = *getvar(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2095: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2096- if (d0 != d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2105- L9UINT16 d1 = *getvar(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2106: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2107- if (d0 < d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2116- L9UINT16 d1 = *getvar(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2117: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2118- if (d0 > d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2764- L9UINT16 d1 = getcon(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2765: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2766- if (d0 == d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2774- L9UINT16 d1 = getcon(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2775: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2776- if (d0 != d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2784- L9UINT16 d1 = getcon(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2785: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2786- if (d0 < d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2794- L9UINT16 d1 = getcon(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp:2795: L9BYTE *a0 = getaddr(); scummvm-2.2.0+dfsg1/engines/glk/level9/level9_main.cpp-2796- if (d0 > d1) codeptr = a0; ############################################## scummvm-2.2.0+dfsg1/engines/glk/level9/detection.h-70- uint16 scanmovewa5d0(byte *Base, uint32 *Pos); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.h:71: uint32 scangetaddr(int Code, byte *Base, uint32 *Pos, uint32 acode, int *Mask); scummvm-2.2.0+dfsg1/engines/glk/level9/detection.h-72- void scangetcon(int Code, uint32 *Pos, int *Mask); ############################################## scummvm-2.2.0+dfsg1/engines/glk/glulx/glulx.cpp-33- vm_exited_cleanly(false), gamefile_start(0), gamefile_len(0), memmap(nullptr), stack(nullptr), scummvm-2.2.0+dfsg1/engines/glk/glulx/glulx.cpp:34: ramstart(0), endgamefile(0), origendmem(0), stacksize(0), startfuncaddr(0), checksum(0), scummvm-2.2.0+dfsg1/engines/glk/glulx/glulx.cpp-35- stackptr(0), frameptr(0), pc(0), prevpc(0), origstringtable(0), stringtable(0), valstackbase(0), ############################################## scummvm-2.2.0+dfsg1/gui/credits.h-596-"C0""Eugene Sandulenko", scummvm-2.2.0+dfsg1/gui/credits.h:597:"C2""Asm routines, GFX layers", scummvm-2.2.0+dfsg1/gui/credits.h-598-"", ############################################## scummvm-2.2.0+dfsg1/.github/workflows/ci.yml-37- - uses: ilammy/setup-nasm@v1 scummvm-2.2.0+dfsg1/.github/workflows/ci.yml:38: if: ${{ matrix.useNasm }} == 'true' scummvm-2.2.0+dfsg1/.github/workflows/ci.yml-39- - name: Install vcpkg and packages ############################################## scummvm-2.2.0+dfsg1/doc/cz/PrectiMe-2017- scummvm-2.2.0+dfsg1/doc/cz/PrectiMe:2018:Některé části ScummVM, zvláště zvětšovače, mají vysoce optimalizované verze napsané v assembleru. Pokud si přejete tuto možnost použít, potřebuje mít nainstalován assembler nasm (viz https://www.nasm.us/). Nezapomeňte, že v současnosti máme pouze verze optimalizované pro x86 MMX, a nebudou sestaveny pro jiné procesory. scummvm-2.2.0+dfsg1/doc/cz/PrectiMe-2019- ############################################## scummvm-2.2.0+dfsg1/doc/de/LIESMICH-3078-optimierte Versionen, die in Assembler geschrieben sind. Wenn Sie diese scummvm-2.2.0+dfsg1/doc/de/LIESMICH:3079:verwenden möchten, müssen Sie den Assembler nasm installieren scummvm-2.2.0+dfsg1/doc/de/LIESMICH-3080-(siehe https://nasm.us/). Beachten Sie, dass wir momentan nur für x86 MMX ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-54- default: scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:55: throw new Error(`Invalid direction: ${direction}`); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-56- } ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-130- const padding = '0'.repeat(Math.max(minLength - hex.length, 0)); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:131: return `0x${padding}${hex}`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-132-} ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-134-function generateCaseLabel(matrix) { scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:135: return `case ${toHex(matrix.value)} /*${matrix.toBraille()}*/:` scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-136-} ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-142- .reduce((a, b, index) => a + ((index % maxLabelsPerLine === 0) ? '\n' : '\t') + b); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:143: return `${labels}\n${indent(body)}`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-144-} ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-162- const comment = '// Note: There is a case label for every possible value, so we don\'t need a default label, but one is added to avoid any compiler warnings.'; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:163: return `${comment}\nswitch (${variableName}) {\ndefault: ${switchStatements}\n}`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-164-} ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-299- if (number < 0) { scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:300: return ` - ${-number}`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-301- } scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-302- if (number > 0) { scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:303: return ` + ${number}`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-304- } ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-330- const vector = getVector(d); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:331: const otherValueCode = `src.get(x${formatOffset(vector[0])}, y${formatOffset(vector[1])})`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:332: return `!linePixels.get(x${formatOffset(vector[0])}, y${formatOffset(vector[1])}) ? ${otherValueCode} : `; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-333- }) ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-346- const params = pixelRecords scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:347: .map((pixelRecord, index) => `Color &${pixelRecord.param}`) scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-348- .join(', '); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-349- const header = scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:350: `inline void scalePixelTo${width}x${height}(\n\tconst MarginedBitmap<Color> &src,\n\tconst MarginedBitmap<bool> &linePixels,\n\tint x, int y,\n\t// Out parameters\n\t${params}\n)`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-351- const prefix = ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-363- const fillUpscaleCode = generatePixelUpscaleCode(matrix, getFillUpscaleFlags(matrix), pixelRecords, { generateBreak: false }); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:364: return `if (linePixels.get(x, y)) {\n${indent(lineUpscaleCode)}\n} else {\n${indent(fillUpscaleCode)}\n}\nbreak;`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-365- } scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-366- }); scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:367: return `${header} {\n${indent(prefix)}\n\n${indent(switchBlock)}\n}`; scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-368-} ############################################## scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js-401-const headerComment = '// This file was generated by larryScale_generator.js.\n// Do not edit directly! Instead, edit the generator script and run it.' scummvm-2.2.0+dfsg1/graphics/larryScale_generator.js:402:fs.writeFileSync('./larryScale_generated.cpp', `${legalese}\n\n${headerComment}\n\n${generatedFunctions}\n`); ############################################## scummvm-2.2.0+dfsg1/ports.mk-313-# Static libaries, used for the scummvm-static and iphone targets scummvm-2.2.0+dfsg1/ports.mk:314:OSX_STATIC_LIBS := `$(SDLCONFIG) --prefix=$(STATICLIBPATH) --static-libs` scummvm-2.2.0+dfsg1/ports.mk-315-ifdef USE_SDL_NET ############################################## scummvm-2.2.0+dfsg1/dists/debian/changelog-419- * debian/control: scummvm-2.2.0+dfsg1/dists/debian/changelog:420: - Remove the nasm [!i386] build conflict, as the configure script now scummvm-2.2.0+dfsg1/dists/debian/changelog:421: correctly detects if nasm can be used. scummvm-2.2.0+dfsg1/dists/debian/changelog-422- - Up standards-version to 3.6.1.1 (no changes required). ############################################## scummvm-2.2.0+dfsg1/dists/debian/changelog-447- * debian/control: scummvm-2.2.0+dfsg1/dists/debian/changelog:448: - Build-depend on nasm only on i386. scummvm-2.2.0+dfsg1/dists/debian/changelog:449: - Add a build conflict on nasm for all other archs than i386. scummvm-2.2.0+dfsg1/dists/debian/changelog-450- - Add an explicit build dependency on libz-dev. ############################################## scummvm-2.2.0+dfsg1/dists/debian/rules-9-# When building for i386 on an amd64 system/kernel, the host scummvm-2.2.0+dfsg1/dists/debian/rules:10:# architecture is misdetected as x86_64, which causes USE_NASM to be scummvm-2.2.0+dfsg1/dists/debian/rules-11-# unset and prevents the object files hq2x_i386.o and hq3x_i386.o from ############################################## scummvm-2.2.0+dfsg1/dists/debian/control-22- ,libz-dev scummvm-2.2.0+dfsg1/dists/debian/control:23: ,nasm [i386] scummvm-2.2.0+dfsg1/dists/debian/control-24- ,python ############################################## scummvm-2.2.0+dfsg1/dists/gph/gp2x/mmuhack/mmuhack.c-47- // get the pointer to the translation table base... scummvm-2.2.0+dfsg1/dists/gph/gp2x/mmuhack/mmuhack.c:48: asm volatile( scummvm-2.2.0+dfsg1/dists/gph/gp2x/mmuhack/mmuhack.c-49- "stmdb sp!, {r0}\n\t" ############################################## scummvm-2.2.0+dfsg1/dists/gph/gp2x/mmuhack/mmuhack.c-83- // drain the write buffer and flush the tlb caches... scummvm-2.2.0+dfsg1/dists/gph/gp2x/mmuhack/mmuhack.c:84: asm volatile( scummvm-2.2.0+dfsg1/dists/gph/gp2x/mmuhack/mmuhack.c-85- "stmdb sp!, {r0}\n\t" ############################################## scummvm-2.2.0+dfsg1/dists/ps3/readme-ps3.md-55-It can be downloaded from the curl website: https://curl.haxx.se/ca/cacert.pem, and packaged in the binary using: scummvm-2.2.0+dfsg1/dists/ps3/readme-ps3.md:56:```$ export DIST_PS3_EXTRA_FILES=/path/to/cacert.pem``` scummvm-2.2.0+dfsg1/dists/ps3/readme-ps3.md-57- ############################################## scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh-2- scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh:3:LOCAL_PATH=`dirname $0` scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh:4:LOCAL_PATH=`cd $LOCAL_PATH && pwd` scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh-5-ANDROIDSDL=../../../../androidsdl ############################################## scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh-16-if [ \! -f scummvm/bin-$1/config.mk ] ; then scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh:17: $ANDROIDSDL/project/jni/application/setEnvironment-$1.sh sh -c "cd scummvm/bin-$1 && env LIBS='-lflac -lvorbis -logg -lmad -lz -lgcc -ltheora -lpng -lfreetype -lfaad -lgnustl_static' ../configure --host=androidsdl-$1 --enable-optimizations --enable-release --enable-zlib --enable-vorbis --enable-mad --enable-flac --enable-png --enable-theoradec --disable-sdlnet --disable-libcurl --disable-cloud --enable-vkeybd --enable-mt32emu --disable-readline --disable-nasm --disable-timidity --disable-fluidsynth --datadir=. " scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildRelease.sh-18-fi ############################################## scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh-2- scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh:3:LOCAL_PATH=`dirname $0` scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh:4:LOCAL_PATH=`cd $LOCAL_PATH && pwd` scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh-5-ANDROIDSDL=../../../../androidsdl ############################################## scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh-16-if [ \! -f scummvm/bin-$1/config.mk ] ; then scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh:17: $ANDROIDSDL/project/jni/application/setEnvironment-$1.sh sh -c "cd scummvm/bin-$1 && env LIBS='-lflac -lvorbis -logg -lmad -lz -lgcc -ltheora -lpng -lfreetype -lfaad -lgnustl_static' ../configure --host=androidsdl-$1 --enable-zlib --enable-vorbis --enable-mad --enable-flac --enable-png --enable-theoradec --disable-sdlnet --disable-libcurl --disable-cloud --enable-vkeybd --enable-mt32emu --disable-readline --disable-nasm --disable-timidity --disable-fluidsynth --datadir=. " scummvm-2.2.0+dfsg1/dists/androidsdl/scummvm/AndroidBuildDebug.sh-18-fi ############################################## scummvm-2.2.0+dfsg1/dists/androidsdl/How_to_Build.txt-129- For example (building only for the bladerunner engine): scummvm-2.2.0+dfsg1/dists/androidsdl/How_to_Build.txt:130: $ANDROIDSDL/project/jni/application/setEnvironment-$1.sh sh -c "cd scummvm/bin-$1 && env LIBS='-lflac -lvorbis -logg -lmad -lz -lgcc -ltheora -lpng -lfreetype -lfaad -lgnustl_static' ../configure --host=androidsdl-$1 --disable-all-engines --enable-engine=bladerunner --enable-zlib --enable-vorbis --enable-mad --enable-flac --enable-png --enable-theoradec --disable-sdlnet --disable-libcurl --disable-cloud --enable-vkeybd --enable-mt32emu --disable-readline --disable-nasm --disable-timidity --disable-fluidsynth --datadir=. " scummvm-2.2.0+dfsg1/dists/androidsdl/How_to_Build.txt-131- ############################################## scummvm-2.2.0+dfsg1/dists/androidsdl/build.sh-2- scummvm-2.2.0+dfsg1/dists/androidsdl/build.sh:3:LOCAL_PATH=`dirname $0` scummvm-2.2.0+dfsg1/dists/androidsdl/build.sh:4:LOCAL_PATH=`cd $LOCAL_PATH && pwd` scummvm-2.2.0+dfsg1/dists/androidsdl/build.sh-5-# default build mode is release ############################################## scummvm-2.2.0+dfsg1/dists/maemo/scummvm.servicewrapper-2-# wrapper for proper WM_CLASS name in SDL apps (needed for icon in taskbar) scummvm-2.2.0+dfsg1/dists/maemo/scummvm.servicewrapper:3:#BASEDIR=`dirname $0` scummvm-2.2.0+dfsg1/dists/maemo/scummvm.servicewrapper:4:BASENAME=`basename $0` scummvm-2.2.0+dfsg1/dists/maemo/scummvm.servicewrapper-5-export SDL_VIDEO_X11_WMCLASS=${BASENAME} ############################################## scummvm-2.2.0+dfsg1/dists/maemo/scummvm.wrapper-2-# wrapper for proper WM_CLASS name in SDL apps (needed for icon in taskbar) scummvm-2.2.0+dfsg1/dists/maemo/scummvm.wrapper:3:#BASEDIR=`dirname $0` scummvm-2.2.0+dfsg1/dists/maemo/scummvm.wrapper:4:BASENAME=`basename $0` scummvm-2.2.0+dfsg1/dists/maemo/scummvm.wrapper-5-export SDL_VIDEO_X11_WMCLASS=${BASENAME} ############################################## scummvm-2.2.0+dfsg1/dists/android/gradlew-13-while [ -h "$PRG" ] ; do scummvm-2.2.0+dfsg1/dists/android/gradlew:14: ls=`ls -ld "$PRG"` scummvm-2.2.0+dfsg1/dists/android/gradlew:15: link=`expr "$ls" : '.*-> \(.*\)$'` scummvm-2.2.0+dfsg1/dists/android/gradlew-16- if expr "$link" : '/.*' > /dev/null; then ############################################## scummvm-2.2.0+dfsg1/dists/android/gradlew-18- else scummvm-2.2.0+dfsg1/dists/android/gradlew:19: PRG=`dirname "$PRG"`"/$link" scummvm-2.2.0+dfsg1/dists/android/gradlew-20- fi ############################################## scummvm-2.2.0+dfsg1/dists/android/gradlew-22-SAVED="`pwd`" scummvm-2.2.0+dfsg1/dists/android/gradlew:23:cd "`dirname \"$PRG\"`/" >/dev/null scummvm-2.2.0+dfsg1/dists/android/gradlew-24-APP_HOME="`pwd -P`" ############################################## scummvm-2.2.0+dfsg1/dists/android/gradlew-27-APP_NAME="Gradle" scummvm-2.2.0+dfsg1/dists/android/gradlew:28:APP_BASE_NAME=`basename "$0"` scummvm-2.2.0+dfsg1/dists/android/gradlew-29- ############################################## scummvm-2.2.0+dfsg1/dists/android/gradlew-113-if $cygwin ; then scummvm-2.2.0+dfsg1/dists/android/gradlew:114: APP_HOME=`cygpath --path --mixed "$APP_HOME"` scummvm-2.2.0+dfsg1/dists/android/gradlew:115: CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` scummvm-2.2.0+dfsg1/dists/android/gradlew:116: JAVACMD=`cygpath --unix "$JAVACMD"` scummvm-2.2.0+dfsg1/dists/android/gradlew-117- ############################################## scummvm-2.2.0+dfsg1/dists/android/gradlew-132- for arg in "$@" ; do scummvm-2.2.0+dfsg1/dists/android/gradlew:133: CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` scummvm-2.2.0+dfsg1/dists/android/gradlew:134: CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option scummvm-2.2.0+dfsg1/dists/android/gradlew-135- scummvm-2.2.0+dfsg1/dists/android/gradlew-136- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition scummvm-2.2.0+dfsg1/dists/android/gradlew:137: eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` scummvm-2.2.0+dfsg1/dists/android/gradlew-138- else scummvm-2.2.0+dfsg1/dists/android/gradlew:139: eval `echo args$i`="\"$arg\"" scummvm-2.2.0+dfsg1/dists/android/gradlew-140- fi ############################################## scummvm-2.2.0+dfsg1/dists/gcw0/scummvm.sh-2- scummvm-2.2.0+dfsg1/dists/gcw0/scummvm.sh:3:cd `dirname $0` scummvm-2.2.0+dfsg1/dists/gcw0/scummvm.sh-4- ############################################## scummvm-2.2.0+dfsg1/dists/redhat/README-7- scummvm-2.2.0+dfsg1/dists/redhat/README:8:dnf install gcc-c++ make git libmad-devel desktop-file-utils libogg-devel libvorbis-devel flac-devel zlib-devel nasm SDL2-devel freetype-devel fluidsynth-devel libtheora-devel libpng-devel libjpeg-turbo-devel alsa-lib-devel wxGTK3-devel boost-devel rpm-build scummvm-2.2.0+dfsg1/dists/redhat/README-9- ############################################## scummvm-2.2.0+dfsg1/debian/changelog-519- * debian/control: scummvm-2.2.0+dfsg1/debian/changelog:520: - Remove the nasm [!i386] build conflict, as the configure script now scummvm-2.2.0+dfsg1/debian/changelog:521: correctly detects if nasm can be used. scummvm-2.2.0+dfsg1/debian/changelog-522- - Up standards-version to 3.6.1.1 (no changes required). ############################################## scummvm-2.2.0+dfsg1/debian/changelog-547- * debian/control: scummvm-2.2.0+dfsg1/debian/changelog:548: - Build-depend on nasm only on i386. scummvm-2.2.0+dfsg1/debian/changelog:549: - Add a build conflict on nasm for all other archs than i386. scummvm-2.2.0+dfsg1/debian/changelog-550- - Add an explicit build dependency on libz-dev. ############################################## scummvm-2.2.0+dfsg1/debian/control-26- ,libz-dev scummvm-2.2.0+dfsg1/debian/control:27: ,nasm [i386] scummvm-2.2.0+dfsg1/debian/control-28- ,pkg-config ############################################## scummvm-2.2.0+dfsg1/debian/prepare-8-USERNAME=`whoami` scummvm-2.2.0+dfsg1/debian/prepare:9:GECOS=`getent passwd $USERNAME | awk '-F[,:]' '{print $5}'` scummvm-2.2.0+dfsg1/debian/prepare-10-DOMAIN=`hostname --fqdn` ############################################## scummvm-2.2.0+dfsg1/debian/rules-9-# When building for i386 on an amd64 system/kernel, the host scummvm-2.2.0+dfsg1/debian/rules:10:# architecture is misdetected as x86_64, which causes USE_NASM to be scummvm-2.2.0+dfsg1/debian/rules-11-# unset and prevents the object files hq2x_i386.o and hq3x_i386.o from ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-125- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:126:_srcdir=`dirname $0` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-127- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-445- _sdlpath=$path_dir scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:446: if test `basename $path_dir` = bin || test `basename $path_dir` = sbin ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:447: _sdlpath=`dirname $path_dir` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-448- fi ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-480- _freetypepath=$path_dir scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:481: if test `basename $path_dir` = bin ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:482: _freetypepath=`dirname $path_dir` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-483- fi ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-514- _libcurlpath=$path_dir scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:515: if test `basename $path_dir` = bin ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:516: _libcurlpath=`dirname $path_dir` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-517- fi ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-564- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:565: tmpopt=`echo $1 | sed 's/_/-/g'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:566: option=`echo "${tmpopt_prefix}${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-567- echo " ${option} ${2}" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-602-get_feature_state() { scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:603: for i in `get_var _feature_$1_settings`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:604: if test `get_var $i` = "yes"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-605- echo "yes" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-648-get_engine_sub() { scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:649: sub=`get_var _engine_$1_sub` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-650- if test -z "$sub" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-677- for engine in $_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:678: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-679- if test $engine_build_default = no ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-687- for engine in $_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:688: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-689- if test $engine_build_default = no ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-698- if ( echo $1 | grep ':' ) 2> /dev/null > /dev/null ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:699: eng=`echo $1 | cut -d ':' -f 1` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:700: opt=`echo $1 | cut -d ':' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-701- else ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-704- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:705: engine=`echo $eng | sed 's/-/_/g'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-706- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-707- # Filter the parameter for the subengines scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:708: if test "`get_engine_sub ${engine}`" != "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-709- if test "$opt" != "yes" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-712- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:713: parent=`get_subengine_parent ${engine}` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:714: if test `get_engine_build ${parent}` = "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-715- set_var _engine_${parent}_build "yes" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-719- if test "$opt" = "static" -o "$opt" = "dynamic" -o "$opt" = "yes" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:720: if test "`get_engine_name ${engine}`" != "" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-721- set_var _engine_${engine}_build "$opt" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-737- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:738: engine=`echo $1 | sed 's/-/_/g'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:739: if test "`get_engine_name ${engine}`" != "" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-740- set_var _engine_${engine}_build "no" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-751- # Check whether the engine is enabled scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:752: if test `get_engine_build $1` != "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-753- # Collect unmet dependencies scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:754: for dep in `get_engine_dependencies $1`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:755: if test `get_feature_state $dep` = "no"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:756: feature_name=`get_feature_name $dep` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-757- unmet_deps="${unmet_deps}${feature_name} " ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-762- if test -n "$unmet_deps"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:763: echo "WARNING: Disabling engine "`get_engine_name $1`" because the following dependencies are unmet: "$unmet_deps scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-764- engine_disable $1 ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-770-show_engine_help() { scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:771: name=`get_engine_name $1` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-772- option_help "${1}" "${name} engine" " " scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:773: for sub in `get_engine_subengines $1`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-774- show_subengine_help $sub $1 ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-779-show_subengine_help() { scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:780: name=`get_engine_name $1` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:781: parent=`get_engine_name $2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-782- option_help "- ${1}" "${name} in ${parent} engine" " " ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-786-prepare_engine_build_strings() { scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:787: string=`get_engine_build_string $1 static` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-788- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-791- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:792: string=`get_engine_build_string $1 dynamic` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-793- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-796- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:797: string=`get_engine_build_string $1 no` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-798- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-801- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:802: string=`get_engine_build_string $1 wip` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-803- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-813- engine_string="" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:814: engine_build=`get_engine_build $1` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:815: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-816- show=no ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-830- if test $request_status = no ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:831: for subeng in `get_engine_subengines $engine` ; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:832: if test `get_engine_build $subeng` = no ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-833- # In this case we to display _disabled_ subengines ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-840- if test $request_status = wip ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:841: for subeng in `get_engine_subengines $engine` ; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:842: if test `get_engine_build $subeng` != no -a `get_engine_build_default $subeng` = no ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-843- show=yes ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-856- if test $show = yes ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:857: engine_string=`get_subengines_build_string $engine $subengine_filter $request_status` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:858: engine_string="`get_engine_name $engine` $engine_string" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-859- fi ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-868- request_status=$3 scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:869: parent_engine_build_default=`get_engine_build_default $parent_engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-870- subengine_string="" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-873- # in any of the possible categories. scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:874: if test `get_engine_build $parent_engine` = no; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-875- return ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-879- # If there are no subengines, never display "[all games]" (for brevity). scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:880: if test -z "`get_engine_subengines $parent_engine`"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-881- all=no ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-896- # In the static/dynamic categories, also display the engine's base games. scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:897: if test -n "`get_engine_subengines $parent_engine`" -a $request_status != no -a $request_status != wip; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:898: subengine_string="[`get_engine_base $parent_engine`]" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-899- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-900- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:901: for subeng in `get_engine_subengines $parent_engine` ; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:902: subengine_build=`get_engine_build $subeng` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:903: subengine_build_default=`get_engine_build_default $subeng` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-904- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-907- if test $subengine_build = $subengine_filter -a \! \( "$request_status" = wip -a "$subengine_build_default" = yes \) ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:908: s="[`get_engine_name $subeng`]" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-909- if test -n "$subengine_string"; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-938- for engine in $_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:939: if test `get_engine_sub $engine` = no ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:940: engines_help="$engines_help`show_engine_help $engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-941-" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1135- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1136: --with-nasm-prefix=DIR prefix where nasm executable is installed (optional) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1137: --disable-nasm disable assembly language optimizations [autodetect] scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1138- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1298- --opengl-mode=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1299: _opengl_mode=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1300- ;; ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1320- --with-fluidsynth-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1321: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1322- FLUIDSYNTH_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1325- --with-mpeg2-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1326: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1327- MPEG2_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1330- --with-a52-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1331: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1332- A52_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1335- --with-alsa-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1336: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1337- ALSA_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1340- --with-sndio-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1341: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1342- SNDIO_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1345- --with-ogg-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1346: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1347- OGG_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1350- --with-vorbis-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1351: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1352- VORBIS_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1355- --with-tremor-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1356: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1357- TREMOR_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1360- --with-ieee1284-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1361: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1362- IEEE1284_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1365- --with-flac-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1366: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1367- FLAC_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1370- --with-mad-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1371: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1372- MAD_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1375- --with-fribidi-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1376: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1377- FRIBIDI_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1380- --with-jpeg-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1381: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1382- JPEG_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1385- --with-png-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1386: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1387- PNG_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1390- --with-theoradec-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1391: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1392- THEORADEC_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1395- --with-faad-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1396: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1397- FAAD_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1400- --with-zlib-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1401: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1402- ZLIB_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1405- --with-sparkle-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1406: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1407- _sparklepath=$arg ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1409- --with-readline-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1410: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1411- READLINE_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1414- --with-libunity-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1415: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1416- LIBUNITY_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1419- --with-gtk-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1420: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1421- GTK_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1424- --with-sdlnet-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1425: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1426- SDL_NET_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1429- --with-iconv-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1430: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1431- ICONV_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1434- --with-discord-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1435: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1436- DISCORD_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1439- --backend=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1440: _backend=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1441- ;; ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1487- --with-sdl-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1488: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1489- _sdlpath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1491- --with-freetype2-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1492: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1493- _freetypepath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1495- --with-libcurl-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1496: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1497- _libcurlpath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1499- --with-nasm-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1500: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1501- _nasmpath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1503- --with-pandoc-format=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1504: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1505- _pandocformat="$arg" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1508- --with-staticlib-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1509: _staticlibpath=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1510- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1511- --with-xcodetools-path=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1512: _xcodetoolspath=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1513- ;; ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1515- if test -z "$CONFIGURE_NO_HOST"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1516: _host=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1517- else ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1521- --prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1522: prefix=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1523- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1524- --exec-prefix=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1525: exec_prefix=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1526- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1527- --bindir=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1528: bindir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1529- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1530- --libdir=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1531: libdir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1532- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1533- --datarootdir=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1534: datarootdir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1535- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1536- --datadir=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1537: datadir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1538- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1539- --mandir=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1540: mandir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1541- ;; scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1542- --docdir=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1543: docdir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1544- ;; ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1557- --enable-engine=* | --enable-engines=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1558: for engine_name in `echo $ac_option | cut -d '=' -f 2- | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1559- engine_enable "${engine_name}" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1562- --enable-engine-static=* | --enable-engines-static=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1563: for engine_name in `echo $ac_option | cut -d '=' -f 2- | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1564- engine_enable "${engine_name}:static" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1567- --enable-engine-dynamic=* | --enable-engines-dynamic=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1568: for engine_name in `echo $ac_option | cut -d '=' -f 2- | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1569- engine_enable "${engine_name}:dynamic" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1572- --disable-engine=* | --disable-engines=*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1573: for engine_name in `echo $ac_option | cut -d '=' -f 2 | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1574- engine_disable ${engine_name} ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1582- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1583:guessed_host=`$_srcdir/config.guess` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1584-get_system_exe_extension $guessed_host ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1817- if test -n "$_host"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1818: guessed_host=`$_srcdir/config.sub $_host` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1819- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1820: _host_cpu=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1821: _host_vendor=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:1822: _host_os=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-1823- ;; ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2155- _cxx_minor=`gcc_get_define __GNUC_MINOR__` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2156: cxx_version="`( $CXX -dumpversion ) 2>&1`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2157- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2165- cxx_version=`gcc_get_define __clang_version__` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2166: cxx_version="`echo "${cxx_version}" | sed -e 's/"\([^ ]*\) .*/\1/'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2167- cxx_version="clang $cxx_version, ok" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2176-elif test "$have_icc" = yes; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2177: cxx_version="`( $CXX -dumpversion ) 2>/dev/null`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2178: _cxx_major="`echo "${cxx_version}" | sed -ne 's/\([0-9][0-9]*\)\..*/\1/gp'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2179: _cxx_minor="`echo "${cxx_version}" | sed -ne 's/[0-9][0-9]*\.\([0-9][0-9]*\)/\1/gp'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2180- cxx_version="ICC $cxx_version, ok" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2182- # TODO: Big scary warning about unsupported compilers scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2183: cxx_version=`( $CXX -version ) 2>&1` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2184- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2185: cxx_version="`echo "${cxx_version}" | sed -ne 's/^.*[^0-9]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/\1/gp'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2186- if test -z "${cxx_version}"; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2302- echo "int main() { return 0; }" > $TMPC scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2303: if `which $_dwp >/dev/null 2>&1` && cc_check_no_clean $debug_mode -gsplit-dwarf && `$_dwp -e $TMPO -o /dev/null >/dev/null 2>&1`; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2304- append_var CXXFLAGS "-gsplit-dwarf" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2391- echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2392: if `which $_host_alias-strings >/dev/null 2>&1`; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2393- _strings=$_host_alias-strings ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2578- # code in 8f5a7cde2f99de9fef849b0ff688906f05f4643e. scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2579: # See bug #6957: "AUDIO: ARM ASM sound code causes distorted audio on 32 bit armv6" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2580- #define_in_config_if_yes yes 'USE_ARM_SOUND_ASM' ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2754- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2755: macport_version="`echo "${macport_version}" | sed -ne 's/Version: \([0-9]\.[0-9]\.[0-9]\)/\1/gp'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2756- echo_n "You seem to be running MacPorts version ${macport_version}..." ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2759- # strip off /bin/port from /opt/local/bin/port scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2760: macport_prefix=`dirname ${macport_prefix}` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2761: macport_prefix=`dirname ${macport_prefix}` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2762- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2777- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2778: fink_version="`echo "${fink_version}" | sed -ne 's/Package manager version: \([0-9.]*\)/\1/gp'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2779- echo_n "You seem to be running Fink version ${fink_version}..." ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2782- # strip off /bin/fink from /sw/bin/port scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2783: fink_prefix=`dirname ${fink_prefix}` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2784: fink_prefix=`dirname ${fink_prefix}` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2785- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2799- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:2800: brew_version="`echo "${brew_version}" | sed -ne 's/Homebrew \([0-9.]*\)/\1/gp'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-2801- echo_n "You seem to be running Homebrew version ${brew_version}..." ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3339- gcw0) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3340: _sysroot=`$CXX --print-sysroot` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3341- _sdlpath=$_sysroot/usr/bin ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3488- # Only static builds link successfully on buildbot scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3489: LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3490- append_var LDFLAGS "-static" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3498- # Only static builds link successfully on buildbot scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3499: LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3500- append_var LDFLAGS "-static" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3738- find_sdlconfig scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3739: append_var SDL_CFLAGS "`$_sdlconfig --prefix="$_sdlpath" --cflags`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3740- if test "$_static_build" = yes ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3741: append_var SDL_LIBS "`$_sdlconfig --prefix="$_sdlpath" --static-libs`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3742- else scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3743: append_var SDL_LIBS "`$_sdlconfig --prefix="$_sdlpath" --libs`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3744- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3745: _sdlversion=`$_sdlconfig --version` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3746- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3791- if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL2_net; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3792: append_var SDL2_NET_LIBS "`$_pkgconfig --libs SDL2_net`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3793: append_var SDL2_NET_CFLAGS "`$_pkgconfig --cflags SDL2_net`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3794- else ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3800- if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL_net; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3801: append_var SDL1_NET_LIBS "`$_pkgconfig --libs SDL_net`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:3802: append_var SDL1_NET_CFLAGS "`$_pkgconfig --cflags SDL_net`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-3803- else ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4464-if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4465: append_var PNG_LIBS "`$_pkgconfig --libs libpng`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4466: append_var PNG_CFLAGS "`$_pkgconfig --cflags libpng`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4467-else ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4760- if test -n "$_staticlibpath"; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4761: LIBCURL_LIBS=`$_libcurlconfig --static-libs` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4762- else scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4763: LIBCURL_LIBS=`$_libcurlconfig --libs` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4764- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4765: LIBCURL_CFLAGS=`$_libcurlconfig --cflags` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4766- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4772- darwin*) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4773: LIBCURL_LIBS=`$_libcurlconfig --libs` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4774- ;; ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4916- if test "$_fluidsynth" != yes && test "$_pkg_config" = "yes" && $_pkgconfig --exists fluidsynth; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:4917: FLUIDSYNTH_LIBS="`$_pkgconfig --static --libs fluidsynth`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-4918- cc_check_no_clean $FLUIDSYNTH_CFLAGS $FLUIDSYNTH_LIBS && _fluidsynth=yes ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5004- # Unity has a lots of dependencies, update the libs and cflags var with them scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5005: LIBUNITY_LIBS="$LIBUNITY_LIBS `$_pkgconfig --libs 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5006: LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `$_pkgconfig --cflags 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5007- _libunity=no ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5020- if test "$LIBUNITY_CFLAGS" = "" || test "$LIBUNITY_LIBS" = ""; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5021: LIBUNITY_LIBS="$LIBUNITY_LIBS `$_pkgconfig --libs 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5022: LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `$_pkgconfig --cflags 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5023- fi ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5045- # GTK has a lots of dependencies, update the libs and cflags var with them scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5046: GTK_LIBS="$GTK_LIBS `$_pkgconfig --libs gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5047: GTK_CFLAGS="$GTK_CFLAGS `$_pkgconfig --cflags gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5048- _gtk=no ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5061- if test "$GTK_CFLAGS" = "" || test "$GTK_LIBS" = ""; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5062: GTK_LIBS="$GTK_LIBS `$_pkgconfig --libs gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5063: GTK_CFLAGS="$GTK_CFLAGS `$_pkgconfig --cflags gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5064- fi ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5081- if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5082: FREETYPE2_LIBS=`$_pkgconfig --libs freetype2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5083: FREETYPE2_CFLAGS=`$_pkgconfig --cflags freetype2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5084: FREETYPE2_STATIC_LIBS=`$_pkgconfig --static --libs freetype2` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5085- _freetype_found="true" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5099- fi scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5100: FREETYPE2_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --libs` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5101: FREETYPE2_CFLAGS=`$_freetypeconfig --prefix="$freetypeprefix" --cflags` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5102: FREETYPE2_STATIC_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --static --libs 2>/dev/null` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5103- _freetype_found="true" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5366- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5367: # fallback to the nasm compatible yasm scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5368: if test x$NASM = x -o x$NASM = x'"$NASM"'; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5369- for path_dir in $_nasmpath; do ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5380- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5381: if test x$NASM = x -o x$NASM = x'"$NASM"'; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5382- echo "not found" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5403- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5404:define_in_config_if_yes $_nasm 'USE_NASM' scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5405- ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5436-if test "$_pkg_config" = "yes" && $_pkgconfig --exists fribidi; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5437: append_var FRIBIDI_LIBS "`$_pkgconfig --libs fribidi`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5438: append_var FRIBIDI_CFLAGS "`$_pkgconfig --cflags fribidi`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5439-else ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5851- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5852: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5853- # It's a main engine scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5854: if test `get_engine_build $engine` = no ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5855- isbuilt=no ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5863- # dynamic, use the configured default scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5864: if test `get_engine_build $engine` = yes ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5865- set_var _engine_${engine}_build "${_plugins_default}" ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5869- # Prepare the defines scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5870: if test `get_engine_build $engine` = dynamic ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5871- isbuilt=DYNAMIC_PLUGIN ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5878- # It's a subengine, just say yes or no scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5879: if test "`get_engine_build $engine`" = "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5880- isbuilt=no ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5886- # Save the settings scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5887: defname="ENABLE_`echo $engine | tr '[a-z]' '[A-Z]'`" scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5888- if test "$isbuilt" = "no" ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5906-for engine in $_sorted_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5907: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5908- # It's a main engine ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5916-for engine in $_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5917: engine_build=`get_engine_build $engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:5918: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-5919- if test $engine_build != no -a $engine_build_default = no ; then ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6050-EXEEXT := $HOSTEXEEXT scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6051:NASM := $NASM scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6052-NASMFLAGS := $NASMFLAGS ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6094-vpath %.mm \$(srcdir) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6095:vpath %.asm \$(srcdir) scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6096-vpath %.s \$(srcdir) ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6116-for engine in $_sorted_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6117: j=`echo $engine | tr '[:lower:]' '[:upper:]'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6118: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6119- # main engine ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6126- scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6127: for subeng in `get_engine_subengines $engine` ; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6128: k=`echo $subeng | tr '[:lower:]' '[:upper:]'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6129- cat >> engines/engines.mk << EOF ############################################## scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6150-for engine in $_sorted_engines; do scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6151: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure:6152: j=`echo $engine | tr '[:lower:]' '[:upper:]'` scummvm-2.2.0+dfsg1/.pc/dont-use-gold.patch/configure-6153- cat >> engines/plugins_table.h << EOF ############################################## scummvm-2.2.0+dfsg1/configure-125- scummvm-2.2.0+dfsg1/configure:126:_srcdir=`dirname $0` scummvm-2.2.0+dfsg1/configure-127- ############################################## scummvm-2.2.0+dfsg1/configure-445- _sdlpath=$path_dir scummvm-2.2.0+dfsg1/configure:446: if test `basename $path_dir` = bin || test `basename $path_dir` = sbin ; then scummvm-2.2.0+dfsg1/configure:447: _sdlpath=`dirname $path_dir` scummvm-2.2.0+dfsg1/configure-448- fi ############################################## scummvm-2.2.0+dfsg1/configure-480- _freetypepath=$path_dir scummvm-2.2.0+dfsg1/configure:481: if test `basename $path_dir` = bin ; then scummvm-2.2.0+dfsg1/configure:482: _freetypepath=`dirname $path_dir` scummvm-2.2.0+dfsg1/configure-483- fi ############################################## scummvm-2.2.0+dfsg1/configure-514- _libcurlpath=$path_dir scummvm-2.2.0+dfsg1/configure:515: if test `basename $path_dir` = bin ; then scummvm-2.2.0+dfsg1/configure:516: _libcurlpath=`dirname $path_dir` scummvm-2.2.0+dfsg1/configure-517- fi ############################################## scummvm-2.2.0+dfsg1/configure-564- fi scummvm-2.2.0+dfsg1/configure:565: tmpopt=`echo $1 | sed 's/_/-/g'` scummvm-2.2.0+dfsg1/configure:566: option=`echo "${tmpopt_prefix}${tmpopt} " | sed "s/\(.\{23\}\).*/\1/"` scummvm-2.2.0+dfsg1/configure-567- echo " ${option} ${2}" ############################################## scummvm-2.2.0+dfsg1/configure-602-get_feature_state() { scummvm-2.2.0+dfsg1/configure:603: for i in `get_var _feature_$1_settings`; do scummvm-2.2.0+dfsg1/configure:604: if test `get_var $i` = "yes"; then scummvm-2.2.0+dfsg1/configure-605- echo "yes" ############################################## scummvm-2.2.0+dfsg1/configure-648-get_engine_sub() { scummvm-2.2.0+dfsg1/configure:649: sub=`get_var _engine_$1_sub` scummvm-2.2.0+dfsg1/configure-650- if test -z "$sub" ; then ############################################## scummvm-2.2.0+dfsg1/configure-677- for engine in $_engines; do scummvm-2.2.0+dfsg1/configure:678: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/configure-679- if test $engine_build_default = no ; then ############################################## scummvm-2.2.0+dfsg1/configure-687- for engine in $_engines; do scummvm-2.2.0+dfsg1/configure:688: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/configure-689- if test $engine_build_default = no ; then ############################################## scummvm-2.2.0+dfsg1/configure-698- if ( echo $1 | grep ':' ) 2> /dev/null > /dev/null ; then scummvm-2.2.0+dfsg1/configure:699: eng=`echo $1 | cut -d ':' -f 1` scummvm-2.2.0+dfsg1/configure:700: opt=`echo $1 | cut -d ':' -f 2` scummvm-2.2.0+dfsg1/configure-701- else ############################################## scummvm-2.2.0+dfsg1/configure-704- fi scummvm-2.2.0+dfsg1/configure:705: engine=`echo $eng | sed 's/-/_/g'` scummvm-2.2.0+dfsg1/configure-706- scummvm-2.2.0+dfsg1/configure-707- # Filter the parameter for the subengines scummvm-2.2.0+dfsg1/configure:708: if test "`get_engine_sub ${engine}`" != "no" ; then scummvm-2.2.0+dfsg1/configure-709- if test "$opt" != "yes" ; then ############################################## scummvm-2.2.0+dfsg1/configure-712- fi scummvm-2.2.0+dfsg1/configure:713: parent=`get_subengine_parent ${engine}` scummvm-2.2.0+dfsg1/configure:714: if test `get_engine_build ${parent}` = "no" ; then scummvm-2.2.0+dfsg1/configure-715- set_var _engine_${parent}_build "yes" ############################################## scummvm-2.2.0+dfsg1/configure-719- if test "$opt" = "static" -o "$opt" = "dynamic" -o "$opt" = "yes" ; then scummvm-2.2.0+dfsg1/configure:720: if test "`get_engine_name ${engine}`" != "" ; then scummvm-2.2.0+dfsg1/configure-721- set_var _engine_${engine}_build "$opt" ############################################## scummvm-2.2.0+dfsg1/configure-737- scummvm-2.2.0+dfsg1/configure:738: engine=`echo $1 | sed 's/-/_/g'` scummvm-2.2.0+dfsg1/configure:739: if test "`get_engine_name ${engine}`" != "" ; then scummvm-2.2.0+dfsg1/configure-740- set_var _engine_${engine}_build "no" ############################################## scummvm-2.2.0+dfsg1/configure-751- # Check whether the engine is enabled scummvm-2.2.0+dfsg1/configure:752: if test `get_engine_build $1` != "no" ; then scummvm-2.2.0+dfsg1/configure-753- # Collect unmet dependencies scummvm-2.2.0+dfsg1/configure:754: for dep in `get_engine_dependencies $1`; do scummvm-2.2.0+dfsg1/configure:755: if test `get_feature_state $dep` = "no"; then scummvm-2.2.0+dfsg1/configure:756: feature_name=`get_feature_name $dep` scummvm-2.2.0+dfsg1/configure-757- unmet_deps="${unmet_deps}${feature_name} " ############################################## scummvm-2.2.0+dfsg1/configure-762- if test -n "$unmet_deps"; then scummvm-2.2.0+dfsg1/configure:763: echo "WARNING: Disabling engine "`get_engine_name $1`" because the following dependencies are unmet: "$unmet_deps scummvm-2.2.0+dfsg1/configure-764- engine_disable $1 ############################################## scummvm-2.2.0+dfsg1/configure-770-show_engine_help() { scummvm-2.2.0+dfsg1/configure:771: name=`get_engine_name $1` scummvm-2.2.0+dfsg1/configure-772- option_help "${1}" "${name} engine" " " scummvm-2.2.0+dfsg1/configure:773: for sub in `get_engine_subengines $1`; do scummvm-2.2.0+dfsg1/configure-774- show_subengine_help $sub $1 ############################################## scummvm-2.2.0+dfsg1/configure-779-show_subengine_help() { scummvm-2.2.0+dfsg1/configure:780: name=`get_engine_name $1` scummvm-2.2.0+dfsg1/configure:781: parent=`get_engine_name $2` scummvm-2.2.0+dfsg1/configure-782- option_help "- ${1}" "${name} in ${parent} engine" " " ############################################## scummvm-2.2.0+dfsg1/configure-786-prepare_engine_build_strings() { scummvm-2.2.0+dfsg1/configure:787: string=`get_engine_build_string $1 static` scummvm-2.2.0+dfsg1/configure-788- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/configure-791- scummvm-2.2.0+dfsg1/configure:792: string=`get_engine_build_string $1 dynamic` scummvm-2.2.0+dfsg1/configure-793- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/configure-796- scummvm-2.2.0+dfsg1/configure:797: string=`get_engine_build_string $1 no` scummvm-2.2.0+dfsg1/configure-798- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/configure-801- scummvm-2.2.0+dfsg1/configure:802: string=`get_engine_build_string $1 wip` scummvm-2.2.0+dfsg1/configure-803- if test -n "$string" ; then ############################################## scummvm-2.2.0+dfsg1/configure-813- engine_string="" scummvm-2.2.0+dfsg1/configure:814: engine_build=`get_engine_build $1` scummvm-2.2.0+dfsg1/configure:815: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/configure-816- show=no ############################################## scummvm-2.2.0+dfsg1/configure-830- if test $request_status = no ; then scummvm-2.2.0+dfsg1/configure:831: for subeng in `get_engine_subengines $engine` ; do scummvm-2.2.0+dfsg1/configure:832: if test `get_engine_build $subeng` = no ; then scummvm-2.2.0+dfsg1/configure-833- # In this case we to display _disabled_ subengines ############################################## scummvm-2.2.0+dfsg1/configure-840- if test $request_status = wip ; then scummvm-2.2.0+dfsg1/configure:841: for subeng in `get_engine_subengines $engine` ; do scummvm-2.2.0+dfsg1/configure:842: if test `get_engine_build $subeng` != no -a `get_engine_build_default $subeng` = no ; then scummvm-2.2.0+dfsg1/configure-843- show=yes ############################################## scummvm-2.2.0+dfsg1/configure-856- if test $show = yes ; then scummvm-2.2.0+dfsg1/configure:857: engine_string=`get_subengines_build_string $engine $subengine_filter $request_status` scummvm-2.2.0+dfsg1/configure:858: engine_string="`get_engine_name $engine` $engine_string" scummvm-2.2.0+dfsg1/configure-859- fi ############################################## scummvm-2.2.0+dfsg1/configure-868- request_status=$3 scummvm-2.2.0+dfsg1/configure:869: parent_engine_build_default=`get_engine_build_default $parent_engine` scummvm-2.2.0+dfsg1/configure-870- subengine_string="" ############################################## scummvm-2.2.0+dfsg1/configure-873- # in any of the possible categories. scummvm-2.2.0+dfsg1/configure:874: if test `get_engine_build $parent_engine` = no; then scummvm-2.2.0+dfsg1/configure-875- return ############################################## scummvm-2.2.0+dfsg1/configure-879- # If there are no subengines, never display "[all games]" (for brevity). scummvm-2.2.0+dfsg1/configure:880: if test -z "`get_engine_subengines $parent_engine`"; then scummvm-2.2.0+dfsg1/configure-881- all=no ############################################## scummvm-2.2.0+dfsg1/configure-896- # In the static/dynamic categories, also display the engine's base games. scummvm-2.2.0+dfsg1/configure:897: if test -n "`get_engine_subengines $parent_engine`" -a $request_status != no -a $request_status != wip; then scummvm-2.2.0+dfsg1/configure:898: subengine_string="[`get_engine_base $parent_engine`]" scummvm-2.2.0+dfsg1/configure-899- fi scummvm-2.2.0+dfsg1/configure-900- scummvm-2.2.0+dfsg1/configure:901: for subeng in `get_engine_subengines $parent_engine` ; do scummvm-2.2.0+dfsg1/configure:902: subengine_build=`get_engine_build $subeng` scummvm-2.2.0+dfsg1/configure:903: subengine_build_default=`get_engine_build_default $subeng` scummvm-2.2.0+dfsg1/configure-904- ############################################## scummvm-2.2.0+dfsg1/configure-907- if test $subengine_build = $subengine_filter -a \! \( "$request_status" = wip -a "$subengine_build_default" = yes \) ; then scummvm-2.2.0+dfsg1/configure:908: s="[`get_engine_name $subeng`]" scummvm-2.2.0+dfsg1/configure-909- if test -n "$subengine_string"; then ############################################## scummvm-2.2.0+dfsg1/configure-938- for engine in $_engines; do scummvm-2.2.0+dfsg1/configure:939: if test `get_engine_sub $engine` = no ; then scummvm-2.2.0+dfsg1/configure:940: engines_help="$engines_help`show_engine_help $engine` scummvm-2.2.0+dfsg1/configure-941-" ############################################## scummvm-2.2.0+dfsg1/configure-1135- scummvm-2.2.0+dfsg1/configure:1136: --with-nasm-prefix=DIR prefix where nasm executable is installed (optional) scummvm-2.2.0+dfsg1/configure:1137: --disable-nasm disable assembly language optimizations [autodetect] scummvm-2.2.0+dfsg1/configure-1138- ############################################## scummvm-2.2.0+dfsg1/configure-1298- --opengl-mode=*) scummvm-2.2.0+dfsg1/configure:1299: _opengl_mode=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1300- ;; ############################################## scummvm-2.2.0+dfsg1/configure-1320- --with-fluidsynth-prefix=*) scummvm-2.2.0+dfsg1/configure:1321: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1322- FLUIDSYNTH_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1325- --with-mpeg2-prefix=*) scummvm-2.2.0+dfsg1/configure:1326: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1327- MPEG2_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1330- --with-a52-prefix=*) scummvm-2.2.0+dfsg1/configure:1331: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1332- A52_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1335- --with-alsa-prefix=*) scummvm-2.2.0+dfsg1/configure:1336: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1337- ALSA_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1340- --with-sndio-prefix=*) scummvm-2.2.0+dfsg1/configure:1341: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1342- SNDIO_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1345- --with-ogg-prefix=*) scummvm-2.2.0+dfsg1/configure:1346: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1347- OGG_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1350- --with-vorbis-prefix=*) scummvm-2.2.0+dfsg1/configure:1351: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1352- VORBIS_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1355- --with-tremor-prefix=*) scummvm-2.2.0+dfsg1/configure:1356: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1357- TREMOR_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1360- --with-ieee1284-prefix=*) scummvm-2.2.0+dfsg1/configure:1361: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1362- IEEE1284_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1365- --with-flac-prefix=*) scummvm-2.2.0+dfsg1/configure:1366: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1367- FLAC_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1370- --with-mad-prefix=*) scummvm-2.2.0+dfsg1/configure:1371: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1372- MAD_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1375- --with-fribidi-prefix=*) scummvm-2.2.0+dfsg1/configure:1376: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1377- FRIBIDI_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1380- --with-jpeg-prefix=*) scummvm-2.2.0+dfsg1/configure:1381: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1382- JPEG_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1385- --with-png-prefix=*) scummvm-2.2.0+dfsg1/configure:1386: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1387- PNG_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1390- --with-theoradec-prefix=*) scummvm-2.2.0+dfsg1/configure:1391: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1392- THEORADEC_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1395- --with-faad-prefix=*) scummvm-2.2.0+dfsg1/configure:1396: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1397- FAAD_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1400- --with-zlib-prefix=*) scummvm-2.2.0+dfsg1/configure:1401: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1402- ZLIB_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1405- --with-sparkle-prefix=*) scummvm-2.2.0+dfsg1/configure:1406: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1407- _sparklepath=$arg ############################################## scummvm-2.2.0+dfsg1/configure-1409- --with-readline-prefix=*) scummvm-2.2.0+dfsg1/configure:1410: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1411- READLINE_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1414- --with-libunity-prefix=*) scummvm-2.2.0+dfsg1/configure:1415: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1416- LIBUNITY_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1419- --with-gtk-prefix=*) scummvm-2.2.0+dfsg1/configure:1420: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1421- GTK_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1424- --with-sdlnet-prefix=*) scummvm-2.2.0+dfsg1/configure:1425: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1426- SDL_NET_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1429- --with-iconv-prefix=*) scummvm-2.2.0+dfsg1/configure:1430: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1431- ICONV_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1434- --with-discord-prefix=*) scummvm-2.2.0+dfsg1/configure:1435: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1436- DISCORD_CFLAGS="-I$arg/include" ############################################## scummvm-2.2.0+dfsg1/configure-1439- --backend=*) scummvm-2.2.0+dfsg1/configure:1440: _backend=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1441- ;; ############################################## scummvm-2.2.0+dfsg1/configure-1487- --with-sdl-prefix=*) scummvm-2.2.0+dfsg1/configure:1488: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1489- _sdlpath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/configure-1491- --with-freetype2-prefix=*) scummvm-2.2.0+dfsg1/configure:1492: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1493- _freetypepath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/configure-1495- --with-libcurl-prefix=*) scummvm-2.2.0+dfsg1/configure:1496: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1497- _libcurlpath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/configure-1499- --with-nasm-prefix=*) scummvm-2.2.0+dfsg1/configure:1500: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1501- _nasmpath="$arg:$arg/bin" ############################################## scummvm-2.2.0+dfsg1/configure-1503- --with-pandoc-format=*) scummvm-2.2.0+dfsg1/configure:1504: arg=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1505- _pandocformat="$arg" ############################################## scummvm-2.2.0+dfsg1/configure-1508- --with-staticlib-prefix=*) scummvm-2.2.0+dfsg1/configure:1509: _staticlibpath=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1510- ;; scummvm-2.2.0+dfsg1/configure-1511- --with-xcodetools-path=*) scummvm-2.2.0+dfsg1/configure:1512: _xcodetoolspath=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1513- ;; ############################################## scummvm-2.2.0+dfsg1/configure-1515- if test -z "$CONFIGURE_NO_HOST"; then scummvm-2.2.0+dfsg1/configure:1516: _host=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1517- else ############################################## scummvm-2.2.0+dfsg1/configure-1521- --prefix=*) scummvm-2.2.0+dfsg1/configure:1522: prefix=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1523- ;; scummvm-2.2.0+dfsg1/configure-1524- --exec-prefix=*) scummvm-2.2.0+dfsg1/configure:1525: exec_prefix=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1526- ;; scummvm-2.2.0+dfsg1/configure-1527- --bindir=*) scummvm-2.2.0+dfsg1/configure:1528: bindir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1529- ;; scummvm-2.2.0+dfsg1/configure-1530- --libdir=*) scummvm-2.2.0+dfsg1/configure:1531: libdir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1532- ;; scummvm-2.2.0+dfsg1/configure-1533- --datarootdir=*) scummvm-2.2.0+dfsg1/configure:1534: datarootdir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1535- ;; scummvm-2.2.0+dfsg1/configure-1536- --datadir=*) scummvm-2.2.0+dfsg1/configure:1537: datadir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1538- ;; scummvm-2.2.0+dfsg1/configure-1539- --mandir=*) scummvm-2.2.0+dfsg1/configure:1540: mandir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1541- ;; scummvm-2.2.0+dfsg1/configure-1542- --docdir=*) scummvm-2.2.0+dfsg1/configure:1543: docdir=`echo $ac_option | cut -d '=' -f 2` scummvm-2.2.0+dfsg1/configure-1544- ;; ############################################## scummvm-2.2.0+dfsg1/configure-1557- --enable-engine=* | --enable-engines=*) scummvm-2.2.0+dfsg1/configure:1558: for engine_name in `echo $ac_option | cut -d '=' -f 2- | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/configure-1559- engine_enable "${engine_name}" ############################################## scummvm-2.2.0+dfsg1/configure-1562- --enable-engine-static=* | --enable-engines-static=*) scummvm-2.2.0+dfsg1/configure:1563: for engine_name in `echo $ac_option | cut -d '=' -f 2- | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/configure-1564- engine_enable "${engine_name}:static" ############################################## scummvm-2.2.0+dfsg1/configure-1567- --enable-engine-dynamic=* | --enable-engines-dynamic=*) scummvm-2.2.0+dfsg1/configure:1568: for engine_name in `echo $ac_option | cut -d '=' -f 2- | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/configure-1569- engine_enable "${engine_name}:dynamic" ############################################## scummvm-2.2.0+dfsg1/configure-1572- --disable-engine=* | --disable-engines=*) scummvm-2.2.0+dfsg1/configure:1573: for engine_name in `echo $ac_option | cut -d '=' -f 2 | tr ',' '\n'`; do scummvm-2.2.0+dfsg1/configure-1574- engine_disable ${engine_name} ############################################## scummvm-2.2.0+dfsg1/configure-1582- scummvm-2.2.0+dfsg1/configure:1583:guessed_host=`$_srcdir/config.guess` scummvm-2.2.0+dfsg1/configure-1584-get_system_exe_extension $guessed_host ############################################## scummvm-2.2.0+dfsg1/configure-1817- if test -n "$_host"; then scummvm-2.2.0+dfsg1/configure:1818: guessed_host=`$_srcdir/config.sub $_host` scummvm-2.2.0+dfsg1/configure-1819- fi scummvm-2.2.0+dfsg1/configure:1820: _host_cpu=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` scummvm-2.2.0+dfsg1/configure:1821: _host_vendor=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` scummvm-2.2.0+dfsg1/configure:1822: _host_os=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` scummvm-2.2.0+dfsg1/configure-1823- ;; ############################################## scummvm-2.2.0+dfsg1/configure-2155- _cxx_minor=`gcc_get_define __GNUC_MINOR__` scummvm-2.2.0+dfsg1/configure:2156: cxx_version="`( $CXX -dumpversion ) 2>&1`" scummvm-2.2.0+dfsg1/configure-2157- ############################################## scummvm-2.2.0+dfsg1/configure-2165- cxx_version=`gcc_get_define __clang_version__` scummvm-2.2.0+dfsg1/configure:2166: cxx_version="`echo "${cxx_version}" | sed -e 's/"\([^ ]*\) .*/\1/'`" scummvm-2.2.0+dfsg1/configure-2167- cxx_version="clang $cxx_version, ok" ############################################## scummvm-2.2.0+dfsg1/configure-2176-elif test "$have_icc" = yes; then scummvm-2.2.0+dfsg1/configure:2177: cxx_version="`( $CXX -dumpversion ) 2>/dev/null`" scummvm-2.2.0+dfsg1/configure:2178: _cxx_major="`echo "${cxx_version}" | sed -ne 's/\([0-9][0-9]*\)\..*/\1/gp'`" scummvm-2.2.0+dfsg1/configure:2179: _cxx_minor="`echo "${cxx_version}" | sed -ne 's/[0-9][0-9]*\.\([0-9][0-9]*\)/\1/gp'`" scummvm-2.2.0+dfsg1/configure-2180- cxx_version="ICC $cxx_version, ok" ############################################## scummvm-2.2.0+dfsg1/configure-2182- # TODO: Big scary warning about unsupported compilers scummvm-2.2.0+dfsg1/configure:2183: cxx_version=`( $CXX -version ) 2>&1` scummvm-2.2.0+dfsg1/configure-2184- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/configure:2185: cxx_version="`echo "${cxx_version}" | sed -ne 's/^.*[^0-9]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/\1/gp'`" scummvm-2.2.0+dfsg1/configure-2186- if test -z "${cxx_version}"; then ############################################## scummvm-2.2.0+dfsg1/configure-2302- echo "int main() { return 0; }" > $TMPC scummvm-2.2.0+dfsg1/configure:2303: if `which $_dwp >/dev/null 2>&1` && cc_check_no_clean $debug_mode -gsplit-dwarf && `$_dwp -e $TMPO -o /dev/null >/dev/null 2>&1`; then scummvm-2.2.0+dfsg1/configure-2304- append_var CXXFLAGS "-gsplit-dwarf" ############################################## scummvm-2.2.0+dfsg1/configure-2386- echo_n "Checking for $_host_alias-strings... " >> "$TMPLOG" scummvm-2.2.0+dfsg1/configure:2387: if `which $_host_alias-strings >/dev/null 2>&1`; then scummvm-2.2.0+dfsg1/configure-2388- _strings=$_host_alias-strings ############################################## scummvm-2.2.0+dfsg1/configure-2573- # code in 8f5a7cde2f99de9fef849b0ff688906f05f4643e. scummvm-2.2.0+dfsg1/configure:2574: # See bug #6957: "AUDIO: ARM ASM sound code causes distorted audio on 32 bit armv6" scummvm-2.2.0+dfsg1/configure-2575- #define_in_config_if_yes yes 'USE_ARM_SOUND_ASM' ############################################## scummvm-2.2.0+dfsg1/configure-2749- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/configure:2750: macport_version="`echo "${macport_version}" | sed -ne 's/Version: \([0-9]\.[0-9]\.[0-9]\)/\1/gp'`" scummvm-2.2.0+dfsg1/configure-2751- echo_n "You seem to be running MacPorts version ${macport_version}..." ############################################## scummvm-2.2.0+dfsg1/configure-2754- # strip off /bin/port from /opt/local/bin/port scummvm-2.2.0+dfsg1/configure:2755: macport_prefix=`dirname ${macport_prefix}` scummvm-2.2.0+dfsg1/configure:2756: macport_prefix=`dirname ${macport_prefix}` scummvm-2.2.0+dfsg1/configure-2757- ############################################## scummvm-2.2.0+dfsg1/configure-2772- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/configure:2773: fink_version="`echo "${fink_version}" | sed -ne 's/Package manager version: \([0-9.]*\)/\1/gp'`" scummvm-2.2.0+dfsg1/configure-2774- echo_n "You seem to be running Fink version ${fink_version}..." ############################################## scummvm-2.2.0+dfsg1/configure-2777- # strip off /bin/fink from /sw/bin/port scummvm-2.2.0+dfsg1/configure:2778: fink_prefix=`dirname ${fink_prefix}` scummvm-2.2.0+dfsg1/configure:2779: fink_prefix=`dirname ${fink_prefix}` scummvm-2.2.0+dfsg1/configure-2780- ############################################## scummvm-2.2.0+dfsg1/configure-2794- if test "$?" -eq 0; then scummvm-2.2.0+dfsg1/configure:2795: brew_version="`echo "${brew_version}" | sed -ne 's/Homebrew \([0-9.]*\)/\1/gp'`" scummvm-2.2.0+dfsg1/configure-2796- echo_n "You seem to be running Homebrew version ${brew_version}..." ############################################## scummvm-2.2.0+dfsg1/configure-3334- gcw0) scummvm-2.2.0+dfsg1/configure:3335: _sysroot=`$CXX --print-sysroot` scummvm-2.2.0+dfsg1/configure-3336- _sdlpath=$_sysroot/usr/bin ############################################## scummvm-2.2.0+dfsg1/configure-3483- # Only static builds link successfully on buildbot scummvm-2.2.0+dfsg1/configure:3484: LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'` scummvm-2.2.0+dfsg1/configure-3485- append_var LDFLAGS "-static" ############################################## scummvm-2.2.0+dfsg1/configure-3493- # Only static builds link successfully on buildbot scummvm-2.2.0+dfsg1/configure:3494: LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'` scummvm-2.2.0+dfsg1/configure-3495- append_var LDFLAGS "-static" ############################################## scummvm-2.2.0+dfsg1/configure-3733- find_sdlconfig scummvm-2.2.0+dfsg1/configure:3734: append_var SDL_CFLAGS "`$_sdlconfig --prefix="$_sdlpath" --cflags`" scummvm-2.2.0+dfsg1/configure-3735- if test "$_static_build" = yes ; then scummvm-2.2.0+dfsg1/configure:3736: append_var SDL_LIBS "`$_sdlconfig --prefix="$_sdlpath" --static-libs`" scummvm-2.2.0+dfsg1/configure-3737- else scummvm-2.2.0+dfsg1/configure:3738: append_var SDL_LIBS "`$_sdlconfig --prefix="$_sdlpath" --libs`" scummvm-2.2.0+dfsg1/configure-3739- fi scummvm-2.2.0+dfsg1/configure:3740: _sdlversion=`$_sdlconfig --version` scummvm-2.2.0+dfsg1/configure-3741- ############################################## scummvm-2.2.0+dfsg1/configure-3786- if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL2_net; then scummvm-2.2.0+dfsg1/configure:3787: append_var SDL2_NET_LIBS "`$_pkgconfig --libs SDL2_net`" scummvm-2.2.0+dfsg1/configure:3788: append_var SDL2_NET_CFLAGS "`$_pkgconfig --cflags SDL2_net`" scummvm-2.2.0+dfsg1/configure-3789- else ############################################## scummvm-2.2.0+dfsg1/configure-3795- if test "$_pkg_config" = "yes" && $_pkgconfig --exists SDL_net; then scummvm-2.2.0+dfsg1/configure:3796: append_var SDL1_NET_LIBS "`$_pkgconfig --libs SDL_net`" scummvm-2.2.0+dfsg1/configure:3797: append_var SDL1_NET_CFLAGS "`$_pkgconfig --cflags SDL_net`" scummvm-2.2.0+dfsg1/configure-3798- else ############################################## scummvm-2.2.0+dfsg1/configure-4459-if test "$_pkg_config" = "yes" && $_pkgconfig --exists libpng; then scummvm-2.2.0+dfsg1/configure:4460: append_var PNG_LIBS "`$_pkgconfig --libs libpng`" scummvm-2.2.0+dfsg1/configure:4461: append_var PNG_CFLAGS "`$_pkgconfig --cflags libpng`" scummvm-2.2.0+dfsg1/configure-4462-else ############################################## scummvm-2.2.0+dfsg1/configure-4755- if test -n "$_staticlibpath"; then scummvm-2.2.0+dfsg1/configure:4756: LIBCURL_LIBS=`$_libcurlconfig --static-libs` scummvm-2.2.0+dfsg1/configure-4757- else scummvm-2.2.0+dfsg1/configure:4758: LIBCURL_LIBS=`$_libcurlconfig --libs` scummvm-2.2.0+dfsg1/configure-4759- fi scummvm-2.2.0+dfsg1/configure:4760: LIBCURL_CFLAGS=`$_libcurlconfig --cflags` scummvm-2.2.0+dfsg1/configure-4761- ############################################## scummvm-2.2.0+dfsg1/configure-4767- darwin*) scummvm-2.2.0+dfsg1/configure:4768: LIBCURL_LIBS=`$_libcurlconfig --libs` scummvm-2.2.0+dfsg1/configure-4769- ;; ############################################## scummvm-2.2.0+dfsg1/configure-4911- if test "$_fluidsynth" != yes && test "$_pkg_config" = "yes" && $_pkgconfig --exists fluidsynth; then scummvm-2.2.0+dfsg1/configure:4912: FLUIDSYNTH_LIBS="`$_pkgconfig --static --libs fluidsynth`" scummvm-2.2.0+dfsg1/configure-4913- cc_check_no_clean $FLUIDSYNTH_CFLAGS $FLUIDSYNTH_LIBS && _fluidsynth=yes ############################################## scummvm-2.2.0+dfsg1/configure-4999- # Unity has a lots of dependencies, update the libs and cflags var with them scummvm-2.2.0+dfsg1/configure:5000: LIBUNITY_LIBS="$LIBUNITY_LIBS `$_pkgconfig --libs 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure:5001: LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `$_pkgconfig --cflags 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure-5002- _libunity=no ############################################## scummvm-2.2.0+dfsg1/configure-5015- if test "$LIBUNITY_CFLAGS" = "" || test "$LIBUNITY_LIBS" = ""; then scummvm-2.2.0+dfsg1/configure:5016: LIBUNITY_LIBS="$LIBUNITY_LIBS `$_pkgconfig --libs 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure:5017: LIBUNITY_CFLAGS="$LIBUNITY_CFLAGS `$_pkgconfig --cflags 'unity > 3.8.1' 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure-5018- fi ############################################## scummvm-2.2.0+dfsg1/configure-5040- # GTK has a lots of dependencies, update the libs and cflags var with them scummvm-2.2.0+dfsg1/configure:5041: GTK_LIBS="$GTK_LIBS `$_pkgconfig --libs gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure:5042: GTK_CFLAGS="$GTK_CFLAGS `$_pkgconfig --cflags gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure-5043- _gtk=no ############################################## scummvm-2.2.0+dfsg1/configure-5056- if test "$GTK_CFLAGS" = "" || test "$GTK_LIBS" = ""; then scummvm-2.2.0+dfsg1/configure:5057: GTK_LIBS="$GTK_LIBS `$_pkgconfig --libs gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure:5058: GTK_CFLAGS="$GTK_CFLAGS `$_pkgconfig --cflags gtk+-3.0 2>> "$TMPLOG"`" scummvm-2.2.0+dfsg1/configure-5059- fi ############################################## scummvm-2.2.0+dfsg1/configure-5076- if test "$_pkg_config" = "yes" && $_pkgconfig --exists freetype2; then scummvm-2.2.0+dfsg1/configure:5077: FREETYPE2_LIBS=`$_pkgconfig --libs freetype2` scummvm-2.2.0+dfsg1/configure:5078: FREETYPE2_CFLAGS=`$_pkgconfig --cflags freetype2` scummvm-2.2.0+dfsg1/configure:5079: FREETYPE2_STATIC_LIBS=`$_pkgconfig --static --libs freetype2` scummvm-2.2.0+dfsg1/configure-5080- _freetype_found="true" ############################################## scummvm-2.2.0+dfsg1/configure-5094- fi scummvm-2.2.0+dfsg1/configure:5095: FREETYPE2_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --libs` scummvm-2.2.0+dfsg1/configure:5096: FREETYPE2_CFLAGS=`$_freetypeconfig --prefix="$freetypeprefix" --cflags` scummvm-2.2.0+dfsg1/configure:5097: FREETYPE2_STATIC_LIBS=`$_freetypeconfig --prefix="$freetypeprefix" --static --libs 2>/dev/null` scummvm-2.2.0+dfsg1/configure-5098- _freetype_found="true" ############################################## scummvm-2.2.0+dfsg1/configure-5361- scummvm-2.2.0+dfsg1/configure:5362: # fallback to the nasm compatible yasm scummvm-2.2.0+dfsg1/configure:5363: if test x$NASM = x -o x$NASM = x'"$NASM"'; then scummvm-2.2.0+dfsg1/configure-5364- for path_dir in $_nasmpath; do ############################################## scummvm-2.2.0+dfsg1/configure-5375- scummvm-2.2.0+dfsg1/configure:5376: if test x$NASM = x -o x$NASM = x'"$NASM"'; then scummvm-2.2.0+dfsg1/configure-5377- echo "not found" ############################################## scummvm-2.2.0+dfsg1/configure-5398- scummvm-2.2.0+dfsg1/configure:5399:define_in_config_if_yes $_nasm 'USE_NASM' scummvm-2.2.0+dfsg1/configure-5400- ############################################## scummvm-2.2.0+dfsg1/configure-5431-if test "$_pkg_config" = "yes" && $_pkgconfig --exists fribidi; then scummvm-2.2.0+dfsg1/configure:5432: append_var FRIBIDI_LIBS "`$_pkgconfig --libs fribidi`" scummvm-2.2.0+dfsg1/configure:5433: append_var FRIBIDI_CFLAGS "`$_pkgconfig --cflags fribidi`" scummvm-2.2.0+dfsg1/configure-5434-else ############################################## scummvm-2.2.0+dfsg1/configure-5846- scummvm-2.2.0+dfsg1/configure:5847: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/configure-5848- # It's a main engine scummvm-2.2.0+dfsg1/configure:5849: if test `get_engine_build $engine` = no ; then scummvm-2.2.0+dfsg1/configure-5850- isbuilt=no ############################################## scummvm-2.2.0+dfsg1/configure-5858- # dynamic, use the configured default scummvm-2.2.0+dfsg1/configure:5859: if test `get_engine_build $engine` = yes ; then scummvm-2.2.0+dfsg1/configure-5860- set_var _engine_${engine}_build "${_plugins_default}" ############################################## scummvm-2.2.0+dfsg1/configure-5864- # Prepare the defines scummvm-2.2.0+dfsg1/configure:5865: if test `get_engine_build $engine` = dynamic ; then scummvm-2.2.0+dfsg1/configure-5866- isbuilt=DYNAMIC_PLUGIN ############################################## scummvm-2.2.0+dfsg1/configure-5873- # It's a subengine, just say yes or no scummvm-2.2.0+dfsg1/configure:5874: if test "`get_engine_build $engine`" = "no" ; then scummvm-2.2.0+dfsg1/configure-5875- isbuilt=no ############################################## scummvm-2.2.0+dfsg1/configure-5881- # Save the settings scummvm-2.2.0+dfsg1/configure:5882: defname="ENABLE_`echo $engine | tr '[a-z]' '[A-Z]'`" scummvm-2.2.0+dfsg1/configure-5883- if test "$isbuilt" = "no" ; then ############################################## scummvm-2.2.0+dfsg1/configure-5901-for engine in $_sorted_engines; do scummvm-2.2.0+dfsg1/configure:5902: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/configure-5903- # It's a main engine ############################################## scummvm-2.2.0+dfsg1/configure-5911-for engine in $_engines; do scummvm-2.2.0+dfsg1/configure:5912: engine_build=`get_engine_build $engine` scummvm-2.2.0+dfsg1/configure:5913: engine_build_default=`get_engine_build_default $engine` scummvm-2.2.0+dfsg1/configure-5914- if test $engine_build != no -a $engine_build_default = no ; then ############################################## scummvm-2.2.0+dfsg1/configure-6045-EXEEXT := $HOSTEXEEXT scummvm-2.2.0+dfsg1/configure:6046:NASM := $NASM scummvm-2.2.0+dfsg1/configure-6047-NASMFLAGS := $NASMFLAGS ############################################## scummvm-2.2.0+dfsg1/configure-6089-vpath %.mm \$(srcdir) scummvm-2.2.0+dfsg1/configure:6090:vpath %.asm \$(srcdir) scummvm-2.2.0+dfsg1/configure-6091-vpath %.s \$(srcdir) ############################################## scummvm-2.2.0+dfsg1/configure-6111-for engine in $_sorted_engines; do scummvm-2.2.0+dfsg1/configure:6112: j=`echo $engine | tr '[:lower:]' '[:upper:]'` scummvm-2.2.0+dfsg1/configure:6113: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/configure-6114- # main engine ############################################## scummvm-2.2.0+dfsg1/configure-6121- scummvm-2.2.0+dfsg1/configure:6122: for subeng in `get_engine_subengines $engine` ; do scummvm-2.2.0+dfsg1/configure:6123: k=`echo $subeng | tr '[:lower:]' '[:upper:]'` scummvm-2.2.0+dfsg1/configure-6124- cat >> engines/engines.mk << EOF ############################################## scummvm-2.2.0+dfsg1/configure-6145-for engine in $_sorted_engines; do scummvm-2.2.0+dfsg1/configure:6146: if test "`get_engine_sub $engine`" = "no" ; then scummvm-2.2.0+dfsg1/configure:6147: j=`echo $engine | tr '[:lower:]' '[:upper:]'` scummvm-2.2.0+dfsg1/configure-6148- cat >> engines/plugins_table.h << EOF