Home
last modified time | relevance | path

Searched refs:XLocation (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/avanor/avanor-0.5.8/game/
H A Dlocation.h121 class XLocation : public XObject
130 DECLARE_CREATOR(XLocation, XObject);
131 XLocation(LOCATION location);
132 XLocation(XLocation * copy) {assert(0);} in XLocation() function
174 class XRandomLocation : public XLocation
184 class XUndeadTombLocation : public XLocation
191 class XRatCellarLocation : public XLocation
198 class XMushroomsCaveLocation : public XLocation
206 class XWizardDungeonLocation : public XLocation
224 class XMainLocation : public XLocation
[all …]
H A Dlocation.cpp31 REGISTER_CLASS(XLocation);
34 XLocation::XLocation(LOCATION location) in XLocation() function in XLocation
50 void XLocation::Invalidate() in Invalidate()
63 void XLocation::AddPlace(XAnyPlace * pl) in AddPlace()
109 void XLocation::BuildCave() in BuildCave()
157 void XLocation::CreateTraps() in CreateTraps()
170 void XLocation::CreateChests() in CreateChests()
266 void XLocation::Store(XFile * f) in Store()
277 void XLocation::Restore(XFile * f) in Restore()
303 void XLocation::CreateRandomCave() in CreateRandomCave()
[all …]
H A Ddwarfcity.h29 class XDwarfCityLocation : public XLocation
37 class XDwarfTreasureLocation : public XLocation
49 XDwarvenTresurePlace(XRect * _area, XLocation * _loc) : XAnyPlace(_area, _loc) {} in XDwarvenTresurePlace()
65 XGasPump(int _x, int _y, XLocation * _l);
73 class XGasMineLocation : public XLocation
83 XGasPlace(XRect * _area, XLocation * _loc) : XAnyPlace(_area, _loc) {} in XGasPlace()
H A Dcbuilder.h27 class XLocation; variable
34 XLocation * location;
35 XCaveBuilder(XLocation * _l, int create_door_trap_chest = 1);
H A Dgame.h50 int MoveToStairway(XLocation * xl, XCreature * tc);
51 XCreature * NewCreature(XCreature * cr, int x, int y, XLocation * loc);
52 XPtr<XLocation> locations[L_EOF];
H A DGame.cpp68 XCreature * XGame::NewCreature(XCreature * cr, int x, int y, XLocation * loc) in NewCreature()
376 XLocation::CreateRandomCave(); in CreateLocations()
377 XLocation::CreateRandomCave(); in CreateLocations()
378 XLocation::CreateRandomCave(); in CreateLocations()
379 XLocation * tl = Game.locations[XLocation::rand_location_count - 1]; in CreateLocations()
H A Ddwarfcity.cpp31 XDwarfCityLocation::XDwarfCityLocation(LOCATION tl) : XLocation(tl) in XDwarfCityLocation()
113 XDwarfTreasureLocation::XDwarfTreasureLocation(LOCATION tl) : XLocation(tl) in XDwarfTreasureLocation()
238 XGasMineLocation::XGasMineLocation(LOCATION loc) : XLocation(loc) in XGasMineLocation()
307 XGasPump::XGasPump(int _x, int _y, XLocation * _l) in XGasPump()
H A DMushcave.cpp31 XMagicMCPlace(XRect * _area, XLocation * _loc) : XAnyPlace(_area, _loc) {} in XMagicMCPlace()
60 XMushroomsCaveLocation::XMushroomsCaveLocation(LOCATION loc) : XLocation(loc) in XMushroomsCaveLocation()
H A Dmainloc.cpp29 XMainLocation::XMainLocation(LOCATION tl) : XLocation(tl) in XMainLocation()
300 XYohjiTower::XYohjiTower(LOCATION tl) : XLocation(tl) in XYohjiTower()
328 XKingsTreasureLocation::XKingsTreasureLocation(LOCATION tl) : XLocation(tl) in XKingsTreasureLocation()
374 XExtinctVolcanoLocation::XExtinctVolcanoLocation(LOCATION tl) : XLocation(tl) in XExtinctVolcanoLocation()
H A Dlbuilderpalette.cpp427 char ** XLocation::Resolve(PALETTE pal, int * size, PALETTE_MAP ** pm, int * pm_size) in Resolve()
547 void XLocation::PutPalette(int x, int y, PALETTE pal, XLocation * l) in PutPalette()
H A Dwizard_dungeon.cpp27 XWizardDungeonLocation::XWizardDungeonLocation(LOCATION l_name) : XLocation(l_name) in XWizardDungeonLocation()
79 XAhkUlanCastleLocation::XAhkUlanCastleLocation(LOCATION tl) : XLocation(tl) in XAhkUlanCastleLocation()
H A Dldebug.h26 class XLDebug : public XLocation
H A Dldebug.cpp32 XLDebug::XLDebug(LOCATION tl) : XLocation(tl) in XLDebug()
H A Dcave.h75 void Draw(XLocation * l);
H A Dshop.h35 XShop(XRect * _area, ITEM_MASK _im, XLocation * _loc, SHOP_DOOR sd = SHOP_DOOR_UP);
H A Dudeadtomb.cpp32 XUndeadTombLocation::XUndeadTombLocation(LOCATION tl) : XLocation(tl) in XUndeadTombLocation()
H A Drat_cell.cpp30 XRatCellarLocation::XRatCellarLocation(LOCATION tl) : XLocation(tl) in XRatCellarLocation()
/dports/games/avanor/avanor-0.5.8/other/
H A Dother_misc.h52 class XLocation; variable
67 …XTrap(int _x, int _y, XLocation * _l, TRAP_LEVEL tl = TL_RANDOM, TRAP_TYPE tt = TT_RANDOM, XCreatu…
80 class XLocation; variable
89 XStairWay(int _x, int _y, XLocation * loc, LOCATION _ln, STAIRWAYTYPE type);
108 XTeleport(int _x, int _y, XLocation * loc, LOCATION _ln, int _nx, int _ny);
130 XDoor(int _x, int _y, int flg, XLocation * _l);
150 XAltar(int _x, int _y, DEITY deity, XLocation * _l);
170 XGrave(int _x, int _y, char * subscr, XLocation * _l);
186 XThrone(int _x, int _y, char * subscr, XLocation * _l);
198 XFurniture(int _x, int _y, int _c, char _v, char * subscr, XLocation * _l);
H A Dother_misc.cpp31 XTrap::XTrap(int _x, int _y, XLocation * _l, TRAP_LEVEL tl, TRAP_TYPE tt, XCreature * _owner, XItem… in XTrap()
309 XStairWay::XStairWay(int _x, int _y, XLocation * loc, LOCATION _ln, STAIRWAYTYPE type) in XStairWay()
366 XTeleport::XTeleport(int _x, int _y, XLocation * loc, LOCATION _ln, int _nx, int _ny) in XTeleport()
422 XDoor::XDoor(int _x, int _y, int flg, XLocation * _l) in XDoor()
466 XAltar::XAltar(int _x, int _y, DEITY deity, XLocation * _l) in XAltar()
500 XGrave::XGrave(int _x, int _y, char * subscr, XLocation * _l) in XGrave()
556 XThrone::XThrone(int _x, int _y, char * subscr, XLocation * _l) in XThrone()
571 XFurniture::XFurniture(int _x, int _y, int _c, char _v, char * subscr, XLocation * _l) in XFurniture()
H A Dxgen.h59 …XUniversalGen(XLocation * loc, CREATURE_CLASS _crc, CREATURE_LEVEL _crl, unsigned int _max_creatur… in XGenerator()
80 XMainLocationGen(XLocation * loc) : XGenerator(1000) in XMainLocationGen()
/dports/games/avanor/avanor-0.5.8/map/
H A Dxanyplace.h31 class XLocation; variable
39 XAnyPlace(XRect * _area, XLocation * _loc);
54 void Setup(XLocation * _map);
55 XPtr<XLocation> location;
H A Dxanyplace.cpp26 XAnyPlace::XAnyPlace(XRect * _area, XLocation * _loc) : area(_area), XObject() in XAnyPlace()
44 void XAnyPlace::Setup(XLocation * _loc) in Setup()
/dports/games/avanor/avanor-0.5.8/engine/
H A Dxmapobj.h28 class XLocation; variable
33 XPtr<XLocation> l;
56 bool SetLocation(XLocation * new_l);
/dports/games/avanor/avanor-0.5.8/item/
H A Dxherb.h97 class XLocation; variable
114 XHerbBush(int _x, int _y, XLocation * _l);
134 XMushSpawn(int _x, int _y, XLocation * _l);
/dports/games/avanor/avanor-0.5.8/magic/
H A Deffect.h78 class XLocation; variable
84 XLocation * l; //for much visual effect this field must be filed

12