Fri, 08 Sep 2006 20:00:19 +0000(svn r6432) -Fix r4987: [OSX] added CCFLAGS to OSX targets as well
bjarni [Fri, 08 Sep 2006 20:00:19 +0000] rev 4582
(svn r6432) -Fix r4987: [OSX] added CCFLAGS to OSX targets as well

Fri, 08 Sep 2006 19:43:13 +0000(svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()
bjarni [Fri, 08 Sep 2006 19:43:13 +0000] rev 4581
(svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc()

Fri, 08 Sep 2006 19:38:12 +0000(svn r6430) -Fix r6424: fixed failure to init the whole array of engines when starting a new player
bjarni [Fri, 08 Sep 2006 19:38:12 +0000] rev 4580
(svn r6430) -Fix r6424: fixed failure to init the whole array of engines when starting a new player

Fri, 08 Sep 2006 12:10:37 +0000(svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows)
bjarni [Fri, 08 Sep 2006 12:10:37 +0000] rev 4579
(svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows)
-Fix: [autoreplace GUI] engine info is now drawn in the right side even if the left list is empty

Fri, 08 Sep 2006 11:53:05 +0000(svn r6428) -Codechange: [autoreplace] removed duplicated code to draw the info text in the autoreplace window
bjarni [Fri, 08 Sep 2006 11:53:05 +0000] rev 4578
(svn r6428) -Codechange: [autoreplace] removed duplicated code to draw the info text in the autoreplace window

Fri, 08 Sep 2006 11:50:06 +0000(svn r6427) WebTranslator2 update to 2006-09-08 13:49:45
miham [Fri, 08 Sep 2006 11:50:06 +0000] rev 4577
(svn r6427) WebTranslator2 update to 2006-09-08 13:49:45
hungarian - 8 fixed by miham (8)

Fri, 08 Sep 2006 11:47:03 +0000(svn r6426) [langchanges] WT2 screwed up hungarian translations, because server ran out of disc space (nightlies took up too much space).
miham [Fri, 08 Sep 2006 11:47:03 +0000] rev 4576
(svn r6426) [langchanges] WT2 screwed up hungarian translations, because server ran out of disc space (nightlies took up too much space).
First step: restore hungarian languagefile

Fri, 08 Sep 2006 11:43:15 +0000(svn r6425) WebTranslator2 update to 2006-09-08 13:42:53
miham [Fri, 08 Sep 2006 11:43:15 +0000] rev 4575
(svn r6425) WebTranslator2 update to 2006-09-08 13:42:53
hungarian - 8 fixed by miham (8)
turkish - 7 fixed by edokan (7)

Fri, 08 Sep 2006 10:47:39 +0000(svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles from each time the window is redrawn
bjarni [Fri, 08 Sep 2006 10:47:39 +0000] rev 4574
(svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles from each time the window is redrawn
To do this, the player struct contains an array, that contains the count of each engine type that the player owns
Those arrays are updated each time a vehicle is build or deleted and is calculated on load (it's not saved)
It's possible to access the arrays outside of the autoreplace GUI, so feel free to read from them in other patches as well

Fri, 08 Sep 2006 03:59:38 +0000(svn r6423) -Codechange: Replace two magic numbers by appropriate enum/define value
belugas [Fri, 08 Sep 2006 03:59:38 +0000] rev 4573
(svn r6423) -Codechange: Replace two magic numbers by appropriate enum/define value