Home
last modified time | relevance | path

Searched refs:gameLost (Results 1 – 13 of 13) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Scenario/
H A DUser_Mission_-_Dangerous_Ducklings.lua12 local gameLost = false
67 if (notListening == false) and (gameLost == false) then
94 if (GetY(player) > WaterLine) and (gameLost == false) then
96 gameLost = true
112 if gameLost == true then
134 gameLost = true
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Scenario/
H A DUser_Mission_-_Dangerous_Ducklings.lua12 local gameLost = false
67 if (notListening == false) and (gameLost == false) then
94 if (GetY(player) > WaterLine) and (gameLost == false) then
96 gameLost = true
112 if gameLost == true then
134 gameLost = true
/dports/games/flobopuyo/flobopuyo-0.20/
H A DPuyoView.h78 void gameLost();
H A DPuyoGame.h85 virtual void gameLost() = 0;
H A DPuyoView.cpp420 void PuyoView::gameLost() in gameLost() function in PuyoView
H A DPuyoGame.cpp375 delegate->gameLost(); in setFallingAtTop()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/
H A Dfruit01.lua371 gameLost()
375 gameLost()
508 function gameLost() function
/dports/games/hedgewars/hedgewars-src-1.0.0/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/
H A Dfruit01.lua371 gameLost()
375 gameLost()
508 function gameLost() function
/dports/games/eboard/eboard-1.1.3/
H A Dglobal.h249 void gameLost();
H A Dproto_xboard.cc353 global.gameLost(); in gameOver()
372 global.gameLost(); in resign()
H A Dproto_p2p.cc477 global.gameLost(); in gameOver()
H A Dglobal.cc739 void Global::gameLost() { playOther(6); } in gameLost() function in Global
H A Dproto_fics.cc1580 global.gameLost(); in gameOver()