summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-21(svn r17597) -Codechange: rename namegen* to townname*smatz
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-09-20(svn r17595) -Codechange: Tree build window uses pure nested widgets.alberth
2009-09-20(svn r17594) -Fix: Vehicle image was not always updated when needed.frosch
2009-09-20(svn r17593) -Fix (r17591): as always after a noai commit ...yexo
2009-09-20(svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when ↵smatz
industry tiles accept it but industry itself doesn't
2009-09-20(svn r17591) -Add [NoAI] [FS#3212]: ↵yexo
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)
2009-09-20(svn r17590) -Update from WebTranslator v3.0:translators
turkish - 4 changes by niw3 vietnamese - 78 changes by nglekhoi
2009-09-20(svn r17589) -Codechange: rename town_acc to always_acceptedsmatz
2009-09-20(svn r17588) -Fix [FS#3220]: erroneous message about changing the difficulty ↵rubidium
level
2009-09-20(svn r17587) -Codechange: Town authority window uses pure nested widgets.alberth
2009-09-20(svn r17586) -Codechange: Adding documentation, and replacing some numbers ↵alberth
with constants in the town authority window.
2009-09-20(svn r17585) -Fix [FS#3214]: also do the StringID conversion for StringIDs ↵rubidium
that are pushed on the (NewGRF string) stack
2009-09-20(svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' ↵rubidium
part and a part that's for NewGRF strings
2009-09-20(svn r17583) -Change: make SDL's video driver more likely to be loaded than ↵rubidium
Allegro's video driver; SDL seems to perform better.
2009-09-20(svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a ↵alberth
header file to allow sharing.
2009-09-19(svn r17581) -Update from WebTranslator v3.0:translators
finnish - 1 changes by jpx_ russian - 1 changes by Lone_Wolf vietnamese - 104 changes by nglekhoi
2009-09-19(svn r17580) -Fix (r17541): Fix signed/unsigned mismatch with MSVC 2008.alberth
2009-09-19(svn r17579) -Fix: remove doxygen docs for removed parameters, or change ↵rubidium
@param to @tparam if necessary
2009-09-19(svn r17578) -Fix (r17572): Some compilers don't like default function ↵alberth
template arguments.
2009-09-19(svn r17577) -Codechange: Order window uses pure nested widgets.alberth
2009-09-19(svn r17576) -Fix [FS#3208]: assertion triggered when the second vehicle in ↵rubidium
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
2009-09-19(svn r17575) -Codechange: Adding a new combined button+dropdown widget.alberth
2009-09-19(svn r17574) -Fix (r17573): Insert NWID_SELECTION in nested_array when ↵alberth
appropriate.
2009-09-19(svn r17573) -Codechange: NWID_SELECTION containers have a selected ↵alberth
widget-plane, and optionally an index in the nested_array.
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access ↵alberth
nested widgets through the nested_array.
2009-09-19(svn r17571) -Fix [FS#3213] (r17569): town view didn't show the right town ↵rubidium
in most of the cases
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, ↵rubidium
which were sometimes missing and sometimes just typos
2009-09-18(svn r17569) -Codechange: Town view window runs with nested widgets.alberth
2009-09-18(svn r17568) -Update from WebTranslator v3.0:translators
romanian - 28 changes by kkmic russian - 7 changes by Lone_Wolf vietnamese - 53 changes by nglekhoi
2009-09-18(svn r17567) -Fix: some doxygen warningsrubidium
2009-09-18(svn r17566) -Fix: ai_basestation.hpp.sq linked to the wrong header; it did ↵rubidium
work though
2009-09-17(svn r17563) -Fix: memory leak when viewing the NewGRF settings of a serverrubidium
2009-09-17(svn r17562) -Fix [FS#2972]: the NewGRF settings of (remote) network games ↵rubidium
did not get properly updated when the NewGRFs were rescanned causing reading of freed data
2009-09-17(svn r17561) -Fix: diacritics was missing at few placessmatz
2009-09-17(svn r17560) -Update from WebTranslator v3.0:translators
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
2009-09-17(svn r17559) -Fix [FS#3206]: close the "Add NewGRF" window when you close ↵rubidium
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
2009-09-16(svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing ↵rubidium
foundations and to disable slope changes, like industry tile callbacks 30 and 3C.
2009-09-16(svn r17557) -Codechange: Pass left and right edge to DrawOrderString().alberth
2009-09-16(svn r17556) -Fix (r12321): the OSX port doesn't use /Library/Application ↵rubidium
Support/OpenTTD.
2009-09-16(svn r17555) -Update from WebTranslator v3.0:translators
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
2009-09-16(svn r17554) -Update: documentation about bug reporting and known bugsrubidium
2009-09-16(svn r17553) -Update: some documentation about the callbacksrubidium
2009-09-15(svn r17552) -Codechange: rename load_unload_time_rem to something more ↵rubidium
generic as it's used for more than just load/unload. Also add some documentation about where it is used.
2009-09-15(svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table ↵rubidium
didn't load anymore after their initial load was completed
2009-09-15(svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even ↵frosch
better.
2009-09-15(svn r17549) -Fix (r17128): Distance limit for town to town subsidies got lost.frosch
2009-09-15(svn r17548) -Update from WebTranslator v3.0:translators
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
2009-09-15(svn r17547) -Feature: [NewGRF] Implement callback 145 (custom station rating)rubidium
2009-09-15(svn r17546) -Fix (r9617): sign extending of profit calculation didn't workrubidium