Tue, 31 Jan 2006 22:26:00 +0000 Darkvater (svn r3502) - Update appropiate files with release information for 0.4.5 0.4.5
Tue, 31 Jan 2006 22:24:02 +0000 Darkvater (svn r3501) - Load the lobby-window with up-to-date data upon opening
Tue, 31 Jan 2006 22:16:15 +0000 Darkvater (svn r3500) - Workaround the inaccurate count of spectators/companies that can happen in certain border-cases. For now just dynamically get this value when requested so it is always right. To do properly all player/client creation/destruction needs a hook for networking.
Tue, 31 Jan 2006 20:05:44 +0000 Darkvater (svn r3499) - Fix: a few gui glitches in the network window:
Tue, 31 Jan 2006 19:06:02 +0000 tron (svn r3498) Fix the edge case for r3419/r3488: when a vehicle just enters a tile, the height difference can be 8
Tue, 31 Jan 2006 18:31:05 +0000 Darkvater (svn r3497) - Update some more language files (thanks ln- (finnish), egladil (swedish))
Tue, 31 Jan 2006 12:08:49 +0000 peter1138 (svn r3496) - Validate filename titles before they get displayed. This avoids crashes with UTF-8 encoded or bad filenames by replacing undisplayable characters with a '?'
Tue, 31 Jan 2006 06:53:32 +0000 tron (svn r3495) Rename the string handles for cargo names with a quantity and abbreviated cargo names to something sensible, i.e. STR_QUANTITY_$NAME and STR_ABBREV_$NAME
Mon, 30 Jan 2006 22:36:35 +0000 Darkvater (svn r3494) - Update several languages. Thanks all translators online atm (Bjarni, glx, MeusH, Tron, me, my sister)
Mon, 30 Jan 2006 19:31:02 +0000 bjarni (svn r3493) -docs: [OSX] forgot to add Cocoa drivers and universal binaries as supported (thanks to Tobin for noticing)
Mon, 30 Jan 2006 19:17:48 +0000 bjarni (svn r3492) -docs: [OSX] Updated readme regarding compiling universal binaries
Mon, 30 Jan 2006 18:42:46 +0000 peter1138 (svn r3491) - NewGRF Fix: Handle loading of rail vehicle flags (unimplemented)
Mon, 30 Jan 2006 17:18:45 +0000 tron (svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a TileIndex points to a tile on the map
Mon, 30 Jan 2006 16:58:05 +0000 tron (svn r3489) Remove an unused declaration
Mon, 30 Jan 2006 16:57:47 +0000 tron (svn r3488) Simplify the check in r3419
Mon, 30 Jan 2006 16:48:24 +0000 tron (svn r3487) -Fix: Price for demolishing a bridge was dependent on orientation and map size
Mon, 30 Jan 2006 14:50:55 +0000 peter1138 (svn r3486) - NewGRF fix: Always reinitialize the ttdpatch flags as patch settings may have changed.
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.
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
Sun, 29 Jan 2006 22:42:17 +0000 truelight (svn r3483) -Fix: fixed warning about setjmp (tnx Bjarni for testing, and tnx for
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.
Sun, 29 Jan 2006 21:38:24 +0000 Darkvater (svn r3481) - Try and fix an svn discrepancy of trolly.h #2
Sun, 29 Jan 2006 21:37:39 +0000 Darkvater (svn r3480) - Try and fix an svn discrepancy of trolly.h
Sun, 29 Jan 2006 20:32:30 +0000 truelight (svn r3479) -Fix: fixed warnings on 64bit platforms (anyway, most 64bit platforms)
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.
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 :)
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
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.
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 ;)
Sun, 29 Jan 2006 19:01:13 +0000 Darkvater (svn r3473) - [PBS] forgot to delete pbs.[ch]
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)
Sun, 29 Jan 2006 18:34:43 +0000 Darkvater (svn r3470) - Fix: plug a memleak in _network_host_list.
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
Sun, 29 Jan 2006 12:52:07 +0000 peter1138 (svn r3468) - Fix: Rail type availability should take climate type into account.
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
Sun, 29 Jan 2006 10:50:27 +0000 Darkvater (svn r3466) - Codechange: Some changes to increase readability of signals code.
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
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)
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
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)
Sat, 28 Jan 2006 11:52:20 +0000 Darkvater (svn r3461) - Fix: Increase window-size as for 64-bit machines it wasn't enough
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)
Sat, 28 Jan 2006 11:10:52 +0000 Darkvater (svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches
Sat, 28 Jan 2006 11:09:16 +0000 truelight (svn r3458) -Fix: forgot one instance in last commit
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 ;))
Sat, 28 Jan 2006 10:16:15 +0000 matthijs (svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory.
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.
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.
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.
Fri, 27 Jan 2006 14:55:43 +0000 Darkvater (svn r3451) - Fix documentation; PBS bits were missing for bridge
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
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)
Thu, 26 Jan 2006 22:09:25 +0000 Darkvater (svn r3448) - Fix: wrap up some MinGW warnings
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)
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)
Thu, 26 Jan 2006 18:36:14 +0000 Darkvater (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
Thu, 26 Jan 2006 17:43:31 +0000 peter1138 (svn r3443) - Fix signed/unsigned comparison warning when compiling with gcc 2.95 (tokai)
Thu, 26 Jan 2006 17:32:49 +0000 Darkvater (svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC
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)
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.