Searched refs:rand_extra_for_tile (Results 1 – 12 of 12) sorted by relevance
/dports/games/freeciv/freeciv-2.6.6/common/ |
H A D | extras.h | 154 struct extra_type *rand_extra_for_tile(struct tile *ptile, enum extra_cause cause);
|
H A D | extras.c | 235 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 D | extras.h | 154 struct extra_type *rand_extra_for_tile(struct tile *ptile, enum extra_cause cause);
|
H A D | extras.c | 235 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 D | mapgen.c | 1515 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 D | mapgen.c | 1515 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 D | cityturn.c | 2816 pextra = rand_extra_for_tile(ptile, cause); in place_pollution()
|
H A D | unittools.c | 2497 pextra = rand_extra_for_tile(ptile, EC_FALLOUT); in do_nuke_tile()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/server/ |
H A D | cityturn.c | 2816 pextra = rand_extra_for_tile(ptile, cause); in place_pollution()
|
H A D | unittools.c | 2497 pextra = rand_extra_for_tile(ptile, EC_FALLOUT); in do_nuke_tile()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/ |
H A D | ChangeLog | 76742 with rand_extra_for_tile() that returns only such extras that are native to tile.
|
/dports/games/freeciv/freeciv-2.6.6/ |
H A D | ChangeLog | 76742 with rand_extra_for_tile() that returns only such extras that are native to tile.
|