IRC logs for #openttd.dev on OFTC at 2017-03-25
⏴ go to previous day
02:46:12 *** Supercheese has joined #openttd.dev
02:46:12 *** ChanServ sets mode: +v Supercheese
11:13:17 *** adf88 has joined #openttd.dev
11:13:17 *** ChanServ sets mode: +v adf88
11:20:39 <adf88> we had a commit recently
11:21:03 <adf88> + UpdateAllSignVirtCoords();
11:21:03 <adf88> + UpdateAllTownVirtCoords();
11:21:03 <adf88> + UpdateAllStationVirtCoords();
11:21:28 <adf88> we have function for this - UpdateAllVirtCoords
11:22:03 <adf88> Index: src/settings_gui.cpp
11:22:03 <adf88> ===================================================================
11:22:03 <adf88> --- src/settings_gui.cpp (wersja 27826)
11:22:03 <adf88> +++ src/settings_gui.cpp (kopia robocza)
11:22:05 <adf88> #include "textfile_gui.h"
11:22:05 <adf88> #include "stringfilter_type.h"
11:22:07 <adf88> #include "querystring_gui.h"
11:22:07 <adf88> -#include "signs_func.h"
11:22:09 <adf88> -#include "station_func.h"
11:22:13 <adf88> _gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
11:22:15 <adf88> LoadStringWidthTable();
11:22:17 <adf88> - UpdateAllSignVirtCoords();
11:22:17 <adf88> - UpdateAllTownVirtCoords();
11:22:19 <adf88> - UpdateAllStationVirtCoords();
11:22:19 <adf88> + UpdateAllVirtCoords();
11:22:23 <adf88> case WID_GO_BASE_GRF_DROPDOWN:
12:48:59 *** adf88 has joined #openttd.dev
12:48:59 *** ChanServ sets mode: +v adf88
12:57:15 *** frosch123 has joined #openttd.dev
12:57:15 *** ChanServ sets mode: +v frosch123
21:33:56 *** Supercheese has joined #openttd.dev
21:33:56 *** ChanServ sets mode: +v Supercheese
23:41:40 *** JacobD88 has joined #openttd.dev
continue to next day ⏵