Commit Graph

4017 Commits (84f553b47f357205b64d1ee12c743ee0b3e5c7db)
 

Author SHA1 Message Date
glx 84f553b47f (svn r5229) Remove a write-only variable 18 years ago
KUDr 8316020ff3 (svn r5228) Suppress MSVC warnings about signed/unsigned comparison 18 years ago
miham 3b192c0315 (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 260012382d (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 88f9473c85 (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 0f5453d95b (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums 18 years ago
tron 4ba334ffde (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 7d0a139828 (svn r5220) Testing for existence AND using rm -f is tautologous 18 years ago
tron c9be4eed53 (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful 18 years ago
tron 256cd2341a (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 ea9242eff5 (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18
polish     - 4 changed by meush (4)
18 years ago
miham 5ae22e72fa (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 92770d22dc (svn r5214) [languages] Re-done afrikaans change, this time proper 18 years ago
miham 151b086d70 (svn r5213) [languages] reverted last change from tron 18 years ago
tron 79bfd1f63e (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 4c2f3725d5 (svn r5211) Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) 18 years ago
tron 0a72639c2d (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 15c945c926 (svn r5203) Some bits were incorrectly marked as used 18 years ago
miham 33b1c15418 (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 dfa60b0832 (svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used 18 years ago
tron 901e2d02b1 (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible 18 years ago
tron c1bcead499 (svn r5198) Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE 18 years ago
peter1138 da4d1aa292 (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 01aec41f69 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 18 years ago
miham 0717a527eb (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 62dcad4e65 (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment 18 years ago
peter1138 e679cfe802 (svn r5191) - NewGRF: add cargo refit support for road vehicles 18 years ago
peter1138 19d14b474e (svn r5188) - NewGRF: check refit capacity callback when refitting a ship 18 years ago
peter1138 d6ebfb8338 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. 18 years ago
peter1138 a7fbd158a0 (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p) 18 years ago
bjarni ffeb87763f (svn r5176) fixing the typo, that should have been fixed in last commit 18 years ago
bjarni bbe4285a03 (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 5ab592667f (svn r5173) Use map manipulation functions instead of SB() 18 years ago
tron 7c1f1d823f (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 b690e85604 (svn r5170) - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit) 18 years ago
KUDr c7d1e2eab5 (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 0b3e83a2fb (svn r5164) - CodeChange: [YAPF] settings of platform penalties are now saved only in network savegames (thanks glx) 18 years ago
KUDr 80a36fe5bd (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 4c52f88ed1 (svn r5162) - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains 18 years ago
tron be88e269b9 (svn r5155) - Remove the bridge branch merge (revision r5070) 18 years ago
KUDr ace071529e (svn r5153) - Fix: [YAPF] RVs can now plan path reversing in depot or end of road 18 years ago
KUDr f2f4ca1dc4 (svn r5148) - Fix: [YAPF] RVs can now find depot they are currently in (thanks Darkvater) 18 years ago
peter1138 36672afd8f (svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft (mart3p) 18 years ago
peter1138 d286235a6a (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 4a26eb083b (svn r5138) Two more like r5136 18 years ago
tron aada042d57 (svn r5136) Fix various style bugs:
- Trailing whitespace
- Trailing empty lines
- Missing newline at EOF
- Missing svn:eol-style native
18 years ago
tron 30651e8bcb (svn r5135) Forgotten Id tag 18 years ago
tron 790362c342 (svn r5132) s/?/³/ 18 years ago
tron dccfb89766 (svn r5131) s/STRING[1-5]/STRING/g 18 years ago
miham 94a45ffa70 (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