Commit Graph

13091 Commits (6cb860e69e1bc62568f501b847011f4bcc3c7905)
 

Author SHA1 Message Date
smatz 6cb860e69e (svn r17601) -Fix (r17592): don't mark cargo as 'accepted' when accepted amount is 0 15 years ago
smatz 6ec3a4fabd (svn r17600) -Cleanup: remove unused variable 15 years ago
smatz 02777965da (svn r17599) -Fix: configure script didn't detect icc when CC included path to compiler 15 years ago
smatz a9d0dde464 (svn r17597) -Codechange: rename namegen* to townname* 15 years ago
smatz f85b8c4e09 (svn r17596) -Codechange: constify some tables 15 years ago
alberth ea2d089daf (svn r17595) -Codechange: Tree build window uses pure nested widgets. 15 years ago
frosch 1192ed4c2d (svn r17594) -Fix: Vehicle image was not always updated when needed. 15 years ago
yexo d53eab6052 (svn r17593) -Fix (r17591): as always after a noai commit ... 15 years ago
smatz 581366f352 (svn r17592) -Fix [FS#3212](r17436): force all cargo being accepted when industry tiles accept it but industry itself doesn't 15 years ago
yexo 23a4bef749 (svn r17591) -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) 15 years ago
translators 925a53d2ec (svn r17590) -Update from WebTranslator v3.0:
turkish - 4 changes by niw3
vietnamese - 78 changes by nglekhoi
15 years ago
smatz c3a80f1518 (svn r17589) -Codechange: rename town_acc to always_accepted 15 years ago
rubidium 7f92151e41 (svn r17588) -Fix [FS#3220]: erroneous message about changing the difficulty level 15 years ago
alberth 93112ceaef (svn r17587) -Codechange: Town authority window uses pure nested widgets. 15 years ago
alberth f568b0c98a (svn r17586) -Codechange: Adding documentation, and replacing some numbers with constants in the town authority window. 15 years ago
rubidium 73c99b3b8b (svn r17585) -Fix [FS#3214]: also do the StringID conversion for StringIDs that are pushed on the (NewGRF string) stack 15 years ago
rubidium f2a2905669 (svn r17584) -Codechange: split the NewGRF StringID mapping in a 'global' part and a part that's for NewGRF strings 15 years ago
rubidium d560807ab5 (svn r17583) -Change: make SDL's video driver more likely to be loaded than Allegro's video driver; SDL seems to perform better. 15 years ago
alberth ba5e072881 (svn r17582) -Codechange: Move TownActions and _town_action_costs[] to a header file to allow sharing. 15 years ago
translators 0a3d280ac7 (svn r17581) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
russian - 1 changes by Lone_Wolf
vietnamese - 104 changes by nglekhoi
15 years ago
alberth fb6306a1f6 (svn r17580) -Fix (r17541): Fix signed/unsigned mismatch with MSVC 2008. 15 years ago
rubidium 2e5596025c (svn r17579) -Fix: remove doxygen docs for removed parameters, or change @param to @tparam if necessary 15 years ago
alberth 0fd79cc4cc (svn r17578) -Fix (r17572): Some compilers don't like default function template arguments. 15 years ago
alberth 44dc34bb38 (svn r17577) -Codechange: Order window uses pure nested widgets. 15 years ago
rubidium 4d378b946c (svn r17576) -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 15 years ago
alberth b124f09934 (svn r17575) -Codechange: Adding a new combined button+dropdown widget. 15 years ago
alberth d5316d1f5d (svn r17574) -Fix (r17573): Insert NWID_SELECTION in nested_array when appropriate. 15 years ago
alberth 4ff755ac90 (svn r17573) -Codechange: NWID_SELECTION containers have a selected widget-plane, and optionally an index in the nested_array. 15 years ago
alberth d54028fde8 (svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array. 15 years ago
rubidium 1be2568438 (svn r17571) -Fix [FS#3213] (r17569): town view didn't show the right town in most of the cases 15 years ago
rubidium 310465da07 (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos 15 years ago
alberth d3577d3d5d (svn r17569) -Codechange: Town view window runs with nested widgets. 15 years ago
translators 58723c4789 (svn r17568) -Update from WebTranslator v3.0:
romanian - 28 changes by kkmic
russian - 7 changes by Lone_Wolf
vietnamese - 53 changes by nglekhoi
15 years ago
rubidium 06e490fadc (svn r17567) -Fix: some doxygen warnings 15 years ago
rubidium 0f370be9aa (svn r17566) -Fix: ai_basestation.hpp.sq linked to the wrong header; it did work though 15 years ago
rubidium e840c983a6 (svn r17563) -Fix: memory leak when viewing the NewGRF settings of a server 15 years ago
rubidium d9519fdf64 (svn r17562) -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 15 years ago
smatz 9f4f7a2892 (svn r17561) -Fix: diacritics was missing at few places 15 years ago
translators cb1d50ce59 (svn r17560) -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
15 years ago
rubidium afb1217449 (svn r17559) -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 15 years ago
rubidium 0c2f375230 (svn r17558) -Feature [NewGRF]: callbacks for houses to disable drawing foundations and to disable slope changes, like industry tile callbacks 30 and 3C. 15 years ago
alberth 09371d5561 (svn r17557) -Codechange: Pass left and right edge to DrawOrderString(). 15 years ago
rubidium af27b698bb (svn r17556) -Fix (r12321): the OSX port doesn't use /Library/Application Support/OpenTTD. 15 years ago
translators 70078f7582 (svn r17555) -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
15 years ago
rubidium 1def1ec6fd (svn r17554) -Update: documentation about bug reporting and known bugs 15 years ago
rubidium ac427837de (svn r17553) -Update: some documentation about the callbacks 15 years ago
rubidium 4db98357ea (svn r17552) -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. 15 years ago
rubidium ba1af15b7a (svn r17551) -Fix [FS#3201] (r17222): vehicles waiting for their time table didn't load anymore after their initial load was completed 15 years ago
frosch 8f5622ebad (svn r17550) -Fix (r8973): Aircraft are good enough, don't make them even better. 15 years ago
frosch bd2aa4d6d0 (svn r17549) -Fix (r17128): Distance limit for town to town subsidies got lost. 15 years ago