Commit Graph

4023 Commits

Author SHA1 Message Date
tron
505e85c99b (svn r5260) -Fix: It was possible to convert the railtype of a bridge while a train was on it 2006-06-14 09:52:50 +00:00
tron
e12ea73ec4 (svn r5259) -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower 2006-06-14 09:01:21 +00:00
miham
36c3a72018 (svn r5250) WebTranslator2 update to 2006-06-13 19:40:20
italian    - 4 fixed, 1 changed by sidew (5)
2006-06-13 17:40:29 +00:00
peter1138
670b0f7d9a (svn r5249) - Add code to copy the palette to a temporary byte aligned array when making a PCX screenshot, if the palette array is not byte aligned. 2006-06-13 17:13:46 +00:00
Darkvater
1ae2eba279 (svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used 2006-06-13 14:04:12 +00:00
peter1138
33f1abc620 (svn r5240) - NewGRF: when there is more than one engine in a consist, base livery overrides and powered wagon weight/power on the last engine before the wagon. 2006-06-12 11:38:07 +00:00
glx
6a0a527a87 (svn r5229) Remove a write-only variable 2006-06-11 21:38:35 +00:00
KUDr
b84494d7f0 (svn r5228) Suppress MSVC warnings about signed/unsigned comparison 2006-06-11 21:19:51 +00:00
miham
946edd236d (svn r5227) WebTranslator2 update to 2006-06-11 21:23:24
lithuanian - 16 fixed, 3 changed by Plyta (19)
polish     - 4 changed by meush (4)
spanish    - 31 fixed by eusebio (31)
2006-06-11 19:23:39 +00:00
tron
347473b0b0 (svn r5226) Reduce the mess that sending chat messages is
This also fixes a bug:
-Fix: It was possible to rename a signs or waypoints with the chat box
2006-06-11 16:00:56 +00:00
tron
8cae4d1214 (svn r5225) Some windows periodically check if their parent exists - if not they close themselves
This is unnecessary, because their parents already close them when they get closed
Therefore remove the code for the periodic checks
2006-06-11 14:56:21 +00:00
tron
4ab56f465c (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums 2006-06-11 07:17:43 +00:00
tron
f664e3fafa (svn r5221) Make the assertion in SetTileType() more strict: "lower edge of map <=> VOID" instead of just "lower edge of map => VOID"
This works since the hack abusing SetTileType() in openttd.c is gone (r5171)
2006-06-10 21:06:29 +00:00
tron
89f0033d97 (svn r5220) Testing for existence AND using rm -f is tautologous 2006-06-10 20:11:02 +00:00
tron
acd6d83ca8 (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful 2006-06-10 20:08:19 +00:00
tron
8b9448f4fe (svn r5218) Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection 2006-06-10 19:40:43 +00:00
miham
0d0a733731 (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18
polish     - 4 changed by meush (4)
2006-06-10 18:54:28 +00:00
miham
97982afe62 (svn r5216) WebTranslator2 update to 2006-06-10 19:27:22
french     - 4 fixed, 2 changed by glx (6)
lithuanian - 102 fixed, 16 changed by Plyta (118)
polish     - 4 fixed by meush (4)
2006-06-10 17:29:44 +00:00
miham
26fdd14963 (svn r5214) [languages] Re-done afrikaans change, this time proper 2006-06-10 09:55:57 +00:00
miham
c24006a06f (svn r5213) [languages] reverted last change from tron 2006-06-10 09:52:11 +00:00
tron
523093782c (svn r5212) Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8 2006-06-10 09:48:15 +00:00
tron
e6e255f4c8 (svn r5211) Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) 2006-06-10 09:45:34 +00:00
tron
a2362674e3 (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc. 2006-06-10 08:37:41 +00:00
tron
fee9ee2c05 (svn r5203) Some bits were incorrectly marked as used 2006-06-09 20:06:02 +00:00
miham
795c72be8f (svn r5202) WebTranslator2 update to 2006-06-09 19:46:28
american   - 4 fixed by WhiteRabbit (4)
dutch      - 4 fixed by webfreakz (4)
turkish    - 4 fixed, 4 changed by jnmbk (8)
ukrainian  - 4 fixed by znikoz (4)
2006-06-09 17:46:43 +00:00
peter1138
6e064cc642 (svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used 2006-06-09 16:35:07 +00:00
tron
56710ebc2c (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible 2006-06-09 15:27:17 +00:00
tron
e6b5a07962 (svn r5198) Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE 2006-06-09 15:24:04 +00:00
peter1138
825eb1cccb (svn r5197) - Use svn info to automatically find the last modified revision number and get branch information and place it in the revision string. Increase NETWORK_REVISION_LENGTH to accommodate the branch tag. 2006-06-09 14:40:30 +00:00
peter1138
23c672edb8 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 2006-06-09 14:37:28 +00:00
miham
f705bd650f (svn r5195) WebTranslator2 update to 2006-06-09 11:31:37
hungarian  - 4 fixed by miham (4)
italian    - 1 changed by sidew (1)
2006-06-09 09:31:48 +00:00
peter1138
931b7dab7b (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment 2006-06-09 08:26:22 +00:00
peter1138
67ce8b9ea0 (svn r5191) - NewGRF: add cargo refit support for road vehicles 2006-06-09 07:45:26 +00:00
peter1138
bbafbc2942 (svn r5188) - NewGRF: check refit capacity callback when refitting a ship 2006-06-09 07:09:48 +00:00
peter1138
9b043436d8 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. 2006-06-09 07:03:53 +00:00
peter1138
1b48a2bd9d (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p) 2006-06-09 06:34:28 +00:00
bjarni
0372cceb2f (svn r5176) fixing the typo, that should have been fixed in last commit 2006-06-08 20:17:19 +00:00
bjarni
c4fe960ebf (svn r5175) -Fix: [autoreplace] FS#186 autoreplaced trains can leave all wagons in depot
also fixed a serious typo in peter1138's comments
2006-06-08 20:12:07 +00:00
tron
ef501eb6a6 (svn r5173) Use map manipulation functions instead of SB() 2006-06-08 19:27:20 +00:00
tron
047ee8a601 (svn r5171) Get rid of an ungly hack in the load routine, which temporarily turned house and road tiles into void tiles to calculate the closest town 2006-06-08 18:31:54 +00:00
KUDr
f2da689343 (svn r5170) - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit) 2006-06-08 17:36:06 +00:00
KUDr
7b4c46e388 (svn r5169) - CodeChange: [YAPF] RVs now use YAPF_TILE_LENGTH as base unit and 2 configurable settings (slope and crossing penalties) for cost calculation 2006-06-08 17:31:03 +00:00
KUDr
ba86269c65 (svn r5164) - CodeChange: [YAPF] settings of platform penalties are now saved only in network savegames (thanks glx) 2006-06-07 21:26:57 +00:00
KUDr
e811c6a868 (svn r5163) - CodeChange: [YAPF] "treat first red two-way signal as dead end" is not applied if train didn't pass choice.
It allows pathfinder to plan route through first red two-way signal if the train has no other choice than to pass it.
2006-06-07 21:18:08 +00:00
KUDr
68372f4c16 (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 2006-06-07 21:16:43 +00:00
tron
7fd88e5798 (svn r5155) - Remove the bridge branch merge (revision r5070) 2006-06-07 19:35:21 +00:00
KUDr
8992f9cb2b (svn r5153) - Fix: [YAPF] RVs can now plan path reversing in depot or end of road 2006-06-07 18:41:58 +00:00
KUDr
b1ef3b117e (svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater) 2006-06-07 17:04:22 +00:00
peter1138
eade3d07b5 (svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft (mart3p) 2006-06-07 07:33:56 +00:00
peter1138
8c9de5e593 (svn r5146) - NewGRF: Support selection of aircraft default cargo type by checking its refit mask. If aircraft can be refitted to passengers, no change happens, else the first refittable type is chosen. Also use refit capacity to determine the default capacity. 2006-06-07 07:20:28 +00:00