------------------------------------------------------------------------ r5286 | Darkvater | 2006-06-16 00:28:15 +0000 (Fri, 16 Jun 2006) | 1 line - Clean up VS2005 project files by making them identical to the VS2003 project file. Mainly put object files into a subdirectory of the project directory instead of a level higher which makes absolutely no sense. Also add some ignores, remove obsolete VS6 project files. ------------------------------------------------------------------------ r5285 | miham | 2006-06-15 17:12:55 +0000 (Thu, 15 Jun 2006) | 3 lines WebTranslator2 update to 2006-06-15 19:12:46 american - 1 changed by WhiteRabbit (1) ------------------------------------------------------------------------ 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 ------------------------------------------------------------------------