------------------------------------------------------------------------ r9525 | miham | 2007-03-29 17:59:24 +0000 (Thu, 29 Mar 2007) | 7 lines -Update: WebTranslator2 update to 2007-03-29 19:56:13 estonian - 3 fixed, 4 changed by kristjans (7) finnish - 2 fixed by pallokala (2) italian - 1 changed by lorenzodv (1) traditional_chinese - 1 changed by xbddc (1) turkish - 12 fixed by jnmbk (12) ------------------------------------------------------------------------ r9524 | celestar | 2007-03-29 13:52:34 +0000 (Thu, 29 Mar 2007) | 2 lines -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) ------------------------------------------------------------------------ r9523 | belugas | 2007-03-28 20:41:35 +0000 (Wed, 28 Mar 2007) | 1 line -Cleanup: doxygen changes. Time to take care of "R" ------------------------------------------------------------------------ r9522 | rubidium | 2007-03-28 20:12:32 +0000 (Wed, 28 Mar 2007) | 2 lines -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically. ------------------------------------------------------------------------ r9521 | belugas | 2007-03-28 20:11:00 +0000 (Wed, 28 Mar 2007) | 1 line -Fix(9520): Partly revert, accidentally commited an unnecessary change ------------------------------------------------------------------------ r9520 | belugas | 2007-03-28 20:06:28 +0000 (Wed, 28 Mar 2007) | 1 line -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc... ------------------------------------------------------------------------ r9519 | glx | 2007-03-28 14:31:52 +0000 (Wed, 28 Mar 2007) | 2 lines -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error. ------------------------------------------------------------------------ r9518 | rubidium | 2007-03-28 09:27:38 +0000 (Wed, 28 Mar 2007) | 2 lines -Fix [Windows]: do not free an uninitialized pointer. ------------------------------------------------------------------------ r9504 | truelight | 2007-03-27 13:56:18 +0000 (Tue, 27 Mar 2007) | 2 lines [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx) ------------------------------------------------------------------------ r9476 | maedhros | 2007-03-26 12:28:44 +0000 (Mon, 26 Mar 2007) | 2 lines -Codechange: Make build windows for all vehicle types the same width. ------------------------------------------------------------------------ r9475 | maedhros | 2007-03-26 11:41:14 +0000 (Mon, 26 Mar 2007) | 2 lines -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text. ------------------------------------------------------------------------ r9474 | maedhros | 2007-03-26 08:55:45 +0000 (Mon, 26 Mar 2007) | 2 lines -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text. ------------------------------------------------------------------------ r9473 | peter1138 | 2007-03-26 08:43:14 +0000 (Mon, 26 Mar 2007) | 2 lines -Codechange: add 'unhandled variable' debug message to newcargo resolver ------------------------------------------------------------------------ r9472 | maedhros | 2007-03-26 08:04:29 +0000 (Mon, 26 Mar 2007) | 2 lines -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative. ------------------------------------------------------------------------ r9470 | belugas | 2007-03-26 00:01:42 +0000 (Mon, 26 Mar 2007) | 1 line -Fix: Should not have committed that file ------------------------------------------------------------------------ r9469 | belugas | 2007-03-25 23:57:09 +0000 (Sun, 25 Mar 2007) | 1 line -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 ------------------------------------------------------------------------ r9467 | belugas | 2007-03-25 23:42:55 +0000 (Sun, 25 Mar 2007) | 3 lines -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) ------------------------------------------------------------------------ r9455 | rubidium | 2007-03-25 19:21:22 +0000 (Sun, 25 Mar 2007) | 2 lines -Fix: the values for diff_custom, diff_level and snow_line in the .cfg were not properly checked. ------------------------------------------------------------------------ r9449 | maedhros | 2007-03-25 16:09:36 +0000 (Sun, 25 Mar 2007) | 2 lines -Fix: Truncate the newgrf information text in the newgrf gui if it's too long. ------------------------------------------------------------------------ r9439 | peter1138 | 2007-03-25 10:43:27 +0000 (Sun, 25 Mar 2007) | 2 lines -Codechange: check for valid default cargo type even if a vehicle is not refittable... ------------------------------------------------------------------------ r9438 | peter1138 | 2007-03-25 08:13:07 +0000 (Sun, 25 Mar 2007) | 2 lines -Codechange: Map cargo colours from DOS to Windows if necessary. ------------------------------------------------------------------------ r9437 | rubidium | 2007-03-25 00:13:22 +0000 (Sun, 25 Mar 2007) | 2 lines -Fix (r9420): dedicated server crashed when the y part of the resolution was less than 10. ------------------------------------------------------------------------ r9436 | peter1138 | 2007-03-24 23:43:33 +0000 (Sat, 24 Mar 2007) | 2 lines -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 ------------------------------------------------------------------------ r9435 | peter1138 | 2007-03-24 18:56:59 +0000 (Sat, 24 Mar 2007) | 2 lines -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high ------------------------------------------------------------------------ r9434 | peter1138 | 2007-03-24 16:09:39 +0000 (Sat, 24 Mar 2007) | 2 lines -Fix (r9418): remove typedef from forward declaration to appease MSVC or something ------------------------------------------------------------------------ r9429 | truelight | 2007-03-24 15:13:46 +0000 (Sat, 24 Mar 2007) | 2 lines -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted ------------------------------------------------------------------------ r9427 | peter1138 | 2007-03-24 14:42:11 +0000 (Sat, 24 Mar 2007) | 2 lines -Codechange: remove redundant variable ------------------------------------------------------------------------ r9425 | celestar | 2007-03-24 09:12:03 +0000 (Sat, 24 Mar 2007) | 2 lines -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 ------------------------------------------------------------------------ r9424 | rubidium | 2007-03-24 00:02:13 +0000 (Sat, 24 Mar 2007) | 2 lines -Merge: Release changes from 0.5 branch back to trunk. ------------------------------------------------------------------------ r9420 | rubidium | 2007-03-23 22:20:39 +0000 (Fri, 23 Mar 2007) | 2 lines -Fix [FS#701]: crashes when the chatbox would be drawn outside of the main window. ------------------------------------------------------------------------ r9418 | peter1138 | 2007-03-23 20:55:45 +0000 (Fri, 23 Mar 2007) | 2 lines -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites ------------------------------------------------------------------------ r9417 | peter1138 | 2007-03-23 20:51:42 +0000 (Fri, 23 Mar 2007) | 2 lines -Fix (r1): Waiting cargo icons in the station view window were incorrectly drawn if the cargo list was scrolled, resulting in overlapping images ------------------------------------------------------------------------ r9416 | peter1138 | 2007-03-23 20:01:25 +0000 (Fri, 23 Mar 2007) | 2 lines -Codechange: Split NewGRF Action 3 handler into separate functions for each feature (vehicles are common, though) ------------------------------------------------------------------------ r9415 | miham | 2007-03-23 19:06:07 +0000 (Fri, 23 Mar 2007) | 7 lines -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) ------------------------------------------------------------------------ r9413 | peter1138 | 2007-03-23 00:03:08 +0000 (Fri, 23 Mar 2007) | 2 lines -Codechange: Remove default cargo translation table and use bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work. ------------------------------------------------------------------------ r9412 | peter1138 | 2007-03-22 23:32:24 +0000 (Thu, 22 Mar 2007) | 2 lines -Fix (r8886): When looking up a cargo type by label skip disabled cargos ------------------------------------------------------------------------ r9411 | peter1138 | 2007-03-22 23:19:40 +0000 (Thu, 22 Mar 2007) | 2 lines -Codechange: Add support for loading of newcargo data. ------------------------------------------------------------------------