Home
last modified time | relevance | path

Searched refs:currentMod (Results 1 – 11 of 11) sorted by relevance

/dports/games/scorched3d/scorched/src/common/common/
H A DDefinesScorched.cpp52 static std::string currentMod = "none"; variable
105 currentMod = mod; in setDataFileMod()
110 return currentMod; in getDataFileMod()
148 S3D::formatStringBuffer("%s/%s", currentMod.c_str(), filename.c_str())); in getModFile()
153 S3D::formatStringBuffer("%s/%s", currentMod.c_str(), filename.c_str())); in getModFile()
157 if (currentMod != "none") in getModFile()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dmy_containers.h255 …Iterator(const BaseIterator& i, const vector<T>* p) : it(i), parent(p), currentMod(p->modCounter) … in Iterator()
261 CHECK(parent->modCounter == currentMod) << "Container was modified during iteration."; in checkParent()
345 int currentMod; variable
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DPath.cpp39 currentMod = 1.0; in Path()
328 is >> currentMod; in refreshScript()
385 currentMod = v; in refreshScript()
533 animOffset -= currentMod*(dt/830); in update()
H A DPath.h139 float currentMod; variable
H A DEntity.cpp1419 dir.setLength2D(p->currentMod); in updateCurrents()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/mod/
H A DModFolderModel.cpp103 auto & currentMod = mods[row]; in finishUpdate() local
104 if(newMod.dateTimeChanged() == currentMod.dateTimeChanged()) { in finishUpdate()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Game/
H A DGame.cs358 Manifest currentMod; in Initialize()
359 if (modID != null && Mods.TryGetValue(modID, out currentMod)) in Initialize()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/wxlauncher/code/controls/
H A DModList.cpp448 wxString currentMod; in ModList() local
450 PRO_CFG_TC_CURRENT_MOD, &currentMod, NO_MOD); in ModList()
455 if ( *(this->tableData->Item(i).shortname) == currentMod ) { in ModList()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/controls/
H A DModList.cpp780 wxString currentMod; in SetSelectedMod() local
782 PRO_CFG_TC_CURRENT_MOD, &currentMod, NO_MOD); in SetSelectedMod()
786 if ( this->tableData->Item(i).shortname == currentMod ) { in SetSelectedMod()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dsnapshot.go1100 currentMod := currentExists && currentFH.Kind() == source.Mod
1102 if currentMod || originalMod {
1120 if currentMod {
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/lib/math/
H A Dtransfrm.cpp932 IntType currentMod(moduliiChain[i]);
933 PreCompute(currentRoot, CycloOrder, currentMod);