Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-30 | (svn r9529) -Fix [FS#705]: when 2 clients joined together, the second ↵ | truelight | |
asserted on the NewCompany command of the first | |||
2007-03-30 | (svn r9528) -Fix r8610: don't try to modify non-existent widgets (many ↵ | glx | |
thanks to Bruce Perence, the libefence developer) | |||
2007-03-30 | (svn r9527) -Update: WebTranslator2 update to 2007-03-30 19:44:17 | miham | |
slovenian - 2 fixed by Necrolyte (2) | |||
2007-03-30 | (svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. ↵ | belugas | |
Thus, it cannot cut trees | |||
2007-03-29 | (svn r9525) -Update: WebTranslator2 update to 2007-03-29 19:56:13 | miham | |
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) | |||
2007-03-29 | (svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for ↵ | celestar | |
stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) | |||
2007-03-28 | (svn r9523) -Cleanup: doxygen changes. Time to take care of "R" | belugas | |
2007-03-28 | (svn r9522) -Fix (r9073): the entries in source.list are supposed to be ↵ | rubidium | |
sorted alphabetically. | |||
2007-03-28 | (svn r9521) -Fix(9520): Partly revert, accidentally commited an unnecessary ↵ | belugas | |
change | |||
2007-03-28 | (svn r9520) -Codechange: Add the notion of Industry behaviour. It means ↵ | belugas | |
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... | |||
2007-03-28 | (svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a ↵ | glx | |
pointer to that variable. Also free it if there's any error. | |||
2007-03-28 | (svn r9518) -Fix [Windows]: do not free an uninitialized pointer. | rubidium | |
2007-03-27 | (svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx) | truelight | |
2007-03-26 | (svn r9476) -Codechange: Make build windows for all vehicle types the same ↵ | maedhros | |
width. | |||
2007-03-26 | (svn r9475) -Codechange: Allow the purchase details widget to expand ↵ | maedhros | |
dynamically if there's still not enough room for the text. | |||
2007-03-26 | (svn r9474) -Fix (r8378): Expand the details widget in the vehicle build ↵ | maedhros | |
windows again to make room for all the text. | |||
2007-03-26 | (svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo ↵ | peter1138 | |
resolver | |||
2007-03-26 | (svn r9472) -Fix (r9449): num is the number of newlines in the string, not ↵ | maedhros | |
the number of lines. Also allow for maxh being negative. | |||
2007-03-26 | (svn r9470) -Fix: Should not have committed that file | belugas | |
2007-03-25 | (svn r9469) -Fix(r3720): The maximum year allowed for to_euro conversion of ↵ | belugas | |
custom currency was set to 1000, making it impossible to ever have one. Now, with 3000, it should be a little more comfortable | |||
2007-03-25 | (svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the ↵ | belugas | |
custom currency was reset too, thus loosing the setting a user could have used for it.(glx) | |||
2007-03-25 | (svn r9455) -Fix: the values for diff_custom, diff_level and snow_line in ↵ | rubidium | |
the .cfg were not properly checked. | |||
2007-03-25 | (svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if ↵ | maedhros | |
it's too long. | |||
2007-03-25 | (svn r9439) -Codechange: check for valid default cargo type even if a ↵ | peter1138 | |
vehicle is not refittable... | |||
2007-03-25 | (svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary. | peter1138 | |
2007-03-25 | (svn r9437) -Fix (r9420): dedicated server crashed when the y part of the ↵ | rubidium | |
resolution was less than 10. | |||
2007-03-24 | (svn r9436) -Fix (r9411): don't deactivate GRF in an action 7/9 during ↵ | peter1138 | |
reservation (and loading of cargo data), and action 6 should be run also | |||
2007-03-24 | (svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 ↵ | peter1138 | |
"items" high | |||
2007-03-24 | (svn r9434) -Fix (r9418): remove typedef from forward declaration to appease ↵ | peter1138 | |
MSVC or something | |||
2007-03-24 | (svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with ↵ | truelight | |
one more vehicle and no orders, segfaulted | |||
2007-03-24 | (svn r9427) -Codechange: remove redundant variable | peter1138 | |
2007-03-24 | (svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail ↵ | celestar | |
functions: Changed the order of error checks to generate more meaningful error messages, added some doxygen comments and replaced bitshifting by proper mathematical operations | |||
2007-03-24 | (svn r9424) -Merge: Release changes from 0.5 branch back to trunk. | rubidium | |
2007-03-23 | (svn r9420) -Fix [FS#701]: crashes when the chatbox would be drawn outside ↵ | rubidium | |
of the main window. | |||
2007-03-23 | (svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback ↵ | peter1138 | |
handler and custom icon sprites | |||
2007-03-23 | (svn r9417) -Fix (r1): Waiting cargo icons in the station view window were ↵ | peter1138 | |
incorrectly drawn if the cargo list was scrolled, resulting in overlapping images | |||
2007-03-23 | (svn r9416) -Codechange: Split NewGRF Action 3 handler into separate ↵ | peter1138 | |
functions for each feature (vehicles are common, though) | |||
2007-03-23 | (svn r9415) -Update: WebTranslator2 update to 2007-03-23 20:04:40 | miham | |
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) | |||
2007-03-23 | (svn r9413) -Codechange: Remove default cargo translation table and use ↵ | peter1138 | |
bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work. | |||
2007-03-22 | (svn r9412) -Fix (r8886): When looking up a cargo type by label skip ↵ | peter1138 | |
disabled cargos | |||
2007-03-22 | (svn r9411) -Codechange: Add support for loading of newcargo data. | peter1138 | |
2007-03-22 | (svn r9401) -Fix(9400): was not supposed to commit that file | belugas | |
2007-03-22 | (svn r9400) -Codechange: Use some more representative enum names for ↵ | belugas | |
landscape types. | |||
2007-03-22 | (svn r9399) -Feature: Openttd.cfg will now present landscape patch entry as ↵ | belugas | |
been temperate, arctic, tropic or toyland. This is the first usage of the callback conversion system of settings loading | |||
2007-03-22 | (svn r9398) -Feature: Allow for a conversion callback system while reading ↵ | belugas | |
configuration file, in case of wrong value. This is the basic step, no patch setting is actually using it, so far | |||
2007-03-21 | (svn r9393) -Codechange: Use newgrf town resolver as station parent scope ↵ | peter1138 | |
handler | |||
2007-03-21 | (svn r9392) -Update: WebTranslator2 update to 2007-03-21 19:54:29 | miham | |
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) | |||
2007-03-21 | (svn r9391) -Documentation : correct Doxygen of comments and @file ↵ | belugas | |
inclusion. Time for P and Q files | |||
2007-03-21 | (svn r9390) -Documentation : correct Doxygen of comments and @file ↵ | belugas | |
inclusion. This time, brought to you by the letter O | |||
2007-03-21 | (svn r9388) -Codechange: variable scope and type, and standardify all ↵ | peter1138 | |
CargoID loops. |