summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-09(svn r20779) -Add [FS#4025]: If GRFs do not have action14 parameter ↵frosch
information, allow to set the number of parameters in the GUI explicitly.
2010-09-09(svn r20778) -Update from WebTranslator v3.0:translators
ido - 77 changes by Edwardo
2010-09-09(svn r20777) -Codechange: make VehicleListIdentifier a variable of ↵rubidium
BaseVehicleList and use that instead of "dereferencing" the window number and storing some information twice
2010-09-09(svn r20776) -Codechange: make VehicleLists for the group "ALL_GROUP" work ↵rubidium
as well
2010-09-09(svn r20775) -Fix (r20771): the group's vehicle lists weren't properly populatedrubidium
2010-09-09(svn r20774) -Fix [FS#4116]: assertion triggered when removing a station ↵rubidium
owned by nobody when the local company is "spectator" as well
2010-09-08(svn r20773) -Codechange: use packed VehicleListIdentifiers for some ↵rubidium
commands as well
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-09-08(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle ↵rubidium
list instead of a string of parameters
2010-09-08(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parametersrubidium
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in ↵rubidium
CmdSendVehicleToDepot
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-09-08(svn r20767) -Update from WebTranslator v3.0:translators
ido - 47 changes by Edwardo
2010-09-08(svn r20766) -Fix [FS#4112]: action14 data was not used for NewGRFs loaded ↵yexo
from a savegame
2010-09-08(svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as ↵yexo
AIEventCompanyMerger (fanioz)
2010-09-07(svn r20764) -Codechange: minor coding style fixsmatz
2010-09-07(svn r20763) -Fix [FS#4113](r20749): The bridgetest on building shipdepots ↵frosch
can no longer rely on being only called for clear water tiles.
2010-09-07(svn r20762) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau chuvash - 16 changes by mefisteron ido - 8 changes by Edwardo romanian - 2 changes by kkmic
2010-09-07(svn r20761) -Codechange: make PlaceObject() staticsmatz
2010-09-07(svn r20760) -Cleanup (r20753): remove unused CheckMouseOverVehicle()smatz
2010-09-07(svn r20759) -Fix (r20753): it wasn't possible to build anything when left ↵smatz
button scrolling was active
2010-09-06(svn r20758) -Fix: when leaving the program, current newgrf config would ↵smatz
leak, causing valgrind warnings
2010-09-06(svn r20757) -Update from WebTranslator v3.0:translators
chuvash - 23 changes by mefisteron galician - 62 changes by Condex norwegian_nynorsk - 42 changes by mantaray
2010-09-06(svn r20756) -Cleanup: no need to check return value of CallocTsmatz
2010-09-06(svn r20755) -Fix (r19975): small memory leak at program exit (happens only ↵smatz
once)
2010-09-06(svn r20754) -Fix [FS#4112]: assert when an industry previously build on ↵yexo
water was flooded because it's grf changed/is missing
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ↵smatz
and vehicle to clone orders from directly from vehicle lists and depot window
2010-09-05(svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to ↵rubidium
maintainer-clean
2010-09-05(svn r20751) -Fix: IndustryCargoesWindow::HousesCanAccept() did not check ↵frosch
climate-availability of houses.
2010-09-05(svn r20750) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by icelandic - 1 changes by grjonib swedish - 3 changes by Zuu thai - 34 changes by pa_o__ turkish - 14 changes by niw3
2010-09-05(svn r20749) -Fix: allow overbuilding objects with buoys and ship depotsyexo
2010-09-05(svn r20748) -Fix: overbuilding an object tile with sea under it with a ↵yexo
canal didn't take the cost for clearing the sea into account
2010-09-05(svn r20747) -Fix: overbuilding an object with water under it succeeded even ↵yexo
for industries that can't be build on water
2010-09-05(svn r20746) -Fix: set CMD_NO_WATER flag for CmdBuildBridgeyexo
2010-09-05(svn r20745) -Fix: don't delete an object when trying to terraform a tile of ↵yexo
it with canal under it. If we delete the object the terraforming will still fail due to the canal
2010-09-05(svn r20744) -Fix: overbuilding an object with water under it failedyexo
2010-09-05(svn r20743) -Fix: Make testruns of clearing an object tile not influence ↵frosch
repeated testruns resp. the exec run.
2010-09-05(svn r20742) -Fix: Evaluate DC_NO_WATER flag when clearing objects built on ↵frosch
water.
2010-09-05(svn r20741) -Cleanup: Use IsTileOnWater() in more places.frosch
2010-09-05(svn r20740) -Codechange: Add HasTileWaterClass() to test for tiletypes with ↵frosch
WaterClass.
2010-09-04(svn r20739) -Update from WebTranslator v3.0:translators
belarusian - 2 changes by esperanto - 11 changes by Christopher spanish - 1 changes by Terkhen
2010-09-04(svn r20738) -Codechange: Introduce a function for getting the number of ↵alberth
industries that should be build.
2010-09-04(svn r20737) -Codechange: Introduce a function for advertising opening of a ↵alberth
new industry.
2010-09-04(svn r20736) -Codechange: Introduce a new function for trying to create a ↵alberth
new industry.
2010-09-04(svn r20735) -Codechange: Introduce GetIndustryGamePlayProbability().alberth
2010-09-04(svn r20734) -Codechange: Rename GetScaledIndustryProbability() to ↵alberth
GetScaledIndustryGenerationProbability().
2010-09-04(svn r20733) -Fix: when overbuilding an object with an industry, clear the ↵yexo
complete object
2010-09-03(svn r20732) -Fix: when trying to build a bridge over an object, try to ↵yexo
autoremove the object if it's too high
2010-09-03(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, ↵yexo
causing invalid memory reads / double free
2010-09-03(svn r20730) -Fix: crash when removing an object while the newgrf debug ↵yexo
window was open for that object