miham [Sun, 27 Aug 2006 20:30:10 +0000] rev 4422
(svn r6177) WebTranslator2 update to 2006-08-27 22:29:43
czech - 70 fixed, 12 changed by Hadez (82)
german - 4 changed by Neonox (4)
italian - 56 fixed, 8 changed by sidew (64)
portuguese - 2 fixed by izhirahider (2)
truelight [Sun, 27 Aug 2006 15:26:58 +0000] rev 4421
(svn r6176) -Fix r6052: I assumed an typedefd enum would be an uint8, which is a really stupid thing to assume.
This caused nasty endian bugs. Thank you SO MUCH Osai for all your time in debugging this!! And tnx Rubidium for spotting :)
miham [Sun, 27 Aug 2006 15:21:10 +0000] rev 4420
(svn r6175) WebTranslator2 update to 2006-08-27 17:18:26
french - 10 fixed, 12 changed by glx (22)
german - 1 fixed by Neonox (1)
polish - 10 fixed, 12 changed by meush (22)
portuguese - 11 fixed, 8 changed by izhirahider (19)
KUDr [Sun, 27 Aug 2006 14:28:23 +0000] rev 4419
(svn r6174) -Cleanup: [YAPF] some SDT_CONDVARs replaced by SDT_VARs since they are not saved in savegame (Darkvater)
miham [Sun, 27 Aug 2006 12:09:06 +0000] rev 4418
(svn r6173) WebTranslator2 update to 2006-08-27 14:08:35
danish - 35 fixed by trenskow (35)
german - 9 fixed, 8 changed by Neonox (17)
hungarian - 10 fixed, 12 changed by miham (22)
portuguese - 9 fixed by izhirahider (9)
slovak - 2 fixed by lengyel (2)
turkish - 1 fixed by jnmbk (1)
Darkvater [Sun, 27 Aug 2006 10:49:43 +0000] rev 4417
(svn r6170) -Feature: save max_companies/clients/spectators in the config file.
Darkvater [Sun, 27 Aug 2006 10:04:33 +0000] rev 4416
(svn r6169) -Codechange: Use GetString() instead of GetStringWithArgs() which should be
integral to strings.c
bjarni [Sun, 27 Aug 2006 10:04:02 +0000] rev 4415
(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks TrueLight
bjarni [Sun, 27 Aug 2006 09:55:54 +0000] rev 4414
(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << 8) with SHARE_FLAG
KUDr [Sun, 27 Aug 2006 09:50:43 +0000] rev 4413
(svn r6166) -Fix: [YAPF] fixes one very improbable assert when adding startup node that already exists in the open-list (thanks Panzerfather)
bjarni [Sun, 27 Aug 2006 09:28:52 +0000] rev 4412
(svn r6165) -Feature: control click Goto Depot will now make the vehicle service
at the depot and leave right away.
To tell the difference the status of stopping vehicles will be in red,
while servicing vehicles will be green.
-Codechange: remove some dead code in CmdSendAircraftToHangar() since it is
conflicting with new functionality. Now p2 means the same for all types
KUDr [Sun, 27 Aug 2006 07:23:46 +0000] rev 4411
(svn r6164) -Fix [YAPF]: Road vehicles preferring bends - added yapf.road_curve_penalty setting with default value 100 (=YAPF_TILE_LENGTH) that is saved only in MP games (mart3p)
KUDr [Sun, 27 Aug 2006 07:04:14 +0000] rev 4410
(svn r6163) -Codechange: distance rounded up (correction of r6162)
KUDr [Sun, 27 Aug 2006 06:52:25 +0000] rev 4409
(svn r6162) -Fix: Multistop problem caused by incorrect distance returned by YapfRoadVehDistanceToTile() (by mart3p)
bjarni [Sat, 26 Aug 2006 22:28:40 +0000] rev 4408
(svn r6161) -Feature: List of vehicles with the same shared orders
the list is available in the orders window and looks like the list buttons from the station windows (small vehicle)
The button is disabled if the vehicle do not have any shared orders or it got shared orders, but an empty order list
based on a patch by nycom, thought it ended up getting heavily modified
Thanks to TrueLight for proofreading and suggestions
KUDr [Sat, 26 Aug 2006 22:24:32 +0000] rev 4407
(svn r6160) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
thanks Darkvater for hotfix (r5897)
Darkvater [Sat, 26 Aug 2006 21:54:04 +0000] rev 4406
(svn r6159) -Fix: FindClosestTrainDepot hardly ever found a depot with NPF off due to absence of distance-normalization (Rojer)
Darkvater [Sat, 26 Aug 2006 20:54:30 +0000] rev 4405
(svn r6158) -Revert r6139 as that breaks strings with cases. Thanks michi_cc
truelight [Sat, 26 Aug 2006 20:09:25 +0000] rev 4404
(svn r6157) -Codechange: DeleteVehicle removes a vehicle from the pool
-Codechange: DestroyVehicle is called by DeleteVehicle to remove all things where a vehicle depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
truelight [Sat, 26 Aug 2006 19:51:49 +0000] rev 4403
(svn r6156) -Codechange: DeleteIndustry removes an industry from the pool
-Codechange: DestroyIndustry is called by DeleteIndustry to remove all things where a industry depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
truelight [Sat, 26 Aug 2006 19:47:13 +0000] rev 4402
(svn r6155) -Codechange: split Destroy routine from SpriteGroupPoolCleanBlock
Last change is to prepare for new pool system.
truelight [Sat, 26 Aug 2006 19:40:40 +0000] rev 4401
(svn r6154) -Cleanup: ordered the IDs that have to do with pools from the others
truelight [Sat, 26 Aug 2006 19:29:35 +0000] rev 4400
(svn r6153) -Codechange: DeleteSign removes a sign from the pool
-Codechange: DestroySign is called by DeleteSign to remove all things where a sign depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
truelight [Sat, 26 Aug 2006 19:18:50 +0000] rev 4399
(svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation as it reflects its function more
truelight [Sat, 26 Aug 2006 19:14:02 +0000] rev 4398
(svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadStop from the pool
-Codechange: DestroyStation/DestroyRoadStop is called by DeleteStation/DeleteRoadStop to remove all things where a station/RoadStop depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
truelight [Sat, 26 Aug 2006 18:27:15 +0000] rev 4397
(svn r6150) -Codechange: introduced and used RoadStopID where needed
truelight [Sat, 26 Aug 2006 18:05:05 +0000] rev 4396
(svn r6149) -Codechange: DeleteTown removes a town from the pool
-Codechange: DestroyTown is called by DeleteTown to remove all things where a town depends on.
Last 2 changes to prepare for new pool system. Not pretty now, will be soon.
truelight [Sat, 26 Aug 2006 17:34:48 +0000] rev 4395
(svn r6148) -Fix r6146: mostly it is useful to declare a variable in the function you use it (tnx Tron)
truelight [Sat, 26 Aug 2006 17:31:57 +0000] rev 4394
(svn r6147) -Fix: I don't know how to write Destination :(
truelight [Sat, 26 Aug 2006 17:31:47 +0000] rev 4393
(svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via an indirect (and btw the old) way