version 1.67 | | version 1.68 |
---|
| | |
void write_temperaturemap(void); | | void write_temperaturemap(void); |
void read_temperaturemap(void); | | void read_temperaturemap(void); |
void init_temperature(void); | | void init_temperature(void); |
| | void write_rainfallmap(void); |
| | void read_rainfallmap(void); |
| | void init_rainfall(void); |
void update_humid(void); | | void update_humid(void); |
void temperature_calc(int x, int y, timeofday_t *tod); | | void temperature_calc(int x, int y, timeofday_t *tod); |
void smooth_pressure(void); | | void smooth_pressure(void); |
| | |
int worldmap_to_weathermap(int x, int y, int *wx, int *wy, char *filename); | | int worldmap_to_weathermap(int x, int y, int *wx, int *wy, char *filename); |
int real_temperature(int x, int y); | | int real_temperature(int x, int y); |
void compute_sky(void); | | void compute_sky(void); |
| | void weather_effect(char *filename); |
| | void let_it_snow(mapstruct *m, int wx, int wy, char *filename); |
| | void process_rain(void); |