|
Crossfire Server, Branches 1.12
R18729
|
Include dependency graph for floor.c:Go to the source code of this file.
Functions | |
| static int | can_propagate (char item) |
| mapstruct * | make_map_floor (char **layout, char *floorstyle, RMParms *RP) |
| static void | put_floor (mapstruct *map, char **layout, int x, int y, object *floor_arch) |
Floor handling.
Definition in file floor.c.
|
static |
Checks if the tile 'propagates' the floor.
| item | tile to check. |
Definition at line 45 of file floor.c.
Referenced by put_floor().
Here is the caller graph for this function:Creates the Crossfire mapstruct object from the layout, and adds the floor.
| layout | generated layout. |
| floorstyle | floor style. Can be NULL, in which case a random one is chosen. |
| RP | parameters of the random map. |
Definition at line 89 of file floor.c.
References obj::arch, arch_to_object(), find_style(), get_empty_map(), GET_MAP_OB, INS_NO_MERGE, INS_NO_WALK_ON, insert_ob_in_map(), RMParms::multiple_floors, pick_random_object(), put_floor(), snprintf(), obj::x, RMParms::Xsize, obj::y, and RMParms::Ysize.
Referenced by generate_random_map().
Here is the call graph for this function:
Here is the caller graph for this function:Put a floor at specified location, and then to adjacent tiles if applicable.
| map | where to put the floor. |
| layout | layout that was used to generate the map. |
| x | |
| y | coordinates. |
| floor_arch | what floor to use. |
Definition at line 61 of file floor.c.
References obj::arch, arch_to_object(), can_propagate(), GET_MAP_OB, INS_NO_MERGE, INS_NO_WALK_ON, insert_ob_in_map(), obj::x, and obj::y.
Referenced by make_map_floor().
Here is the call graph for this function:
Here is the caller graph for this function: