summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-09(svn r20420) -Codechange: Add TileContext enum instead of using a bool.frosch
2010-08-09(svn r20419) -Codechange: Rename dummy_land.cpp to void_cmd.cppfrosch
2010-08-08(svn r20418) -Fix [FS#4017](r20125): During world generation the ↵frosch
snow-mapbits are not yet available, so test the snowline variable directly (as before).
2010-08-08(svn r20417) -Fix (r20345) [FS#4018]: the offset stored for objects ↵rubidium
shouldn't be substracted immediately from the TileIndex as that doesn't quite do the right thing
2010-08-08(svn r20416) -Update from WebTranslator v3.0:translators
finnish - 3 changes by jpx_ german - 1 changes by BRFBlake italian - 8 changes by lorenzodv romanian - 2 changes by tonny
2010-08-08(svn r20415) -Add: Clicking at the smallmap disables updates from the ↵alberth
industry chain window.
2010-08-08(svn r20414) -Feature: Enable industries in the smallmap displayed in the ↵alberth
industry chain window.
2010-08-08(svn r20413) -Fix (r20326): some comments got a bit outdatedrubidium
2010-08-08(svn r20412) -Codechange: Replace an if by a switch in ↵alberth
IndustryCargoesWindow::OnClick.
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are ↵rubidium
actually movable; e.g. HQ and owned land are pretty movable.
2010-08-08(svn r20410) -Codechange: Move smallmap map-type switching to a function.alberth
2010-08-08(svn r20409) -Codechange: reduce the number of includes needed by newgrf.hrubidium
2010-08-08(svn r20408) -Fix [FS#4013]: PBS reservations were always displayed on ↵frosch
halftile foundations if the railtype uses overlays.
2010-08-07(svn r20407) -Codechange: make AirportClass use the new generic classrubidium
2010-08-07(svn r20406) -Codechange: make StationClass use the new generic classrubidium
2010-08-07(svn r20405) -Add: generic class for "classes" for NewGRFs, e.g. the Station ↵rubidium
classes and Airport classes
2010-08-07(svn r20404) -Codechange: remove the need for StationSpec::allocatedrubidium
2010-08-07(svn r20403) -Fix (r20399): forgot to update regressionyexo
2010-08-07(svn r20402) -Codechange: rename the airport/station class id to something ↵rubidium
slightly more generic
2010-08-07(svn r20401) -Codechange: let HouseSpec use GRFFilePropsrubidium
2010-08-07(svn r20400) -Codechange: let StationSpec use GRFFilePropsBaserubidium
2010-08-07(svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 ↵yexo
possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type
2010-08-07(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) ↵rubidium
GRFFilePropsBase
2010-08-07(svn r20397) -Feature: Display industry smallmap colour in the industry ↵alberth
chain window.
2010-08-07(svn r20396) -Codechange: introduce a helper function to test whether an ↵yexo
industry temporarily refues to accept some cargo
2010-08-07(svn r20395) -Update from WebTranslator v3.0:translators
romanian - 126 changes by tonny russian - 2 changes by Lone_Wolf serbian - 5 changes by etran swedish - 1 changes by Zuu ukrainian - 9 changes by Fixer
2010-08-06(svn r20394) -Fix [FS#4010]: make the default minimum width for editboxes 10 ↵yexo
pixels
2010-08-06(svn r20393) -Fix [FS#3993]: Prevent taking over competitors when you'd get ↵alberth
too many vehicles.
2010-08-06(svn r20392) -Fix [FS#3993]: Prevent buying bankrupt companies when you'd ↵alberth
get too many vehicles.
2010-08-06(svn r20391) -Fix [FS#3993]: Prevent buying more vehicles than allowed.alberth
2010-08-06(svn r20390) -Codechange: Move company vehicle counting to vehicle.cpp.alberth
2010-08-06(svn r20389) [NoAI] -Add: AIOrder::IsVoidOrder to find void "(Invalid ↵rubidium
Order)" orders. [NoAI] -Change: AIOrder::GetOrderFlags returns AIOrder::AIOF_INVALID for void orders.
2010-08-06(svn r20388) -Update from WebTranslator v3.0:translators
belarusian - 216 changes by KorneySan, Wowanxm croatian - 5 changes by VoyagerOne dutch - 5 changes by Yexo hungarian - 7 changes by IPG italian - 5 changes by lorenzodv korean - 5 changes by junho2813 polish - 5 changes by lion portuguese - 10 changes by SupSuper romanian - 11 changes by tonny russian - 9 changes by KorneySan spanish - 5 changes by Terkhen swedish - 9 changes by tool vietnamese - 4 changes by nglekhoi
2010-08-06(svn r20387) -Fix [FS#4000]: Allow the industry-chain button for ↵alberth
non-fundable industries, and disallow for the 'many random industries'.
2010-08-06(svn r20386) -Fix: Initialize fund-industry buttons when opening window.alberth
2010-08-06(svn r20385) -Codechange: Move updating of buttons in the fund-industry ↵alberth
window to a method.
2010-08-05(svn r20384) -Fix: Update cursor dimensions when reloading grfs resp. ↵frosch
changing base graphics, so the cursor does not glitch if it becomes bigger.
2010-08-05(svn r20383) -Update from WebTranslator v3.0:translators
belarusian - 672 changes by KorneySan, Wowanxm croatian - 2 changes by VoyagerOne finnish - 5 changes by jpx_ french - 5 changes by glx german - 4 changes by dihedral greek - 2 changes by fumantsu hungarian - 10 changes by IPG irish - 4 changes by tem marathi - 44 changes by amitst romanian - 77 changes by kkmic, tonny russian - 6 changes by KorneySan swedish - 17 changes by Zuu
2010-08-05(svn r20382) -Codechange: Hide default airport layoutname if there is only ↵frosch
one layout.
2010-08-05(svn r20381) -Add: preview sprites for the default airportsrubidium
2010-08-05(svn r20379) -Codechange: Draw airport preview using company colours.frosch
2010-08-05(svn r20378) -Fix (r20305): the 'file is missing' string in the *.obg files ↵yexo
was still for openttd(d/w).grf instead of openttd.grf
2010-08-05(svn r20377) -Feature: [NewGRF] prop 0x0A tile layout for airportsyexo
2010-08-05(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke ↵yexo
(SirkoZ)
2010-08-05(svn r20375) -Codechange: make sure the watertype for existing airport tiles ↵yexo
is set to invalid
2010-08-05(svn r20374) -Codechange: add persistant storage for airportsyexo
2010-08-05(svn r20373) -Feature: [NewGRF] callback 0x156 to use another name for ↵yexo
airport layouts than the default "Layout x"
2010-08-05(svn r20372) -Feature; [NewGRF] callback 0x155 to display extra information ↵yexo
about an airport in the build gui
2010-08-05(svn r20371) -Codechange: add general function to call text callbacks for ↵yexo
airports
2010-08-05(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview spritesyexo