Home
last modified time | relevance | path

Searched refs:Tilesets (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/games/battletanks/btanks-0.9.8083/engine/tmx/
H A Dtileset_list.h9 typedef std::vector<std::pair<std::string, int> > Tilesets; typedef
12 typedef Tilesets::value_type value_type;
25 Tilesets _tilesets;
H A Dgenerator.h45 typedef std::map<const std::string, Tileset *> Tilesets; typedef
46 Tilesets _tilesets;
H A Dgenerator.cpp161 Tilesets::const_iterator i = _tilesets.find(tileset); in getObject()
173 for(Tilesets::const_iterator i = _tilesets.begin(); i != _tilesets.end(); ++i) { in getPrimaryBoxes()
208 _tilesets.insert(Tilesets::value_type(name, t)); in tileset()
240 std::for_each(_tilesets.begin(), _tilesets.end(), delete_ptr2<Tilesets::value_type>()); in ~MapGenerator()
H A Dtileset_list.cpp21 _tilesets.push_back(Tilesets::value_type(name, egid)); in add()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/PaletteEffects/
H A DRotationPaletteEffect.cs27 public readonly HashSet<string> Tilesets = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.RotationPaletteEffectInfo
66 if (info.Tilesets.Count == 0 && info.ExcludeTilesets.Count == 0) in IsValidTileset()
69 if (info.Tilesets.Count == 0 && !info.ExcludeTilesets.Contains(tilesetId)) in IsValidTileset()
72 return info.Tilesets.Contains(tilesetId) && !info.ExcludeTilesets.Contains(tilesetId); in IsValidTileset()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/World/
H A DPaletteFromGimpOrJascFile.cs32 public readonly HashSet<string> Tilesets = new HashSet<string>(); field in OpenRA.Mods.Common.Traits.PaletteFromGimpOrJascFileInfo
133 if ((info.Tilesets.Count == 0 || info.Tilesets.Contains(world.Map.Rules.TileSet.Id))
/dports/games/freeciv/freeciv-2.6.6/doc/
H A DREADME.tilesets2 Freeciv Tilesets
8 Tilesets are a collection of images which are needed to display the
/dports/games/freeciv-nox11/freeciv-2.6.6/doc/
H A DREADME.tilesets2 Freeciv Tilesets
8 Tilesets are a collection of images which are needed to display the
/dports/games/xrally/xrally/
H A Dpageinfo6 Tilesets: 08
H A DAUTHORS25 Tilesets and levels:
/dports/games/unnethack/unnethack-5.1.0-20131208/tilesets/
H A DREADME1 Tilesets for UnNetHack
/dports/games/manaplus/manaplus-2.1.3.17/src/resources/map/
H A Dmap.h61 typedef STD_VECTOR<Tileset*> Tilesets; typedef
422 Tilesets mTilesets;
H A Dmap.cpp1424 FOR_EACH (Tilesets::const_iterator, it, mTilesets) in indexTilesets()
1447 FOR_EACH (Tilesets::const_iterator, it, mTilesets) in indexTilesets()
1784 FOR_EACH (Tilesets::const_iterator, it, mTilesets) in calcMemoryChilds()
/dports/games/openra/OpenRA-release-20200503/mods/ra/rules/
H A Dpalettes.yaml112 Tilesets: DESERT
/dports/graphics/tiled/tiled-1.7.2/docs/manual/
H A Dexport-defold.rst30 * Multiple Tilesets per Tilemap
H A Dediting-tilesets.rst1 Editing Tilesets
6 way to edit the tileset when it is already open in the *Tilesets* view
51 *Tilesets* view when editing a map.
/dports/games/ufoai-data/ufoai-data-2.5_1/base/maps/
H A Dshelter.ump144 // Tilesets --------------------------------------------------------*
H A Dvillage2.ump410 // Tilesets --------------------------------------------------------*
/dports/graphics/tiled/tiled-1.7.2/docs/reference/
H A Dtmx-changelog.rst95 - Tilesets can now contain :doc:`Terrain Sets </manual/terrain>`.
315 - Tilesets can now have custom properties (using the ``properties``
318 - Tilesets now support defining a drawing offset in pixels, which is to
/dports/games/opendungeons/OpenDungeons-0.7.1/config/
H A Dglobal.cfg92 Type Tilesets
H A Dtilesets.cfg33 [Tilesets]
491 [/Tilesets]
/dports/graphics/tiled/tiled-1.7.2/
H A DREADME.md13 be used in any map. Tilesets can be modified at any time.
H A DAUTHORS366 Tilesets:
/dports/games/megaglest-data/megaglest-data-3.13.0/data/lang/hint/
H A Dhint_german.lng13 hint13=Im Mod-Menu kannst du neue Technikbäume, Tilesets, Szenarios und Karten installieren.\nDas M…
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/winnt/
H A Ddefaults.nh10 # *** Tilesets provided for use by plug-in window interfaces.

1234567