summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-07-29(svn r22693) -Fix [FS#4691]: The override managers were not reset in some ↵frosch
cases like creating a new scenario.
2011-07-28(svn r22691) -Update from WebTranslator v3.0:translators
greek - 14 changes by kyrm romanian - 1 changes by kkmic ukrainian - 6 changes by Madvin
2011-07-27(svn r22690) -Fix: [NewGRF] Aircrafts defined with IDs above the default ↵frosch
aircrafts always defaulted to passenger cargo.
2011-07-26(svn r22689) -Update from WebTranslator v3.0:translators
belarusian - 1 changes by KorneySan hungarian - 6 changes by IPG russian - 1 changes by KorneySan
2011-07-25(svn r22688) -Update from WebTranslator v3.0:translators
greek - 4 changes by fumantsu, kyrm vietnamese - 5 changes by nglekhoi
2011-07-24(svn r22687) -Update from WebTranslator v3.0:translators
catalan - 6 changes by arnau
2011-07-23(svn r22683) -Update from WebTranslator v3.0:translators
italian - 1 changes by lorenzodv
2011-07-22(svn r22682) -Fix: [NewGRF] Disallow accessing variable 1B due to desync ↵frosch
reasons.
2011-07-22(svn r22681) -Update from WebTranslator v3.0:translators
greek - 2 changes by fumantsu
2011-07-21(svn r22680) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne dutch - 1 changes by habell finnish - 1 changes by jpx_ greek - 66 changes by kyrm serbian - 1 changes by etran
2011-07-21(svn r22679) -Change [FS#4692] (r22655): [NewGRF] Use a value of 0 to ↵planetmaker
indicate the invalid waterclass in the nearby land info (0x60 ind. tiles, 0x62 houses, objects,...)
2011-07-21(svn r22678) -Doc: More doxygen sprinkles in MacOSX code and cocoa video driverplanetmaker
2011-07-21(svn r22677) -Doc: A few doxygen sprinkles in toolbar_gui.cppplanetmaker
2011-07-20(svn r22676) -Update from WebTranslator v3.0:translators
czech - 1 changes by Harlequin english_US - 1 changes by Rubidium french - 2 changes by glx german - 1 changes by planetmaker spanish - 6 changes by Terkhen
2011-07-20(svn r22675) -Change: Add a menu entry for the sprite bounding box debuging ↵planetmaker
feature in the help menu and enable bounding boxes only in conjunction with the newgrf developer tools
2011-07-19(svn r22674) -Update from WebTranslator v3.0:translators
danish - 5 changes by NeoNmaN
2011-07-19(svn r22673) -Add #4690: Provide random bits in var 0x10 for callback 0x3B ↵planetmaker
in all cases (Hirundo)
2011-07-18(svn r22672) -Update from WebTranslator v3.0:translators
czech - 4 changes by Harlequin german - 5 changes by planetmaker
2011-07-17(svn r22671) -Update from WebTranslator v3.0:translators
czech - 4 changes by Harlequin korean - 5 changes by telk5093 polish - 7 changes by wojteks86
2011-07-17(svn r22670) -Change: Do not spawn explosion effects when bulldozing in ↵frosch
paused mode. They block the view.
2011-07-16(svn r22669) -Codechange: For non-windows, only test for file existence ↵alberth
again if strtolower actually changed the name.
2011-07-16(svn r22668) -Codechange: FioFindFullPath tests already whether the file exists.alberth
2011-07-16(svn r22667) -Update from WebTranslator v3.0:translators
belarusian - 6 changes by Wowanxm
2011-07-15(svn r22666) -Update from WebTranslator v3.0:translators
czech - 7 changes by micropro_cz luxembourgish - 9 changes by Phreeze
2011-07-14(svn r22665) -Update from WebTranslator v3.0:translators
portuguese - 5 changes by JayCity romanian - 5 changes by kkmic
2011-07-13(svn r22664) -Update from WebTranslator v3.0:translators
serbian - 5 changes by etran
2011-07-12(svn r22663) -Update from WebTranslator v3.0:translators
croatian - 5 changes by VoyagerOne dutch - 5 changes by habell french - 5 changes by glx italian - 6 changes by lorenzodv russian - 6 changes by Lone_Wolf vietnamese - 5 changes by nglekhoi
2011-07-12(svn r22662) -Fix (r22639)[FS#4683]: Ships can also travel on certain rail ↵frosch
tiles.
2011-07-12(svn r22661) -Fix (r22659): Silence a gcc warning.frosch
2011-07-11(svn r22660) -Update from WebTranslator v3.0:translators
english_US - 5 changes by Rubidium finnish - 5 changes by jpx_
2011-07-11(svn r22659) -Add: [NewGRF] Support for the land slope check callback for ↵michi_cc
stations.
2011-07-11(svn r22658) -Feature: [NewGRF] Custom error messages for object callback 0x157.michi_cc
2011-07-11(svn r22657) -Add: [NewGRF] More default error messages for the industry ↵michi_cc
shape and location callbacks.
2011-07-11(svn r22656) -Codechange: Deduplicate the custom error message of the ↵michi_cc
industry shape and location callbacks.
2011-07-11(svn r22655) -Add: [NewGRF] Add water class to the 'land info of nearby ↵michi_cc
tiles' vars.
2011-07-10(svn r22649) -Fix [FS#4670]: Switching from a red to a white highlight (by ↵frosch
switching to another tool) without switching the highlight mode (HT_RECT etc.) did not mark the selection dirty.
2011-07-10(svn r22648) -Fix (r22629): Missing 'break'. (thanks michi_cc)frosch
2011-07-10(svn r22647) -Codechange: Enhance MP_WATER map accessors with assertions. ↵frosch
(adf88)
2011-07-10(svn r22646) -Codechange: Simplify MP_WATER map accessors, esp. for locks ↵frosch
and depots. (based on patched by adf88 and michi_cc)
2011-07-10(svn r22645) -Fix [FS#4678]: GetSection() does not return a LockPart.frosch
2011-07-09(svn r22644) -Codechange: Use IsShipDepotTile() instead of single water- and ↵frosch
depottests. (adf88)
2011-07-08(svn r22643) -Fix: Disallow building NewObjects on water tiles owned by ↵michi_cc
another company.
2011-07-07(svn r22642) -Change: Disable the 'set parameters' button in the NewGRF GUI, ↵frosch
if the GRF specifies to have no parameters and one would not be able to set any parameters anyway.
2011-07-07(svn r22641) -Fix (r22639): Warning about uninitialised fields.frosch
2011-07-07(svn r22640) -Update from WebTranslator v3.0:translators
brazilian_portuguese - 2 changes by Tucalipe
2011-07-07(svn r22639) -Feature: [NewGRF] Support for ship props 14/15 (ocean/canal ↵michi_cc
speed fraction).
2011-07-07(svn r22638) -Fix: Keep the previous owner of the upper and lower lock parts ↵michi_cc
if they are built on existing water.
2011-07-05(svn r22637) -Update from WebTranslator v3.0:translators
polish - 1 changes by wojteks86
2011-07-04(svn r22636) -Fix: Airports should not expose the tile specific random bits ↵frosch
of the north tile. Only airport tiles should access those.
2011-07-04(svn r22635) -Fix: Correctly reseed random bits of industries and industry ↵frosch
tiles.