------------------------------------------------------------------------ r5266 | miham | 2006-06-14 17:54:31 +0000 (Wed, 14 Jun 2006) | 4 lines WebTranslator2 update to 2006-06-14 19:54:19 czech - 4 fixed by Hadez (4) italian - 15 changed by sidew (15) ------------------------------------------------------------------------ r5265 | tron | 2006-06-14 13:22:30 +0000 (Wed, 14 Jun 2006) | 1 line Replace a dozen bogus uses of strncmp() by strcmp() ------------------------------------------------------------------------ r5264 | tron | 2006-06-14 12:30:31 +0000 (Wed, 14 Jun 2006) | 2 lines -Fix: The wrong IP could get unbanned, e.g. 'unban 1.2.3.42' could result in unbanning 1.2.3.4 ------------------------------------------------------------------------ r5263 | tron | 2006-06-14 11:26:56 +0000 (Wed, 14 Jun 2006) | 1 line Use the flag which denotes if it's a plane or helicopter instead of magical engine numbers ------------------------------------------------------------------------ r5262 | tron | 2006-06-14 11:05:30 +0000 (Wed, 14 Jun 2006) | 1 line Add symbolic names for the aircraft subtypes. not perfect, but better than raw numbers ------------------------------------------------------------------------ r5260 | tron | 2006-06-14 09:52:50 +0000 (Wed, 14 Jun 2006) | 1 line -Fix: It was possible to convert the railtype of a bridge while a train was on it ------------------------------------------------------------------------ r5259 | tron | 2006-06-14 09:01:21 +0000 (Wed, 14 Jun 2006) | 1 line -Codechange: GetBridgeHeight{Ramp,}() now returns the height of the bridge, not one level lower ------------------------------------------------------------------------ r5250 | miham | 2006-06-13 17:40:29 +0000 (Tue, 13 Jun 2006) | 3 lines WebTranslator2 update to 2006-06-13 19:40:20 italian - 4 fixed, 1 changed by sidew (5) ------------------------------------------------------------------------ r5249 | peter1138 | 2006-06-13 17:13:46 +0000 (Tue, 13 Jun 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5248 | Darkvater | 2006-06-13 14:04:12 +0000 (Tue, 13 Jun 2006) | 1 line - [Codechange]: Remove TerraformProc()'s mode parameter as it is not used ------------------------------------------------------------------------ r5240 | peter1138 | 2006-06-12 11:38:07 +0000 (Mon, 12 Jun 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5229 | glx | 2006-06-11 21:38:35 +0000 (Sun, 11 Jun 2006) | 1 line Remove a write-only variable ------------------------------------------------------------------------ r5228 | KUDr | 2006-06-11 21:19:51 +0000 (Sun, 11 Jun 2006) | 1 line Suppress MSVC warnings about signed/unsigned comparison ------------------------------------------------------------------------ r5227 | miham | 2006-06-11 19:23:39 +0000 (Sun, 11 Jun 2006) | 5 lines 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) ------------------------------------------------------------------------ r5226 | tron | 2006-06-11 16:00:56 +0000 (Sun, 11 Jun 2006) | 4 lines 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 ------------------------------------------------------------------------ r5225 | tron | 2006-06-11 14:56:21 +0000 (Sun, 11 Jun 2006) | 4 lines 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 ------------------------------------------------------------------------ r5222 | tron | 2006-06-11 07:17:43 +0000 (Sun, 11 Jun 2006) | 1 line Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums ------------------------------------------------------------------------ r5221 | tron | 2006-06-10 21:06:29 +0000 (Sat, 10 Jun 2006) | 3 lines 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) ------------------------------------------------------------------------ r5220 | tron | 2006-06-10 20:11:02 +0000 (Sat, 10 Jun 2006) | 1 line Testing for existence AND using rm -f is tautologous ------------------------------------------------------------------------ r5219 | tron | 2006-06-10 20:08:19 +0000 (Sat, 10 Jun 2006) | 1 line CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful ------------------------------------------------------------------------ r5218 | tron | 2006-06-10 19:40:43 +0000 (Sat, 10 Jun 2006) | 1 line Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection ------------------------------------------------------------------------ r5217 | miham | 2006-06-10 18:54:28 +0000 (Sat, 10 Jun 2006) | 3 lines WebTranslator2 update to 2006-06-10 20:54:18 polish - 4 changed by meush (4) ------------------------------------------------------------------------ r5216 | miham | 2006-06-10 17:29:44 +0000 (Sat, 10 Jun 2006) | 5 lines 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) ------------------------------------------------------------------------ r5214 | miham | 2006-06-10 09:55:57 +0000 (Sat, 10 Jun 2006) | 1 line [languages] Re-done afrikaans change, this time proper ------------------------------------------------------------------------ r5213 | miham | 2006-06-10 09:52:11 +0000 (Sat, 10 Jun 2006) | 1 line [languages] reverted last change from tron ------------------------------------------------------------------------ r5212 | tron | 2006-06-10 09:48:15 +0000 (Sat, 10 Jun 2006) | 1 line Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8 ------------------------------------------------------------------------ r5211 | tron | 2006-06-10 09:45:34 +0000 (Sat, 10 Jun 2006) | 1 line Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) ------------------------------------------------------------------------ r5210 | tron | 2006-06-10 08:37:41 +0000 (Sat, 10 Jun 2006) | 1 line Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc. ------------------------------------------------------------------------ r5203 | tron | 2006-06-09 20:06:02 +0000 (Fri, 09 Jun 2006) | 1 line Some bits were incorrectly marked as used ------------------------------------------------------------------------ r5202 | miham | 2006-06-09 17:46:43 +0000 (Fri, 09 Jun 2006) | 6 lines 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) ------------------------------------------------------------------------ r5201 | peter1138 | 2006-06-09 16:35:07 +0000 (Fri, 09 Jun 2006) | 2 lines - NewGRF: add loading of default refit costs. This information is not yet used ------------------------------------------------------------------------ r5199 | tron | 2006-06-09 15:27:17 +0000 (Fri, 09 Jun 2006) | 1 line Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible ------------------------------------------------------------------------ r5198 | tron | 2006-06-09 15:24:04 +0000 (Fri, 09 Jun 2006) | 1 line Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE ------------------------------------------------------------------------ r5197 | peter1138 | 2006-06-09 14:40:30 +0000 (Fri, 09 Jun 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5196 | peter1138 | 2006-06-09 14:37:28 +0000 (Fri, 09 Jun 2006) | 2 lines - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 ------------------------------------------------------------------------ r5195 | miham | 2006-06-09 09:31:48 +0000 (Fri, 09 Jun 2006) | 4 lines WebTranslator2 update to 2006-06-09 11:31:37 hungarian - 4 fixed by miham (4) italian - 1 changed by sidew (1) ------------------------------------------------------------------------ r5192 | peter1138 | 2006-06-09 08:26:22 +0000 (Fri, 09 Jun 2006) | 2 lines - Stylechange: fix bjarni's tabs-instead-of-spaces alignment ------------------------------------------------------------------------ r5191 | peter1138 | 2006-06-09 07:45:26 +0000 (Fri, 09 Jun 2006) | 2 lines - NewGRF: add cargo refit support for road vehicles ------------------------------------------------------------------------ r5188 | peter1138 | 2006-06-09 07:09:48 +0000 (Fri, 09 Jun 2006) | 2 lines - NewGRF: check refit capacity callback when refitting a ship ------------------------------------------------------------------------ r5187 | peter1138 | 2006-06-09 07:03:53 +0000 (Fri, 09 Jun 2006) | 2 lines - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. ------------------------------------------------------------------------ r5186 | peter1138 | 2006-06-09 06:34:28 +0000 (Fri, 09 Jun 2006) | 2 lines - NewGRF: show default aircraft cargo type and the purchase list (mart3p) ------------------------------------------------------------------------ r5176 | bjarni | 2006-06-08 20:17:19 +0000 (Thu, 08 Jun 2006) | 1 line fixing the typo, that should have been fixed in last commit ------------------------------------------------------------------------ r5175 | bjarni | 2006-06-08 20:12:07 +0000 (Thu, 08 Jun 2006) | 3 lines -Fix: [autoreplace] FS#186 autoreplaced trains can leave all wagons in depot also fixed a serious typo in peter1138's comments ------------------------------------------------------------------------ r5173 | tron | 2006-06-08 19:27:20 +0000 (Thu, 08 Jun 2006) | 1 line Use map manipulation functions instead of SB() ------------------------------------------------------------------------ r5171 | tron | 2006-06-08 18:31:54 +0000 (Thu, 08 Jun 2006) | 1 line 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 ------------------------------------------------------------------------ r5170 | KUDr | 2006-06-08 17:36:06 +0000 (Thu, 08 Jun 2006) | 1 line - CodeChange: corrected name for "road_crossing_penalty" (mistake in previous commit) ------------------------------------------------------------------------ r5169 | KUDr | 2006-06-08 17:31:03 +0000 (Thu, 08 Jun 2006) | 1 line - CodeChange: [YAPF] RVs now use YAPF_TILE_LENGTH as base unit and 2 configurable settings (slope and crossing penalties) for cost calculation ------------------------------------------------------------------------ r5164 | KUDr | 2006-06-07 21:26:57 +0000 (Wed, 07 Jun 2006) | 1 line - CodeChange: [YAPF] settings of platform penalties are now saved only in network savegames (thanks glx) ------------------------------------------------------------------------ r5163 | KUDr | 2006-06-07 21:18:08 +0000 (Wed, 07 Jun 2006) | 2 lines - 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. ------------------------------------------------------------------------ r5162 | KUDr | 2006-06-07 21:16:43 +0000 (Wed, 07 Jun 2006) | 1 line - CodeChange: [YAPF] added flag "choice seen" into YAPF node for trains ------------------------------------------------------------------------ r5155 | tron | 2006-06-07 19:35:21 +0000 (Wed, 07 Jun 2006) | 2 lines - Remove the bridge branch merge (revision r5070) ------------------------------------------------------------------------ r5153 | KUDr | 2006-06-07 18:41:58 +0000 (Wed, 07 Jun 2006) | 1 line - Fix: [YAPF] RVs can now plan path reversing in depot or end of road ------------------------------------------------------------------------