Files
@ r10031:f42fea05eb07
Branch filter:
Location: cpp/openttd-patchpack/source/src/timetable_gui.cpp - annotation
r10031:f42fea05eb07
10.1 KiB
text/x-c
(svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 | r6981:8e1c715f9e05 r6981:8e1c715f9e05 r9111:983de9c5a848 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r8116:df67d3c5e4fd r6981:8e1c715f9e05 r8107:82461791b7a2 r8107:82461791b7a2 r6981:8e1c715f9e05 r8114:866ed489ed98 r8144:1432edd15267 r8214:9a3935f9ef4e r8224:194097dc7288 r8254:b96be9ebfc6e r8929:95c778aa13b0 r8270:c2ec53375c9d r6981:8e1c715f9e05 r8264:d493cb51fe8a r8264:d493cb51fe8a r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8745:257109de999e r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8722:c0369f37b042 r8929:95c778aa13b0 r6981:8e1c715f9e05 r9413:fcf267325763 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9333:a36e9b553bc9 r9333:a36e9b553bc9 r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9665:f312055347cc r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9641:a78fbf5c85cc r6981:8e1c715f9e05 r9641:a78fbf5c85cc r9641:a78fbf5c85cc r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9273:0df9c11598cc r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9639:9d22a6419d1c r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r7073:20c5bc176074 r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9641:a78fbf5c85cc r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9639:9d22a6419d1c r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r7073:20c5bc176074 r7073:20c5bc176074 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9641:a78fbf5c85cc r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9413:fcf267325763 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r7073:20c5bc176074 r7073:20c5bc176074 r7073:20c5bc176074 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r8745:257109de999e r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9413:fcf267325763 r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r7066:7459a71fc283 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9164:ed127223717e r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9413:fcf267325763 r6981:8e1c715f9e05 r9605:6debaf923fba r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r9253:301011d0520a r6981:8e1c715f9e05 r9253:301011d0520a r6981:8e1c715f9e05 r6981:8e1c715f9e05 r9778:0b2297207027 r9778:0b2297207027 r9778:0b2297207027 r9778:0b2297207027 r6981:8e1c715f9e05 r9778:0b2297207027 r9778:0b2297207027 r6981:8e1c715f9e05 r9778:0b2297207027 r6981:8e1c715f9e05 r9778:0b2297207027 r9778:0b2297207027 r9778:0b2297207027 r9778:0b2297207027 r6981:8e1c715f9e05 r9778:0b2297207027 r9778:0b2297207027 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r7341:72820788b006 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r6981:8e1c715f9e05 r9253:301011d0520a r6981:8e1c715f9e05 | /* $Id$ */
/** @file timetable_gui.cpp GUI for time tabling. */
#include "stdafx.h"
#include "openttd.h"
#include "variables.h"
#include "command_func.h"
#include "gui.h"
#include "window_gui.h"
#include "textbuf_gui.h"
#include "cargotype.h"
#include "strings_func.h"
#include "vehicle_base.h"
#include "string_func.h"
#include "gfx_func.h"
#include "player_func.h"
#include "order_func.h"
#include "settings_type.h"
#include "table/strings.h"
enum TimetableViewWindowWidgets {
TTV_WIDGET_CLOSEBOX = 0,
TTV_CAPTION,
TTV_ORDER_VIEW,
TTV_STICKY,
TTV_TIMETABLE_PANEL,
TTV_SCROLLBAR,
TTV_SUMMARY_PANEL,
TTV_CHANGE_TIME,
TTV_CLEAR_TIME,
TTV_RESET_LATENESS,
TTV_AUTOFILL,
TTV_EMPTY,
TTV_RESIZE,
};
void SetTimetableParams(int param1, int param2, uint32 time)
{
if (_settings_client.gui.timetable_in_ticks) {
SetDParam(param1, STR_TIMETABLE_TICKS);
SetDParam(param2, time);
} else {
SetDParam(param1, STR_TIMETABLE_DAYS);
SetDParam(param2, time / DAY_TICKS);
}
}
struct TimetableWindow : Window {
int sel_index;
TimetableWindow(const WindowDesc *desc, WindowNumber window_number) : Window(desc, window_number)
{
this->caption_color = GetVehicle(window_number)->owner;
this->vscroll.cap = 8;
this->resize.step_height = 10;
this->sel_index = -1;
this->FindWindowPlacementAndResize(desc);
}
int GetOrderFromTimetableWndPt(int y, const Vehicle *v)
{
/*
* Calculation description:
* 15 = 14 (this->widget[TTV_ORDER_VIEW].top) + 1 (frame-line)
* 10 = order text hight
*/
int sel = (y - 15) / 10;
if ((uint)sel >= this->vscroll.cap) return INVALID_ORDER;
sel += this->vscroll.pos;
return (sel <= v->num_orders * 2 && sel >= 0) ? sel : INVALID_ORDER;
}
void OnPaint()
{
const Vehicle *v = GetVehicle(this->window_number);
int selected = this->sel_index;
SetVScrollCount(this, v->num_orders * 2);
if (v->owner == _local_player) {
bool disable = true;
if (selected != -1) {
const Order *order = GetVehicleOrder(v, ((selected + 1) / 2) % v->num_orders);
if (selected % 2 == 1) {
disable = order != NULL && order->IsType(OT_CONDITIONAL);
} else {
disable = order == NULL || ((!order->IsType(OT_GOTO_STATION) || (order->GetNonStopType() & ONSF_NO_STOP_AT_DESTINATION_STATION)) && !order->IsType(OT_CONDITIONAL));
}
}
this->SetWidgetDisabledState(TTV_CHANGE_TIME, disable);
this->SetWidgetDisabledState(TTV_CLEAR_TIME, disable);
this->EnableWidget(TTV_RESET_LATENESS);
this->EnableWidget(TTV_AUTOFILL);
} else {
this->DisableWidget(TTV_CHANGE_TIME);
this->DisableWidget(TTV_CLEAR_TIME);
this->DisableWidget(TTV_RESET_LATENESS);
this->DisableWidget(TTV_AUTOFILL);
}
this->SetWidgetLoweredState(TTV_AUTOFILL, HasBit(v->vehicle_flags, VF_AUTOFILL_TIMETABLE));
SetDParam(0, v->index);
this->DrawWidgets();
int y = 15;
int i = this->vscroll.pos;
VehicleOrderID order_id = (i + 1) / 2;
bool final_order = false;
const Order *order = GetVehicleOrder(v, order_id);
while (order != NULL) {
/* Don't draw anything if it extends past the end of the window. */
if (i - this->vscroll.pos >= this->vscroll.cap) break;
if (i % 2 == 0) {
DrawOrderString(v, order, order_id, y, i == selected, true, this->widget[TTV_TIMETABLE_PANEL].right - 4);
order_id++;
if (order_id >= v->num_orders) {
order = GetVehicleOrder(v, 0);
final_order = true;
} else {
order = order->next;
}
} else {
StringID string;
if (order->IsType(OT_CONDITIONAL)) {
string = STR_TIMETABLE_NO_TRAVEL;
} else if (order->travel_time == 0) {
string = STR_TIMETABLE_TRAVEL_NOT_TIMETABLED;
} else {
SetTimetableParams(0, 1, order->travel_time);
string = STR_TIMETABLE_TRAVEL_FOR;
}
DrawStringTruncated(2, y, string, (i == selected) ? TC_WHITE : TC_BLACK, this->widget[TTV_TIMETABLE_PANEL].right - 4);
if (final_order) break;
}
i++;
y += 10;
}
y = this->widget[TTV_SUMMARY_PANEL].top + 1;
{
uint total_time = 0;
bool complete = true;
for (const Order *order = GetVehicleOrder(v, 0); order != NULL; order = order->next) {
total_time += order->travel_time + order->wait_time;
if (order->travel_time == 0 && !order->IsType(OT_CONDITIONAL)) complete = false;
if (order->wait_time == 0 && order->IsType(OT_GOTO_STATION) && !(order->GetNonStopType() & ONSF_NO_STOP_AT_DESTINATION_STATION)) complete = false;
}
if (total_time != 0) {
SetTimetableParams(0, 1, total_time);
DrawString(2, y, complete ? STR_TIMETABLE_TOTAL_TIME : STR_TIMETABLE_TOTAL_TIME_INCOMPLETE, TC_BLACK);
}
}
y += 10;
if (v->lateness_counter == 0 || (!_settings_client.gui.timetable_in_ticks && v->lateness_counter / DAY_TICKS == 0)) {
DrawString(2, y, STR_TIMETABLE_STATUS_ON_TIME, TC_BLACK);
} else {
SetTimetableParams(0, 1, abs(v->lateness_counter));
DrawString(2, y, v->lateness_counter < 0 ? STR_TIMETABLE_STATUS_EARLY : STR_TIMETABLE_STATUS_LATE, TC_BLACK);
}
}
static inline uint32 PackTimetableArgs(const Vehicle *v, uint selected)
{
uint order_number = (selected + 1) / 2;
uint is_journey = (selected % 2 == 1) ? 1 : 0;
if (order_number >= v->num_orders) order_number = 0;
return v->index | (order_number << 16) | (is_journey << 24);
}
virtual void OnClick(Point pt, int widget)
{
const Vehicle *v = GetVehicle(this->window_number);
switch (widget) {
case TTV_ORDER_VIEW: /* Order view button */
ShowOrdersWindow(v);
break;
case TTV_TIMETABLE_PANEL: { /* Main panel. */
int selected = GetOrderFromTimetableWndPt(pt.y, v);
if (selected == INVALID_ORDER || selected == this->sel_index) {
/* Deselect clicked order */
this->sel_index = -1;
} else {
/* Select clicked order */
this->sel_index = selected;
}
} break;
case TTV_CHANGE_TIME: { /* "Wait For" button. */
int selected = this->sel_index;
VehicleOrderID real = (selected + 1) / 2;
if (real >= v->num_orders) real = 0;
const Order *order = GetVehicleOrder(v, real);
StringID current = STR_EMPTY;
if (order != NULL) {
uint time = (selected % 2 == 1) ? order->travel_time : order->wait_time;
if (!_settings_client.gui.timetable_in_ticks) time /= DAY_TICKS;
if (time != 0) {
SetDParam(0, time);
current = STR_CONFIG_PATCHES_INT32;
}
}
ShowQueryString(current, STR_TIMETABLE_CHANGE_TIME, 31, 150, this, CS_NUMERAL);
} break;
case TTV_CLEAR_TIME: { /* Clear waiting time button. */
uint32 p1 = PackTimetableArgs(v, this->sel_index);
DoCommandP(0, p1, 0, NULL, CMD_CHANGE_TIMETABLE | CMD_MSG(STR_CAN_T_TIMETABLE_VEHICLE));
} break;
case TTV_RESET_LATENESS: /* Reset the vehicle's late counter. */
DoCommandP(0, v->index, 0, NULL, CMD_SET_VEHICLE_ON_TIME | CMD_MSG(STR_CAN_T_TIMETABLE_VEHICLE));
break;
case TTV_AUTOFILL: /* Autofill the timetable. */
DoCommandP(0, v->index, HasBit(v->vehicle_flags, VF_AUTOFILL_TIMETABLE) ? 0 : 1, NULL, CMD_AUTOFILL_TIMETABLE | CMD_MSG(STR_CAN_T_TIMETABLE_VEHICLE));
break;
}
this->SetDirty();
}
virtual void OnQueryTextFinished(char *str)
{
if (str == NULL) return;
const Vehicle *v = GetVehicle(this->window_number);
uint32 p1 = PackTimetableArgs(v, this->sel_index);
uint64 time = StrEmpty(str) ? 0 : strtoul(str, NULL, 10);
if (!_settings_client.gui.timetable_in_ticks) time *= DAY_TICKS;
uint32 p2 = minu(time, UINT16_MAX);
DoCommandP(0, p1, p2, NULL, CMD_CHANGE_TIMETABLE | CMD_MSG(STR_CAN_T_TIMETABLE_VEHICLE));
}
virtual void OnResize(Point new_size, Point delta)
{
/* Update the scroll + matrix */
this->vscroll.cap = (this->widget[TTV_TIMETABLE_PANEL].bottom - this->widget[TTV_TIMETABLE_PANEL].top) / 10;
}
};
static const Widget _timetable_widgets[] = {
{ WWT_CLOSEBOX, RESIZE_NONE, COLOUR_GREY, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW}, // TTV_WIDGET_CLOSEBOX
{ WWT_CAPTION, RESIZE_RIGHT, COLOUR_GREY, 11, 326, 0, 13, STR_TIMETABLE_TITLE, STR_018C_WINDOW_TITLE_DRAG_THIS}, // TTV_CAPTION
{ WWT_PUSHTXTBTN, RESIZE_LR, COLOUR_GREY, 327, 387, 0, 13, STR_ORDER_VIEW, STR_ORDER_VIEW_TOOLTIP}, // TTV_ORDER_VIEW
{ WWT_STICKYBOX, RESIZE_LR, COLOUR_GREY, 388, 399, 0, 13, STR_NULL, STR_STICKY_BUTTON}, // TTV_STICKY
{ WWT_PANEL, RESIZE_RB, COLOUR_GREY, 0, 387, 14, 95, STR_NULL, STR_TIMETABLE_TOOLTIP}, // TTV_TIMETABLE_PANEL
{ WWT_SCROLLBAR, RESIZE_LRB, COLOUR_GREY, 388, 399, 14, 95, STR_NULL, STR_0190_SCROLL_BAR_SCROLLS_LIST}, // TTV_SCROLLBAR
{ WWT_PANEL, RESIZE_RTB, COLOUR_GREY, 0, 399, 96, 117, STR_NULL, STR_NULL}, // TTV_SUMMARY_PANEL
{ WWT_PUSHTXTBTN, RESIZE_TB, COLOUR_GREY, 0, 109, 118, 129, STR_TIMETABLE_CHANGE_TIME, STR_TIMETABLE_WAIT_TIME_TOOLTIP}, // TTV_CHANGE_TIME
{ WWT_PUSHTXTBTN, RESIZE_TB, COLOUR_GREY, 110, 219, 118, 129, STR_CLEAR_TIME, STR_TIMETABLE_CLEAR_TIME_TOOLTIP}, // TTV_CLEAR_TIME
{ WWT_PUSHTXTBTN, RESIZE_TB, COLOUR_GREY, 220, 337, 118, 129, STR_RESET_LATENESS, STR_TIMETABLE_RESET_LATENESS_TOOLTIP}, // TTV_RESET_LATENESS
{ WWT_PUSHTXTBTN, RESIZE_TB, COLOUR_GREY, 338, 387, 118, 129, STR_TIMETABLE_AUTOFILL, STR_TIMETABLE_AUTOFILL_TOOLTIP}, // TTV_AUTOFILL
{ WWT_PANEL, RESIZE_RTB, COLOUR_GREY, 388, 387, 118, 129, STR_NULL, STR_NULL}, // TTV_EMPTY
{ WWT_RESIZEBOX, RESIZE_LRTB, COLOUR_GREY, 388, 399, 118, 129, STR_NULL, STR_RESIZE_BUTTON}, // TTV_RESIZE
{ WIDGETS_END }
};
static const WindowDesc _timetable_desc = {
WDP_AUTO, WDP_AUTO, 400, 130, 400, 130,
WC_VEHICLE_TIMETABLE, WC_VEHICLE_VIEW,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
_timetable_widgets,
};
void ShowTimetableWindow(const Vehicle *v)
{
AllocateWindowDescFront<TimetableWindow>(&_timetable_desc, v->index);
}
|