44 latitude =
MAX(latitude, -latitude);
115 log_error(
"Requested size of %d is too big for this topology.",
124 log_normal(
_(
"Creating a map of size %d x %d = %d tiles (%d requested)."),
180 log_normal(
_(
"Creating a map of size %d x %d = %d tiles (map size: "
192 log_normal(
_(
"Map size calculated for %d (land) tiles per player "
193 "and %d player(s) too small. Setting map size to the "
199 log_normal(
_(
"Map size calculated for %d (land) tiles per player "
200 "and %d player(s) too large. Setting map size to the "
205 log_normal(
_(
"Setting map size to %d (approx. %d (land) tiles for "
#define CITY_MAP_DEFAULT_RADIUS
#define fc_assert(condition)
#define fc_assert_ret_val(condition, val)
#define log_normal(message,...)
#define log_error(message,...)
void map_init_topology(struct civ_map *nmap)
int map_signed_latitude(const struct tile *ptile)
bool is_singular_tile(const struct tile *ptile, int dist)
#define MAP_MAX_LINEAR_SIZE
#define MAP_MIN_LINEAR_SIZE
#define current_wrap_has_flag(flag)
#define MAP_REAL_LATITUDE_RANGE(_nmap)
static void get_ratios(int *x_ratio, int *y_ratio)
void generator_init_topology(bool autosize)
static void set_sizes(double size, int Xratio, int Yratio)
int map_colatitude(const struct tile *ptile)
bool near_singularity(const struct tile *ptile)
#define colat_from_abs_lat(_lat)
#define CLIP(lower, current, upper)
enum mapsize_type mapsize
struct civ_map::@44::@46 server