log

age author description
Mon, 30 Jan 2006 14:50:55 +0000 peter1138 (svn r3486) - NewGRF fix: Always reinitialize the ttdpatch flags as patch settings may have changed. draft
Mon, 30 Jan 2006 14:03:34 +0000 Darkvater (svn r3485) - [Post-PBS]: when reverting PBS and removing station-tile reservations a station can of course not be a crossing as well. Thanks glx. draft
Sun, 29 Jan 2006 23:04:51 +0000 bjarni (svn r3484) -fix: fixed issue in last commit where loading savegame versions 18 and 19 didn't init the multiheaded engine pointers draft
Sun, 29 Jan 2006 22:42:17 +0000 truelight (svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx for draft
Sun, 29 Jan 2006 22:40:51 +0000 Darkvater (svn r3482) - 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. draft
Sun, 29 Jan 2006 21:38:24 +0000 Darkvater (svn r3481) - Try and fix an svn discrepancy of trolly.h #2 draft
Sun, 29 Jan 2006 21:37:39 +0000 Darkvater (svn r3480) - Try and fix an svn discrepancy of trolly.h draft
Sun, 29 Jan 2006 20:32:30 +0000 truelight (svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platforms) draft
Sun, 29 Jan 2006 20:24:18 +0000 Darkvater (svn r3478) - 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. draft
Sun, 29 Jan 2006 20:06:26 +0000 truelight (svn r3477) -Fix: a fix that fixed the last commit.. I shouldn't be committing here :) draft
Sun, 29 Jan 2006 20:03:50 +0000 truelight (svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well draft
Sun, 29 Jan 2006 19:50:01 +0000 Darkvater (svn r3475) - 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. draft
Sun, 29 Jan 2006 19:49:15 +0000 truelight (svn r3474) -Fix: don't use CXXFLAGS for DEP and CFLAGS for Compile, gives funny results ;) draft
Sun, 29 Jan 2006 19:01:13 +0000 Darkvater (svn r3473) - [PBS] forgot to delete pbs.[ch] draft
Sun, 29 Jan 2006 18:57:26 +0000 Darkvater (svn r3472) - [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) draft
Sun, 29 Jan 2006 18:34:43 +0000 Darkvater (svn r3470) - Fix: plug a memleak in _network_host_list. draft
Sun, 29 Jan 2006 18:04:52 +0000 Darkvater (svn r3469) - Fix: plug a possible memleak with subsequential strdup's without freeing the previous value and make it possible to ban offline clients draft
Sun, 29 Jan 2006 12:52:07 +0000 peter1138 (svn r3468) - Fix: Rail type availability should take climate type into account. draft
Sun, 29 Jan 2006 10:57:23 +0000 Darkvater (svn r3467) - CodeChange: Remove an useless assignment (reads a value and just writes it back)" tree_cmd.c draft
Sun, 29 Jan 2006 10:50:27 +0000 Darkvater (svn r3466) - Codechange: Some changes to increase readability of signals code. draft
Sun, 29 Jan 2006 09:52:54 +0000 peter1138 (svn r3465) - Reduce length of reverse scrolling patch option to make it fit in the window draft
Sat, 28 Jan 2006 13:43:45 +0000 Darkvater (svn r3464) - 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) draft
Sat, 28 Jan 2006 13:33:02 +0000 Darkvater (svn r3463) - Fix: it seems estonian/turkish were moved back from unfinished. So update project file and fix their errors draft
Sat, 28 Jan 2006 12:23:54 +0000 Darkvater (svn r3462) - Fix: a one-off pixel alignment in the minimap window that "overflowed" its panel in the tropical climate (qball should be satisfied now) draft
Sat, 28 Jan 2006 11:52:20 +0000 Darkvater (svn r3461) - Fix: Increase window-size as for 64-bit machines it wasn't enough draft
Sat, 28 Jan 2006 11:18:09 +0000 Darkvater (svn r3460) - Fix: fix language errors and translate some missing string as far as my knowledge of those languages go (thx egladil for swedish) draft
Sat, 28 Jan 2006 11:10:52 +0000 Darkvater (svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches draft
Sat, 28 Jan 2006 11:09:16 +0000 truelight (svn r3458) -Fix: forgot one instance in last commit draft
Sat, 28 Jan 2006 11:08:07 +0000 truelight (svn r3457) -Fix: killed some warnings about strict-alias in an ugly way (but it works ;)) draft
Sat, 28 Jan 2006 10:16:15 +0000 matthijs (svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory. draft
Sat, 28 Jan 2006 09:45:25 +0000 matthijs (svn r3455) * 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. draft
Sat, 28 Jan 2006 01:33:57 +0000 Darkvater (svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer. draft
Fri, 27 Jan 2006 17:06:29 +0000 Darkvater (svn r3453) - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1. draft
Fri, 27 Jan 2006 14:55:43 +0000 Darkvater (svn r3451) - Fix documentation; PBS bits were missing for bridge draft
Fri, 27 Jan 2006 09:45:44 +0000 Darkvater (svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research draft
Fri, 27 Jan 2006 07:13:58 +0000 peter1138 (svn r3449) - 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) draft
Thu, 26 Jan 2006 22:09:25 +0000 Darkvater (svn r3448) - Fix: wrap up some MinGW warnings draft
Thu, 26 Jan 2006 19:06:16 +0000 Darkvater (svn r3447) - 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) draft
Thu, 26 Jan 2006 18:45:04 +0000 Darkvater (svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron) draft
Thu, 26 Jan 2006 18:36:14 +0000 Darkvater (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination draft
Thu, 26 Jan 2006 17:43:31 +0000 peter1138 (svn r3443) - Fix signed/unsigned comparison warning when compiling with gcc 2.95 (tokai) draft
Thu, 26 Jan 2006 17:32:49 +0000 Darkvater (svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC draft
Thu, 26 Jan 2006 17:10:11 +0000 Darkvater (svn r3441) - Feature: Allow the network game list to be sorted (by name/clients/compatibility ascending/descending) draft
Thu, 26 Jan 2006 16:19:24 +0000 Darkvater (svn r3439) - 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. draft
Thu, 26 Jan 2006 15:55:53 +0000 Darkvater (svn r3438) - 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 ;)) draft
Thu, 26 Jan 2006 13:01:53 +0000 Darkvater (svn r3435) - Fix a warning, removed unused extern and some comments in network_gamelist.c draft
Thu, 26 Jan 2006 12:56:05 +0000 Darkvater (svn r3434) - 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 draft
Wed, 25 Jan 2006 21:33:57 +0000 peter1138 (svn r3431) - Fix crash when moving vehicles around in a train depot under certain conditions. draft
Wed, 25 Jan 2006 19:14:50 +0000 Darkvater (svn r3430) - You can of course not join when there are more companies than the maximum set, not the other way around. draft
Wed, 25 Jan 2006 19:03:50 +0000 Darkvater (svn r3429) - Feature (Followup): Change the gamelist window to accomodate for the new information. draft
Wed, 25 Jan 2006 18:40:12 +0000 Darkvater (svn r3428) - Feature: server_info was left out previous commit. Move some commands about a bit for better logical placement draft
Wed, 25 Jan 2006 18:11:06 +0000 Darkvater (svn r3427) - 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. draft
Tue, 24 Jan 2006 18:38:06 +0000 peter1138 (svn r3426) - Fix typo from r3019 -- only affected NPF debugging. draft
Tue, 24 Jan 2006 18:08:04 +0000 Darkvater (svn r3425) - Fix: Followup to r3421. Correctly reset the TileHighLightData structure to prevent crashes in all the other cases where it is not guarded against sufficiently draft
Tue, 24 Jan 2006 09:33:51 +0000 peter1138 (svn r3424) - NewGRF fix: Only power should decide whether a rail vehicle is an engine or a wagon. (fixes SHIKI 810 in jpsetw.grf) draft
Tue, 24 Jan 2006 07:41:28 +0000 peter1138 (svn r3423) - NewGRF: Update the base_intro age at which an engine will have a randomized intro date, as per (the now updated) spec. draft
Mon, 23 Jan 2006 21:05:05 +0000 peter1138 (svn r3422) - 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. draft
Mon, 23 Jan 2006 19:12:35 +0000 peter1138 (svn r3421) - Revert r3412 as it didn't work. draft
Mon, 23 Jan 2006 17:43:46 +0000 peter1138 (svn r3420) - Fix typo made back in r2997... draft
Sun, 22 Jan 2006 17:17:11 +0000 Darkvater (svn r3419) - 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. draft
Sun, 22 Jan 2006 16:23:05 +0000 peter1138 (svn r3418) - 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) draft
Sun, 22 Jan 2006 10:00:04 +0000 peter1138 (svn r3417) - Make company league table window pinnable. draft
Sun, 22 Jan 2006 09:52:20 +0000 peter1138 (svn r3416) - Fix: Disallow building an oil rig above sea level. draft
Sat, 21 Jan 2006 22:09:25 +0000 peter1138 (svn r3415) - 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) draft
Sat, 21 Jan 2006 21:45:34 +0000 peter1138 (svn r3414) - Fix: Disable the Fund New Industry menu item and window when connected to a server as a spectator. draft
Sat, 21 Jan 2006 20:34:17 +0000 peter1138 (svn r3413) - Fix: Under certain conditions placing a road tile parallel under a bridge would, instead of failing, succeed and place a perpendicular piece. draft
Sat, 21 Jan 2006 19:39:26 +0000 peter1138 (svn r3412) - 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. draft
Thu, 19 Jan 2006 21:29:54 +0000 peter1138 (svn r3411) - Fix: When changing the server password via the console, actually set the password as well as flag whether it is required. draft
Thu, 19 Jan 2006 18:33:20 +0000 peter1138 (svn r3410) - NewGRF fix: Only add a random number of days to an engine's base introduction date if that date is not 0. draft
Thu, 19 Jan 2006 17:50:40 +0000 peter1138 (svn r3409) - Change the server advertisement interval to use the frame counter instead draft
Thu, 19 Jan 2006 16:12:24 +0000 Darkvater (svn r3408) - Ok, compile before you commit; sorry (fix previous commit) draft
Thu, 19 Jan 2006 15:58:57 +0000 Darkvater (svn r3407) - Feature: Kick and ban now with IP numbers. draft
Thu, 19 Jan 2006 08:10:11 +0000 peter1138 (svn r3406) - Update year in copyright text draft
Wed, 18 Jan 2006 18:12:49 +0000 Darkvater (svn r3405) - Feature: Make subsidies window pinnable. Don't ask me why this wasn't included in the first round of pinning. draft
Wed, 18 Jan 2006 15:43:21 +0000 peter1138 (svn r3404) - Add missing svn properties. draft
Wed, 18 Jan 2006 15:05:01 +0000 bjarni (svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved draft
Wed, 18 Jan 2006 14:12:26 +0000 bjarni (svn r3402) -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 draft
Mon, 16 Jan 2006 15:23:06 +0000 tron (svn r3401) (Hopefully) fix some inaccuracies draft
Sun, 15 Jan 2006 10:46:36 +0000 tron (svn r3400) Convert the bit patterns to big endian notation draft
Sun, 15 Jan 2006 10:26:07 +0000 tron (svn r3399) Simplify markup draft
Sun, 15 Jan 2006 09:17:01 +0000 tron (svn r3398) Remove TTDp nomenclature draft
Fri, 13 Jan 2006 18:40:39 +0000 peter1138 (svn r3397) - NewGRF fix: Show nfo sprite number instead of current sprite id for warning messages -- this makes this output more useful... draft
Thu, 12 Jan 2006 15:52:18 +0000 peter1138 (svn r3396) - Autoreplace changes: draft
Thu, 12 Jan 2006 11:20:41 +0000 peter1138 (svn r3395) Add Id tag (and svn property) to macosx files. draft
Thu, 12 Jan 2006 07:57:40 +0000 peter1138 (svn r3394) - NewGRF fix: ignore non-climate dependent cargo types. The spec is rather vague on this, but we don't support newcargos anyway. draft
Mon, 09 Jan 2006 21:14:56 +0000 bjarni (svn r3393) -Fix: [OSX] some keyboards had a different scancode for opening the console (egladil) draft
Sun, 08 Jan 2006 16:56:41 +0000 peter1138 (svn r3392) Train depot fixes: draft
Sun, 08 Jan 2006 12:44:11 +0000 peter1138 (svn r3391) - PBS Fix: Keep PBS reservation state when building a bridge over rail. draft
Sun, 08 Jan 2006 12:20:13 +0000 bjarni (svn r3390) -Fix: [autoreplace] fixed issue where autoreplace failed to attach the cars if the front engine was replaced draft
Sat, 07 Jan 2006 17:26:37 +0000 tron (svn r3389) -Fix: No fence was placed when placing fences and the neighbouring tile is a rail configuration which permits a fence but has a signal draft
Sat, 07 Jan 2006 16:47:59 +0000 peter1138 (svn r3388) - NewGRF: Allow train running cost class to differ from engine class. Also fix typo in r3384. draft
Sat, 07 Jan 2006 16:30:49 +0000 tron (svn r3387) Restructure the code, which places fences along railroad tracks. draft
Sat, 07 Jan 2006 13:26:52 +0000 peter1138 (svn r3386) - NewGRF: Small comment update, and fix for possible issue with engine class not getting set. draft
Sat, 07 Jan 2006 13:21:04 +0000 bjarni (svn r3385) -Fix: [OSX] fixed endian issue in cocoa sound driver. Now it works correctly on x86 too (hopefully) draft
Sat, 07 Jan 2006 13:20:02 +0000 peter1138 (svn r3384) - NewGRF fix: running cost should be halved for dual head vehicles. draft
Sat, 07 Jan 2006 13:13:49 +0000 bjarni (svn r3383) -Code cleanup: [OSX] removed SDL support from FAT binaries as it caused problems for non-SDL builds draft
Sat, 07 Jan 2006 12:53:57 +0000 bjarni (svn r3382) -Feature: [OSX] added the flag JAGUAR to crosscompile for OSX 10.2.8 on 10.4 draft
Sat, 07 Jan 2006 10:57:32 +0000 truelight (svn r3381) -Fix: r3374 left one bug: allow moving around wagons in a 100 long train draft
Sat, 07 Jan 2006 10:15:46 +0000 truelight (svn r3380) -Fix: removed 'size' from r3379, because it was pretty silly draft
Fri, 06 Jan 2006 22:52:31 +0000 truelight (svn r3379) -Fix: protect showhelp against any possible overflow draft
Fri, 06 Jan 2006 22:49:00 +0000 peter1138 (svn r3378) - NewGRF Fix: Use order status to determine whether a vehicle is loading instead draft
Fri, 06 Jan 2006 22:16:17 +0000 truelight (svn r3377) -Fix: [ FS#24 ] Min. profit in detail performance rating gave you full points if you had no vehicles, and was limited to 20k. Solved both. (Partly based on Graphite his patch) draft
Fri, 06 Jan 2006 21:57:37 +0000 truelight (svn r3376) -Codechange: made enums for GenerateWorld and InitializeGame 'mode' draft
Fri, 06 Jan 2006 21:27:44 +0000 truelight (svn r3375) -Add: [ FS#29 ] show an error dialog for OSX cocoa driver (egladil) draft
Fri, 06 Jan 2006 21:10:58 +0000 truelight (svn r3374) -Fix: [ FS#36 ] Don't allow trains to get bigger than 100 via drag and drop draft
Fri, 06 Jan 2006 18:26:02 +0000 truelight (svn r3373) -Fix: don't link a wagon to itself, which resulted in a wagon disapearing, and a depot which was unable to remove draft
Fri, 06 Jan 2006 17:45:43 +0000 peter1138 (svn r3372) - Fix: update signal states when building or removing rail station blocks draft
Fri, 06 Jan 2006 17:25:39 +0000 truelight (svn r3371) -Fix: don't allow road-vehicles to perform an out-of-bound operation while overtaking in a curve (tnx to guru3, Tron and peter1138) draft
Fri, 06 Jan 2006 09:50:43 +0000 peter1138 (svn r3370) Improve alignment of text within total cargo tab of train view window draft
Fri, 06 Jan 2006 00:08:00 +0000 matthijs (svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions. draft
Thu, 05 Jan 2006 21:50:09 +0000 tron (svn r3368) Fix the same type of off-by-one error when checking, if the passed coordinate is on the map, like in r3357, but this time in DoCommandP - *cough* code duplication *cough* draft
Thu, 05 Jan 2006 21:35:54 +0000 tron (svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SERVICE_INT commands into one CMD_CHANGE_SERVICE_INT command. draft
Thu, 05 Jan 2006 16:51:10 +0000 tron (svn r3366) Make an unnecessarily global variable local draft
Thu, 05 Jan 2006 12:40:50 +0000 tron (svn r3365) Staticise 36 functions draft
Thu, 05 Jan 2006 12:00:38 +0000 tron (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAutoPlace, AllocateWindowAutoPlace2) draft
Thu, 05 Jan 2006 11:18:58 +0000 truelight (svn r3363) -Fix: 'fixed' the transfer problem. This doesn't really fix it, but gives a bit more fair amount of money. Can only be fixed correctly with CargoPackets as suggested in branch. draft
Wed, 04 Jan 2006 20:18:39 +0000 peter1138 (svn r3362) Fix issue with loading old (TTD) savegames: draft
Wed, 04 Jan 2006 16:53:00 +0000 peter1138 (svn r3361) - Clone Vehicle: Disallow cloning of crashed rail vehicles after starting removal process. draft
Mon, 02 Jan 2006 22:40:39 +0000 peter1138 (svn r3360) Fix initialization of engines for precalculation of default refit mask. draft
Mon, 02 Jan 2006 19:55:09 +0000 peter1138 (svn r3359) - Autoreplace GUI: When starting or stopping a replacement, redraw the replace window after the command has completed, rather than after calling the command. draft
Fri, 30 Dec 2005 22:09:01 +0000 tron (svn r3358) Remove another piece of unused code draft
Fri, 30 Dec 2005 14:28:32 +0000 tron (svn r3357) Fix an off-by-one error in checking if a coordinate passed to a command is on the map draft
Thu, 29 Dec 2005 22:28:19 +0000 peter1138 (svn r3356) - Remove unused parameter of AfterLoadGame(). draft
Thu, 29 Dec 2005 19:09:05 +0000 tron (svn r3355) Three minor improvements for french (by me using dict.leo.org, OKed by Belugas) draft
Thu, 29 Dec 2005 19:06:44 +0000 tron (svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_BY/STR_SORT_BY/ (noticed by chu) draft
Thu, 29 Dec 2005 12:42:59 +0000 tron (svn r3353) Simplify the automatic length adjustment algorithm for replacing trains: Use the length of the train before the replacement as reference length draft
Wed, 28 Dec 2005 22:29:59 +0000 peter1138 (svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC blocks to allow use of Random() instead of InteractiveRandom(), which will alleviate some possible network desyncs. draft
Wed, 28 Dec 2005 09:40:26 +0000 peter1138 (svn r3351) Make sort criteria selection widgets in player train list consistent with those widgets in other vehicle type lists. (Stops "Total capacity per cargo type" overflowing) draft
Wed, 28 Dec 2005 09:29:00 +0000 peter1138 (svn r3350) Fix widget glitch in player ship window (missed in r1379) draft
Wed, 28 Dec 2005 08:39:43 +0000 peter1138 (svn r3349) Fix off-by-one error in drawing matrix widget, from r3181. draft
Tue, 27 Dec 2005 22:55:24 +0000 tron (svn r3348) Dependency checking didn't include all compile parameters, which lead to wrong results draft
Tue, 27 Dec 2005 20:44:42 +0000 tron (svn r3347) Plug a memory leak (Found by Valgrind using Truelight ... or was it the other way round?) draft
Tue, 27 Dec 2005 16:37:50 +0000 peter1138 (svn r3346) - Increase size of aircraft refit window by one item; fixes "[ 1387477 ] Can't refit aircraft to carry Fizzy Drinks" draft
Mon, 26 Dec 2005 18:24:01 +0000 tron (svn r3345) Remove untranslated strings draft
Mon, 26 Dec 2005 18:22:34 +0000 tron (svn r3344) Small fixes for the Danish (Thanks to Bjarni) and Dutch (Thanks to Truelight) translation draft
Mon, 26 Dec 2005 15:41:24 +0000 peter1138 (svn r3343) Fix calculation of available rail types where all engines of a particular type are obsolete. draft
Sun, 25 Dec 2005 19:44:23 +0000 tron (svn r3342) Remove some cruft draft
Sun, 25 Dec 2005 15:05:59 +0000 truelight (svn r3341) -Codechange: make mingw32 happy, and renamed Rectangle, because it already exists on that platform draft
Sun, 25 Dec 2005 09:19:16 +0000 tron (svn r3340) Fix dependency calculation: dependencies didn't get recalculated if a header file changed draft
Sat, 24 Dec 2005 20:54:31 +0000 tron (svn r3339) Remove unnecessary includes draft
Sat, 24 Dec 2005 20:53:02 +0000 tron (svn r3338) Wrong file in last commit draft
Sat, 24 Dec 2005 20:51:21 +0000 tron (svn r3337) Remove an unused variable and add 2 times static draft
Sat, 24 Dec 2005 15:01:17 +0000 tron (svn r3336) byte -> WindowClass, uint16 -> WindowNumber draft
Sat, 24 Dec 2005 13:22:38 +0000 miham (svn r3335) [Translations] Moved estonian to ready draft
Sat, 24 Dec 2005 12:47:51 +0000 tron (svn r3334) Remove 2 unused window classes draft
Sat, 24 Dec 2005 12:47:31 +0000 tron (svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer draft
Sat, 24 Dec 2005 12:16:56 +0000 tron (svn r3332) Fix r3317, a few things got messed up in the translator system draft
Sat, 24 Dec 2005 10:16:34 +0000 tron (svn r3331) CMD_PLACE_SIGN doesn't use p1, so don't pass anything seemingly meaningful draft
Wed, 21 Dec 2005 13:53:44 +0000 matthijs (svn r3329) - Doc: Some documentation cleanups. draft
Wed, 21 Dec 2005 01:43:26 +0000 Darkvater (svn r3328) - Fix: [ 1352739 ] landscape_grid.html showing wrong bit usage (belugas) draft
Wed, 21 Dec 2005 01:40:41 +0000 Darkvater (svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil) draft
Wed, 21 Dec 2005 01:19:03 +0000 Darkvater (svn r3326) - Fix: [ 1226832 ] Build fails if SDL is built without pthread support (dst) draft
Wed, 21 Dec 2005 01:14:01 +0000 Darkvater (svn r3325) - Fix: You couldn't send an airplane to a hangar for mandatory servicing, the NON_STOP flag failed the command. draft
Tue, 20 Dec 2005 21:59:34 +0000 Darkvater (svn r3324) - Codechange: set native eol-style on missing files not yet set so draft
Tue, 20 Dec 2005 21:24:50 +0000 Darkvater (svn r3323) - Fix: automatically enable new AI when turning on the AI in multiplayer feature (it only works that way and we all know users don't read). draft
Tue, 20 Dec 2005 20:52:05 +0000 Darkvater (svn r3322) - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received draft
Tue, 20 Dec 2005 00:50:16 +0000 matthijs (svn r3321) - Fix: A wrong use of the map m5 bits, where a previously calculated "bits" variable should have been used. This resulted in the pathfinder imagining junctions, which negatively affects performance somewhat (Darkvater). draft
Mon, 19 Dec 2005 00:19:12 +0000 Darkvater (svn r3320) - Fix: FS#22 - Exiting with double size enabled saves wrong window size. Reset the window size to its true size upon exiting when double-size is active. Is set in ClientSizeChanged. draft
Sun, 18 Dec 2005 22:48:45 +0000 Darkvater (svn r3319) - Fix (regression): "Unnamed Competitors". A result of revision r3224 which allowed AI's for multiplayer. Old AI's didn't function correctly anymore. The update of last-built tile is moved back, but to a slightly different place so it is only executed when the command is actually successfully executed. This code shouldn't be neccessary, but alas, the old AI doesn't use DoCommandDP() functions. draft
Sun, 18 Dec 2005 20:48:22 +0000 Darkvater (svn r3318) - Codechange: [FS#27] MSVC projectfile & documentation update (bociusz) draft
Sun, 18 Dec 2005 17:04:02 +0000 miham (svn r3317) [Translations] Updated to 2005-12-18 draft
Sun, 18 Dec 2005 14:03:28 +0000 peter1138 (svn r3316) - NewGRF: Unload engine names before loading grf files. This fixes names in climates where the engines don't get loaded. Renamed function to reflect its purpose. draft
Sun, 18 Dec 2005 12:17:53 +0000 tron (svn r3314) Add 2 times static draft
Sun, 18 Dec 2005 12:10:46 +0000 tron (svn r3313) Remove GPMI related changes from trunk draft
Sun, 18 Dec 2005 08:01:05 +0000 tron (svn r3311) Remove the unnecessary global variable _grffile_count: It's just the scroll count of a list and furthermore only used in one file draft
Sat, 17 Dec 2005 14:26:43 +0000 tron (svn r3310) Fix a couple of warnings: Initialise all struct members, disambiguate cascaded if/else, remove an unused variable, use (void) for empty parameter lists draft
Fri, 16 Dec 2005 22:01:38 +0000 peter1138 (svn r3309) Cygwin doesn't define _MSC_VER; check it exists before basing decisions on its value. draft
Thu, 15 Dec 2005 17:55:59 +0000 tron (svn r3308) BAD draft
Wed, 14 Dec 2005 20:45:12 +0000 tron (svn r3307) A file shall include its own header draft
Wed, 14 Dec 2005 19:21:56 +0000 truelight (svn r3306) -Fix: forgot sometimes to switch to the right current_player for AIs draft
Wed, 14 Dec 2005 15:54:23 +0000 truelight (svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_ draft
Wed, 14 Dec 2005 14:38:23 +0000 truelight (svn r3304) -Add: allow AI-events to see the UID of the command draft
Wed, 14 Dec 2005 09:15:06 +0000 peter1138 (svn r3303) Change #if PF_BENCHMARK to #ifdef PF_BENCHMARK draft
Wed, 14 Dec 2005 08:05:36 +0000 peter1138 (svn r3302) - Fix: split drawing of text buttons and the closebox, so the closebox symbol can be centred. draft
Wed, 14 Dec 2005 06:51:19 +0000 tron (svn r3301) One more static draft
Wed, 14 Dec 2005 06:49:54 +0000 tron (svn r3300) Remove unreachable code - in this case some duplicate breaks draft
Wed, 14 Dec 2005 06:32:06 +0000 tron (svn r3299) Remove the unimplemented -l option, which should select the language draft
Wed, 14 Dec 2005 06:28:48 +0000 tron (svn r3298) Remove unused and write-only variables draft
Wed, 14 Dec 2005 06:20:23 +0000 tron (svn r3297) Staticise draft
Wed, 14 Dec 2005 06:16:34 +0000 tron (svn r3296) Warn about testing an undefined macro with #if - should most probably be #ifdef draft
Tue, 13 Dec 2005 22:28:44 +0000 Darkvater (svn r3295) - Regressionfix: scrolling with mousewheel no longer worked in saveload dialogs because of restriction that scroller is only active for widget + next widget is scrollbar. Yes, we need a better window system. draft
Tue, 13 Dec 2005 21:21:57 +0000 Darkvater (svn r3294) - Fix: use INVALID_STRING_ID instead of -1. draft
Tue, 13 Dec 2005 20:20:44 +0000 Darkvater (svn r3293) - Miscellaneous: add peter1138 as developer draft
Tue, 13 Dec 2005 12:31:48 +0000 peter1138 (svn r3292) - Autoreplace: Disallow replacing to an engine type that already has a replacement set up; this stops loops being set up. draft
Tue, 13 Dec 2005 09:57:07 +0000 peter1138 (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate. draft
Tue, 13 Dec 2005 07:32:06 +0000 peter1138 (svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly version r3213": Added filter to test for valid character input. draft
Sun, 11 Dec 2005 10:36:48 +0000 tron (svn r3289) 32 times static draft
Sun, 11 Dec 2005 10:25:27 +0000 peter1138 (svn r3288) Set svn properties on cocoa related files, and add Id tag. draft
Sun, 11 Dec 2005 07:36:49 +0000 tron (svn r3287) Turn the winres.o: openttd.rc special case into a normal %.o: %.rc rule draft
Sat, 10 Dec 2005 23:03:59 +0000 bjarni (svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default draft
Sat, 10 Dec 2005 18:50:07 +0000 truelight (svn r3285) -Codechange: Tron was confused by a name, so let's make him happy, draft
Sat, 10 Dec 2005 18:47:40 +0000 truelight (svn r3284) -Fix: DoCommand always cleans up _cmd_text (tnx to Tron) draft
Sat, 10 Dec 2005 18:43:49 +0000 truelight (svn r3283) -Fix: decode_parameters was still used, while _cmd_text is the way draft
Sat, 10 Dec 2005 12:05:39 +0000 peter1138 (svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed() draft
Sat, 10 Dec 2005 11:16:45 +0000 bjarni (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) draft
Sat, 10 Dec 2005 07:29:31 +0000 tron (svn r3280) Merge the seperate (C|CXX|OBJC)_SOURCES variables into a single variable SRCS draft
Fri, 09 Dec 2005 19:29:11 +0000 truelight (svn r3279) -Fix: do not try to execute something that is not set to execute draft
Fri, 09 Dec 2005 19:12:11 +0000 truelight (svn r3278) -Fix: lets update the tail-pointer if we add a new item, else the linkedlist never grows ;) draft
Fri, 09 Dec 2005 17:42:56 +0000 truelight (svn r3277) -Fix: lets use the right DoCommand for testing a build (tnx to Igor2Code) draft
Fri, 09 Dec 2005 13:17:31 +0000 bjarni (svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore draft
Fri, 09 Dec 2005 13:07:21 +0000 bjarni (svn r3275) -Fix: [OSX] removed libpng support and error dialogs from jaguar crosscompiles to fix crash draft
Fri, 09 Dec 2005 12:15:52 +0000 bjarni (svn r3274) -Fix: [OSX] added JAGUAR flag to crosscompile for OSX 10.2 (codenamed jaguar) draft
Fri, 09 Dec 2005 11:08:24 +0000 bjarni (svn r3273) -Fix: [OSX] PPC part of universal binaries now target 10.3 instead of 10.4 draft
Thu, 08 Dec 2005 21:12:15 +0000 bjarni (svn r3272) -Fix: [AI] fixed issue in AI that prevented compilation without network support draft
Thu, 08 Dec 2005 09:12:25 +0000 hackykid (svn r3271) Remove some debug statements of mine which somehow got into svn. draft
Wed, 07 Dec 2005 15:48:52 +0000 peter1138 (svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing. draft
Wed, 07 Dec 2005 14:56:42 +0000 truelight (svn r3269) -Fix: return CMD_ERROR instead of -1 if AI_DoCommandChecked fails draft
Tue, 06 Dec 2005 23:37:44 +0000 bjarni (svn r3268) moved lithuanian.txt to unfinished as it is broken and haven't been updated for a few months draft
Tue, 06 Dec 2005 22:09:28 +0000 bjarni (svn r3267) -Codechange: [OSX] universal binary makefile code cleanup draft
Tue, 06 Dec 2005 17:12:19 +0000 truelight (svn r3266) -Codechange: added comments for why the revert of r3625 inside the code. draft
Tue, 06 Dec 2005 17:05:14 +0000 truelight (svn r3265) -Fix: partly reverted back r3263, because MSVC, who else, doesn't support variadic macros............ draft
Tue, 06 Dec 2005 14:35:10 +0000 bjarni (svn r3264) -Codechange: [OSX] OSX targets will now always use the preprocessor to determine endianess draft
Tue, 06 Dec 2005 11:36:46 +0000 truelight (svn r3263) -Fix: use () around 'variables' in macros, gives less crashes ;) draft
Tue, 06 Dec 2005 09:27:42 +0000 bjarni (svn r3262) -Fix: [OSX] universal binaries can now include the dynamic SDL lib into the bundle draft
Mon, 05 Dec 2005 16:48:07 +0000 peter1138 (svn r3261) - Autoreplace: If a replaced vehicle had a custom name, transfer it to the new vehicle. Fixes "[ 1370039 ] Autoreplaced vehicles lose their names" draft
Mon, 05 Dec 2005 12:27:58 +0000 truelight (svn r3260) -Add: add events for AIs to check if a command execution failed or succeeded draft
Sun, 04 Dec 2005 22:43:40 +0000 bjarni (svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundle draft
Sun, 04 Dec 2005 17:36:19 +0000 bjarni (svn r3258) -Feature: [OSX] added support for universal binaries draft
Sat, 03 Dec 2005 13:43:54 +0000 bjarni (svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option (introduced in rev 3230) draft
Sat, 03 Dec 2005 10:36:23 +0000 bjarni (svn r3256) -Fix: [OSX] fixed issue where building the bundle could take place before linking if -j 2 was used draft
Fri, 02 Dec 2005 19:41:35 +0000 Darkvater (svn r3254) - Fix: graphical glitch with autorail tool on a certain tile-type. draft
Fri, 02 Dec 2005 19:21:38 +0000 truelight (svn r3253) -Add: add BuildRoad event for AIs draft
Fri, 02 Dec 2005 14:55:23 +0000 peter1138 (svn r3252) - NewGRF: Map new train subtypes to old types for rail vehicles. draft
Thu, 01 Dec 2005 09:34:40 +0000 truelight (svn r3251) -Fix: report errors from GPMI in a more detailed way (Igor2Code) draft
Wed, 30 Nov 2005 16:10:19 +0000 truelight (svn r3250) -Fix: AIs weren't uninitialized when a new game was loaded draft
Wed, 30 Nov 2005 07:31:54 +0000 peter1138 (svn r3249) Fix for issue introduced in r3228. The original code was good for raising, then for lowering, now for both. draft
Tue, 29 Nov 2005 22:29:59 +0000 peter1138 (svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engine type directly instead of getting it from a vehicle. This allows the function to be used before vehicles are involved. draft
Tue, 29 Nov 2005 22:04:02 +0000 peter1138 (svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore" draft
Tue, 29 Nov 2005 16:06:06 +0000 truelight (svn r3246) -Fix: small glitch in ai_network_client code (network_client.c) draft
Tue, 29 Nov 2005 15:53:15 +0000 truelight (svn r3245) -Add: allow OpenTTD to give his GPMI-params to the GPMI modules draft
Mon, 28 Nov 2005 14:02:36 +0000 truelight (svn r3244) -Fix: [GPMI] Even more GPMI based AI-code cleanup, bug fixes, and you can now control the AI that is going to boot draft
Mon, 28 Nov 2005 11:30:12 +0000 truelight (svn r3243) -Fix: IncreaseLoan and DecreaseLoan were inconsistent for AIs draft
Sun, 27 Nov 2005 16:45:45 +0000 truelight (svn r3242) -Fix: small glitch in AllowAI control draft
Sat, 26 Nov 2005 16:41:14 +0000 peter1138 (svn r3239) - Codechange: Introduce and use helper functions for engine replacement code. draft
Sat, 26 Nov 2005 16:18:15 +0000 truelight (svn r3238) -Fix: always save if you want GPMI-based AIs, this on request by draft
Sat, 26 Nov 2005 13:23:16 +0000 Darkvater (svn r3237) - CodeChange: remove silencing of some warnings. MSVC6 once again has some issues with enums, and other things as usual, so silence those still. draft
Sat, 26 Nov 2005 12:57:42 +0000 Darkvater (svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6 draft
Sat, 26 Nov 2005 12:45:53 +0000 Darkvater (svn r3235) - Fix: fix two crashes, one with making a screenshot in the main menu without any game loaded, another when failing to load a scenario in 'New Game' draft
Wed, 23 Nov 2005 21:47:01 +0000 miham (svn r3234) [Translations] Estonian is still unfinished draft
Wed, 23 Nov 2005 21:45:04 +0000 miham (svn r3233) [Translations] Estonian now available again draft