Config
Log for #openttd.dev on 25th March 2017:
Times are UTC Toggle Colours
01:46:12  *** Supercheese has joined #openttd.dev
01:46:12  *** ChanServ sets mode: +v Supercheese
09:29:15  *** Supercheese has quit IRC
10:13:17  *** adf88 has joined #openttd.dev
10:13:17  *** ChanServ sets mode: +v adf88
10:20:34  <adf88> hi
10:20:39  <adf88> we had a commit recently
10:20:40  <adf88> http://hg.openttd.org/trunk.hg/rev/0a1d4d8da952
10:21:03  <adf88> which adds 3 calls:
10:21:03  <adf88> +				UpdateAllSignVirtCoords();
10:21:03  <adf88> +				UpdateAllTownVirtCoords();
10:21:03  <adf88> +				UpdateAllStationVirtCoords();
10:21:28  <adf88> we have function for this - UpdateAllVirtCoords
10:21:41  <adf88> so my proposition is:
10:22:03  <adf88> Index: src/settings_gui.cpp
10:22:03  <adf88> ===================================================================
10:22:03  <adf88> --- src/settings_gui.cpp	(wersja 27826)
10:22:03  <adf88> +++ src/settings_gui.cpp	(kopia robocza)
10:22:03  <adf88> @@ -36,8 +36,6 @@
10:22:05  <adf88>  #include "textfile_gui.h"
10:22:05  <adf88>  #include "stringfilter_type.h"
10:22:07  <adf88>  #include "querystring_gui.h"
10:22:07  <adf88> -#include "signs_func.h"
10:22:09  <adf88> -#include "station_func.h"
10:22:09  <adf88> 
10:22:11  <adf88>  #include <vector>
10:22:11  <adf88> 
10:22:13  <adf88> @@ -534,9 +532,7 @@
10:22:13  <adf88>  				_gui_zoom = (ZoomLevel)(ZOOM_LVL_OUT_4X - index);
10:22:15  <adf88>  				UpdateCursorSize();
10:22:15  <adf88>  				LoadStringWidthTable();
10:22:17  <adf88> -				UpdateAllSignVirtCoords();
10:22:17  <adf88> -				UpdateAllTownVirtCoords();
10:22:19  <adf88> -				UpdateAllStationVirtCoords();
10:22:19  <adf88> +				UpdateAllVirtCoords();
10:22:21  <adf88>  				break;
10:22:21  <adf88> 
10:22:23  <adf88>  			case WID_GO_BASE_GRF_DROPDOWN:
10:23:59  <adf88> http://pastebin.com/CNsG0tgs
11:22:38  *** adf88 has quit IRC
11:48:59  *** adf88 has joined #openttd.dev
11:48:59  *** ChanServ sets mode: +v adf88
11:49:22  *** adf88 has quit IRC
11:57:15  *** frosch123 has joined #openttd.dev
11:57:15  *** ChanServ sets mode: +v frosch123
12: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"
18: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"
20:33:56  *** Supercheese has joined #openttd.dev
20:33:56  *** ChanServ sets mode: +v Supercheese
21:32:13  *** frosch123 has quit IRC
22:41:40  *** JacobD88 has joined #openttd.dev
22:58:36  *** JacobD88 has quit IRC
23:19:44  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r27829 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Backup channel when #openttd is too spammy"

Powered by YARRSTE version: svn-trunk