Home
last modified time | relevance | path

Searched refs:rand_extra_for_tile (Results 1 – 12 of 12) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/common/
H A Dextras.h154 struct extra_type *rand_extra_for_tile(struct tile *ptile, enum extra_cause cause);
H A Dextras.c235 struct extra_type *rand_extra_for_tile(struct tile *ptile, enum extra_cause cause) in rand_extra_for_tile() function
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dextras.h154 struct extra_type *rand_extra_for_tile(struct tile *ptile, enum extra_cause cause);
H A Dextras.c235 struct extra_type *rand_extra_for_tile(struct tile *ptile, enum extra_cause cause) in rand_extra_for_tile() function
/dports/games/freeciv-nox11/freeciv-2.6.6/server/generator/
H A Dmapgen.c1515 struct extra_type *phut = rand_extra_for_tile(ptile, EC_HUT); in make_huts()
3015 phut = rand_extra_for_tile(pvtile, EC_HUT); in fair_map_make_huts()
/dports/games/freeciv/freeciv-2.6.6/server/generator/
H A Dmapgen.c1515 struct extra_type *phut = rand_extra_for_tile(ptile, EC_HUT); in make_huts()
3015 phut = rand_extra_for_tile(pvtile, EC_HUT); in fair_map_make_huts()
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcityturn.c2816 pextra = rand_extra_for_tile(ptile, cause); in place_pollution()
H A Dunittools.c2497 pextra = rand_extra_for_tile(ptile, EC_FALLOUT); in do_nuke_tile()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcityturn.c2816 pextra = rand_extra_for_tile(ptile, cause); in place_pollution()
H A Dunittools.c2497 pextra = rand_extra_for_tile(ptile, EC_FALLOUT); in do_nuke_tile()
/dports/games/freeciv-nox11/freeciv-2.6.6/
H A DChangeLog76742 with rand_extra_for_tile() that returns only such extras that are native to tile.
/dports/games/freeciv/freeciv-2.6.6/
H A DChangeLog76742 with rand_extra_for_tile() that returns only such extras that are native to tile.