Home
last modified time | relevance | path

Searched refs:enablePatch (Results 1 – 8 of 8) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dscript_patches.cpp22532 enablePatch(signatureTable, "cd/mac: Narrator lockup fix"); in processScript()
22542 enablePatch(signatureTable, "pc: fix cartoon timing"); in processScript()
22544 enablePatch(signatureTable, "mac: fix cartoon timing"); in processScript()
22549 enablePatch(signatureTable, "fix end game font"); in processScript()
22560 enablePatch(signatureTable, "missing waterfall view"); in processScript()
22574 enablePatch(signatureTable, "Crispin intro signal"); in processScript()
22580 enablePatch(signatureTable, "CD: audio + text support"); in processScript()
22584 enablePatch(signatureTable, "Mac: Drink Me pic"); in processScript()
22590 enablePatch(signatureTable, "CD: audio + text support"); in processScript()
22601 enablePatch(signatureTable, "CD: fix crest bookshelf"); in processScript()
[all …]
H A Dscript_patches.h114 void enablePatch(const SciScriptPatcherEntry *patchTable, const char *searchDescription);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dscript_patches.h114 void enablePatch(const SciScriptPatcherEntry *patchTable, const char *searchDescription);
H A Dscript_patches.cpp18720 enablePatch(signatureTable, "Mac: skip broken hop singh scene"); in processScript()
18726 enablePatch(signatureTable, "subtitle patch compatibility"); in processScript()
18732 enablePatch(signatureTable, "Win: GM Music signal checks"); in processScript()
18738 enablePatch(signatureTable, "CD: audio + text support"); in processScript()
18742 enablePatch(signatureTable, "Mac: Drink Me pic"); in processScript()
18748 enablePatch(signatureTable, "CD: audio + text support"); in processScript()
18754 enablePatch(signatureTable, "CD: fix rope during Igor rescue (1/2)"); in processScript()
18758 enablePatch(signatureTable, "CD: fix guild tunnel access (3/3)"); in processScript()
18759 enablePatch(signatureTable, "CD: fix crest bookshelf"); in processScript()
18760 enablePatch(signatureTable, "CD: fix peer bats, upper door (2/2)"); in processScript()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexdocument.h384 void enablePatch(const bool enable);
H A Dtexstudio.cpp4430 doc->parent->enablePatch(false); in updateStructure()
4432 doc->parent->enablePatch(true); in updateStructure()
9918 documents.enablePatch(false); in updateTexLikeQNFA()
9929 documents.enablePatch(true); in updateTexLikeQNFA()
H A Dlatexdocument.cpp3086 void LatexDocuments::enablePatch(const bool enable) in enablePatch() function in LatexDocuments
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkOpenFOAMReader.cxx858 void enablePatch(vtkIdType patchIndex) { patchActive.emplace(patchIndex); } in enablePatch() function
6270 patches.enablePatch(patch.index_); in MakeMetaDataAtTimeStep()