------------------------------------------------------------------------ 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. ------------------------------------------------------------------------ r9401 | belugas | 2007-03-22 04:10:05 +0000 (Thu, 22 Mar 2007) | 1 line -Fix(9400): was not supposed to commit that file ------------------------------------------------------------------------ r9400 | belugas | 2007-03-22 03:42:43 +0000 (Thu, 22 Mar 2007) | 1 line -Codechange: Use some more representative enum names for landscape types. ------------------------------------------------------------------------ r9399 | belugas | 2007-03-22 03:35:18 +0000 (Thu, 22 Mar 2007) | 2 lines -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 ------------------------------------------------------------------------ r9398 | belugas | 2007-03-22 03:15:58 +0000 (Thu, 22 Mar 2007) | 2 lines -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 ------------------------------------------------------------------------ r9393 | peter1138 | 2007-03-21 20:58:01 +0000 (Wed, 21 Mar 2007) | 2 lines -Codechange: Use newgrf town resolver as station parent scope handler ------------------------------------------------------------------------ r9392 | miham | 2007-03-21 18:58:03 +0000 (Wed, 21 Mar 2007) | 11 lines -Update: WebTranslator2 update to 2007-03-21 19:54:29 brazilian_portuguese - 2 changed by fukumori (2) danish - 11 fixed, 2 changed by ThomasA (13) esperanto - 8 fixed by LaPingvino (8) estonian - 28 fixed by vermon (27), t2t2 (1) finnish - 19 fixed, 66 changed by pallokala (9), habazi (76) french - 9 changed by Skiper (9) italian - 1 fixed, 49 changed by sidew (50) traditional_chinese - 2 fixed by thomasau (2) ukrainian - 9 changed by mad (9) ------------------------------------------------------------------------ r9391 | belugas | 2007-03-21 17:42:43 +0000 (Wed, 21 Mar 2007) | 1 line -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files ------------------------------------------------------------------------ r9390 | belugas | 2007-03-21 15:19:33 +0000 (Wed, 21 Mar 2007) | 1 line -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O ------------------------------------------------------------------------ r9388 | peter1138 | 2007-03-21 13:19:01 +0000 (Wed, 21 Mar 2007) | 2 lines -Codechange: variable scope and type, and standardify all CargoID loops. ------------------------------------------------------------------------ r9387 | rubidium | 2007-03-21 11:50:34 +0000 (Wed, 21 Mar 2007) | 2 lines -Fix (r9385): termination of a comment forgotten. ------------------------------------------------------------------------ r9385 | belugas | 2007-03-21 03:06:21 +0000 (Wed, 21 Mar 2007) | 1 line -Cleanup: doxygen changes. Today, we are exploring the letter N. ------------------------------------------------------------------------ r9378 | rubidium | 2007-03-20 20:11:17 +0000 (Tue, 20 Mar 2007) | 2 lines -Fix [FS#688] (r9038): cancel in password queries reduces amount of players in the network game when they haven't joined the game yet. ------------------------------------------------------------------------