------------------------------------------------------------------------
r17613 | translators | 2009-09-22 17:45:35 +0000 (Tue, 22 Sep 2009) | 12 lines

-Update from WebTranslator v3.0:
traditional_chinese - 107 changes by josesun
dutch - 12 changes by habell
french - 3 changes by glx
german - 1 changes by dihedral
hungarian - 6 changes by alyr
indonesian - 1 changes by prof
italian - 6 changes by lorenzodv
russian - 7 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 8 changes by Terkhen

------------------------------------------------------------------------
r17612 | smatz | 2009-09-22 13:54:54 +0000 (Tue, 22 Sep 2009) | 1 line

-Feature: possibility to choose (randomise or enter custom) town name before its creation (original patch by Terkhen)
------------------------------------------------------------------------
r17611 | smatz | 2009-09-22 12:42:56 +0000 (Tue, 22 Sep 2009) | 1 line

-Fix: buffers used for verifying company and president name length were too short, possibly causing false positives
------------------------------------------------------------------------
r17609 | yexo | 2009-09-22 11:10:04 +0000 (Tue, 22 Sep 2009) | 1 line

-Fix: the dummy AI had no API version set, causing the 'API compatibility script not found' error to be printed when loading it
------------------------------------------------------------------------
r17608 | smatz | 2009-09-21 20:22:56 +0000 (Mon, 21 Sep 2009) | 1 line

-Codechange: use CmdFoundTown when founding 'Random town' too
------------------------------------------------------------------------
r17607 | smatz | 2009-09-21 19:40:05 +0000 (Mon, 21 Sep 2009) | 1 line

-Fix: when command didn't fail in test run and failed in exec run, error message wasn't set. Affects only few commands
------------------------------------------------------------------------
r17606 | rubidium | 2009-09-21 18:36:33 +0000 (Mon, 21 Sep 2009) | 2 lines

-Add: initial support for Haiku; a dedicated server with zlib and libpng compiles and links (for me). Something's fishy with the network so it doesn't actually work (yet)

------------------------------------------------------------------------
r17605 | rubidium | 2009-09-21 18:31:47 +0000 (Mon, 21 Sep 2009) | 2 lines

-Fix [FS#3218]: [NewGRF] Crash when defining the same tile in a tile layout twice

------------------------------------------------------------------------
r17604 | smatz | 2009-09-21 18:18:01 +0000 (Mon, 21 Sep 2009) | 1 line

-Update (r17603): rename strings in other lang files too
------------------------------------------------------------------------
r17603 | smatz | 2009-09-21 18:16:00 +0000 (Mon, 21 Sep 2009) | 1 line

-Codechange: since now, towns are 'founded' instead of 'built'
------------------------------------------------------------------------
r17602 | translators | 2009-09-21 17:45:12 +0000 (Mon, 21 Sep 2009) | 5 lines

-Update from WebTranslator v3.0:
english_US - 2 changes by agenthh
russian - 1 changes by Lone_Wolf
vietnamese - 6 changes by nglekhoi

------------------------------------------------------------------------
r17601 | smatz | 2009-09-21 17:24:21 +0000 (Mon, 21 Sep 2009) | 1 line

-Fix (r17592): don't mark cargo as 'accepted' when accepted amount is 0
------------------------------------------------------------------------
r17600 | smatz | 2009-09-21 17:06:19 +0000 (Mon, 21 Sep 2009) | 1 line

-Cleanup: remove unused variable
------------------------------------------------------------------------
r17599 | smatz | 2009-09-21 15:47:28 +0000 (Mon, 21 Sep 2009) | 1 line

-Fix: configure script didn't detect icc when CC included path to compiler
------------------------------------------------------------------------
r17597 | smatz | 2009-09-21 11:01:16 +0000 (Mon, 21 Sep 2009) | 1 line

-Codechange: rename namegen* to townname*
------------------------------------------------------------------------
r17596 | smatz | 2009-09-20 23:11:01 +0000 (Sun, 20 Sep 2009) | 1 line

-Codechange: constify some tables
------------------------------------------------------------------------
r17595 | alberth | 2009-09-20 21:09:27 +0000 (Sun, 20 Sep 2009) | 1 line

-Codechange: Tree build window uses pure nested widgets.
------------------------------------------------------------------------
r17594 | frosch | 2009-09-20 19:36:27 +0000 (Sun, 20 Sep 2009) | 1 line

-Fix: Vehicle image was not always updated when needed.
------------------------------------------------------------------------
r17593 | yexo | 2009-09-20 19:01:38 +0000 (Sun, 20 Sep 2009) | 1 line

-Fix (r17591): as always after a noai commit ...
------------------------------------------------------------------------
r17592 | smatz | 2009-09-20 18:52:12 +0000 (Sun, 20 Sep 2009) | 1 line

-Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't
------------------------------------------------------------------------
r17591 | yexo | 2009-09-20 18:38:43 +0000 (Sun, 20 Sep 2009) | 1 line

-Add [NoAI] [FS#3212]: AIAirport::IsAirportInformationAvailable. Also update several preconditions so it's now possible to get information on airports types that can no longer be build (small airport after 1960)
------------------------------------------------------------------------
r17590 | translators | 2009-09-20 17:45:09 +0000 (Sun, 20 Sep 2009) | 4 lines

-Update from WebTranslator v3.0:
turkish - 4 changes by niw3
vietnamese - 78 changes by nglekhoi

------------------------------------------------------------------------
r17589 | smatz | 2009-09-20 17:44:33 +0000 (Sun, 20 Sep 2009) | 1 line

-Codechange: rename town_acc to always_accepted
------------------------------------------------------------------------
r17588 | rubidium | 2009-09-20 17:19:45 +0000 (Sun, 20 Sep 2009) | 2 lines

-Fix [FS#3220]: erroneous message about changing the difficulty level

------------------------------------------------------------------------
r17587 | alberth | 2009-09-20 14:46:15 +0000 (Sun, 20 Sep 2009) | 1 line

-Codechange: Town authority window uses pure nested widgets.
------------------------------------------------------------------------
r17586 | alberth | 2009-09-20 10:25:03 +0000 (Sun, 20 Sep 2009) | 1 line

-Codechange: Adding documentation, and replacing some numbers with constants in the town authority window.
------------------------------------------------------------------------
r17585 | rubidium | 2009-09-20 10:22:27 +0000 (Sun, 20 Sep 2009) | 2 lines

-Fix [FS#3214]: also do the StringID conversion for StringIDs that are pushed on the (NewGRF string) stack

------------------------------------------------------------------------
r17584 | rubidium | 2009-09-20 10:21:00 +0000 (Sun, 20 Sep 2009) | 2 lines

-Codechange: split the NewGRF StringID mapping in a 'global' part and a part that's for NewGRF strings

------------------------------------------------------------------------
r17583 | rubidium | 2009-09-20 10:19:13 +0000 (Sun, 20 Sep 2009) | 2 lines

-Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better.

------------------------------------------------------------------------
r17582 | alberth | 2009-09-20 10:08:10 +0000 (Sun, 20 Sep 2009) | 1 line

-Codechange: Move TownActions and _town_action_costs[] to a header file to allow sharing.
------------------------------------------------------------------------
r17581 | translators | 2009-09-19 17:45:13 +0000 (Sat, 19 Sep 2009) | 5 lines

-Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
russian - 1 changes by Lone_Wolf
vietnamese - 104 changes by nglekhoi

------------------------------------------------------------------------
r17580 | alberth | 2009-09-19 16:22:49 +0000 (Sat, 19 Sep 2009) | 1 line

-Fix (r17541): Fix signed/unsigned mismatch with MSVC 2008.
------------------------------------------------------------------------
r17579 | rubidium | 2009-09-19 15:17:47 +0000 (Sat, 19 Sep 2009) | 2 lines

-Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary

------------------------------------------------------------------------
r17578 | alberth | 2009-09-19 14:41:43 +0000 (Sat, 19 Sep 2009) | 1 line

-Fix (r17572): Some compilers don't like default function template arguments.
------------------------------------------------------------------------
r17577 | alberth | 2009-09-19 13:57:02 +0000 (Sat, 19 Sep 2009) | 1 line

-Codechange: Order window uses pure nested widgets.
------------------------------------------------------------------------
r17576 | rubidium | 2009-09-19 13:55:37 +0000 (Sat, 19 Sep 2009) | 2 lines

-Fix [FS#3208]: assertion triggered when the second vehicle in a 101+ (or 11+ if mammoth trains is disabled) vehicle free wagon chain is an engine and the first vehicle is moved to another chain

------------------------------------------------------------------------
r17575 | alberth | 2009-09-19 13:08:37 +0000 (Sat, 19 Sep 2009) | 1 line

-Codechange: Adding a new combined button+dropdown widget.
------------------------------------------------------------------------
r17574 | alberth | 2009-09-19 12:52:49 +0000 (Sat, 19 Sep 2009) | 1 line

-Fix (r17573): Insert NWID_SELECTION in nested_array when appropriate.
------------------------------------------------------------------------
r17573 | alberth | 2009-09-19 11:55:44 +0000 (Sat, 19 Sep 2009) | 1 line

-Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array.
------------------------------------------------------------------------
r17572 | alberth | 2009-09-19 11:31:12 +0000 (Sat, 19 Sep 2009) | 1 line

-Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
------------------------------------------------------------------------
r17571 | rubidium | 2009-09-19 10:19:15 +0000 (Sat, 19 Sep 2009) | 2 lines

-Fix [FS#3213] (r17569): town view didn't show the right town in most of the cases

------------------------------------------------------------------------
r17570 | rubidium | 2009-09-19 09:51:14 +0000 (Sat, 19 Sep 2009) | 2 lines

-Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos

------------------------------------------------------------------------
r17569 | alberth | 2009-09-18 19:59:05 +0000 (Fri, 18 Sep 2009) | 1 line

-Codechange: Town view window runs with nested widgets.
------------------------------------------------------------------------
r17568 | translators | 2009-09-18 17:45:12 +0000 (Fri, 18 Sep 2009) | 5 lines

-Update from WebTranslator v3.0:
romanian - 28 changes by kkmic
russian - 7 changes by Lone_Wolf
vietnamese - 53 changes by nglekhoi

------------------------------------------------------------------------
r17567 | rubidium | 2009-09-18 14:23:58 +0000 (Fri, 18 Sep 2009) | 2 lines

-Fix: some doxygen warnings

------------------------------------------------------------------------
r17566 | rubidium | 2009-09-18 14:23:39 +0000 (Fri, 18 Sep 2009) | 2 lines

-Fix: ai_basestation.hpp.sq linked to the wrong header; it did work though

------------------------------------------------------------------------
r17563 | rubidium | 2009-09-17 21:45:47 +0000 (Thu, 17 Sep 2009) | 2 lines

-Fix: memory leak when viewing the NewGRF settings of a server

------------------------------------------------------------------------
r17562 | rubidium | 2009-09-17 21:14:16 +0000 (Thu, 17 Sep 2009) | 2 lines

-Fix [FS#2972]: the NewGRF settings of (remote) network games did not get properly updated when the NewGRFs were rescanned causing reading of freed data

------------------------------------------------------------------------
r17561 | smatz | 2009-09-17 18:56:31 +0000 (Thu, 17 Sep 2009) | 1 line

-Fix: diacritics was missing at few places
------------------------------------------------------------------------
r17560 | translators | 2009-09-17 17:45:18 +0000 (Thu, 17 Sep 2009) | 7 lines

-Update from WebTranslator v3.0:
finnish - 94 changes by Tve4
german - 1 changes by dihedral
latvian - 3 changes by LDZ
turkish - 3 changes by niw3
vietnamese - 48 changes by nglekhoi

------------------------------------------------------------------------
r17559 | rubidium | 2009-09-17 12:34:00 +0000 (Thu, 17 Sep 2009) | 2 lines

-Fix [FS#3206]: close the "Add NewGRF" window when you close the "NewGRF Settings" window. The add window has a pointer to the settings which means that not deleting it would cause dereferencing an already freed pointer

------------------------------------------------------------------------
r17558 | rubidium | 2009-09-16 19:10:50 +0000 (Wed, 16 Sep 2009) | 2 lines

-Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C.

------------------------------------------------------------------------
r17557 | alberth | 2009-09-16 19:00:53 +0000 (Wed, 16 Sep 2009) | 1 line

-Codechange: Pass left and right edge to DrawOrderString().
------------------------------------------------------------------------
r17556 | rubidium | 2009-09-16 18:09:42 +0000 (Wed, 16 Sep 2009) | 2 lines

-Fix (r12321): the OSX port doesn't use /Library/Application Support/OpenTTD.

------------------------------------------------------------------------
r17555 | translators | 2009-09-16 17:45:17 +0000 (Wed, 16 Sep 2009) | 7 lines

-Update from WebTranslator v3.0:
czech - 4 changes by SmatZ
hebrew - 47 changes by dnd_man
italian - 1 changes by lorenzodv
russian - 3 changes by Lone_Wolf
vietnamese - 71 changes by nglekhoi

------------------------------------------------------------------------
r17554 | rubidium | 2009-09-16 17:41:18 +0000 (Wed, 16 Sep 2009) | 2 lines

-Update: documentation about bug reporting and known bugs

------------------------------------------------------------------------
r17553 | rubidium | 2009-09-16 10:10:12 +0000 (Wed, 16 Sep 2009) | 2 lines

-Update: some documentation about the callbacks

------------------------------------------------------------------------
r17552 | rubidium | 2009-09-15 20:58:44 +0000 (Tue, 15 Sep 2009) | 2 lines

-Codechange: rename load_unload_time_rem to something more generic as it's used for more than just load/unload. Also add some documentation about where it is used.

------------------------------------------------------------------------
r17551 | rubidium | 2009-09-15 20:13:47 +0000 (Tue, 15 Sep 2009) | 2 lines

-Fix [FS#3201] (r17222): vehicles waiting for their time table didn't load anymore after their initial load was completed

------------------------------------------------------------------------
r17550 | frosch | 2009-09-15 19:56:41 +0000 (Tue, 15 Sep 2009) | 1 line

-Fix (r8973): Aircraft are good enough, don't make them even better.
------------------------------------------------------------------------
r17549 | frosch | 2009-09-15 18:47:42 +0000 (Tue, 15 Sep 2009) | 1 line

-Fix (r17128): Distance limit for town to town subsidies got lost.
------------------------------------------------------------------------
r17548 | translators | 2009-09-15 17:45:35 +0000 (Tue, 15 Sep 2009) | 13 lines

-Update from WebTranslator v3.0:
catalan - 2 changes by arnau
simplified_chinese - 1 changes by Gavin
english_US - 1 changes by agenthh
french - 1 changes by glx
greek - 17 changes by fumantsu
hebrew - 55 changes by dnd_man
indonesian - 1 changes by prof
russian - 26 changes by Lone_Wolf
serbian - 1 changes by etran
spanish - 2 changes by Terkhen
vietnamese - 138 changes by nglekhoi

------------------------------------------------------------------------
r17547 | rubidium | 2009-09-15 17:24:18 +0000 (Tue, 15 Sep 2009) | 2 lines

-Feature: [NewGRF] Implement callback 145 (custom station rating)

------------------------------------------------------------------------