|
Crossfire Server
1.75.0
|
Files | |
| file | decor.cpp [code] |
| Those functions handle the decor in the random maps. | |
| file | door.cpp [code] |
| door-related functions. | |
| file | exit.cpp [code] |
| Handle exit placement in map. | |
| file | expand2x.cpp [code] |
| Expands a layout by 2x in each dimension. | |
| file | floor.cpp [code] |
| Floor handling. | |
| file | main.cpp [code] |
| Command-line interface to the map generator used to test layouts. | |
| file | maze_gen.cpp [code] |
| General maze generator. | |
| file | monster.cpp [code] |
| Monster placement for random maps. | |
| file | random_map.cpp [code] |
| Routines for random map generation. | |
| file | rogue_layout.cpp [code] |
| Rogue/NetHack style room generation. | |
| file | room_gen_onion.cpp [code] |
| The onion room generator: Onion rooms are like this: | |
| file | room_gen_spiral.cpp [code] |
| The spiral room generator: | |
| file | snake.cpp [code] |
| Snake-like layout generator. | |
| file | special.cpp [code] |
| Those functions handle placement of fountains, submaps, and so on. | |
| file | square_spiral.cpp [code] |
| Square-spiral layout generator. | |
| file | style.cpp [code] |
| Those functions deal with style for random maps. | |
| file | treasure.cpp [code] |
| This deals with inserting treasures in random maps. | |
| file | wall.cpp [code] |