------------------------------------------------------------------------ r19500 | translators | 2010-03-21 18:45:16 +0000 (Sun, 21 Mar 2010) | 6 lines -Update from WebTranslator v3.0: esperanto - 2 changes by kristjan greek - 4 changes by lithuanian - 2 changes by brazilian_portuguese - 2 changes by leandromoh ------------------------------------------------------------------------ r19499 | frosch | 2010-03-21 15:16:05 +0000 (Sun, 21 Mar 2010) | 1 line -Remove: same_industry_close setting did not do what it said and caused NewGRF trouble. ------------------------------------------------------------------------ r19498 | peter1138 | 2010-03-21 11:35:41 +0000 (Sun, 21 Mar 2010) | 2 lines -Feature [FS#3710]: Keep number padding intact when cloning vehicle names. ------------------------------------------------------------------------ r19497 | frosch | 2010-03-21 11:05:39 +0000 (Sun, 21 Mar 2010) | 1 line -Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage. (Spotted by yexo) ------------------------------------------------------------------------ r19495 | translators | 2010-03-20 18:45:19 +0000 (Sat, 20 Mar 2010) | 7 lines -Update from WebTranslator v3.0: esperanto - 14 changes by kristjan greek - 4 changes by lithuanian - 2 changes by luxembourgish - 3 changes by Phreeze polish - 1 changes by silver_777 ------------------------------------------------------------------------ r19494 | alberth | 2010-03-20 17:58:24 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Remove _error_message. ------------------------------------------------------------------------ r19493 | alberth | 2010-03-20 17:22:15 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Keep track of last error in CmdDepotSellAllVehicles(). ------------------------------------------------------------------------ r19492 | alberth | 2010-03-20 17:19:16 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Keep track of last error in CmdClearArea(). ------------------------------------------------------------------------ r19491 | alberth | 2010-03-20 17:14:26 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Keep track of last error in CmdRemoveLongRoad(). ------------------------------------------------------------------------ r19490 | alberth | 2010-03-20 17:13:00 +0000 (Sat, 20 Mar 2010) | 1 line -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error. ------------------------------------------------------------------------ r19489 | alberth | 2010-03-20 17:10:14 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Introduce a had_success variable in SendAllVehiclesToDepot(). ------------------------------------------------------------------------ r19488 | alberth | 2010-03-20 17:08:16 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well. ------------------------------------------------------------------------ r19487 | alberth | 2010-03-20 16:53:46 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Removed non-reachable return statement. ------------------------------------------------------------------------ r19486 | alberth | 2010-03-20 16:47:07 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Code style, move var declarations closer to their first use. ------------------------------------------------------------------------ r19485 | alberth | 2010-03-20 16:45:23 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs. ------------------------------------------------------------------------ r19484 | alberth | 2010-03-20 15:32:58 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'. ------------------------------------------------------------------------ r19483 | alberth | 2010-03-20 15:30:57 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Code layout fixes, and parentheses reduction. ------------------------------------------------------------------------ r19482 | alberth | 2010-03-20 15:23:26 +0000 (Sat, 20 Mar 2010) | 1 line -Doc: Doxygen additions/updates. ------------------------------------------------------------------------ r19481 | frosch | 2010-03-20 14:30:16 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Turn _industry_counts into a static member of Industry. ------------------------------------------------------------------------ r19480 | terkhen | 2010-03-20 12:21:01 +0000 (Sat, 20 Mar 2010) | 2 lines -Fix: Stop reducing the size of the vehicle list after selecting a vehicle with a long description. ------------------------------------------------------------------------ r19479 | alberth | 2010-03-20 10:59:06 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Test range of town size and layout instead of against the current last value. ------------------------------------------------------------------------ r19478 | alberth | 2010-03-20 10:55:08 +0000 (Sat, 20 Mar 2010) | 1 line -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums. ------------------------------------------------------------------------ r19477 | yexo | 2010-03-19 22:46:22 +0000 (Fri, 19 Mar 2010) | 1 line -Fix (r1946x): removed a few too functions including the copy constructor ------------------------------------------------------------------------ r19476 | yexo | 2010-03-19 21:23:54 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: simplify the 'is conflicting industry nearby' check a bit ------------------------------------------------------------------------ r19475 | terkhen | 2010-03-19 21:00:15 +0000 (Fri, 19 Mar 2010) | 2 lines -Cleanup: Remove an unneeded for when drawing detail panels. ------------------------------------------------------------------------ r19474 | yexo | 2010-03-19 20:44:23 +0000 (Fri, 19 Mar 2010) | 1 line -Cleanup: remove ByteBlob::Append(T*, num_items) ------------------------------------------------------------------------ r19473 | yexo | 2010-03-19 20:28:28 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13) ------------------------------------------------------------------------ r19472 | yexo | 2010-03-19 20:13:15 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13) ------------------------------------------------------------------------ r19471 | yexo | 2010-03-19 20:08:40 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: rename ByteBlob methods to fit common style (skidd13) ------------------------------------------------------------------------ r19470 | yexo | 2010-03-19 20:06:33 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: rename blob internals (skidd13) ------------------------------------------------------------------------ r19469 | yexo | 2010-03-19 20:05:49 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: remove unused functions from Blob (skidd13) ------------------------------------------------------------------------ r19468 | yexo | 2010-03-19 20:04:24 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: make ptr_u union in Blob anonymous (skidd13) ------------------------------------------------------------------------ r19467 | yexo | 2010-03-19 20:03:25 +0000 (Fri, 19 Mar 2010) | 3 lines -Codechange: Use uint and byte direct instead of declaring internal types (skidd13) -Codechange: remove now unneeded asserts -Codechange: Set CBlobBaseSimple as absolute base class of CBlobT ------------------------------------------------------------------------ r19466 | translators | 2010-03-19 18:45:26 +0000 (Fri, 19 Mar 2010) | 10 lines -Update from WebTranslator v3.0: czech - 1 changes by TheLamer greek - 4 changes by lithuanian - 3 changes by kiphemyst norwegian_bokmal - 3 changes by mantaray norwegian_nynorsk - 3 changes by mantaray spanish - 2 changes by Terkhen swedish - 5 changes by accatyyc ukrainian - 3 changes by Madvin ------------------------------------------------------------------------ r19465 | yexo | 2010-03-19 11:17:52 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: support for multi-tile hangars ------------------------------------------------------------------------ r19464 | yexo | 2010-03-19 09:58:46 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: move GetHangarTile to Airport ------------------------------------------------------------------------ r19463 | yexo | 2010-03-19 09:48:44 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: add helper function to determine if an airport has at least one hangar ------------------------------------------------------------------------ r19462 | yexo | 2010-03-19 00:34:38 +0000 (Fri, 19 Mar 2010) | 1 line -Codechange: use the AS_GENERIC macro also for the dummy airport ------------------------------------------------------------------------ r19461 | yexo | 2010-03-18 23:41:39 +0000 (Thu, 18 Mar 2010) | 1 line -Fix (r19355): p1 was still used in two places ------------------------------------------------------------------------ r19460 | rubidium | 2010-03-18 23:27:11 +0000 (Thu, 18 Mar 2010) | 2 lines -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot ------------------------------------------------------------------------ r19459 | yexo | 2010-03-18 23:15:38 +0000 (Thu, 18 Mar 2010) | 1 line -Feature: make some airport properties modifyable by newgrfs ------------------------------------------------------------------------ r19458 | yexo | 2010-03-18 23:14:47 +0000 (Thu, 18 Mar 2010) | 1 line -Fix (r19457): svn add the new file ------------------------------------------------------------------------ r19457 | yexo | 2010-03-18 23:12:38 +0000 (Thu, 18 Mar 2010) | 1 line -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found ------------------------------------------------------------------------ r19456 | yexo | 2010-03-18 23:10:35 +0000 (Thu, 18 Mar 2010) | 1 line -Codechange; increase the maximum number of airports ------------------------------------------------------------------------ r19455 | yexo | 2010-03-18 21:02:20 +0000 (Thu, 18 Mar 2010) | 1 line -Codechange: split all airport information in Station to a seperate class ------------------------------------------------------------------------ r19454 | translators | 2010-03-18 18:45:20 +0000 (Thu, 18 Mar 2010) | 8 lines -Update from WebTranslator v3.0: czech - 3 changes by Hadez, TheLamer frisian - 4 changes by Fopper greek - 6 changes by fumantsu hebrew - 2 changes by dnd_man indonesian - 3 changes by prof slovak - 56 changes by keso53 ------------------------------------------------------------------------ r19453 | yexo | 2010-03-18 18:38:32 +0000 (Thu, 18 Mar 2010) | 1 line -Codechange: split getting the initial aircraft position to a new function ------------------------------------------------------------------------ r19452 | rubidium | 2010-03-18 16:34:50 +0000 (Thu, 18 Mar 2010) | 2 lines -Change: plural type of Slovak (keso) ------------------------------------------------------------------------ r19451 | yexo | 2010-03-18 15:20:49 +0000 (Thu, 18 Mar 2010) | 1 line -Cleanup: remove some unused code ------------------------------------------------------------------------ r19450 | yexo | 2010-03-18 15:20:21 +0000 (Thu, 18 Mar 2010) | 1 line -Fix (r19197): animation callbacks for airport tiles where never called ------------------------------------------------------------------------ r19449 | yexo | 2010-03-18 00:41:16 +0000 (Thu, 18 Mar 2010) | 1 line -Codechange: pay for every airport tile build, not for every tile in the rectangle where the airport is build ------------------------------------------------------------------------ r19445 | frosch | 2010-03-17 20:19:55 +0000 (Wed, 17 Mar 2010) | 1 line -Change: No need to drag an area when overbuilding bridges. ------------------------------------------------------------------------ r19444 | rubidium | 2010-03-17 19:15:31 +0000 (Wed, 17 Mar 2010) | 2 lines -Update: base set translations for Polish, Slovak and Turkish. ------------------------------------------------------------------------ r19443 | frosch | 2010-03-17 18:52:56 +0000 (Wed, 17 Mar 2010) | 1 line -Fix [FS#3701]: Mark industry windows dirty more often. ------------------------------------------------------------------------ r19442 | rubidium | 2010-03-17 18:50:41 +0000 (Wed, 17 Mar 2010) | 2 lines -Update: readme about openmsx and make it easier to find the pulseaudio-ubuntu-slowness bug in the readme/known-bugs ------------------------------------------------------------------------ r19441 | rubidium | 2010-03-17 18:49:59 +0000 (Wed, 17 Mar 2010) | 2 lines -Fix (r19437): broken Greek translation. ------------------------------------------------------------------------ r19440 | translators | 2010-03-17 18:45:44 +0000 (Wed, 17 Mar 2010) | 13 lines -Update from WebTranslator v3.0: catalan - 2 changes by arnau czech - 7 changes by TheLamer frisian - 97 changes by Fopper greek - 4 changes by icelandic - 34 changes by baldur italian - 2 changes by lorenzodv lithuanian - 3 changes by BlinK_ polish - 2 changes by silver_777 serbian - 2 changes by etran slovenian - 2 changes by ntadej turkish - 2 changes by niw3 ------------------------------------------------------------------------ r19438 | rubidium | 2010-03-16 20:15:38 +0000 (Tue, 16 Mar 2010) | 2 lines -Fix [FS#3700]: Custom group names are misaligned with default ones when using rtl languages (sbr) ------------------------------------------------------------------------ r19437 | translators | 2010-03-16 18:45:44 +0000 (Tue, 16 Mar 2010) | 16 lines -Update from WebTranslator v3.0: traditional_chinese - 2 changes by josesun croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 2 changes by jpx_ french - 2 changes by glx frisian - 63 changes by Fopper german - 2 changes by planetmaker greek - 5 changes by fumantsu hungarian - 2 changes by IPG korean - 2 changes by junho2813 portuguese - 2 changes by JayCity russian - 2 changes by Lone_Wolf slovak - 4 changes by keso53 vietnamese - 8 changes by myquartz ------------------------------------------------------------------------ r19436 | frosch | 2010-03-16 17:54:10 +0000 (Tue, 16 Mar 2010) | 1 line -Fix: With certain game settings one could clear tiles for free when building long roads. ------------------------------------------------------------------------ r19435 | yexo | 2010-03-16 16:04:35 +0000 (Tue, 16 Mar 2010) | 1 line -Fix: when loading a savegame created with a house newgrf without that newgrf available all houses became tall office blocks ------------------------------------------------------------------------ r19434 | peter1138 | 2010-03-16 06:43:41 +0000 (Tue, 16 Mar 2010) | 2 lines -Add: Add rail speed limit to land area information window. ------------------------------------------------------------------------ r19433 | peter1138 | 2010-03-16 06:30:31 +0000 (Tue, 16 Mar 2010) | 2 lines -Codechange: Limit rail clearance earnings to 3/4s of rail build cost, to avoid money making loophole when rail build cost is less than rail removal earnings. ------------------------------------------------------------------------ r19432 | yexo | 2010-03-16 06:25:35 +0000 (Tue, 16 Mar 2010) | 1 line -Fix [FS#3696] (r19357): crash when the error message 'owned by ' was shown ------------------------------------------------------------------------ r19431 | peter1138 | 2010-03-16 06:18:52 +0000 (Tue, 16 Mar 2010) | 2 lines -Codechange: Append rail type speed limit (if set) to rail type selection list, and toolbar title. ------------------------------------------------------------------------ r19429 | yexo | 2010-03-15 22:42:43 +0000 (Mon, 15 Mar 2010) | 1 line -Fix: when the title game contains an AIPL block the AI settinsg where overwritten by those from the title game ------------------------------------------------------------------------ r19428 | translators | 2010-03-15 18:45:27 +0000 (Mon, 15 Mar 2010) | 10 lines -Update from WebTranslator v3.0: arabic_egypt - 11 changes by kasakg traditional_chinese - 2 changes by josesun croatian - 14 changes by UnderwaterHesus, VoyagerOne dutch - 1 changes by habell greek - 5 changes by fumantsu hebrew - 1 changes by dnd_man norwegian_bokmal - 1 changes by CyberKenny slovenian - 1 changes by ntadej ------------------------------------------------------------------------ r19427 | rubidium | 2010-03-15 17:44:54 +0000 (Mon, 15 Mar 2010) | 2 lines -Codechange: gracefully handle the case where we can't open a .tar file. ------------------------------------------------------------------------ r19426 | rubidium | 2010-03-15 11:45:15 +0000 (Mon, 15 Mar 2010) | 2 lines -Fix: compilation with AIs disabled ------------------------------------------------------------------------ r19425 | michi_cc | 2010-03-14 20:57:23 +0000 (Sun, 14 Mar 2010) | 1 line -Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path. ------------------------------------------------------------------------ r19424 | frosch | 2010-03-14 20:53:31 +0000 (Sun, 14 Mar 2010) | 1 line -Codechange: Call command procs only via DoCommand(). ------------------------------------------------------------------------ r19423 | alberth | 2010-03-14 19:59:45 +0000 (Sun, 14 Mar 2010) | 1 line -Codechange: Move error message reporting of industry build in SE to a callback. ------------------------------------------------------------------------ r19422 | translators | 2010-03-14 18:45:33 +0000 (Sun, 14 Mar 2010) | 12 lines -Update from WebTranslator v3.0: bulgarian - 61 changes by yxomo catalan - 2 changes by arnau esperanto - 1 changes by kristjan estonian - 9 changes by irve greek - 37 changes by fumantsu italian - 1 changes by lorenzodv polish - 1 changes by silver_777 portuguese - 1 changes by JayCity russian - 6 changes by LazyBoy, Lone_Wolf turkish - 1 changes by niw3 ------------------------------------------------------------------------ r19421 | alberth | 2010-03-14 16:42:55 +0000 (Sun, 14 Mar 2010) | 1 line -Codechange: Remove explicit use of _error_message from CmdConvertRail(). ------------------------------------------------------------------------