Files
Bubberstation/_maps/loadallmaps.dm
Cyberboss 645f3b1d75 Cuts out a chunk of map loader time for maps with a lot of space (#24764)
* SPACE OPTIMIZATION

* Don't need this instancing anymore either

* Forgot to drop this

* FASTER!!!!

* FASTER!!!!!!!!!

* Move this back, it makes no difference

* Fix a potential bug

* FAAAAAAASSSSSSTTTTTTTTERRRRRR!!!!

* open

* Ye be warned

* Better diagnostics + fixes

* Fewer false positives

* Bleh

* Remove the unecessary z-expansions
2017-03-09 11:24:51 +13:00

18 lines
586 B
Plaintext

#ifdef ALL_MAPS
#include "map_files\debug\runtimestation.dmm"
#include "map_files\Deltastation\DeltaStation2.dmm"
#include "map_files\MetaStation\MetaStation.dmm"
#include "map_files\OmegaStation\OmegaStation.dmm"
#include "map_files\PubbyStation\PubbyStation.dmm"
#include "map_files\TgStation\tgstation.2.1.3.dmm"
#include "map_files\generic\Centcomm.dmm"
#include "map_files\generic\Lavaland.dmm"
#include "map_files\generic\Space.dmm"
#include "map_files\generic\SpaceDupe.dmm"
#include "map_files\generic\SpaceDock.dmm"
#ifdef TRAVISBUILDING
#include "templates.dm"
#endif
#endif