Commit Graph

4017 Commits (6a0a527a87ce6c2ef7cb32ab925750f989461560)
 

Author SHA1 Message Date
glx 6a0a527a87 (svn r5229) Remove a write-only variable 18 years ago
KUDr b84494d7f0 (svn r5228) Suppress MSVC warnings about signed/unsigned comparison 18 years ago
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)
18 years ago
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
18 years ago
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
18 years ago
tron 4ab56f465c (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums 18 years ago
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)
18 years ago
tron 89f0033d97 (svn r5220) Testing for existence AND using rm -f is tautologous 18 years ago
tron acd6d83ca8 (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful 18 years ago
tron 8b9448f4fe (svn r5218) Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection 18 years ago
miham 0d0a733731 (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18
polish     - 4 changed by meush (4)
18 years ago
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)
18 years ago
miham 26fdd14963 (svn r5214) [languages] Re-done afrikaans change, this time proper 18 years ago
miham c24006a06f (svn r5213) [languages] reverted last change from tron 18 years ago
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 18 years ago
tron e6e255f4c8 (svn r5211) Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) 18 years ago
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. 18 years ago
tron fee9ee2c05 (svn r5203) Some bits were incorrectly marked as used 18 years ago
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)
18 years ago
peter1138 6e064cc642 (svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used 18 years ago
tron 56710ebc2c (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible 18 years ago
tron e6b5a07962 (svn r5198) Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE 18 years ago
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. 18 years ago
peter1138 23c672edb8 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 18 years ago
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)
18 years ago
peter1138 931b7dab7b (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment 18 years ago
peter1138 67ce8b9ea0 (svn r5191) - NewGRF: add cargo refit support for road vehicles 18 years ago
peter1138 bbafbc2942 (svn r5188) - NewGRF: check refit capacity callback when refitting a ship 18 years ago
peter1138 9b043436d8 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. 18 years ago
peter1138 1b48a2bd9d (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p) 18 years ago
bjarni 0372cceb2f (svn r5176) fixing the typo, that should have been fixed in last commit 18 years ago
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
18 years ago
tron ef501eb6a6 (svn r5173) Use map manipulation functions instead of SB() 18 years ago
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 18 years ago
KUDr f2da689343 (svn r5170) - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit) 18 years ago
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 18 years ago
KUDr ba86269c65 (svn r5164) - CodeChange: [YAPF] settings of platform penalties are now saved only in network savegames (thanks glx) 18 years ago
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.
18 years ago
KUDr 68372f4c16 (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 18 years ago
tron 7fd88e5798 (svn r5155) - Remove the bridge branch merge (revision r5070) 18 years ago
KUDr 8992f9cb2b (svn r5153) - Fix: [YAPF] RVs can now plan path reversing in depot or end of road 18 years ago
KUDr b1ef3b117e (svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater) 18 years ago
peter1138 eade3d07b5 (svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft (mart3p) 18 years ago
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. 18 years ago
tron d47e02fcfe (svn r5138) Two more like r5136 18 years ago
tron 020721565a (svn r5136) Fix various style bugs:
- Trailing whitespace
- Trailing empty lines
- Missing newline at EOF
- Missing svn:eol-style native
18 years ago
tron f764f9a5b0 (svn r5135) Forgotten Id tag 18 years ago
tron a441e615e2 (svn r5132) s/?/³/ 18 years ago
tron 918a806063 (svn r5131) s/STRING[1-5]/STRING/g 18 years ago
miham d5f147d48a (svn r5130) WebTranslator2 update to 2006-06-05 17:56:46
american   - 12 changed by WhiteRabbit (12)
galician   - 62 fixed, 10 changed by Condex (72)
italian    - 3 changed by sidew (3)
18 years ago