maedhros [Mon, 26 Mar 2007 08:55:45 +0000] rev 6384
(svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text.
peter1138 [Mon, 26 Mar 2007 08:43:14 +0000] rev 6383
(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver
maedhros [Mon, 26 Mar 2007 08:04:29 +0000] rev 6382
(svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative.
belugas [Mon, 26 Mar 2007 00:01:42 +0000] rev 6381
(svn r9470) -Fix: Should not have committed that file
belugas [Sun, 25 Mar 2007 23:57:09 +0000] rev 6380
(svn r9469) -Fix(r3720): The maximum year allowed for to_euro conversion of custom currency was set to 1000, making it impossible to ever have one. Now, with 3000, it should be a little more comfortable
belugas [Sun, 25 Mar 2007 23:42:55 +0000] rev 6379
(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx)
rubidium [Sun, 25 Mar 2007 19:21:22 +0000] rev 6378
(svn r9455) -Fix: the values for diff_custom, diff_level and snow_line in the .cfg were not properly checked.
maedhros [Sun, 25 Mar 2007 16:09:36 +0000] rev 6377
(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long.
peter1138 [Sun, 25 Mar 2007 10:43:27 +0000] rev 6376
(svn r9439) -Codechange: check for valid default cargo type even if a vehicle is not refittable...
peter1138 [Sun, 25 Mar 2007 08:13:07 +0000] rev 6375
(svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary.
rubidium [Sun, 25 Mar 2007 00:13:22 +0000] rev 6374
(svn r9437) -Fix (r9420): dedicated server crashed when the y part of the resolution was less than 10.
peter1138 [Sat, 24 Mar 2007 23:43:33 +0000] rev 6373
(svn r9436) -Fix (r9411): don't deactivate GRF in an action 7/9 during reservation (and loading of cargo data), and action 6 should be run also
peter1138 [Sat, 24 Mar 2007 18:56:59 +0000] rev 6372
(svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high
peter1138 [Sat, 24 Mar 2007 16:09:39 +0000] rev 6371
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
truelight [Sat, 24 Mar 2007 15:13:46 +0000] rev 6370
(svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted
peter1138 [Sat, 24 Mar 2007 14:42:11 +0000] rev 6369
(svn r9427) -Codechange: remove redundant variable
celestar [Sat, 24 Mar 2007 09:12:03 +0000] rev 6368
(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functions: Changed the order of error checks to generate more meaningful error messages, added some doxygen comments and replaced bitshifting by proper mathematical operations
rubidium [Sat, 24 Mar 2007 00:02:13 +0000] rev 6367
(svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
rubidium [Fri, 23 Mar 2007 22:20:39 +0000] rev 6366
(svn r9420) -Fix [FS#701]: crashes when the chatbox would be drawn outside of the main window.
peter1138 [Fri, 23 Mar 2007 20:55:45 +0000] rev 6365
(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
peter1138 [Fri, 23 Mar 2007 20:51:42 +0000] rev 6364
(svn r9417) -Fix (r1): Waiting cargo icons in the station view window were incorrectly drawn if the cargo list was scrolled, resulting in overlapping images
peter1138 [Fri, 23 Mar 2007 20:01:25 +0000] rev 6363
(svn r9416) -Codechange: Split NewGRF Action 3 handler into separate functions for each feature (vehicles are common, though)
miham [Fri, 23 Mar 2007 19:06:07 +0000] rev 6362
(svn r9415) -Update: WebTranslator2 update to 2007-03-23 20:04:40
danish - 1 changed by ThomasA (1)
german - 5 fixed by moewe2 (5)
hungarian - 1 fixed by miham (1)
portuguese - 8 fixed by Digitalfox (8)
simplified_chinese - 9 fixed by Fishingsnow (9)
peter1138 [Fri, 23 Mar 2007 00:03:08 +0000] rev 6361
(svn r9413) -Codechange: Remove default cargo translation table and use bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work.
peter1138 [Thu, 22 Mar 2007 23:32:24 +0000] rev 6360
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos
peter1138 [Thu, 22 Mar 2007 23:19:40 +0000] rev 6359
(svn r9411) -Codechange: Add support for loading of newcargo data.
belugas [Thu, 22 Mar 2007 04:10:05 +0000] rev 6358
(svn r9401) -Fix(9400): was not supposed to commit that file
belugas [Thu, 22 Mar 2007 03:42:43 +0000] rev 6357
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
belugas [Thu, 22 Mar 2007 03:35:18 +0000] rev 6356
(svn r9399) -Feature: Openttd.cfg will now present landscape patch entry as been temperate, arctic, tropic or toyland.
This is the first usage of the callback conversion system of settings loading
belugas [Thu, 22 Mar 2007 03:15:58 +0000] rev 6355
(svn r9398) -Feature: Allow for a conversion callback system while reading configuration file, in case of wrong value.
This is the basic step, no patch setting is actually using it, so far