Home
last modified time | relevance | path

Searched refs:MapSpot (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dlnspec.cpp321 MapSpot spot;
369 MapSpot door = NULL; in FUNC()
393 …EVElevator(AActor *activator, MapSpot spot, MapSpot door, MapSpot next, unsigned int elevTag, unsi… in EVElevator()
623 MapSpot spot;
624 MapSpot door;
625 MapSpot next;
626 MapSpot nextDoor;
709 MapSpot door = map->GetSpotByTag(args[1], NULL); in FUNC()
745 static bool CheckSpotFree(MapSpot spot) in CheckSpotFree()
865 MapSpot spot, moveTo;
[all …]
H A Dgamemap.cpp192 MapSpot spot = GetSpot(trig.x, trig.y, trig.z); in ActivateTrigger()
314 MapSpot GameMap::GetSpotByTag(unsigned int tag, MapSpot spot) const in GetSpotByTag()
318 const MapSpot *starttag = tagMap.CheckKey(tag); in GetSpotByTag()
406 MapSpot spot = GetSpot(x, y, z); in NewTrigger()
431 MapSpot spot = planes[p].map; in ScanTiles()
432 MapSpot endSpot = spot + header.width*header.height; in ScanTiles()
453 MapSpot *chainPtr = tagMap.CheckKey(tag); in SetSpotTag()
456 MapSpot chain = *chainPtr; in SetSpotTag()
702 TMap<unsigned int, MapSpot>::Pair *pair; in operator <<()
718 MapSpot value; in operator <<()
[all …]
H A Dsndseq.h114 SndSeqPlayer(const SoundSequence &sequence, MapSpot source);
119 void SetSource(MapSpot source) { Source = source; } in SetSource()
127 MapSpot Source;
H A Dlnspec.h43 bool P_ChangeSwitchTexture (MapSpot spot, MapTile::Side side, int useAgain, BYTE special, bool *que…
47 …typedef int (*LineSpecialFunction)(MapSpot spot, const int args[], MapTrigger::Side direction, AAc…
H A Dp_switch.cpp68 DActiveButton (MapSpot, MapTile::Side, FSwitchDef *, fixed_t x, fixed_t y, bool flippable);
73 MapSpot m_Spot;
94 static bool P_StartButton (MapSpot spot, MapTile::Side side, FSwitchDef *Switch, fixed_t x, fixed_t… in P_StartButton()
222 bool P_ChangeSwitchTexture (MapSpot spot, MapTile::Side side, int useAgain, BYTE special, bool *que… in P_ChangeSwitchTexture()
323 DActiveButton::DActiveButton (MapSpot spot, MapTile::Side side, FSwitchDef *Switch, in DActiveButton()
H A Dgamemap_planes.cpp578 static int FindAdjacentDoor(MapSpot spot, MapTrigger *&trigger);
638 TMap<WORD, TArray<MapSpot> > elevatorSpots; in ReadPlanesData()
863 MapSpot spot = &mapPlane.map[i]; in ReadPlanesData()
935 MapSpot target = GetSpot(templateTrigger.x, templateTrigger.y, 0); in ReadPlanesData()
944 MapSpot spot = GetSpot(templateTrigger.x, templateTrigger.y, 0); in ReadPlanesData()
967 TMap<WORD, TArray<MapSpot> >::ConstIterator iter(elevatorSpots); in ReadPlanesData()
968 TMap<WORD, TArray<MapSpot> >::ConstPair *pair; in ReadPlanesData()
971 const TArray<MapSpot> &locations = pair->Value; in ReadPlanesData()
990 MapSpot spot = locations[i]; in ReadPlanesData()
997 MapSpot door = spot->GetAdjacent(static_cast<MapTile::Side>(doorside)); in ReadPlanesData()
[all …]
H A Dwl_draw.cpp113 MapSpot lasttilehit;
126 MapSpot tilehit;
419 MapSpot adj = tilehit->GetAdjacent(hitdir); in HitVertWall()
500 MapSpot adj = tilehit->GetAdjacent(hitdir); in HitHorizWall()
597 MapSpot spot = map->GetSpot(obj->tilex, obj->tiley, 0); in DrawScaleds()
598 MapSpot spots[8]; in DrawScaleds()
746 MapSpot focalspot = map->GetSpot(focaltx, focalty, 0); in AsmRefresh()
H A Dgamemap.h259 typedef GameMap::Plane::Map * MapSpot; typedef
271 FArchive &operator<< (FArchive &arc, MapSpot &spot);
H A Dsndseq.cpp243 SndSeqPlayer::SndSeqPlayer(const SoundSequence &sequence, MapSpot Source) : in SndSeqPlayer()
319 MapSpot source; in operator <<()
H A Dam_map.h106 bool TransformTile(MapSpot spot, fixed x, fixed y, TArray<FVector2> &points) const;
H A Dwl_agent.cpp360 MapSpot spot = map->GetSpot(x, y, 0); in TryMove()
430 static void ExecuteWalkTriggers(MapSpot spot, MapTrigger::Side dir) in ExecuteWalkTriggers()
445 MapSpot spot; in CheckWalkTriggers()
603 MapSpot spot = map->GetSpot(checkx, checky, 0); in Cmd_Use()
H A Dwl_state.cpp97 MapSpot spot = map->GetSpot(x, y, 0); in CheckSide()
802 MapSpot spot = map->GetSpot(x, y, 0); in CheckLine()
856 MapSpot spot = map->GetSpot(x, y, 0); in CheckLine()
H A Dwl_floorceiling.cpp90 const MapSpot spot = map->GetSpot(oldmapx%mapwidth, oldmapy%mapheight, 0); in R_DrawPlane()
H A Dwl_act2.cpp50 MapSpot spot = map->GetSpot(actor->tilex, actor->tiley, 0); in CheckDoorMovement()
140 MapSpot check; in ProjectileTryMove()
H A Dam_map.cpp352 MapSpot spot = map->GetSpot(0, my, 0); in Draw()
797 bool AutoMap::TransformTile(MapSpot spot, fixed x, fixed y, TArray<FVector2> &points) const in TransformTile()
H A Dactor.cpp597 MapSpot spot = map->GetSpot(actor->tilex, actor->tiley, 0); in Spawn()
/dports/games/vavoom/vavoom-1.33/utils/editing/dbuilder2/Includes/
H A DHexen_Linedefs.cfg1204 title = "Target MapSpot Tag (0=ignore)";
1221 title = "Target MapSpot Tag (0=ignore)";
1335 title = "MapSpot Tag";
1366 title = "MapSpot Tag";
1387 title = "MapSpot Tag";
1418 title = "MapSpot Tag";
/dports/games/ecwolf/ecwolf-1.3.3-src/src/g_shared/
H A Da_deathcam.cpp34 MapSpot check; in DECLARE_POINTER()
/dports/games/vavoom/vavoom-1.33/utils/editing/dbuilder/
H A DVavoom_Heretic.cfg670 arg1 = "Target MapSpot Tag";
855 arg1 = "Target MapSpot Tag";
865 arg1 = "Target MapSpot Tag";
866 arg2 = "Use Orientation of MapSpot";
1246 arg1 = "MapSpot Tag";
1257 arg1 = "MapSpot Tag";
1266 arg1 = "MapSpot Tag";
1277 arg1 = "MapSpot Tag";
H A DVavoom_Doom.cfg670 arg1 = "Target MapSpot Tag";
855 arg1 = "Target MapSpot Tag";
865 arg1 = "Target MapSpot Tag";
866 arg2 = "Use Orientation of MapSpot";
1246 arg1 = "MapSpot Tag";
1257 arg1 = "MapSpot Tag";
1266 arg1 = "MapSpot Tag";
1277 arg1 = "MapSpot Tag";
H A DVavoom_Doom2.cfg670 arg1 = "Target MapSpot Tag";
855 arg1 = "Target MapSpot Tag";
865 arg1 = "Target MapSpot Tag";
866 arg2 = "Use Orientation of MapSpot";
1246 arg1 = "MapSpot Tag";
1257 arg1 = "MapSpot Tag";
1266 arg1 = "MapSpot Tag";
1277 arg1 = "MapSpot Tag";
H A DVavoom_Hexen.cfg671 arg1 = "Target MapSpot Tag";
856 arg1 = "Target MapSpot Tag";
866 arg1 = "Target MapSpot Tag";
867 arg2 = "Use Orientation of MapSpot";
1247 arg1 = "MapSpot Tag";
1258 arg1 = "MapSpot Tag";
1267 arg1 = "MapSpot Tag";
1278 arg1 = "MapSpot Tag";
H A DVavoom_Strife.cfg670 arg1 = "Target MapSpot Tag";
855 arg1 = "Target MapSpot Tag";
865 arg1 = "Target MapSpot Tag";
866 arg2 = "Use Orientation of MapSpot";
1246 arg1 = "MapSpot Tag";
1257 arg1 = "MapSpot Tag";
1266 arg1 = "MapSpot Tag";
1277 arg1 = "MapSpot Tag";
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dnamedef.h310 xx(MapSpot)
/dports/games/eureka/eureka-1.27b-source/ports/
H A Dzdoom.ugh105 thing 9001 - n 16 _MSP "ZD: MapSpot"
106 thing 9013 - n 16 _MSP "ZD: MapSpot /gravity"

12