Wed, 27 Sep 2006 08:06:40 +0000(svn r6519) -Code cleanup r6518: changed a line to apply to the coding style
bjarni [Wed, 27 Sep 2006 08:06:40 +0000] rev 4643
(svn r6519) -Code cleanup r6518: changed a line to apply to the coding style

Wed, 27 Sep 2006 07:23:38 +0000(svn r6518) -Codechange: unified the vehicle refit windows
bjarni [Wed, 27 Sep 2006 07:23:38 +0000] rev 4642
(svn r6518) -Codechange: unified the vehicle refit windows
This was requested by peter1138

Wed, 27 Sep 2006 00:25:27 +0000(svn r6516) -Fix r6513: killed warnings about two variables being used uninitialized
bjarni [Wed, 27 Sep 2006 00:25:27 +0000] rev 4641
(svn r6516) -Fix r6513: killed warnings about two variables being used uninitialized
This is not even correct since it's set in if (a) and later used in another if (a), but GCC didn't detect that

Tue, 26 Sep 2006 19:20:35 +0000(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows
bjarni [Tue, 26 Sep 2006 19:20:35 +0000] rev 4640
(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows

Tue, 26 Sep 2006 19:07:28 +0000(svn r6514) WebTranslator2 update to 2006-09-26 21:05:50
miham [Tue, 26 Sep 2006 19:07:28 +0000] rev 4639
(svn r6514) WebTranslator2 update to 2006-09-26 21:05:50
estonian - 40 fixed by t2t2 (40)
swedish - 34 fixed, 3 deleted, 49 changed by cjw (86)

Tue, 26 Sep 2006 16:47:51 +0000(svn r6513) -Codechange: unified the code to draw depot windows
bjarni [Tue, 26 Sep 2006 16:47:51 +0000] rev 4638
(svn r6513) -Codechange: unified the code to draw depot windows
This change is intended to make it easier to make depot behaviour consistent
and faster to code when adding more features in the future
The user interface should hopefully not be affected by this

Mon, 25 Sep 2006 17:11:47 +0000(svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
miham [Mon, 25 Sep 2006 17:11:47 +0000] rev 4637
(svn r6505) WebTranslator2 update to 2006-09-25 19:11:24
spanish - 10 fixed by eusebio (10)

Sun, 24 Sep 2006 15:53:56 +0000(svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
miham [Sun, 24 Sep 2006 15:53:56 +0000] rev 4636
(svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
czech - 1 changed by Hadez (1)
galician - 14 fixed by Condex (14)
norwegian - 49 fixed by oletk (49)
spanish - 14 fixed by eusebio (14)

Sun, 24 Sep 2006 15:01:02 +0000(svn r6503) -Codechange: added a function to tell what vehicles a depot contains
bjarni [Sun, 24 Sep 2006 15:01:02 +0000] rev 4635
(svn r6503) -Codechange: added a function to tell what vehicles a depot contains
This will ensure that you can always get the same list when checking for vehicles in a depot (no need to duplicate code for each place, that needs such a list)
Since the vehicles are only looped once for each redraw, drawing speed is around twice as fast (measured to be 114%-121% faster depending on the number of vehicles in the game)

Sat, 23 Sep 2006 02:39:24 +0000(svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct
belugas [Sat, 23 Sep 2006 02:39:24 +0000] rev 4634
(svn r6499) -Codechange: Finally, got "byte event" outside of the union WindowEvent, which is now a struct