Home
last modified time | relevance | path

Searched refs:getGlobalVar (Results 1 – 25 of 100) sorted by relevance

1234

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/neverhood/modules/
H A Dmodule1000.cpp165 if (!getGlobalVar(V_DOOR_BUSTED)) { in Scene1001()
177 if (!getGlobalVar(V_WINDOW_OPEN)) { in Scene1001()
201 if (getGlobalVar(V_DOOR_BUSTED)) { in handleMessage()
210 if (getGlobalVar(V_WINDOW_OPEN)) { in handleMessage()
471 if (getGlobalVar(V_ENTRANCE_OPEN)) { in Scene1004()
564 if (getGlobalVar(V_ENTRANCE_OPEN)) { in Scene1005()
611 if (getGlobalVar(V_ENTRANCE_OPEN)) { in getTextIndex()
614 if (getGlobalVar(V_TEXT_FLAG1) && getGlobalVar(V_TEXT_INDEX) == textIndex) { in getTextIndex()
626 if (!getGlobalVar(V_DOOR_PASSED)) in getTextIndex1()
650 if (!getGlobalVar(V_WALL_BROKEN)) in getTextIndex1()
[all …]
H A Dmodule3000.cpp83 if (!getGlobalVar(V_BOLT_DOOR_OPEN)) { in createScene()
97 if (getGlobalVar(V_WALL_BROKEN)) { in createScene()
104 if (getGlobalVar(V_STAIRS_DOWN)) in createScene()
106 else if (getGlobalVar(V_WALL_BROKEN)) in createScene()
112 if (getGlobalVar(V_STAIRS_DOWN)) in createScene()
153 if (!getGlobalVar(V_BOLT_DOOR_OPEN)) in createScene()
154 if (getGlobalVar(V_WALL_BROKEN)) in createScene()
159 if (getGlobalVar(V_WALL_BROKEN)) in createScene()
269 if (getGlobalVar(V_BOLT_DOOR_OPEN)) in updateScene()
532 …if (!getGlobalVar(V_ROBOT_HIT) || getGlobalVar(V_CANNON_RAISED) || getGlobalVar(V_CANNON_TURNED)) { in update()
[all …]
H A Dmodule1200.cpp78 if (getGlobalVar(V_CREATURE_EXPLODED) && !getGlobalVar(V_SEEN_CREATURE_EXPLODE_VID)) in updateScene()
159 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) { in Scene1201()
184 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) { in Scene1201()
194 if (getGlobalVar(V_TNT_DUMMY_BUILT)) { in Scene1201()
227 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) { in Scene1201()
255 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) in Scene1201()
267 if (getGlobalVar(V_CREATURE_ANGRY) && getGlobalVar(V_MATCH_STATUS) == 0) in Scene1201()
272 if (getGlobalVar(V_MATCH_STATUS) < 3) { in Scene1201()
277 if (getGlobalVar(V_CREATURE_ANGRY) && getGlobalVar(V_CREATURE_EXPLODED) == 0) { in Scene1201()
316 if (getGlobalVar(V_MATCH_STATUS) == 0) in handleMessage()
[all …]
H A Dmodule2200.cpp265 if (getGlobalVar(V_LIGHTS_ON)) in createScene()
270 if (getGlobalVar(V_LIGHTS_ON)) in createScene()
714 if (getGlobalVar(V_HAS_FINAL_KEY) && getGlobalVar(V_KEY3_LOCATION) == 0) in Scene2203()
830 if (getGlobalVar(V_LIGHTS_ON)) { in Scene2205()
852 if (!getGlobalVar(V_LIGHTS_ON)) in Scene2205()
859 if (!getGlobalVar(V_LIGHTS_ON)) in Scene2205()
941 if (getGlobalVar(V_LIGHTS_ON)) { in Scene2206()
972 if (!getGlobalVar(V_LIGHTS_ON)) in Scene2206()
1054 if (getGlobalVar(V_LIGHTS_ON)) { in klaymenInFrontSpikes()
1066 if (getGlobalVar(V_LIGHTS_ON)) { in klaymenBehindSpikes()
[all …]
H A Dmodule1400.cpp156 if (!getGlobalVar(V_MOUSE_SUCKED_IN)) { in Scene1401()
193 if (getGlobalVar(V_PROJECTOR_SLOT) == 6) { in Scene1401()
249 if (!getGlobalVar(V_MOUSE_SUCKED_IN)) { in handleMessage()
299 if (getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) in Scene1402()
308 if (!getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) in Scene1402()
319 if (getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) { in Scene1402()
342 if (getGlobalVar(V_PROJECTOR_SLOT) == 4) { in Scene1402()
380 if (getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) in handleMessage()
592 if (getGlobalVar(V_HAS_FINAL_KEY) && getGlobalVar(V_KEY3_LOCATION) == 0) in Scene1404()
603 if (getGlobalVar(V_KEY3_LOCATION) == 5) { in Scene1404()
[all …]
H A Dmodule2600.cpp75 if (getGlobalVar(V_CREATURE_ANGRY)) in createScene()
99 if (getGlobalVar(V_FRUIT_COUNTING_INDEX) == 1) in createScene()
101 else if (getGlobalVar(V_FRUIT_COUNTING_INDEX) == 2) in createScene()
105 if (getGlobalVar(V_FRUIT_COUNTING_INDEX) >= 2) in createScene()
116 if (getGlobalVar(V_WATER_RUNNING)) in createScene()
123 if (getGlobalVar(V_WATER_RUNNING)) in createScene()
167 if (getGlobalVar(V_CREATURE_ANGRY)) in updateScene()
174 if (getGlobalVar(V_CREATURE_ANGRY)) in updateScene()
H A Dmodule2800.cpp81 if (getGlobalVar(V_RADIO_ENABLED)) in createScene()
88 if (getGlobalVar(V_KLAYMEN_SMALL)) in createScene()
170 if (getGlobalVar(V_SHRINK_LIGHTS_ON)) in createScene()
370 if (!getGlobalVar(V_RADIO_ENABLED)) in Scene2801()
1717 if (getGlobalVar(V_KLAYMEN_SMALL)) { in Scene2810()
1727 if (getGlobalVar(V_LADDER_DOWN)) { in Scene2810()
1748 if (getGlobalVar(V_LADDER_DOWN)) in Scene2810()
1815 if (getGlobalVar(V_LADDER_DOWN)) in Scene2810()
1852 if (getGlobalVar(V_LADDER_DOWN)) in insertKlaymenLadder()
1899 if (getGlobalVar(V_LADDER_DOWN)) in handleMessage()
[all …]
H A Dmodule1300.cpp487 if (!getGlobalVar(V_BALLOON_POPPED)) { in Scene1303()
526 if (getGlobalVar(V_BALLOON_POPPED)) { in Scene1304()
533 if (!getGlobalVar(V_HAS_NEEDLE)) { in Scene1304()
561 if (getGlobalVar(V_BALLOON_POPPED)) in handleMessage()
609 if (getGlobalVar(V_HAS_FINAL_KEY) && getGlobalVar(V_KEY3_LOCATION) == 0) in Scene1306()
931 if (getGlobalVar(V_MOUSE_SUCKED_IN)) { in Scene1308()
951 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) { in Scene1308()
962 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) { in Scene1308()
973 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) { in Scene1308()
1019 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) in handleMessage()
[all …]
H A Dmodule2600_sprites.cpp34 if (!getGlobalVar(V_WATER_RUNNING)) in SsScene2609Button()
45 if (getGlobalVar(V_WATER_RUNNING)) { in update()
61 if (getGlobalVar(V_WATER_RUNNING)) { in handleMessage()
90 if (getGlobalVar(V_WATER_RUNNING)) in AsScene2609Water()
H A Dmodule1900.cpp100 if (!getGlobalVar(V_STAIRS_PUZZLE_SOLVED)) in Scene1901()
102 else if (getGlobalVar(V_STAIRS_DOWN)) { in Scene1901()
152 if (getGlobalVar(V_STAIRS_PUZZLE_SOLVED)) in Scene1907()
208 if (getGlobalVar(V_STAIRS_DOWN)) { in handleMessage()
215 if (!getGlobalVar(V_WALL_BROKEN)) { in handleMessage()
/dports/games/scummvm/scummvm-2.5.1/engines/neverhood/modules/
H A Dmodule1000.cpp169 if (!getGlobalVar(V_DOOR_BUSTED)) { in Scene1001()
181 if (!getGlobalVar(V_WINDOW_OPEN)) { in Scene1001()
205 if (getGlobalVar(V_DOOR_BUSTED)) { in handleMessage()
214 if (getGlobalVar(V_WINDOW_OPEN)) { in handleMessage()
479 if (getGlobalVar(V_ENTRANCE_OPEN)) { in Scene1004()
574 if (getGlobalVar(V_ENTRANCE_OPEN)) { in Scene1005()
623 if (getGlobalVar(V_ENTRANCE_OPEN)) { in getTextIndex()
626 if (getGlobalVar(V_TEXT_FLAG1) && getGlobalVar(V_TEXT_INDEX) == textIndex) { in getTextIndex()
638 if (!getGlobalVar(V_DOOR_PASSED)) in getTextIndex1()
662 if (!getGlobalVar(V_WALL_BROKEN)) in getTextIndex1()
[all …]
H A Dmodule3000.cpp83 if (!getGlobalVar(V_BOLT_DOOR_OPEN)) { in createScene()
97 if (getGlobalVar(V_WALL_BROKEN)) { in createScene()
104 if (getGlobalVar(V_STAIRS_DOWN)) in createScene()
106 else if (getGlobalVar(V_WALL_BROKEN)) in createScene()
112 if (getGlobalVar(V_STAIRS_DOWN)) in createScene()
153 if (!getGlobalVar(V_BOLT_DOOR_OPEN)) in createScene()
154 if (getGlobalVar(V_WALL_BROKEN)) in createScene()
159 if (getGlobalVar(V_WALL_BROKEN)) in createScene()
271 if (getGlobalVar(V_BOLT_DOOR_OPEN)) in updateScene()
540 …if (!getGlobalVar(V_ROBOT_HIT) || getGlobalVar(V_CANNON_RAISED) || getGlobalVar(V_CANNON_TURNED)) { in update()
[all …]
H A Dmodule1200.cpp80 if (getGlobalVar(V_CREATURE_EXPLODED) && !getGlobalVar(V_SEEN_CREATURE_EXPLODE_VID)) in updateScene()
163 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) { in Scene1201()
188 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) { in Scene1201()
198 if (getGlobalVar(V_TNT_DUMMY_BUILT)) { in Scene1201()
231 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) { in Scene1201()
259 if (getGlobalVar(V_CREATURE_ANGRY) && !getGlobalVar(V_CREATURE_EXPLODED)) in Scene1201()
271 if (getGlobalVar(V_CREATURE_ANGRY) && getGlobalVar(V_MATCH_STATUS) == 0) in Scene1201()
276 if (getGlobalVar(V_MATCH_STATUS) < 3) { in Scene1201()
281 if (getGlobalVar(V_CREATURE_ANGRY) && getGlobalVar(V_CREATURE_EXPLODED) == 0) { in Scene1201()
320 if (getGlobalVar(V_MATCH_STATUS) == 0) in handleMessage()
[all …]
H A Dmodule2200.cpp265 if (getGlobalVar(V_LIGHTS_ON)) in createScene()
270 if (getGlobalVar(V_LIGHTS_ON)) in createScene()
722 if (getGlobalVar(V_HAS_FINAL_KEY) && getGlobalVar(V_KEY3_LOCATION) == 0) in Scene2203()
840 if (getGlobalVar(V_LIGHTS_ON)) { in Scene2205()
862 if (!getGlobalVar(V_LIGHTS_ON)) in Scene2205()
869 if (!getGlobalVar(V_LIGHTS_ON)) in Scene2205()
953 if (getGlobalVar(V_LIGHTS_ON)) { in Scene2206()
984 if (!getGlobalVar(V_LIGHTS_ON)) in Scene2206()
1068 if (getGlobalVar(V_LIGHTS_ON)) { in klaymenInFrontSpikes()
1080 if (getGlobalVar(V_LIGHTS_ON)) { in klaymenBehindSpikes()
[all …]
H A Dmodule1400.cpp160 if (!getGlobalVar(V_MOUSE_SUCKED_IN)) { in Scene1401()
197 if (getGlobalVar(V_PROJECTOR_SLOT) == 6) { in Scene1401()
253 if (!getGlobalVar(V_MOUSE_SUCKED_IN)) { in handleMessage()
305 if (getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) in Scene1402()
314 if (!getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) in Scene1402()
325 if (getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) { in Scene1402()
348 if (getGlobalVar(V_PROJECTOR_SLOT) == 4) { in Scene1402()
386 if (getGlobalVar(V_MOUSE_PUZZLE_SOLVED)) in handleMessage()
604 if (getGlobalVar(V_HAS_FINAL_KEY) && getGlobalVar(V_KEY3_LOCATION) == 0) in Scene1404()
615 if (getGlobalVar(V_KEY3_LOCATION) == 5) { in Scene1404()
[all …]
H A Dmodule2600.cpp75 if (getGlobalVar(V_CREATURE_ANGRY)) in createScene()
99 if (getGlobalVar(V_FRUIT_COUNTING_INDEX) == 1) in createScene()
101 else if (getGlobalVar(V_FRUIT_COUNTING_INDEX) == 2) in createScene()
105 if (getGlobalVar(V_FRUIT_COUNTING_INDEX) >= 2) in createScene()
116 if (getGlobalVar(V_WATER_RUNNING)) in createScene()
123 if (getGlobalVar(V_WATER_RUNNING)) in createScene()
169 if (getGlobalVar(V_CREATURE_ANGRY)) in updateScene()
176 if (getGlobalVar(V_CREATURE_ANGRY)) in updateScene()
H A Dmodule2800.cpp81 if (getGlobalVar(V_RADIO_ENABLED)) in createScene()
88 if (getGlobalVar(V_KLAYMEN_SMALL)) in createScene()
170 if (getGlobalVar(V_SHRINK_LIGHTS_ON)) in createScene()
376 if (!getGlobalVar(V_RADIO_ENABLED)) in Scene2801()
1744 if (getGlobalVar(V_KLAYMEN_SMALL)) { in Scene2810()
1754 if (getGlobalVar(V_LADDER_DOWN)) { in Scene2810()
1775 if (getGlobalVar(V_LADDER_DOWN)) in Scene2810()
1842 if (getGlobalVar(V_LADDER_DOWN)) in Scene2810()
1879 if (getGlobalVar(V_LADDER_DOWN)) in insertKlaymenLadder()
1926 if (getGlobalVar(V_LADDER_DOWN)) in handleMessage()
[all …]
H A Dmodule1300.cpp493 if (!getGlobalVar(V_BALLOON_POPPED)) { in Scene1303()
534 if (getGlobalVar(V_BALLOON_POPPED)) { in Scene1304()
541 if (!getGlobalVar(V_HAS_NEEDLE)) { in Scene1304()
569 if (getGlobalVar(V_BALLOON_POPPED)) in handleMessage()
619 if (getGlobalVar(V_HAS_FINAL_KEY) && getGlobalVar(V_KEY3_LOCATION) == 0) in Scene1306()
946 if (getGlobalVar(V_MOUSE_SUCKED_IN)) { in Scene1308()
966 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) { in Scene1308()
977 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) { in Scene1308()
988 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) { in Scene1308()
1034 if (getGlobalVar(V_KEYDOOR_UNLOCKED)) in handleMessage()
[all …]
H A Dmodule2600_sprites.cpp34 if (!getGlobalVar(V_WATER_RUNNING)) in SsScene2609Button()
45 if (getGlobalVar(V_WATER_RUNNING)) { in update()
61 if (getGlobalVar(V_WATER_RUNNING)) { in handleMessage()
92 if (getGlobalVar(V_WATER_RUNNING)) in AsScene2609Water()
H A Dmodule1900.cpp104 if (!getGlobalVar(V_STAIRS_PUZZLE_SOLVED)) in Scene1901()
106 else if (getGlobalVar(V_STAIRS_DOWN)) { in Scene1901()
156 if (getGlobalVar(V_STAIRS_PUZZLE_SOLVED)) in Scene1907()
212 if (getGlobalVar(V_STAIRS_DOWN)) { in handleMessage()
219 if (!getGlobalVar(V_WALL_BROKEN)) { in handleMessage()
/dports/security/mailzu/MailZu_0.8RC3/
H A DmessagesAdmin.php37 $requestedPage = CmnFns::getGlobalVar('page', GET);
63 if ( CmnFns::getGlobalVar('search_action', GET) == translate('Clear search results') ) {
67 …db->convertSearch2SQL( 'msgs.from_addr', CmnFns::getGlobalVar('f_criterion', GET), CmnFns::getGlob…
68 … $db->convertSearch2SQL( 'msgs.subject', CmnFns::getGlobalVar('s_criterion', GET), CmnFns::getGlob…
69 …= $db->convertSearch2SQL( 'recip.email', CmnFns::getGlobalVar('t_criterion', GET), CmnFns::getGlob…
70 … $db->convertSearch2SQL( 'msgs.mail_id', CmnFns::getGlobalVar('m_criterion', GET), CmnFns::getGlob…
80 if ( CmnFns::getGlobalVar('searchOnly', GET) != 1 ) {
97 if ( CmnFns::getGlobalVar('searchOnly', GET) != 1 ) {
H A DmessagesIndex.php41 $requestedPage = CmnFns::getGlobalVar('page', GET);
61 if ( CmnFns::getGlobalVar('search_action', GET) == translate('Clear search results') ) CmnFns::redi…
63 …db->convertSearch2SQL( 'msgs.from_addr', CmnFns::getGlobalVar('f_criterion', GET), CmnFns::getGlob…
64 … $db->convertSearch2SQL( 'msgs.subject', CmnFns::getGlobalVar('s_criterion', GET), CmnFns::getGlob…
65 …= $db->convertSearch2SQL( 'recip.email', CmnFns::getGlobalVar('t_criterion', GET), CmnFns::getGlob…
66 … $db->convertSearch2SQL( 'msgs.mail_id', CmnFns::getGlobalVar('m_criterion', GET), CmnFns::getGlob…
H A DmessagesPending.php39 $requestedPage = CmnFns::getGlobalVar('page', GET);
59 if ( CmnFns::getGlobalVar('search_action', GET) == translate('Clear search results') ) CmnFns::redi…
61 …db->convertSearch2SQL( 'msgs.from_addr', CmnFns::getGlobalVar('f_criterion', GET), CmnFns::getGlob…
62 … $db->convertSearch2SQL( 'msgs.subject', CmnFns::getGlobalVar('s_criterion', GET), CmnFns::getGlob…
63 …= $db->convertSearch2SQL( 'recip.email', CmnFns::getGlobalVar('t_criterion', GET), CmnFns::getGlob…
64 … $db->convertSearch2SQL( 'msgs.mail_id', CmnFns::getGlobalVar('m_criterion', GET), CmnFns::getGlob…
H A DmessagesPendingAdmin.php37 $requestedPage = CmnFns::getGlobalVar('page', GET);
60 …if ( CmnFns::getGlobalVar('search_action', GET) == translate('Clear search results') ) CmnFns::red…
62 …db->convertSearch2SQL( 'msgs.from_addr', CmnFns::getGlobalVar('f_criterion', GET), CmnFns::getGlob…
63 … $db->convertSearch2SQL( 'msgs.subject', CmnFns::getGlobalVar('s_criterion', GET), CmnFns::getGlob…
64 …= $db->convertSearch2SQL( 'recip.email', CmnFns::getGlobalVar('t_criterion', GET), CmnFns::getGlob…
65 … $db->convertSearch2SQL( 'msgs.mail_id', CmnFns::getGlobalVar('m_criterion', GET), CmnFns::getGlob…
H A DsendErrorReport.php48 $action = CmnFns::getGlobalVar('action', POST);
54 $process_action= CmnFns::getGlobalVar('process_action', POST);
55 $error_array = unserialize(urldecode(CmnFns::getGlobalVar('serialized_error_array', POST)));

1234