summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-31(svn r13891) -Fix (r12547): one could click on waypoint and station signs ↵smatz
even when they were invisible
2008-07-31(svn r13890) -Codechange: Simplify drawing of invisibilty buttons in the ↵peter1138
transparency gui -- the real widgets above already have coordinates so there is no need to hardcode them again. As an added bonus the invisibility buttons now line up properly.
2008-07-31(svn r13889) -Codechange: Replace numbers with Colours enum on transparency gui.belugas
-Fix: "true" is not a color. COLOUR_PALE_GREEN should look better, at least in the code ;)
2008-07-31(svn r13888) -Codechange: Replace numbers with Colours enum on miscellaneous ↵belugas
guis.
2008-07-31(svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, ↵belugas
build_vehicle, cheat, depot and dock guis. The fact that it goes alphabetically is pure coincidence.
2008-07-30(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.frosch
2008-07-30(svn r13884) -Fix (r11822): custom vehicle names from TTD(Patch) games were lostsmatz
2008-07-30(svn r13883) -Codechange: Replace numbers with Colours enum on graph guibelugas
2008-07-30(svn r13882) -Codechange: Replace widget numbers with appropriate enumsbelugas
2008-07-30(svn r13881) -Cleanup (r12751): Remove some dead code.frosch
2008-07-30(svn r13880) -Codechange: Replace numbers with Colours enum on intro gui, ↵belugas
and align a bit the code
2008-07-30(svn r13879) -Codechange: Replace numbers with Colours enum on engine, ↵belugas
industries and group gui
2008-07-30(svn r13876) -Codechange: Replace numbers with Colours enum on bridge guibelugas
2008-07-30(svn r13875) -Codechange: Remove some magic numbers in favour of the Colours ↵belugas
enum they are representing
2008-07-30(svn r13874) -Change: missing svn:property eol-stylebelugas
2008-07-30(svn r13873) -Codechange: remove useless string from all language files ↵belugas
affected by r13872. which removed the STR_NEWS_OPEN_CLOSE string
2008-07-30(svn r13872) -Feature: Split the news message announcing opening and closure ↵belugas
of industries into two news of their own
2008-07-29(svn r13870) -Fix [FS#2167]: Callback 10 (visual effect and powered wagons ↵peter1138
setting) and powered wagons operation were not performed for articulated wagons.
2008-07-29(svn r13869) -Fix [FS#2153] (r13674): in some cases the sprite cache could ↵rubidium
be filled with unremovable items.
2008-07-29(svn r13868) -Fix: Parent scope of industry variables.frosch
2008-07-29(svn r13867) -Codechange: Fix missing alignmentbelugas
2008-07-29(svn r13866) -Codechange: Use sortlist for sign windowspeter1138
2008-07-29(svn r13865) -Codechange: Use case-insensitive sort for NewGRF list.peter1138
2008-07-28(svn r13864) -Feature(FS #2164): All industry creations are now generating a ↵belugas
news event, even those funded by a real player.
2008-07-28(svn r13863) -Fix (r13852): make the nightly compile againsmatz
2008-07-28(svn r13859) -Fix: loading of TTD(Patch) savegames from the command line ↵smatz
didn't work
2008-07-28(svn r13858) -Fix: buffer overflow for too long filename supplied as '-g' ↵smatz
parameter
2008-07-28(svn r13855) -Fix [FS#2157]: Cargo type lookup was incorrect for GRFv7 files ↵peter1138
without a translation table.
2008-07-27(svn r13852) -Fix (r13849): [OSX] fixed universal binary building without ↵bjarni
breaking anything this time
2008-07-27(svn r13851) -Fix (r9393): GetTownByTile() is only valid for houses and roads.frosch
2008-07-27(svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated ↵frosch
vehicles during autoreplace.
2008-07-27(svn r13849) -Fix: [OSX] 10.5 appears to be more picky when setting up ↵bjarni
compiling of universal binaries
2008-07-27(svn r13847) -Codechange: Add MAX_ARTICULATED_PARTS and set it to 100.frosch
2008-07-27(svn r13846) -Fix (r13838): Do not draw water borders inside of industries.frosch
2008-07-27(svn r13845) -Fix (r13838): When adding a WaterClass to oilrig station ↵frosch
tiles, also make use of it.
2008-07-26(svn r13844) -Fix (r13074, r13591): Power, running cost and capacity of ↵frosch
multiheaded engines were (too often) doubled in newspaper resp. offer window.
2008-07-26(svn r13840) -Fix: Some glitches in the autoreplace GUI.frosch
2008-07-26(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.frosch
2008-07-26(svn r13836) -Fix [FS#2074]: Automatically recalculate inflation if NewGRFs ↵peter1138
are changed and cargo types are added, so that cargo payment rates are correct.
2008-07-26(svn r13832) -Fix [FS#2152]: FreeType may return a bitmap glyph even if a ↵peter1138
grey-scale glyph was requested.
2008-07-26(svn r13831) -Codechange: Make purchase list order NewGRF property an ↵peter1138
extended byte.
2008-07-25(svn r13830) -Feature: show additional NewGRF info in the Tile Info window ↵smatz
for stations, houses and industries
2008-07-25(svn r13826) -Codechange: use 'INVALID_DATE' instead of '0' as placeholder ↵smatz
in tile description
2008-07-25(svn r13825) -Revert (r13821 partially): preview_player_rank wasn't a ↵peter1138
PlayerByte value in r12143, and still isn't a PlayerByte value.
2008-07-25(svn r13824) -Fix (r13822): also make sure a tile is a road stop tile before ↵rubidium
trying to get information about the roadstop...
2008-07-25(svn r13822) -Fix [FS#2166]: building through the wrong side of a drive ↵rubidium
through station was allowed.
2008-07-25(svn r13821) -Codechange: replace some uint8/bytes with more specificly ↵rubidium
named typedefs and replace a few magic numbers.
2008-07-24(svn r13820) -Update: WebTranslator2 update to 2008-07-25 00:59:06miham
brazilian_portuguese - 3 fixed by tucalipe (3) catalan - 10 fixed by arnaullv (10) czech - 12 fixed, 3 changed by Hadez (15) danish - 21 fixed by ThomasA (21) dutch - 16 fixed by habell (16) estonian - 37 fixed by kristjans (37) french - 19 fixed by glx (19) italian - 19 fixed by lorenzodv (19) korean - 10 fixed by leejaeuk5 (10) simplified_chinese - 97 fixed, 17 changed by ww9980 (114) slovak - 87 fixed by lengyel (87) spanish - 10 fixed by eusebio (10) ukrainian - 2 fixed by mad (2)
2008-07-24(svn r13819) -Fix (r13801): --man-dir=xxx was 'ignored'glx
2008-07-24(svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when ↵peter1138
changing GRF preset.