Skip to content

Commit

Permalink
Removed YAMG from the 1.12 branch codebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 4, 2014
1 parent 7cd9583 commit ebf797f
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 3,538 deletions.
259 changes: 0 additions & 259 deletions data/multiplayer/scenarios/Random_YAMG_Scenario.cfg

This file was deleted.

4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Expand Up @@ -898,10 +898,6 @@ set(libwesnoth-game_STAT_SRC
generators/map_create.cpp
generators/mapgen.cpp
generators/mapgen_dialog.cpp
generators/yamg/ya_mapgen.cpp
generators/yamg/yamg_hex.cpp
generators/yamg/yamg_hexheap.cpp
generators/yamg/yamg_params.cpp
hotkey/command_executor.cpp
hotkey/hotkey_item.cpp
hotkey/hotkey_command.cpp
Expand Down
4 changes: 0 additions & 4 deletions src/SConscript
Expand Up @@ -91,10 +91,6 @@ libwesnoth_sources = Split("""
generators/map_create.cpp
generators/mapgen.cpp
generators/mapgen_dialog.cpp
generators/yamg/ya_mapgen.cpp
generators/yamg/yamg_hex.cpp
generators/yamg/yamg_hexheap.cpp
generators/yamg/yamg_params.cpp
key.cpp
language.cpp
loadscreen.cpp
Expand Down
3 changes: 0 additions & 3 deletions src/generators/map_create.cpp
Expand Up @@ -16,7 +16,6 @@
#include "map_create.hpp"

#include "generators/cavegen.hpp"
#include "generators/yamg/ya_mapgen.hpp"
#include "log.hpp"
#include "mapgen_dialog.hpp"
#include "scoped_resource.hpp"
Expand All @@ -32,8 +31,6 @@ map_generator* create_map_generator(const std::string& name, const config &cfg)
return new default_map_generator(cfg);
} else if(name == "cave") {
return new cave_map_generator(cfg);
} else if(name == "yamg") {
return new ya_mapgen(cfg);
} else {
return NULL;
}
Expand Down

0 comments on commit ebf797f

Please sign in to comment.