(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
This commit is contained in:
@@ -623,6 +623,9 @@ static const char *_patches_vehicles[] = {
|
||||
"gotodepot",
|
||||
"roadveh_queue",
|
||||
"new_pathfinding_all",
|
||||
"yapf.ship_use_yapf",
|
||||
"yapf.road_use_yapf",
|
||||
"yapf.rail_use_yapf",
|
||||
"train_income_warn",
|
||||
"order_review_system",
|
||||
"never_expire_vehicles",
|
||||
@@ -883,7 +886,7 @@ static const Widget _patches_selection_widgets[] = {
|
||||
{ WWT_CLOSEBOX, RESIZE_NONE, 10, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW},
|
||||
{ WWT_CAPTION, RESIZE_NONE, 10, 11, 369, 0, 13, STR_CONFIG_PATCHES_CAPTION, STR_018C_WINDOW_TITLE_DRAG_THIS},
|
||||
{ WWT_PANEL, RESIZE_NONE, 10, 0, 369, 14, 41, 0x0, STR_NULL},
|
||||
{ WWT_PANEL, RESIZE_NONE, 10, 0, 369, 42, 320, 0x0, STR_NULL},
|
||||
{ WWT_PANEL, RESIZE_NONE, 10, 0, 369, 42, 360, 0x0, STR_NULL},
|
||||
|
||||
{ WWT_TEXTBTN, RESIZE_NONE, 3, 10, 96, 16, 27, STR_CONFIG_PATCHES_GUI, STR_NULL},
|
||||
{ WWT_TEXTBTN, RESIZE_NONE, 3, 97, 183, 16, 27, STR_CONFIG_PATCHES_CONSTRUCTION, STR_NULL},
|
||||
@@ -895,7 +898,7 @@ static const Widget _patches_selection_widgets[] = {
|
||||
};
|
||||
|
||||
static const WindowDesc _patches_selection_desc = {
|
||||
WDP_CENTER, WDP_CENTER, 370, 321,
|
||||
WDP_CENTER, WDP_CENTER, 370, 361,
|
||||
WC_GAME_OPTIONS,0,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
|
||||
_patches_selection_widgets,
|
||||
|
||||
Reference in New Issue
Block a user