Commit Graph

16249 Commits (3dbc1abf14baa6b45e415f43e8ef9f5dece825df)
 

Author SHA1 Message Date
translators fd232857de (svn r20801) -Update from WebTranslator v3.0:
belarusian - 1 changes by KorneySan
hungarian - 1 changes by IPG
slovenian - 3 changes by ntadej
14 years ago
yexo ed92106135 (svn r20800) -Fix: [NewGRF] clamp some more vehicle variables 14 years ago
yexo 340a1ff111 (svn r20799) -Fix: [NewGRF] clamp vehicle var 0xC2 (max age) to uint16 (Hirundo) 14 years ago
yexo 74d81b2991 (svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work for TRANSPORT_AIR 14 years ago
yexo e9f0d7927a (svn r20797) -Fix: disable houses without a size that are available according to their building flags 14 years ago
yexo 21cf5f8915 (svn r20796) -Fix: make sure all houses in the house spec array are valid. It was possible that part of a multitile house was not copied because the array was full 14 years ago
yexo fbff80680f (svn r20795) -Codechange: clarify code/documentation of the start/stop bit in CmdMassStartStopVehicle (Krille) 14 years ago
rubidium eca3aa6c41 (svn r20794) -Document [FS#4083]: a case where DirectMusic takes hours to initialise 14 years ago
rubidium 7a102a76ce (svn r20793) -Fix: broken string 14 years ago
yexo 78a2b26ea3 (svn r20792) -Fix (r8973): [NewGRF] vehicle vars 0x98 and 0xB4 (max speed and current speed) used the wrong unit for aircraft (Hirundo) 14 years ago
frosch f3015ee820 (svn r20791) -Fix (r12161): Building 2x2 houses did not work for 2x2 road layouts on all map sizes. 14 years ago
frosch f768485e1d (svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf houses and serves no use for original houses. 14 years ago
translators 15802a80d6 (svn r20789) -Update from WebTranslator v3.0:
ido - 106 changes by Edwardo
indonesian - 78 changes by fanioz
norwegian_bokmal - 1 changes by CyberKenny
portuguese - 1 changes by ABCRic
swedish - 1 changes by Zuu
thai - 68 changes by kenny
vietnamese - 13 changes by nglekhoi
14 years ago
yexo 2d2b6630d7 (svn r20788) -Fix (r20733)[FS#4119]: start/stop all vehicles from non-train depots was broken 14 years ago
frosch 9aba4a66b6 (svn r20787) -Fix: Spelling mistake in slovak real town names. (mek2) 14 years ago
translators 07aad31cab (svn r20786) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
ido - 1 changes by Edwardo
italian - 1 changes by lorenzodv
portuguese - 6 changes by ABCRic
serbian - 1 changes by etran
thai - 60 changes by kenny
14 years ago
rubidium 6991825f59 (svn r20785) -Fix: crash when closing the station view of oilrigs (similar to r20774) 14 years ago
alberth adc847358c (svn r20784) -Doc: Doxyment a few debug line printing functions. 14 years ago
rubidium 3d2908253e (svn r20783) -Change/Fix: do autosave-on-exit as well when using kill/CTRL-C to terminate a dedicated OpenTTD 14 years ago
translators 2012cbc27c (svn r20782) -Update from WebTranslator v3.0:
croatian - 1 changes by VoyagerOne
dutch - 1 changes by Yexo
french - 1 changes by glx
galician - 64 changes by Condex
german - 1 changes by planetmaker
korean - 3 changes by junho2813
polish - 1 changes by voythas
romanian - 1 changes by tonny
russian - 1 changes by Lone_Wolf
spanish - 1 changes by Terkhen
thai - 11 changes by angelix, kenny
14 years ago
yexo 9a1e01ab38 (svn r20781) -Fix (r20780): FinishInitNested reset this->owner, so set it afterwards 14 years ago
yexo 7c27a6c4ee (svn r20780) -Fix (r20772): group gui only worked properly for the first company 14 years ago
frosch 3cc221410e (svn r20779) -Add [FS#4025]: If GRFs do not have action14 parameter information, allow to set the number of parameters in the GUI explicitly. 14 years ago
translators f5b13b0e9d (svn r20778) -Update from WebTranslator v3.0:
ido - 77 changes by Edwardo
14 years ago
rubidium 713165fba9 (svn r20777) -Codechange: make VehicleListIdentifier a variable of BaseVehicleList and use that instead of "dereferencing" the window number and storing some information twice 14 years ago
rubidium 7d00b403c2 (svn r20776) -Codechange: make VehicleLists for the group "ALL_GROUP" work as well 14 years ago
rubidium 1fe70616a8 (svn r20775) -Fix (r20771): the group's vehicle lists weren't properly populated 14 years ago
rubidium 86a3fbb287 (svn r20774) -Fix [FS#4116]: assertion triggered when removing a station owned by nobody when the local company is "spectator" as well 14 years ago
rubidium eeb53fc575 (svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands as well 14 years ago
rubidium 1664ac1eb5 (svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers 14 years ago
rubidium fcb4cfedb0 (svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle list instead of a string of parameters 14 years ago
rubidium 91ea9c969f (svn r20770) -Codechange: move some bits around in CmdMassStartStop's parameters 14 years ago
rubidium 56ebc2359e (svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot 14 years ago
rubidium db3a6485d7 (svn r20768) -Codechange: unify send-to-depot commands 14 years ago
translators 31c119cc57 (svn r20767) -Update from WebTranslator v3.0:
ido - 47 changes by Edwardo
14 years ago
yexo d079eb49df (svn r20766) -Fix [FS#4112]: action14 data was not used for NewGRFs loaded from a savegame 14 years ago
yexo 867e652609 (svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz) 14 years ago
smatz 037cc66755 (svn r20764) -Codechange: minor coding style fix 14 years ago
frosch 39f95fabe2 (svn r20763) -Fix [FS#4113](r20749): The bridgetest on building shipdepots can no longer rely on being only called for clear water tiles. 14 years ago
translators 1403a4a1f9 (svn r20762) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
chuvash - 16 changes by mefisteron
ido - 8 changes by Edwardo
romanian - 2 changes by kkmic
14 years ago
smatz ca1aea6225 (svn r20761) -Codechange: make PlaceObject() static 14 years ago
smatz e4bf409e44 (svn r20760) -Cleanup (r20753): remove unused CheckMouseOverVehicle() 14 years ago
smatz d9cca2ae1d (svn r20759) -Fix (r20753): it wasn't possible to build anything when left button scrolling was active 14 years ago
smatz 8456217bf4 (svn r20758) -Fix: when leaving the program, current newgrf config would leak, causing valgrind warnings 14 years ago
translators 67fc433af8 (svn r20757) -Update from WebTranslator v3.0:
chuvash - 23 changes by mefisteron
galician - 62 changes by Condex
norwegian_nynorsk - 42 changes by mantaray
14 years ago
smatz 1f8983fadd (svn r20756) -Cleanup: no need to check return value of CallocT 14 years ago
smatz ec106759d1 (svn r20755) -Fix (r19975): small memory leak at program exit (happens only once) 14 years ago
yexo a25dc57aac (svn r20754) -Fix [FS#4112]: assert when an industry previously build on water was flooded because it's grf changed/is missing 14 years ago
smatz 63b8fea69f (svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone and vehicle to clone orders from directly from vehicle lists and depot window 14 years ago
rubidium 0ed88d732f (svn r20752) -Change: move removal of bin/data/openttd.grf from distclean to maintainer-clean 14 years ago