rubidium [Mon, 04 Dec 2006 13:57:04 +0000] rev 5236
(svn r7356) -Codechange: replace 'for (i = 0, wi = w->widget; wi->type != WWT_LAST; i++, wi++)' type for loops with 'for (i = 0; i < w->window_count; i++) { wi = &w->widget[i];'-type for loops for better readability.
-Codechange: use IsWindowWidget(Disabled|Hidden) in favor of IsWidget(Disabled|Hidden).
rubidium [Mon, 04 Dec 2006 13:46:03 +0000] rev 5235
(svn r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; i++)'-type for loops with 'for (i = 0; i < w->widget_count; i++)'-type for loops
peter1138 [Mon, 04 Dec 2006 13:45:20 +0000] rev 5234
(svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclusively. Update action 7/9 now that we know if GRFs are disabled.
rubidium [Mon, 04 Dec 2006 13:38:45 +0000] rev 5233
(svn r7353) -Codechange: constify Window* in IsWindowWidget(Lowered|Hidden|Disabled)
rubidium [Mon, 04 Dec 2006 13:36:27 +0000] rev 5232
(svn r7352) -Codechange: add widget_count parameter to the window.
-Codechange: check whether widget indices are valid for all the (Set|Is)WindowWidget(Disabled|Lowered|Hidden) and related functions.
peter1138 [Mon, 04 Dec 2006 13:20:14 +0000] rev 5231
(svn r7351) -Fix (r6619): Disabled platform length and numbers were not reset for the default station.
rubidium [Mon, 04 Dec 2006 10:55:53 +0000] rev 5230
(svn r7350) -Fix: do not handle the save game/scenario filename edit box when loading a game/scenario/heightmap.
peter1138 [Mon, 04 Dec 2006 10:44:17 +0000] rev 5229
(svn r7349) -Fix (r7348): Stripping data path didn't work for absolute paths.
peter1138 [Mon, 04 Dec 2006 08:30:04 +0000] rev 5228
(svn r7348) -Feature: Initial support for saving NewGRF settings with savegames. Back up your savegames...
peter1138 [Mon, 04 Dec 2006 08:11:53 +0000] rev 5227
(svn r7347) -Translations: Use correct plural type for Russian