Home
last modified time | relevance | path

Searched refs:sSouthGridNo (Results 1 – 14 of 14) sorted by relevance

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DMap_Edgepoints.cc297 if( gMapInformation.sSouthGridNo != -1 ) in ClassifyEdgepoints()
299 …sGridNo = FindNearestEdgepointOnSpecifiedEdge( gMapInformation.sSouthGridNo, SOUTH_EDGEPOINT_SEARC… in ClassifyEdgepoints()
333 else if( gMapInformation.sSouthGridNo != -1 ) in GenerateMapEdgepoints()
334 sGridNo = gMapInformation.sSouthGridNo; in GenerateMapEdgepoints()
445 if( gMapInformation.sSouthGridNo != -1 ) in GenerateMapEdgepoints()
649 if( gMapInformation.sSouthGridNo != -1 ) in GenerateMapEdgepoints()
964 else if( gMapInformation.sSouthGridNo != -1 ) in BeginMapEdgepointSearch()
965 sGridNo = gMapInformation.sSouthGridNo; in BeginMapEdgepointSearch()
H A DTactical_Placement_GUI.cc871 case INSERTION_CODE_SOUTH: insertion_gridno = gMapInformation.sSouthGridNo; break; in PutDownMercPiece()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DMap_Information.h24 INT16 sSouthGridNo; member
H A DMap_Information.cc181 ValidateEntryPointGridNo( &gMapInformation.sSouthGridNo ); in UpdateOldVersionMap()
449 ValidateEntryPointGridNo( &gMapInformation.sSouthGridNo ); in UpdateOldVersionMap()
H A DTactical_Save.cc359 if (grid_no == -1) grid_no = m.sSouthGridNo; in HandleAllReachAbleItemsInTheSector()
706 def.sGridNo = gMapInformation.sSouthGridNo; in LoadRottingCorpsesFromTempCorpseFile()
H A DHandle_UI.cc5083 else if( gMapInformation.sSouthGridNo != -1 ) in SetInterfaceHeightLevel()
5084 sGridNo = gMapInformation.sSouthGridNo; in SetInterfaceHeightLevel()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DEditScreen.cc2216 gMapInformation.sSouthGridNo = -1; in CreateNewMap()
3051 if (m.sSouthGridNo != -1) AddTopmostToTail(m.sSouthGridNo, FIRSTPOINTERS2); in ShowEntryPoints()
3061 …if (m.sSouthGridNo != -1) RemoveAllTopmostsOfTypeRange(m.sSouthGridNo, FIRSTPOINTERS, FIRSTPOINTER… in HideEntryPoints()
H A DEditor_Taskbar_Utils.cc616 RenderEntryPoint(gMapInformation.sSouthGridNo, "South Entry Point"); in RenderMapEntryPointsAndLights()
H A DEditor_Callbacks.cc531 case MAPINFO_SOUTH_POINT: sGridNo = gMapInformation.sSouthGridNo; break; in MapInfoEntryPointsCallback()
H A DSector_Summary.cc433 if( m->sSouthGridNo != -1 ) in RenderSectorInformation()
459 if (m->sSouthGridNo != -1) { MPrint(x, 75, "S"); x += StringPixLength("S", FONT10ARIAL) + 2; } in RenderSectorInformation()
H A DEditorMercs.cc1505 case DRAW_MODE_SOUTHPOINT: psEntryGridNo = &gMapInformation.sSouthGridNo; break; in SpecifyEntryPoint()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DFindLocations.cc172 INT16 sCentralGridNo, sAdjSpot, sNorthGridNo, sSouthGridNo, sDir, sCheckSpot; in CalcBestCTGT() local
183 sSouthGridNo = NewGridNo( sCentralGridNo, DirectionInc(SOUTH) ); in CalcBestCTGT()
213 sCheckSpot = sSouthGridNo; in CalcBestCTGT()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategicMap.cc210 case SOUTH_STRATEGIC_MOVE: gridno = gMapInformation.sSouthGridNo; break; in UndergroundTacticalTraversalTime()
1094 case INSERTION_CODE_SOUTH: gridno = gMapInformation.sSouthGridNo; goto check_entry; in UpdateMercInSector()
1116 else if (gMapInformation.sSouthGridNo != -1) in UpdateMercInSector()
1119 gridno = gMapInformation.sSouthGridNo; in UpdateMercInSector()
H A DScheduling.cc940 gMapInformation.sSouthGridNo != -1 || gMapInformation.sWestGridNo != -1 ) in PostSchedules()