Fri, 01 Dec 2006 13:18:18 +0000(svn r7320) -Translations: add russian to MS VC project files
peter1138 [Fri, 01 Dec 2006 13:18:18 +0000] rev 5205
(svn r7320) -Translations: add russian to MS VC project files

Fri, 01 Dec 2006 12:57:31 +0000(svn r7319) -Fix (r7182): (NewGRF) Add space for terminator when translating TTDPatch strings (thanks eddi)
peter1138 [Fri, 01 Dec 2006 12:57:31 +0000] rev 5204
(svn r7319) -Fix (r7182): (NewGRF) Add space for terminator when translating TTDPatch strings (thanks eddi)

Fri, 01 Dec 2006 11:23:29 +0000(svn r7318) -Fix: change some unfinished strings: STRING->{CARGO,POWER,WEIGHT,WEIGHT_S} and remove strings that are no longer in english.txt.
rubidium [Fri, 01 Dec 2006 11:23:29 +0000] rev 5203
(svn r7318) -Fix: change some unfinished strings: STRING->{CARGO,POWER,WEIGHT,WEIGHT_S} and remove strings that are no longer in english.txt.

Fri, 01 Dec 2006 08:23:15 +0000(svn r7317) -Fix: (r7299) warning: unused variable num_engines (peter1138)
KUDr [Fri, 01 Dec 2006 08:23:15 +0000] rev 5202
(svn r7317) -Fix: (r7299) warning: unused variable num_engines (peter1138)

Fri, 01 Dec 2006 00:28:15 +0000(svn r7316) -Codechange: Make train-build-gui and aircraft-build-gui (unified) look more alike.
Darkvater [Fri, 01 Dec 2006 00:28:15 +0000] rev 5201
(svn r7316) -Codechange: Make train-build-gui and aircraft-build-gui (unified) look more alike.

Fri, 01 Dec 2006 00:26:42 +0000(svn r7315) -Fix: Have the first engine in the list be selected once again when the window is opened
Darkvater [Fri, 01 Dec 2006 00:26:42 +0000] rev 5200
(svn r7315) -Fix: Have the first engine in the list be selected once again when the window is opened
and remove a useless loop that tested if selected engine is still in list (moved to list
generation).

Fri, 01 Dec 2006 00:14:10 +0000(svn r7314) -Cleanup: const, whitespace, coding style and variable usage.
Darkvater [Fri, 01 Dec 2006 00:14:10 +0000] rev 5199
(svn r7314) -Cleanup: const, whitespace, coding style and variable usage.

Fri, 01 Dec 2006 00:09:13 +0000(svn r7313) -Codechange: Calling invalidate data on a window will surely warrant a redraw, so call
Darkvater [Fri, 01 Dec 2006 00:09:13 +0000] rev 5198
(svn r7313) -Codechange: Calling invalidate data on a window will surely warrant a redraw, so call
that after the WE_INVALIDATE_DATA event and remove (some of) the superflouous calls.

Thu, 30 Nov 2006 22:23:11 +0000(svn r7312) -Fix: When loading a game from a dedicated server the local player global variable was
Darkvater [Thu, 30 Nov 2006 22:23:11 +0000] rev 5197
(svn r7312) -Fix: When loading a game from a dedicated server the local player global variable was
wrongly set to 0. In theory this allowed a dedicated server to also play. I see no
history for this bug, but it has been there since the introduction of the dedicated
server probably. Thanks peter1138 for bringing it to my attention and thanks myself
for rewriting the code so this bug could surface ;p

Thu, 30 Nov 2006 21:46:47 +0000(svn r7310) -Codechange: Change scrolling dropdown box to use 1 scroll unit = 1 line
peter1138 [Thu, 30 Nov 2006 21:46:47 +0000] rev 5196
(svn r7310) -Codechange: Change scrolling dropdown box to use 1 scroll unit = 1 line
of text, instead of 1 row of pixels. This fixes behaviour of scrolling
with the scrollbar buttons and the mouse wheel.