summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-12(svn r9602) -Fix (r5833): Building rail on steep slopes ignored ↵peter1138
build_on_slopes patch setting.
2007-04-11(svn r9601) -Codechange: Store grf file reference in station spec, not just ↵peter1138
GRF ID
2007-04-11(svn r9598) -Fix (r9563): brainfart? in elrail transparency. who knows...peter1138
2007-04-11(svn r9597) -Codechange: Exclude sign transparency when toggling all options ↵peter1138
on/off
2007-04-11(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused ↵peter1138
with building transparency...
2007-04-11(svn r9595) -Fix (r9563): Transparency hotkeys didn't workpeter1138
2007-04-10(svn r9590) -Fix(r9550, fs728): some wrongfully entered data caused some ↵belugas
industries to appear where they should not have
2007-04-10(svn r9585) -Update: WebTranslator2 update to 2007-04-10 14:52:27miham
romanian - 26 fixed, 7 changed by kneekoo (33) turkish - 11 fixed by jnmbk (11)
2007-04-10(svn r9581) -Revert (r9562): This broke as much as it fixed, so revert until ↵maedhros
a proper way of paying for refits when cloning can be found.
2007-04-09(svn r9580) -Documentation: Correction of doxygen function declarationsbelugas
2007-04-09(svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's ↵belugas
spec appear_creation during random map creation.
2007-04-09(svn r9578) -Codechange: Cleanup of industry_cmd (Step-10). Use industry's ↵belugas
spec map_colour for smallmap industry color code drawing
2007-04-09(svn r9577) -Codechange: Add notion and data for industry map colour, used ↵belugas
in the smallmap_gui. Not used yet. -Move the check proc array, in order to make it more useful latter. -Add basic newGRF stuff on the industry spec. Not used yet.
2007-04-08(svn r9576) -Update: WebTranslator2 update to 2007-04-08 19:22:55miham
american - 15 fixed by WhiteRabbit (15) polish - 1 changed by meush (1)
2007-04-08(svn r9574) -Fix(r9520, FS#721): Oil Rig ( or industry with behaviour ↵belugas
INDUSTRYBEH_BUILT_ONWATER) should check all tiles before leaving the test. A tile in water does not ensure that all required tiles will necessary be on water.
2007-04-07(svn r9573) -Fix: enclose settings names containing spaces (like newgrf ↵glx
paths) with quotes
2007-04-07(svn r9572) [Translations] -Fix: (r9571) strange problem fixed in galician ↵miham
language header
2007-04-07(svn r9571) -Update: WebTranslator2 update to 2007-04-07 22:18:15miham
danish - 15 fixed by MiR (15) galician - 14 fixed by Condex (14) portuguese - 6 fixed by izhirahider (6) russian - 10 fixed by HMage (10) simplified_chinese - 9 fixed by Fishingsnow (9) slovenian - 15 fixed by Necrolyte (15)
2007-04-06(svn r9570) -Update: WebTranslator2 update to 2007-04-06 19:21:04miham
brazilian_portuguese - 14 fixed by fukumori (14) bulgarian - 13 fixed by thetitan (10), groupsky (3) catalan - 13 fixed by arnaullv (13) czech - 9 fixed by Hadez (9) dutch - 13 fixed by habell (13) esperanto - 13 fixed by LaPingvino (13) finnish - 15 fixed by habazi (15) french - 9 fixed by glx (9) frisian - 99 fixed by ikkejw (99) german - 6 fixed by moewe2 (6) hungarian - 9 fixed by miham (9) italian - 13 fixed by lorenzodv (13) korean - 15 fixed by darkttd (15) norwegian_nynorsk - 9 fixed by khaavik (9) polish - 16 fixed, 1 changed by meush (17) russian - 6 fixed, 3 changed by HMage (9) slovak - 9 fixed by lengyel (9) spanish - 15 fixed by eusebio (15) traditional_chinese - 15 fixed, 5 changed by xbddc (20) ukrainian - 9 fixed by mad (9)
2007-04-06(svn r9569) -Fix(r9567): testing mode leftover...belugas
2007-04-06(svn r9568) -Documentation: doxygen and comment changes: Root of src is ↵belugas
finally done. Now, time to start clearing as much as possible
2007-04-06(svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an ↵belugas
index in a out of phase array. Now, ensure that the ID will really be an IndustryType
2007-04-05(svn r9566) -Fix (r9315): Set the SVN properties on some files.maedhros
2007-04-05(svn r9565) -Feature: Add list_patches console command. This shows all ↵peter1138
patches along with their current values. Based on patch by madman2003/GrimRC.
2007-04-05(svn r9564) -Fix (r9563): When adding files remember to add them...peter1138
2007-04-05(svn r9563) -Feature: Add more finer control to transparency options, ↵peter1138
including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01.
2007-04-04(svn r9562) -Fix: When cloning, pay for the refit costs as well.maedhros
2007-04-04(svn r9561) -Fix (r9561): loading the newgrfs in openttd.cfg was broken.rubidium
Note: as the 'full' path is stored of the newgrfs, the newgrfs in the old cfgs are not made default (you have to set them again).
2007-04-04(svn r9560) -Codechange: add support for multiple 'base' directories for ↵rubidium
newgrf searching. -Codechange: do not add duplicate files to the newgrf list.
2007-04-04(svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. ↵belugas
Almost done. Yeah. I know, I've already said that...
2007-04-04(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost donebelugas
2007-04-04(svn r9557) -Codechange: Add a forgotten file to the project listsbelugas
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. ↵belugas
The end of the preliminary work is near
2007-04-04(svn r9555) -Codechange: Cleanup of industry_cmd (Step-9). Use in-game ↵belugas
appearing chances for industry creation.
2007-04-03(svn r9554) -Documentation: add documentation to some map accessors.rubidium
2007-04-03(svn r9553) -Documentation: fix ambiguity issue.rubidium
2007-04-03(svn r9552) -Documentation: Some more doxygen work, adding comments toobelugas
2007-04-03(svn r9551) -Documentation: Some more doxygen workbelugas
2007-04-03(svn r9550) -Codechange: Add notion and data of industry appearing chances, ↵belugas
both in game and in creation mode. Not used yet.
2007-04-03(svn r9549) -Codechange: Add definition of callbacks and callback masks for ↵belugas
both industries and industry tiles
2007-04-02(svn r9548) [Translations] -Fix: Fixed empty strings added by WT2 [note to ↵miham
self: really should fix this old bug in WT2]
2007-04-02(svn r9547) -Update: WebTranslator2 update to 2007-04-02 21:37:30miham
brazilian_portuguese - 2 fixed by tucalipe (2) bulgarian - 2 fixed by thetitan (2) catalan - 2 fixed by arnaullv (2) czech - 6 fixed by Hadez (6) dutch - 2 fixed by habell (2) esperanto - 2 fixed, 1 changed by LaPingvino (3) estonian - 4 fixed by t2t2 (4) french - 6 fixed by glx (6) hungarian - 7 fixed by miham (7) italian - 2 fixed by lorenzodv (2) norwegian_bokmal - 12 fixed by oletk (12) slovak - 6 fixed by lengyel (6) ukrainian - 6 fixed by mad (6)
2007-04-02(svn r9546) -Fix (r9545): several typos...rubidium
2007-04-02(svn r9545) -Documentation: Some corrections to previous doxygen workbelugas
2007-04-02(svn r9544) -Cleanup (r9543): Remove unused strings.maedhros
2007-04-02(svn r9543) -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four ↵maedhros
strings so it can be translated properly and remove "buildable", since it isn't actually a word.
2007-04-01(svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, ↵belugas
and you are working on the ground tile, do not take aircrafts into account, as they do not pose any danger for the construction/destruction/conversion itself. Z stuff, in other words
2007-04-01(svn r9541) -Codechange: Safeguard the company-buying routines so that the ↵celestar
buying player and the bought player need to be two different entities
2007-04-01(svn r9540) -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong ↵celestar
variable)
2007-03-31(svn r9533) -Fix [FS#274]: when a company is removed (either via auto-clean, ↵truelight
bankrupt, or take over), sell all the shares he has first, then sell the shares all people have on this company, and then remove the company.