summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2008-07-24(svn r13817) -Cleanup (r13816): no need to check for ENABLE_NETWORK, ↵smatz
_networking is defined anyway
2008-07-24(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a ↵smatz
depot (callback 0x11) and give a warning about that
2008-07-24(svn r13814) -Fix (r13810): MSVC (as usual) does stupid things. This time it ↵rubidium
is copying around a struct it created itself, causing bad things to happen if you don't explicitly set all variables to something remotely sane in the constructor.
2008-07-23(svn r13810) -Fix: small memory leak when tar files would be found.rubidium
2008-07-23(svn r13809) -Fix: memory leak each time a "new ai" got (re)started.rubidium
2008-07-23(svn r13807) -Fix: memory leak when loading groups.rubidium
2008-07-23(svn r13806) -Fix [FS#2162]: checking for train waiting at other side of ↵smatz
two-way signal was broken
2008-07-23(svn r13805) -Fix(r13801): Missed a replacementskidd13
2008-07-23(svn r13804) -Fix(r13801): a search after remove should help to find missed ↵skidd13
incarnations
2008-07-23(svn r13803) -Fix(r13801): Copy & paste mistakesskidd13
2008-07-23(svn r13802) -Fix(r13801): a few small typosskidd13
2008-07-23(svn r13801) -Add: further configuration options to make packaging more unionskidd13
-Add: Unix man file gets now installed if necessary
2008-07-23(svn r13800) -Codechange: minor comment style fixes in misc_gui.cppsmatz
2008-07-23(svn r13799) -Fix (r13730): {RAW_STRING} should be used in english.txt onlyglx