version 1.90 | | version 1.91 |
---|
| | |
int command_throw(object *op, char *params); | | int command_throw(object *op, char *params); |
int command_rotatespells(object *op, char *params); | | int command_rotatespells(object *op, char *params); |
/* c_wiz.c */ | | /* c_wiz.c */ |
| | int command_loadtest(object *op, char *params); |
int command_hide(object *op, char *params); | | int command_hide(object *op, char *params); |
int command_setgod(object *op, char *params); | | int command_setgod(object *op, char *params); |
int command_kick(object *op, char *params); | | int command_kick(object *op, char *params); |
| | |
void init_rainfall(void); | | void init_rainfall(void); |
void init_weather(void); | | void init_weather(void); |
void perform_weather(void); | | void perform_weather(void); |
| | void calculate_temperature(mapstruct *m, int wx, int wy); |
void weather_effect(char *filename); | | void weather_effect(char *filename); |
object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs, int grow); | | object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs, int grow); |
void let_it_snow(mapstruct *m, int wx, int wy, char *filename); | | void let_it_snow(mapstruct *m, int wx, int wy, char *filename); |
| | |
void plant_a_garden(mapstruct *m, int wx, int wy, char *filename); | | void plant_a_garden(mapstruct *m, int wx, int wy, char *filename); |
void change_the_world(mapstruct *m, int wx, int wy, char *filename); | | void change_the_world(mapstruct *m, int wx, int wy, char *filename); |
void feather_map(mapstruct *m, int wx, int wy, char *filename); | | void feather_map(mapstruct *m, int wx, int wy, char *filename); |
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 worldmap_to_weathermap(int x, int y, int *wx, int *wy, mapstruct* m); |
char *weathermap_to_worldmap_corner(int wx, int wy, int *x, int *y, int dir); | | char *weathermap_to_worldmap_corner(int wx, int wy, int *x, int *y, int dir); |
int polar_distance(int x, int y, int equator); | | int polar_distance(int x, int y, int equator); |
void update_humid(void); | | void update_humid(void); |