Home
last modified time | relevance | path

Searched refs:isRoom (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DLevel.cpp140 if (m_levelScript->isRoom()) { in own_resumeState()
242 if (m_levelScript->isRoom()) { in saveUndo()
282 if (m_levelScript->isRoom()) { in nextPlayerAction()
305 if (m_levelScript->isRoom()) { in saveGame()
346 if (m_levelScript->isRoom()) { in loadGame()
384 if (m_levelScript->isRoom()) { in nextShowAction()
397 if (m_levelScript->isRoom()) { in nextUndoAction()
504 if (m_levelScript->isRoom()) { in switchFish()
512 if (m_levelScript->isRoom()) { in controlEvent()
520 if (m_levelScript->isRoom()) { in controlMouse()
[all …]
H A DRoomAccess.h22 bool isRoom() const { return !!m_room; } in isRoom() function
/dports/games/instead/instead-3.4.1/stead/stead2/
H A Dwalk.lua32 if not isRoom(stead.ref(where)) then
36 if not isRoom(stead.ref(self.where)) then
165 if isRoom(stead.ref(w)) then
183 if isRoom(stead.ref(what)) then
196 if not isRoom(w) then
H A Ddbg.lua258 if isRoom(v) and not v.debug then
282 …if isObject(v) and not isPhrase(v) and not isRoom(v) and not isPlayer(v) and not v.debug and not h…
H A Dstead.lua480 function isRoom(v) function
610 if isRoom(v) then
1382 if isRoom(v) and not isDisabled(v) then
1486 if not isRoom(stead.ref(where)) then
1489 if not isRoom(stead.ref(self.where)) then
1672 if isRoom(v) then
1797 if not isRoom(stead.here()) then
1938 for_each(_G, '_G', f, isRoom, ...)
H A Dproxymenu.lua159 if not isRoom(o) then
H A Dobject.lua318 if isRoom(o) then
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dmap_build.c800 t->IsRoom != isRoom) in MapIsValidStartForWall()
902 if (MapIsValidStartForWall(mb, v, isRoom, pad)) in MapTryBuildWall()
905 MapGrowWall(mb, v, isRoom, pad, rand() & 3, wallLength, wall); in MapTryBuildWall()
911 const MapBuilder *mb, const struct vec2i v, const bool isRoom);
938 if (!MapGrowWallCheck(mb, v, isRoom)) in MapGrowWall()
956 if (!MapGrowWallCheck(mb, v, isRoom)) in MapGrowWall()
972 if (!MapGrowWallCheck(mb, v, isRoom)) in MapGrowWall()
994 if (!MapGrowWallCheck(mb, v, isRoom)) in MapGrowWall()
1007 MapGrowWall(mb, pos, isRoom, pad, rand() & 3, l, wall); in MapGrowWall()
1011 MapGrowWall(mb, pos, isRoom, pad, d, length, wall); in MapGrowWall()
[all …]
H A Dmap_build.h125 MapBuilder *mb, const bool isRoom, const int pad, const int wallLength,
/dports/net-im/coccinella/Coccinella-0.96.20Src/jabber/
H A DJWB.tcl276 set isRoom 0
278 set isRoom 1
280 set isRoom 1
293 if {$isRoom} {
941 set isRoom 1
943 set isRoom 1
945 set isRoom 0
947 if {$isRoom} {
1040 set isRoom 0
1051 set isRoom 1
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agos/
H A Drooms.cpp144 if (isRoom(x)) in getDoorOf()
160 if (isRoom(x)) in getExitOf_e1()
H A Ditems.cpp191 bool AGOSEngine::isRoom(Item *item) { in isRoom() function in AGOS::AGOSEngine
H A Dscript.cpp200 setScriptCondition(isRoom(getNextItemPtr())); in o_isRoom()
H A Dagos.h733 bool isRoom(Item *item);
/dports/games/scummvm/scummvm-2.5.1/engines/agos/
H A Drooms.cpp146 if (isRoom(x)) in getDoorOf()
162 if (isRoom(x)) in getExitOf_e1()
H A Ditems.cpp191 bool AGOSEngine::isRoom(Item *item) { in isRoom() function in AGOS::AGOSEngine
H A Dscript.cpp200 setScriptCondition(isRoom(getNextItemPtr())); in o_isRoom()
/dports/games/instead/instead-3.4.1/stead/stead2/ext/
H A Dgui.lua370 if not isRoom(h) then
/dports/games/opendungeons/OpenDungeons-0.7.1/source/game/
H A DSeat.cpp1692 bool isRoom = false; in exportTileToPacket() local
1707 isRoom = true; in exportTileToPacket()
1722 os << isRoom; in exportTileToPacket()
/dports/biology/bbmap/bbmap/current/structures/
H A DByteBuilder.java570 private final boolean isRoom(int x){
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinOslFactorization2.cpp3833 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
3909 if (isRoom) { in c_ekkftrn_ft()
3954 if (isRoom) { in c_ekkftrn_ft()
4010 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
4089 if (isRoom) { in c_ekkftrn2()
4118 if (isRoom) { in c_ekkftrn2()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinOslFactorization2.cpp3833 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
3909 if (isRoom) { in c_ekkftrn_ft()
3954 if (isRoom) { in c_ekkftrn_ft()
4010 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
4089 if (isRoom) { in c_ekkftrn2()
4118 if (isRoom) { in c_ekkftrn2()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinOslFactorization2.cpp3833 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
3909 if (isRoom) { in c_ekkftrn_ft()
3954 if (isRoom) { in c_ekkftrn_ft()
4010 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
4089 if (isRoom) { in c_ekkftrn2()
4118 if (isRoom) { in c_ekkftrn2()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinOslFactorization2.cpp3861 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn_ft() local
3938 if (isRoom) { in c_ekkftrn_ft()
3985 if (isRoom) { in c_ekkftrn_ft()
4041 bool isRoom = (fact->nnentu + (nrow << 1) < (kdnspt - 2) in c_ekkftrn2() local
4121 if (isRoom) { in c_ekkftrn2()
4152 if (isRoom) { in c_ekkftrn2()
/dports/audio/cadence/Cadence-0.9.1/src/
H A Dclaudia.py429 def __init__(self, parent, isRoom, app_obj=None): argument
462 if not isRoom:

12