------------------------------------------------------------------------ r3446 | Darkvater | 2006-01-26 18:45:04 +0000 (Thu, 26 Jan 2006) | 1 line - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron) ------------------------------------------------------------------------ r3445 | Darkvater | 2006-01-26 18:36:14 +0000 (Thu, 26 Jan 2006) | 2 lines - Fix: [ 1415379 ] Enhance documentation of lift destination - Fix: wrong documentation of trees (Tron) ------------------------------------------------------------------------ r3443 | peter1138 | 2006-01-26 17:43:31 +0000 (Thu, 26 Jan 2006) | 2 lines - Fix signed/unsigned comparison warning when compiling with gcc 2.95 (tokai) ------------------------------------------------------------------------ r3442 | Darkvater | 2006-01-26 17:32:49 +0000 (Thu, 26 Jan 2006) | 1 line - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC ------------------------------------------------------------------------ r3441 | Darkvater | 2006-01-26 17:10:11 +0000 (Thu, 26 Jan 2006) | 1 line - Feature: Allow the network game list to be sorted (by name/clients/compatibility ascending/descending) ------------------------------------------------------------------------ r3439 | Darkvater | 2006-01-26 16:19:24 +0000 (Thu, 26 Jan 2006) | 1 line - CodeChange: Remove a whole bunch of global variables and put them into the WP() macro. Also combine more than one WP-custom element. For this the maximum size of w->custom (WP) has been increased, and multiple types put inside one with possibly moved to the corresponding gui file if it is only used there. ------------------------------------------------------------------------ r3438 | Darkvater | 2006-01-26 15:55:53 +0000 (Thu, 26 Jan 2006) | 1 line - Fix: first request company data, then general. Yes, it should be the other way around, but with the current network code this doesn't work. So workaround (have some nice promise from TrueLight for fixing ;)) ------------------------------------------------------------------------ r3435 | Darkvater | 2006-01-26 13:01:53 +0000 (Thu, 26 Jan 2006) | 1 line - Fix a warning, removed unused extern and some comments in network_gamelist.c ------------------------------------------------------------------------ r3434 | Darkvater | 2006-01-26 12:56:05 +0000 (Thu, 26 Jan 2006) | 1 line - Correctly update all network information when pressing refresh in the lobby. Also always allow the join button to a server unless all clients are used up (otherwise you can always join an existing company ------------------------------------------------------------------------ r3431 | peter1138 | 2006-01-25 21:33:57 +0000 (Wed, 25 Jan 2006) | 2 lines - Fix crash when moving vehicles around in a train depot under certain conditions. ------------------------------------------------------------------------ r3430 | Darkvater | 2006-01-25 19:14:50 +0000 (Wed, 25 Jan 2006) | 1 line - You can of course not join when there are more companies than the maximum set, not the other way around. ------------------------------------------------------------------------ r3429 | Darkvater | 2006-01-25 19:03:50 +0000 (Wed, 25 Jan 2006) | 1 line - Feature (Followup): Change the gamelist window to accomodate for the new information. ------------------------------------------------------------------------ r3428 | Darkvater | 2006-01-25 18:40:12 +0000 (Wed, 25 Jan 2006) | 1 line - Feature: server_info was left out previous commit. Move some commands about a bit for better logical placement ------------------------------------------------------------------------ r3427 | Darkvater | 2006-01-25 18:11:06 +0000 (Wed, 25 Jan 2006) | 1 line - Feature: Allow seeing and setting the maximum amount of companies and spectators for a server. This can be changed/viewed during runtime as well in the console. ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------