The Battle for Wesnoth  1.19.0-dev
Deprecated List
Member gui2::field< T, W, CT >::get_widget_value ()
Use references to a variable instead.
Member gui2::widget::widget ()
use the second overload.
Member t_translation::read_game_map (std::string_view str, starting_positions &positions, coordinate border_offset=coordinate{ 0, 0 })
NOTE it's deprecated to use this feature.
  • Terrain strings are separated by comma's or an end of line symbol, for the last terrain string in the row. For readability it's allowed to pad strings with either spaces or tab, however the tab is deprecated.
  • A terrain string contains either a terrain or a terrain and starting location. The following format is used [S ]T S = starting location a positive non-zero number T = terrain code (see read_terrain_code)