------------------------------------------------------------------------ r2485 | tron | 2005-06-24 17:41:08 +0000 (Fri, 24 Jun 2005) | 1 line Missed two uint -> TileIndex, thanks _Luca_ ------------------------------------------------------------------------ r2484 | orudge | 2005-06-24 13:55:29 +0000 (Fri, 24 Jun 2005) | 1 line - Fix: Update Watcom project file (add rail.c) ------------------------------------------------------------------------ r2483 | tron | 2005-06-24 12:38:35 +0000 (Fri, 24 Jun 2005) | 1 line Replace almost 500 "uint tile" (and variants) with "TileIndex tile" ------------------------------------------------------------------------ r2482 | miham | 2005-06-23 18:32:41 +0000 (Thu, 23 Jun 2005) | 1 line [Translators] Updated translations to 20050623 (1 lang(s)) ------------------------------------------------------------------------ r2481 | miham | 2005-06-23 18:07:17 +0000 (Thu, 23 Jun 2005) | 1 line [Translators] Updated translations to 20050623 ------------------------------------------------------------------------ r2480 | miham | 2005-06-23 17:55:21 +0000 (Thu, 23 Jun 2005) | 1 line [Test] Removed dummy file ------------------------------------------------------------------------ r2479 | miham | 2005-06-23 17:48:54 +0000 (Thu, 23 Jun 2005) | 1 line [Test of the new language-commiter system, please ignore it!] ------------------------------------------------------------------------ r2478 | miham | 2005-06-23 13:35:41 +0000 (Thu, 23 Jun 2005) | 1 line [Translations] Updated to 2005-06-23 (?? str / 10 langs) ------------------------------------------------------------------------ r2477 | truelight | 2005-06-23 13:21:10 +0000 (Thu, 23 Jun 2005) | 2 lines -Nothing: SVN Mirror Test 2/2 ------------------------------------------------------------------------ r2476 | truelight | 2005-06-23 13:00:45 +0000 (Thu, 23 Jun 2005) | 2 lines -Nothing: SVNMirror Test File ------------------------------------------------------------------------ r2475 | celestar | 2005-06-23 06:19:06 +0000 (Thu, 23 Jun 2005) | 2 lines -Fix: [ 1214982 & 1217473 ] realistic acceleration problem. (glx) ------------------------------------------------------------------------ r2474 | hackykid | 2005-06-23 01:26:54 +0000 (Thu, 23 Jun 2005) | 2 lines - Fix: [newgrf] Some road vehicle action 0 properties were loaded as the wrong type (int8,int16,int32) causing undefined results. (like cargo types being wrong) ------------------------------------------------------------------------ r2473 | matthijs | 2005-06-22 22:38:18 +0000 (Wed, 22 Jun 2005) | 8 lines - Add: VehicleMayEnterTile(), which checks if the tile owner of a tile is correct for a vehicle to enter it. Based upon glx's code. - Fix: [ 1203769 ] [NPF] NPF tries to plan over bridges, through tunnels, over level crossings of other players. (glx) - Codechange: Renamed TRANSPORT_MAX to TRANSPORT_END and added INVALID_TRANSPORT. - Codechange: Moved IsLevelCrossing() from tile.h to rail.h - Add: GetCrossingTransportType(), which returns the transport type (road, rail) of both tracks on a level crossing. - Removed old TODO that was fulfilled already. ------------------------------------------------------------------------ r2472 | miham | 2005-06-22 18:00:48 +0000 (Wed, 22 Jun 2005) | 1 line [Translations] Updated to 2005-06-22 (1 str / 1 lang + 1 string modified in english.txt lately) ------------------------------------------------------------------------ r2471 | matthijs | 2005-06-22 01:06:04 +0000 (Wed, 22 Jun 2005) | 3 lines - Fix: [ 1221249 ] [NPF] Vehicles try to drive into a tunnel entrance from above. ------------------------------------------------------------------------ r2470 | hackykid | 2005-06-21 21:13:10 +0000 (Tue, 21 Jun 2005) | 2 lines - Fix: Display station signs correctly in smallest zoom level in transparent buildings or tranparant station signs mode. (Peter1138) ------------------------------------------------------------------------ r2469 | hackykid | 2005-06-21 19:45:05 +0000 (Tue, 21 Jun 2005) | 2 lines - Add: When removing tracks with the 'remove' tool, have it automatically remove signals on the tracks. ------------------------------------------------------------------------ r2468 | celestar | 2005-06-21 16:28:17 +0000 (Tue, 21 Jun 2005) | 2 lines -Codechange: Got rid of DEREF_PLAYER and replaced it by GetPlayer ------------------------------------------------------------------------ r2467 | hackykid | 2005-06-21 14:50:08 +0000 (Tue, 21 Jun 2005) | 2 lines - Fix: [newgrf] Prevent trains with shorter wagons breaking apart when reversing in some cases. (Therax) ------------------------------------------------------------------------ r2466 | miham | 2005-06-21 07:30:01 +0000 (Tue, 21 Jun 2005) | 1 line [Translations] Updated to 2005-06-21 (37 strs / 2 langs) ------------------------------------------------------------------------ r2465 | tron | 2005-06-20 20:09:46 +0000 (Mon, 20 Jun 2005) | 1 line Remove some unreachable code ------------------------------------------------------------------------ r2464 | tron | 2005-06-20 20:08:10 +0000 (Mon, 20 Jun 2005) | 1 line Move definition of _inclined_tileh out of variables.h ------------------------------------------------------------------------ r2463 | Darkvater | 2005-06-20 19:39:49 +0000 (Mon, 20 Jun 2005) | 1 line - Fix: partly revert the strncat madness and update nightly script (invisible) to correctly insert date. ------------------------------------------------------------------------ r2462 | miham | 2005-06-20 09:33:43 +0000 (Mon, 20 Jun 2005) | 1 line [Translations] Updated to 2005-06-20 (202 strs / 5 langs) ------------------------------------------------------------------------ r2461 | bjarni | 2005-06-19 17:05:24 +0000 (Sun, 19 Jun 2005) | 2 lines -Feature [Makefile] libpng-config can now be called something else in Makefile.config useful if you for some reason got a libpng-config, which is called something else ------------------------------------------------------------------------ r2460 | hackykid | 2005-06-19 11:56:07 +0000 (Sun, 19 Jun 2005) | 3 lines - Fix: Prevent assertion failure when trying to drag signals starting from a non-rail tile. - CodeChange: Remove unused variable in CmdSignalTrackHelper. ------------------------------------------------------------------------ r2459 | Darkvater | 2005-06-18 20:23:35 +0000 (Sat, 18 Jun 2005) | 1 line - Fix: windows title-bar did not correctly add date/revision for nightly build ------------------------------------------------------------------------ r2458 | truelight | 2005-06-18 15:08:35 +0000 (Sat, 18 Jun 2005) | 1 line -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this... ------------------------------------------------------------------------ r2457 | truelight | 2005-06-18 10:02:47 +0000 (Sat, 18 Jun 2005) | 1 line -Fix: typo in Makefile for OSX builds ------------------------------------------------------------------------