------------------------------------------------------------------------ r3491 | peter1138 | 2006-01-30 18:42:46 +0000 (Mon, 30 Jan 2006) | 2 lines - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented) ------------------------------------------------------------------------ r3490 | tron | 2006-01-30 17:18:45 +0000 (Mon, 30 Jan 2006) | 1 line -Fix: A bunch (10) of off-by-one errors when checking if a TileIndex points to a tile on the map ------------------------------------------------------------------------ r3489 | tron | 2006-01-30 16:58:05 +0000 (Mon, 30 Jan 2006) | 1 line Remove an unused declaration ------------------------------------------------------------------------ r3488 | tron | 2006-01-30 16:57:47 +0000 (Mon, 30 Jan 2006) | 1 line Simplify the check in r3419 ------------------------------------------------------------------------ r3487 | tron | 2006-01-30 16:48:24 +0000 (Mon, 30 Jan 2006) | 1 line -Fix: Price for demolishing a bridge was dependent on orientation and map size ------------------------------------------------------------------------ r3486 | peter1138 | 2006-01-30 14:50:55 +0000 (Mon, 30 Jan 2006) | 2 lines - NewGRF fix: Always reinitialize the ttdpatch flags as patch settings may have changed. ------------------------------------------------------------------------ r3485 | Darkvater | 2006-01-30 14:03:34 +0000 (Mon, 30 Jan 2006) | 1 line - [Post-PBS]: when reverting PBS and removing station-tile reservations a station can of course not be a crossing as well. Thanks glx. ------------------------------------------------------------------------ r3484 | bjarni | 2006-01-29 23:04:51 +0000 (Sun, 29 Jan 2006) | 1 line -fix: fixed issue in last commit where loading savegame versions 18 and 19 didn't init the multiheaded engine pointers ------------------------------------------------------------------------ r3483 | truelight | 2006-01-29 22:42:17 +0000 (Sun, 29 Jan 2006) | 3 lines -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx for taking the effort to commit it) ------------------------------------------------------------------------ r3482 | Darkvater | 2006-01-29 22:40:51 +0000 (Sun, 29 Jan 2006) | 1 line - Fix: since multiheaded links are not saved anymore do NOT save them anymore at all, return the extra space. Since Bjarni's fix for this was abominable, the weird situation arises of 2 NULL structs of free space, of which the first isn't usable. ------------------------------------------------------------------------ r3481 | Darkvater | 2006-01-29 21:38:24 +0000 (Sun, 29 Jan 2006) | 2 lines - Try and fix an svn discrepancy of trolly.h #2 ------------------------------------------------------------------------ r3480 | Darkvater | 2006-01-29 21:37:39 +0000 (Sun, 29 Jan 2006) | 2 lines - Try and fix an svn discrepancy of trolly.h ------------------------------------------------------------------------ r3479 | truelight | 2006-01-29 20:32:30 +0000 (Sun, 29 Jan 2006) | 3 lines -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platforms) (tnx to qball and DarkVater for testing) ------------------------------------------------------------------------ r3478 | Darkvater | 2006-01-29 20:24:18 +0000 (Sun, 29 Jan 2006) | 1 line - Fix: In the network game list do the default sorting on connectivity (so servers which you can join are on top) and sort on names as a second criteria on clients and connectivity. ------------------------------------------------------------------------ r3477 | truelight | 2006-01-29 20:06:26 +0000 (Sun, 29 Jan 2006) | 2 lines -Fix: a fix that fixed the last commit.. I shouldn't be committing here :) ------------------------------------------------------------------------ r3476 | truelight | 2006-01-29 20:03:50 +0000 (Sun, 29 Jan 2006) | 2 lines -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well ------------------------------------------------------------------------ r3475 | Darkvater | 2006-01-29 19:50:01 +0000 (Sun, 29 Jan 2006) | 1 line - Fix: you couldn't remove an item from a list-type of config ingame from the configuration file. Whatever you did, upon restart of OpenTTD those items were still there. To fix this we initialize the first item to NULL in SaveList as it is rebuilt anyways fully. ------------------------------------------------------------------------ r3474 | truelight | 2006-01-29 19:49:15 +0000 (Sun, 29 Jan 2006) | 2 lines -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives funny results ;) ------------------------------------------------------------------------ r3473 | Darkvater | 2006-01-29 19:01:13 +0000 (Sun, 29 Jan 2006) | 1 line - [PBS] forgot to delete pbs.[ch] ------------------------------------------------------------------------ r3472 | Darkvater | 2006-01-29 18:57:26 +0000 (Sun, 29 Jan 2006) | 2 lines - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron) - The only change is that the nsignalsw.grf file is kept and that existing nightlies with PBS signals get those signals converted to combo-signals. ------------------------------------------------------------------------ r3470 | Darkvater | 2006-01-29 18:34:43 +0000 (Sun, 29 Jan 2006) | 1 line - Fix: plug a memleak in _network_host_list. ------------------------------------------------------------------------ r3469 | Darkvater | 2006-01-29 18:04:52 +0000 (Sun, 29 Jan 2006) | 1 line - Fix: plug a possible memleak with subsequential strdup's without freeing the previous value and make it possible to ban offline clients ------------------------------------------------------------------------ r3468 | peter1138 | 2006-01-29 12:52:07 +0000 (Sun, 29 Jan 2006) | 2 lines - Fix: Rail type availability should take climate type into account. ------------------------------------------------------------------------ r3467 | Darkvater | 2006-01-29 10:57:23 +0000 (Sun, 29 Jan 2006) | 1 line - CodeChange: Remove an useless assignment (reads a value and just writes it back)" tree_cmd.c ------------------------------------------------------------------------ r3466 | Darkvater | 2006-01-29 10:50:27 +0000 (Sun, 29 Jan 2006) | 1 line - Codechange: Some changes to increase readability of signals code. ------------------------------------------------------------------------ r3465 | peter1138 | 2006-01-29 09:52:54 +0000 (Sun, 29 Jan 2006) | 2 lines - Reduce length of reverse scrolling patch option to make it fit in the window ------------------------------------------------------------------------ r3464 | Darkvater | 2006-01-28 13:43:45 +0000 (Sat, 28 Jan 2006) | 1 line - Fix: restate some of the sprites in their old spaces. Was missed out because the patch was so huge. Thanks to Tron for pointing out the command of diff to ignore whitespace-only changes (--diff-cmd diff -x -ub) ------------------------------------------------------------------------ r3463 | Darkvater | 2006-01-28 13:33:02 +0000 (Sat, 28 Jan 2006) | 1 line - Fix: it seems estonian/turkish were moved back from unfinished. So update project file and fix their errors ------------------------------------------------------------------------ r3462 | Darkvater | 2006-01-28 12:23:54 +0000 (Sat, 28 Jan 2006) | 1 line - Fix: a one-off pixel alignment in the minimap window that "overflowed" its panel in the tropical climate (qball should be satisfied now) ------------------------------------------------------------------------ r3461 | Darkvater | 2006-01-28 11:52:20 +0000 (Sat, 28 Jan 2006) | 1 line - Fix: Increase window-size as for 64-bit machines it wasn't enough ------------------------------------------------------------------------ r3460 | Darkvater | 2006-01-28 11:18:09 +0000 (Sat, 28 Jan 2006) | 1 line - Fix: fix language errors and translate some missing string as far as my knowledge of those languages go (thx egladil for swedish) ------------------------------------------------------------------------ r3459 | Darkvater | 2006-01-28 11:10:52 +0000 (Sat, 28 Jan 2006) | 1 line - CodeChange: add help-output to strgen and also verbose variants of the switches ------------------------------------------------------------------------ r3458 | truelight | 2006-01-28 11:09:16 +0000 (Sat, 28 Jan 2006) | 2 lines -Fix: forgot one instance in last commit ------------------------------------------------------------------------ r3457 | truelight | 2006-01-28 11:08:07 +0000 (Sat, 28 Jan 2006) | 2 lines -Fix: killed some warnings about strict-alias in an ugly way (but it works ;)) ------------------------------------------------------------------------ r3456 | matthijs | 2006-01-28 10:16:15 +0000 (Sat, 28 Jan 2006) | 2 lines - Feature: [Makefile] Icons can now be installed in a seperate directory. ------------------------------------------------------------------------ r3455 | matthijs | 2006-01-28 09:45:25 +0000 (Sat, 28 Jan 2006) | 2 lines * Assert against modifying the outer border of a map into anything but MP_VOID. This might detect a bug that has been there for quite some time, if it hasn't been fixed already. ------------------------------------------------------------------------ r3454 | Darkvater | 2006-01-28 01:33:57 +0000 (Sat, 28 Jan 2006) | 1 line - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer. ------------------------------------------------------------------------ r3453 | Darkvater | 2006-01-27 17:06:29 +0000 (Fri, 27 Jan 2006) | 1 line - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1. ------------------------------------------------------------------------ r3451 | Darkvater | 2006-01-27 14:55:43 +0000 (Fri, 27 Jan 2006) | 1 line - Fix documentation; PBS bits were missing for bridge ------------------------------------------------------------------------ r3450 | Darkvater | 2006-01-27 09:45:44 +0000 (Fri, 27 Jan 2006) | 1 line - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research ------------------------------------------------------------------------ r3449 | peter1138 | 2006-01-27 07:13:58 +0000 (Fri, 27 Jan 2006) | 2 lines - NewGRF Fix: When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf) ------------------------------------------------------------------------ r3448 | Darkvater | 2006-01-26 22:09:25 +0000 (Thu, 26 Jan 2006) | 1 line - Fix: wrap up some MinGW warnings ------------------------------------------------------------------------ r3447 | Darkvater | 2006-01-26 19:06:16 +0000 (Thu, 26 Jan 2006) | 1 line - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas) ------------------------------------------------------------------------ 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. ------------------------------------------------------------------------