IRC logs for #openttd.dev on OFTC at 2017-03-25
            
02:46:12 *** Supercheese has joined #openttd.dev
02:46:12 *** ChanServ sets mode: +v Supercheese
10:29:15 *** Supercheese has quit IRC
11:13:17 *** adf88 has joined #openttd.dev
11:13:17 *** ChanServ sets mode: +v adf88
11:20:34 <adf88> hi
11:20:39 <adf88> we had a commit recently
11:20:40 <adf88> http://hg.openttd.org/trunk.hg/rev/0a1d4d8da952
11:21:03 <adf88> which adds 3 calls:
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:21:41 <adf88> so my proposition is:
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:03 <adf88> @@ -36,8 +36,6 @@
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:09 <adf88>
11:22:11 <adf88> #include <vector>
11:22:11 <adf88>
11:22:13 <adf88> @@ -534,9 +532,7 @@
11:22:13 <adf88> _gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
11:22:15 <adf88> UpdateCursorSize();
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:21 <adf88> break;
11:22:21 <adf88>
11:22:23 <adf88> case WID_GO_BASE_GRF_DROPDOWN:
11:23:59 <adf88> http://pastebin.com/CNsG0tgs
12:22:38 *** adf88 has quit IRC
12:48:59 *** adf88 has joined #openttd.dev
12:48:59 *** ChanServ sets mode: +v adf88
12:49:22 *** adf88 has quit IRC
12:57:15 *** frosch123 has joined #openttd.dev
12:57:15 *** ChanServ sets mode: +v frosch123
13:21:19 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r27827 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Backup channel when #openttd is too spammy"
19:45:42 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r27828 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Backup channel when #openttd is too spammy"
21:33:56 *** Supercheese has joined #openttd.dev
21:33:56 *** ChanServ sets mode: +v Supercheese
22:32:13 *** frosch123 has quit IRC
23:41:40 *** JacobD88 has joined #openttd.dev
23:58:36 *** JacobD88 has quit IRC