------------------------------------------------------------------------ r20442 | translators | 2010-08-10 17:45:21 +0000 (Tue, 10 Aug 2010) | 8 lines -Update from WebTranslator v3.0: czech - 2 changes by Hadez dutch - 2 changes by habell french - 2 changes by glx italian - 2 changes by lorenzodv polish - 2 changes by lion spanish - 2 changes by Terkhen ------------------------------------------------------------------------ r20441 | rubidium | 2010-08-10 16:45:32 +0000 (Tue, 10 Aug 2010) | 2 lines -Fix [FS#4024]: adding "goto nearest depot and stop" orders in one go was denied. This caused both AI adding those orders and backed up order restoration to fail. ------------------------------------------------------------------------ r20440 | rubidium | 2010-08-10 16:17:51 +0000 (Tue, 10 Aug 2010) | 2 lines -Fix: MSVC warning about shifting a 32 bit value and then converting it to 64 bits ------------------------------------------------------------------------ r20439 | rubidium | 2010-08-10 16:15:42 +0000 (Tue, 10 Aug 2010) | 2 lines -Fix [FS#4023]: MinGW compiler complaining about converting -1 to an unsigned int ------------------------------------------------------------------------ r20438 | rubidium | 2010-08-10 16:13:51 +0000 (Tue, 10 Aug 2010) | 2 lines -Fix [FS#4022]: for docks "facing" north, i.e. having the watery part a the northern side, the joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools ------------------------------------------------------------------------ r20437 | rubidium | 2010-08-10 15:54:53 +0000 (Tue, 10 Aug 2010) | 2 lines -Codechange: lets Engines use GRFFilePropsBase as well ------------------------------------------------------------------------ r20436 | rubidium | 2010-08-10 15:51:33 +0000 (Tue, 10 Aug 2010) | 2 lines -Codechange: use GRFFilePropsBase's spritegroup for stations. ------------------------------------------------------------------------ r20435 | rubidium | 2010-08-10 15:49:35 +0000 (Tue, 10 Aug 2010) | 2 lines -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups ------------------------------------------------------------------------ r20427 | rubidium | 2010-08-09 18:29:13 +0000 (Mon, 09 Aug 2010) | 2 lines -Revert (r20105): even though MCI has less problems with wrongly pitched songs than dmusic, it crashed instead. ------------------------------------------------------------------------ r20426 | rubidium | 2010-08-09 18:16:16 +0000 (Mon, 09 Aug 2010) | 2 lines -Update: the known bugs (part by Eddi|zuHause) ------------------------------------------------------------------------ r20425 | translators | 2010-08-09 17:45:31 +0000 (Mon, 09 Aug 2010) | 12 lines -Update from WebTranslator v3.0: simplified_chinese - 14 changes by pda1573 traditional_chinese - 32 changes by josesun chuvash - 25 changes by mefisteron croatian - 3 changes by VoyagerOne estonian - 44 changes by KSiimson german - 3 changes by planetmaker hungarian - 1 changes by IPG italian - 1 changes by lorenzodv russian - 3 changes by Lone_Wolf serbian - 2 changes by etran ------------------------------------------------------------------------ r20424 | terkhen | 2010-08-09 10:59:30 +0000 (Mon, 09 Aug 2010) | 2 lines -Fix: Rename members of TileContext (TC_NORMAL conflicted with an existing define on MinGW). ------------------------------------------------------------------------ r20423 | frosch | 2010-08-09 07:32:04 +0000 (Mon, 09 Aug 2010) | 1 line -Change [FS#3947]: Make snow on bridges depend on bridgeheight. ------------------------------------------------------------------------ r20422 | frosch | 2010-08-09 07:30:50 +0000 (Mon, 09 Aug 2010) | 1 line -Change [FS#3947]: Resolve tracksprites on bridges always using the southern bridgehead as tile. ------------------------------------------------------------------------ r20421 | frosch | 2010-08-09 07:19:44 +0000 (Mon, 09 Aug 2010) | 1 line -Change [FS#3947]: Make snowyness of bridgehead depend on the tileheight at the entry edge. ------------------------------------------------------------------------ r20420 | frosch | 2010-08-09 07:10:42 +0000 (Mon, 09 Aug 2010) | 1 line -Codechange: Add TileContext enum instead of using a bool. ------------------------------------------------------------------------ r20419 | frosch | 2010-08-09 06:48:52 +0000 (Mon, 09 Aug 2010) | 1 line -Codechange: Rename dummy_land.cpp to void_cmd.cpp ------------------------------------------------------------------------ r20418 | frosch | 2010-08-08 21:34:19 +0000 (Sun, 08 Aug 2010) | 1 line -Fix [FS#4017](r20125): During world generation the snow-mapbits are not yet available, so test the snowline variable directly (as before). ------------------------------------------------------------------------ r20417 | rubidium | 2010-08-08 19:50:07 +0000 (Sun, 08 Aug 2010) | 2 lines -Fix (r20345) [FS#4018]: the offset stored for objects shouldn't be substracted immediately from the TileIndex as that doesn't quite do the right thing ------------------------------------------------------------------------ r20416 | translators | 2010-08-08 17:45:15 +0000 (Sun, 08 Aug 2010) | 6 lines -Update from WebTranslator v3.0: finnish - 3 changes by jpx_ german - 1 changes by BRFBlake italian - 8 changes by lorenzodv romanian - 2 changes by tonny ------------------------------------------------------------------------ r20415 | alberth | 2010-08-08 11:21:24 +0000 (Sun, 08 Aug 2010) | 1 line -Add: Clicking at the smallmap disables updates from the industry chain window. ------------------------------------------------------------------------ r20414 | alberth | 2010-08-08 11:17:14 +0000 (Sun, 08 Aug 2010) | 1 line -Feature: Enable industries in the smallmap displayed in the industry chain window. ------------------------------------------------------------------------ r20413 | rubidium | 2010-08-08 11:12:34 +0000 (Sun, 08 Aug 2010) | 2 lines -Fix (r20326): some comments got a bit outdated ------------------------------------------------------------------------ r20412 | alberth | 2010-08-08 11:02:57 +0000 (Sun, 08 Aug 2010) | 1 line -Codechange: Replace an if by a switch in IndustryCargoesWindow::OnClick. ------------------------------------------------------------------------ r20411 | rubidium | 2010-08-08 10:59:30 +0000 (Sun, 08 Aug 2010) | 2 lines -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. ------------------------------------------------------------------------ r20410 | alberth | 2010-08-08 10:47:09 +0000 (Sun, 08 Aug 2010) | 1 line -Codechange: Move smallmap map-type switching to a function. ------------------------------------------------------------------------ r20409 | rubidium | 2010-08-08 09:07:40 +0000 (Sun, 08 Aug 2010) | 2 lines -Codechange: reduce the number of includes needed by newgrf.h ------------------------------------------------------------------------ r20408 | frosch | 2010-08-08 08:52:47 +0000 (Sun, 08 Aug 2010) | 1 line -Fix [FS#4013]: PBS reservations were always displayed on halftile foundations if the railtype uses overlays. ------------------------------------------------------------------------ r20407 | rubidium | 2010-08-07 22:08:20 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: make AirportClass use the new generic class ------------------------------------------------------------------------ r20406 | rubidium | 2010-08-07 22:07:07 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: make StationClass use the new generic class ------------------------------------------------------------------------ r20405 | rubidium | 2010-08-07 22:05:58 +0000 (Sat, 07 Aug 2010) | 2 lines -Add: generic class for "classes" for NewGRFs, e.g. the Station classes and Airport classes ------------------------------------------------------------------------ r20404 | rubidium | 2010-08-07 21:39:30 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: remove the need for StationSpec::allocated ------------------------------------------------------------------------ r20403 | yexo | 2010-08-07 21:32:39 +0000 (Sat, 07 Aug 2010) | 1 line -Fix (r20399): forgot to update regression ------------------------------------------------------------------------ r20402 | rubidium | 2010-08-07 21:10:57 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: rename the airport/station class id to something slightly more generic ------------------------------------------------------------------------ r20401 | rubidium | 2010-08-07 21:03:38 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: let HouseSpec use GRFFileProps ------------------------------------------------------------------------ r20400 | rubidium | 2010-08-07 20:52:45 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: let StationSpec use GRFFilePropsBase ------------------------------------------------------------------------ r20399 | yexo | 2010-08-07 20:51:53 +0000 (Sat, 07 Aug 2010) | 1 line -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type ------------------------------------------------------------------------ r20398 | rubidium | 2010-08-07 20:51:07 +0000 (Sat, 07 Aug 2010) | 2 lines -Codechange: move some variables of GRFFileProps into (the new) GRFFilePropsBase ------------------------------------------------------------------------ r20397 | alberth | 2010-08-07 20:36:23 +0000 (Sat, 07 Aug 2010) | 1 line -Feature: Display industry smallmap colour in the industry chain window. ------------------------------------------------------------------------ r20396 | yexo | 2010-08-07 20:11:27 +0000 (Sat, 07 Aug 2010) | 1 line -Codechange: introduce a helper function to test whether an industry temporarily refues to accept some cargo ------------------------------------------------------------------------ r20395 | translators | 2010-08-07 17:45:19 +0000 (Sat, 07 Aug 2010) | 7 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20394 | yexo | 2010-08-06 20:52:53 +0000 (Fri, 06 Aug 2010) | 1 line -Fix [FS#4010]: make the default minimum width for editboxes 10 pixels ------------------------------------------------------------------------ r20393 | alberth | 2010-08-06 20:28:16 +0000 (Fri, 06 Aug 2010) | 1 line -Fix [FS#3993]: Prevent taking over competitors when you'd get too many vehicles. ------------------------------------------------------------------------ r20392 | alberth | 2010-08-06 20:26:01 +0000 (Fri, 06 Aug 2010) | 1 line -Fix [FS#3993]: Prevent buying bankrupt companies when you'd get too many vehicles. ------------------------------------------------------------------------ r20391 | alberth | 2010-08-06 20:10:53 +0000 (Fri, 06 Aug 2010) | 1 line -Fix [FS#3993]: Prevent buying more vehicles than allowed. ------------------------------------------------------------------------ r20390 | alberth | 2010-08-06 19:56:14 +0000 (Fri, 06 Aug 2010) | 1 line -Codechange: Move company vehicle counting to vehicle.cpp. ------------------------------------------------------------------------ r20389 | rubidium | 2010-08-06 19:04:21 +0000 (Fri, 06 Aug 2010) | 3 lines [NoAI] -Add: AIOrder::IsVoidOrder to find void "(Invalid Order)" orders. [NoAI] -Change: AIOrder::GetOrderFlags returns AIOrder::AIOF_INVALID for void orders. ------------------------------------------------------------------------ r20388 | translators | 2010-08-06 17:45:42 +0000 (Fri, 06 Aug 2010) | 15 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20387 | alberth | 2010-08-06 12:23:44 +0000 (Fri, 06 Aug 2010) | 1 line -Fix [FS#4000]: Allow the industry-chain button for non-fundable industries, and disallow for the 'many random industries'. ------------------------------------------------------------------------ r20386 | alberth | 2010-08-06 12:19:01 +0000 (Fri, 06 Aug 2010) | 1 line -Fix: Initialize fund-industry buttons when opening window. ------------------------------------------------------------------------ r20385 | alberth | 2010-08-06 12:12:20 +0000 (Fri, 06 Aug 2010) | 1 line -Codechange: Move updating of buttons in the fund-industry window to a method. ------------------------------------------------------------------------ r20384 | frosch | 2010-08-05 19:23:19 +0000 (Thu, 05 Aug 2010) | 1 line -Fix: Update cursor dimensions when reloading grfs resp. changing base graphics, so the cursor does not glitch if it becomes bigger. ------------------------------------------------------------------------ r20383 | translators | 2010-08-05 17:45:37 +0000 (Thu, 05 Aug 2010) | 14 lines -Update from WebTranslator v3.0: 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 ------------------------------------------------------------------------ r20382 | frosch | 2010-08-05 17:24:45 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: Hide default airport layoutname if there is only one layout. ------------------------------------------------------------------------ r20381 | rubidium | 2010-08-05 17:18:13 +0000 (Thu, 05 Aug 2010) | 2 lines -Add: preview sprites for the default airports ------------------------------------------------------------------------ r20379 | frosch | 2010-08-05 17:16:31 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: Draw airport preview using company colours. ------------------------------------------------------------------------ r20378 | yexo | 2010-08-05 16:09:14 +0000 (Thu, 05 Aug 2010) | 1 line -Fix (r20305): the 'file is missing' string in the *.obg files was still for openttd(d/w).grf instead of openttd.grf ------------------------------------------------------------------------ r20377 | yexo | 2010-08-05 12:10:22 +0000 (Thu, 05 Aug 2010) | 1 line -Feature: [NewGRF] prop 0x0A tile layout for airports ------------------------------------------------------------------------ r20376 | yexo | 2010-08-05 12:09:08 +0000 (Thu, 05 Aug 2010) | 1 line -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ) ------------------------------------------------------------------------ r20375 | yexo | 2010-08-05 12:06:53 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: make sure the watertype for existing airport tiles is set to invalid ------------------------------------------------------------------------ r20374 | yexo | 2010-08-05 12:06:13 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: add persistant storage for airports ------------------------------------------------------------------------ r20373 | yexo | 2010-08-05 12:05:56 +0000 (Thu, 05 Aug 2010) | 1 line -Feature: [NewGRF] callback 0x156 to use another name for airport layouts than the default "Layout x" ------------------------------------------------------------------------ r20372 | yexo | 2010-08-05 12:05:15 +0000 (Thu, 05 Aug 2010) | 1 line -Feature; [NewGRF] callback 0x155 to display extra information about an airport in the build gui ------------------------------------------------------------------------ r20371 | yexo | 2010-08-05 12:04:33 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: add general function to call text callbacks for airports ------------------------------------------------------------------------ r20370 | yexo | 2010-08-05 12:03:58 +0000 (Thu, 05 Aug 2010) | 1 line -Add: [NewGRF] new action 5 block to add airport preview sprites ------------------------------------------------------------------------ r20369 | yexo | 2010-08-05 12:03:34 +0000 (Thu, 05 Aug 2010) | 1 line -Feature: preview sprites for airports ------------------------------------------------------------------------ r20368 | yexo | 2010-08-05 12:03:06 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: automatically rotate all nodes for airport movement if the airport is rotated ------------------------------------------------------------------------ r20367 | yexo | 2010-08-05 12:02:22 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange; don't use a pointer to access the AirportMovingData of the current position ------------------------------------------------------------------------ r20366 | yexo | 2010-08-05 12:00:09 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: store the rotation of the airport layout in the station struct and use it to rotate hangar tiles ------------------------------------------------------------------------ r20365 | yexo | 2010-08-05 11:59:07 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: allow multiple layouts for one airport statemachine, store the layout number ------------------------------------------------------------------------ r20364 | yexo | 2010-08-05 11:57:55 +0000 (Thu, 05 Aug 2010) | 1 line -Codechange: add infrastructure for airport callbacks ------------------------------------------------------------------------ r20363 | translators | 2010-08-04 17:45:20 +0000 (Wed, 04 Aug 2010) | 8 lines -Update from WebTranslator v3.0: belarusian - 83 changes by Wowanxm dutch - 2 changes by habell german - 9 changes by dihedral italian - 5 changes by lorenzodv korean - 2 changes by junho2813 spanish - 2 changes by Terkhen ------------------------------------------------------------------------ r20362 | yexo | 2010-08-04 10:33:18 +0000 (Wed, 04 Aug 2010) | 1 line -Codechange: use correct parameter type for SetFill in airport gui ------------------------------------------------------------------------ r20361 | terkhen | 2010-08-04 08:58:45 +0000 (Wed, 04 Aug 2010) | 2 lines -Fix [FS#3989]: Stop vehicle following after zooming out. ------------------------------------------------------------------------ r20360 | rubidium | 2010-08-04 08:47:44 +0000 (Wed, 04 Aug 2010) | 3 lines -Update: move Belarusian to the finished languages -Add: stub for Marathi language (one of the languages in India) ------------------------------------------------------------------------ r20359 | translators | 2010-08-04 08:46:28 +0000 (Wed, 04 Aug 2010) | 8 lines -Update from WebTranslator v3.0: belarusian - 597 changes by KorneySan, Wowanxm finnish - 2 changes by jpx_ french - 2 changes by glx polish - 5 changes by silver_777 russian - 20 changes by KorneySan serbian - 2 changes by etran ------------------------------------------------------------------------ r20358 | rubidium | 2010-08-04 07:31:29 +0000 (Wed, 04 Aug 2010) | 2 lines -Fix [FS#4008]: (r20281) crash when building some stuff when the measurement tooltip is disabled ------------------------------------------------------------------------ r20357 | frosch | 2010-08-04 06:27:20 +0000 (Wed, 04 Aug 2010) | 1 line -Fix (r20356): Call GetAllRoadBits() only if there is road. ------------------------------------------------------------------------ r20356 | rubidium | 2010-08-03 18:32:53 +0000 (Tue, 03 Aug 2010) | 2 lines -Fix [FS#3983]: apparantly one generic error message can't be understood... ------------------------------------------------------------------------ r20355 | michi_cc | 2010-08-03 18:29:26 +0000 (Tue, 03 Aug 2010) | 1 line -Fix (r20353): Stale comment. ------------------------------------------------------------------------ r20354 | rubidium | 2010-08-03 18:08:49 +0000 (Tue, 03 Aug 2010) | 2 lines -Fix: some compilation errors in (unfinished) translations ------------------------------------------------------------------------ r20353 | michi_cc | 2010-08-03 17:48:07 +0000 (Tue, 03 Aug 2010) | 1 line -Add: [NewGRF] Support for callback 0x147 ("add sprite offset") for canals. ------------------------------------------------------------------------ r20352 | michi_cc | 2010-08-03 17:48:03 +0000 (Tue, 03 Aug 2010) | 1 line -Add: [NewGRF] Support for property 09, feature 05, i.e alternate canal sprite layout. ------------------------------------------------------------------------ r20351 | michi_cc | 2010-08-03 17:47:43 +0000 (Tue, 03 Aug 2010) | 1 line -Codechange: Uncouple water lock and depot drawing. ------------------------------------------------------------------------ r20350 | translators | 2010-08-03 17:45:43 +0000 (Tue, 03 Aug 2010) | 15 lines -Update from WebTranslator v3.0: belarusian - 1070 changes by KorneySan, Wowanxm simplified_chinese - 7 changes by pda1573 croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 2 changes by jpx_ french - 2 changes by glx german - 44 changes by NG indonesian - 6 changes by prof korean - 2 changes by junho2813 russian - 8 changes by KorneySan, Lone_Wolf serbian - 2 changes by etran spanish - 6 changes by Terkhen vietnamese - 2 changes by nglekhoi ------------------------------------------------------------------------ r20349 | rubidium | 2010-08-03 16:42:47 +0000 (Tue, 03 Aug 2010) | 2 lines -Fix: don't pay stuff you didn't have to pay for previously :) ------------------------------------------------------------------------