------------------------------------------------------------------------ r3426 | peter1138 | 2006-01-24 18:38:06 +0000 (Tue, 24 Jan 2006) | 2 lines - Fix typo from r3019 -- only affected NPF debugging. ------------------------------------------------------------------------ r3425 | Darkvater | 2006-01-24 18:08:04 +0000 (Tue, 24 Jan 2006) | 1 line - Fix: Followup to r3421. Correctly reset the TileHighLightData structure to prevent crashes in all the other cases where it is not guarded against sufficiently ------------------------------------------------------------------------ r3424 | peter1138 | 2006-01-24 09:33:51 +0000 (Tue, 24 Jan 2006) | 2 lines - NewGRF fix: Only power should decide whether a rail vehicle is an engine or a wagon. (fixes SHIKI 810 in jpsetw.grf) ------------------------------------------------------------------------ r3423 | peter1138 | 2006-01-24 07:41:28 +0000 (Tue, 24 Jan 2006) | 2 lines - NewGRF: Update the base_intro age at which an engine will have a randomized intro date, as per (the now updated) spec. ------------------------------------------------------------------------ r3422 | peter1138 | 2006-01-23 21:05:05 +0000 (Mon, 23 Jan 2006) | 2 lines - Fix: If an engine reaches the rear of a depot, make the engine turn around before it reaches the tile end (same as a normal end of line.) This fixes a bug whereby the engine could poke into the depot and crash with another engine just leaving it. ------------------------------------------------------------------------ r3421 | peter1138 | 2006-01-23 19:12:35 +0000 (Mon, 23 Jan 2006) | 3 lines - Revert r3412 as it didn't work. - Fix station builder issue by checking the tile is in bounds. ------------------------------------------------------------------------ r3420 | peter1138 | 2006-01-23 17:43:46 +0000 (Mon, 23 Jan 2006) | 2 lines - Fix typo made back in r2997... ------------------------------------------------------------------------ r3419 | Darkvater | 2006-01-22 17:17:11 +0000 (Sun, 22 Jan 2006) | 2 lines - Fix: [FS#40] (Possible) game crash on removing track/road under bridge. This was caused by a wrong tile-occupancy testing where it was assumed that a vehicle's height is only a multitude of 8 (a single height-difference). This is incorrect as a vehicle on a slope will assume all height levels between the lower-and upper-bounds. The crash is still possible as seen in the Flyspray bugreport but this has a different cause. ------------------------------------------------------------------------ r3418 | peter1138 | 2006-01-22 16:23:05 +0000 (Sun, 22 Jan 2006) | 2 lines - Fix: When removing a town-owned tunnel the player's rating was not reduced, as it checked the ownership of the tunnel after clearing it. Now we perform the rating adjustment before clearing the tiles. (spotted by glx) ------------------------------------------------------------------------ r3417 | peter1138 | 2006-01-22 10:00:04 +0000 (Sun, 22 Jan 2006) | 2 lines - Make company league table window pinnable. ------------------------------------------------------------------------ r3416 | peter1138 | 2006-01-22 09:52:20 +0000 (Sun, 22 Jan 2006) | 2 lines - Fix: Disallow building an oil rig above sea level. ------------------------------------------------------------------------ r3415 | peter1138 | 2006-01-21 22:09:25 +0000 (Sat, 21 Jan 2006) | 2 lines - Fix: Disable the clone and refit buttons in the train view when viewing another player's vehicles, or as a spectator. (thanks to UnderBuilder for pointing this out) ------------------------------------------------------------------------ r3414 | peter1138 | 2006-01-21 21:45:34 +0000 (Sat, 21 Jan 2006) | 2 lines - Fix: Disable the Fund New Industry menu item and window when connected to a server as a spectator. ------------------------------------------------------------------------ r3413 | peter1138 | 2006-01-21 20:34:17 +0000 (Sat, 21 Jan 2006) | 2 lines - Fix: Under certain conditions placing a road tile parallel under a bridge would, instead of failing, succeed and place a perpendicular piece. ------------------------------------------------------------------------ r3412 | peter1138 | 2006-01-21 19:39:26 +0000 (Sat, 21 Jan 2006) | 2 lines - Fix: When changing game mode, reset the tile highlight data, as it may now be out of bounds. This fixes (at least) an assertion when opening the station builder window. ------------------------------------------------------------------------ r3411 | peter1138 | 2006-01-19 21:29:54 +0000 (Thu, 19 Jan 2006) | 2 lines - Fix: When changing the server password via the console, actually set the password as well as flag whether it is required. ------------------------------------------------------------------------ r3410 | peter1138 | 2006-01-19 18:33:20 +0000 (Thu, 19 Jan 2006) | 2 lines - NewGRF fix: Only add a random number of days to an engine's base introduction date if that date is not 0. ------------------------------------------------------------------------ r3409 | peter1138 | 2006-01-19 17:50:40 +0000 (Thu, 19 Jan 2006) | 4 lines - Change the server advertisement interval to use the frame counter instead of game days. This allows a paused server to continue to advertise itself. This also fixes advertising for games that start before 1922. ------------------------------------------------------------------------ r3408 | Darkvater | 2006-01-19 16:12:24 +0000 (Thu, 19 Jan 2006) | 1 line - Ok, compile before you commit; sorry (fix previous commit) ------------------------------------------------------------------------ r3407 | Darkvater | 2006-01-19 15:58:57 +0000 (Thu, 19 Jan 2006) | 1 line - Feature: Kick and ban now with IP numbers. ------------------------------------------------------------------------ r3406 | peter1138 | 2006-01-19 08:10:11 +0000 (Thu, 19 Jan 2006) | 2 lines - Update year in copyright text ------------------------------------------------------------------------ r3405 | Darkvater | 2006-01-18 18:12:49 +0000 (Wed, 18 Jan 2006) | 1 line - Feature: Make subsidies window pinnable. Don't ask me why this wasn't included in the first round of pinning. ------------------------------------------------------------------------ r3404 | peter1138 | 2006-01-18 15:43:21 +0000 (Wed, 18 Jan 2006) | 2 lines - Add missing svn properties. ------------------------------------------------------------------------ r3403 | bjarni | 2006-01-18 15:05:01 +0000 (Wed, 18 Jan 2006) | 3 lines -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved instead the pointers are generated on load ------------------------------------------------------------------------ r3402 | bjarni | 2006-01-18 14:12:26 +0000 (Wed, 18 Jan 2006) | 1 line -Fix: [building/cloning] added a string telling if build failed due to not being able to build a vehicle. Triggered when cloning a retired design ------------------------------------------------------------------------