Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | (svn r23441) -Fix [FS#4764]: some airport functions didn't take the layout ↵ | rubidium | |
into account resulting in wrong noise levels or nearests towns (patch by Zuu) | |||
2011-12-06 | (svn r23440) -Update from WebTranslator v3.0: | translators | |
estonian - 35 changes by hellohboy french - 25 changes by glx hungarian - 35 changes by Brumi italian - 2 changes by lorenzodv japanese - 4 changes by ikanotheokara korean - 21 changes by junho2813 luxembourgish - 99 changes by Phreeze tamil - 37 changes by aswn urdu - 4 changes by haider | |||
2011-12-06 | (svn r23439) -Fix: Use the DEBUG macro to output the reason for a compile ↵ | yexo | |
failure in info.nut instead of printing it directly to stderr | |||
2011-12-05 | (svn r23438) -Fix [FS#4867]: perform checks for nforenum/grfcodec in ↵ | rubidium | |
configure, including a version check so a proper error can be given when a too old grfcodec or nforenum is used | |||
2011-12-05 | (svn r23437) -Update from WebTranslator v3.0: | translators | |
belarusian - 27 changes by Wowanxm dutch - 25 changes by habell finnish - 1 changes by jpx_ italian - 25 changes by lorenzodv korean - 24 changes by junho2813 romanian - 22 changes by kkmic russian - 28 changes by Lone_Wolf, akasoft tamil - 29 changes by aswn vietnamese - 5 changes by nglekhoi | |||
2011-12-04 | (svn r23436) -Merge: documentation updates from 1.1 | rubidium | |
2011-12-04 | (svn r23433) -Fix [FS#4868]: recolouring of some animated colours from the ↵ | rubidium | |
windows palette went wrong | |||
2011-12-04 | (svn r23432) -Update from WebTranslator v3.0: | translators | |
croatian - 27 changes by VoyagerOne english_US - 25 changes by Rubidium finnish - 27 changes by jpx_ german - 25 changes by planetmaker korean - 1 changes by junho2813 romanian - 5 changes by kkmic spanish - 25 changes by Terkhen swedish - 27 changes by Zuu tamil - 90 changes by aswn | |||
2011-12-04 | (svn r23431) -Fix: typo in @param variable | truebrain | |
2011-12-04 | (svn r23430) -Fix (r23219): also consider the old directories when playing a ↵ | glx | |
song | |||
2011-12-04 | (svn r23429) -Fix [FS#4842]: prevent windows to be resized beyond the bounds ↵ | rubidium | |
of the (main) window | |||
2011-12-04 | (svn r23428) -Fix (r23415): Initial size of the infrastructure details ↵ | michi_cc | |
windows was sometimes too small. | |||
2011-12-04 | (svn r23427) -Fix: Do not load screen resolution and other basic stuff after ↵ | frosch | |
bootstrap is finished. It was already loaded before, and might got changed already. | |||
2011-12-04 | (svn r23426) -Change [FS#4685] (r23423): Put currency window above game options. | alberth | |
2011-12-04 | (svn r23425) -Document [FS#4815]: why vehicles might be continuously ↵ | rubidium | |
changing speed up and down | |||
2011-12-04 | (svn r23424) -Change: Make the company GUI somewhat smaller if there are no ↵ | frosch | |
shareholders. | |||
2011-12-04 | (svn r23423) -Revert (r23421): NewGRF windows may not be moved to normal ↵ | alberth | |
priority. | |||
2011-12-04 | (svn r23422) -Fix [FS#4863] (r22797): the default palette setting wasn't ↵ | rubidium | |
applied correctly anymore as the configuration file is loaded after the first NewGRF scan | |||
2011-12-04 | (svn r23421) -Fix [FS#4865, FS#4861] (r23393): The priority of ↵ | alberth | |
WC_GAME_OPTIONS windows were too high, causing hiding of currency window as well. | |||
2011-12-04 | (svn r23420) -Change: Put the manager name directly under the picture ↵ | frosch | |
instead of vertically centering it. | |||
2011-12-04 | (svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it ↵ | rubidium | |
didn't scale properly to 'GUI' scale | |||
2011-12-04 | (svn r23418) -Fix [FS#4866] (r22958): saves made with the Catalan town name ↵ | rubidium | |
generator would trigger a "savegame corrupt" exception | |||
2011-12-03 | (svn r23417) -Fix: wrong argument to printf | rubidium | |
2011-12-03 | (svn r23416) -Add: [NoAI] API for querying infrastructure costs. | michi_cc | |
2011-12-03 | (svn r23415) -Feature: Infrastructure maintenance costs. | michi_cc | |
2011-12-03 | (svn r23414) -Add: Company infrastructure counts for stations/airports. | michi_cc | |
2011-12-03 | (svn r23413) -Add: Company infrastructure counts for canals. | michi_cc | |
2011-12-03 | (svn r23412) -Add: Company infrastructure counts for road. | michi_cc | |
2011-12-03 | (svn r23411) -Add: Company infrastructure counts for rail. | michi_cc | |
2011-12-03 | (svn r23410) -Add: A window with a detailed overview over the infrastructure ↵ | michi_cc | |
of a company. | |||
2011-12-03 | (svn r23409) -Change: reorder files in langs project | glx | |
2011-12-03 | (svn r23408) -Feature: Allow to create subsidies for any combination of ↵ | terkhen | |
source and destination types. -Change: Do not rely in TownEffects for awarding subsidies. | |||
2011-12-03 | (svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns. | terkhen | |
2011-12-03 | (svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance ↵ | terkhen | |
has been calculated. | |||
2011-12-03 | (svn r23405) -Codechange: Keep a matrix of cargos accepted by houses for ↵ | terkhen | |
each town (michi_cc). | |||
2011-12-03 | (svn r23404) -Add: Tilematrix structure (michi_cc). | terkhen | |
2011-12-03 | (svn r23402) -Add: Function to check if a TileArea contains a tile. (michi_cc) | terkhen | |
2011-12-03 | (svn r23401) -Update from WebTranslator v3.0: | translators | |
korean - 1 changes by junho2813 serbian - 17 changes by etran | |||
2011-12-03 | (svn r23400) -Fix (r23393, r23382): Text query window was hidden in numerous ↵ | planetmaker | |
cases | |||
2011-12-02 | (svn r23399) -Fix (r23362): a randomizer should return a random value, not ↵ | truebrain | |
always the first | |||
2011-12-02 | (svn r23398) -Fix: the AIEvent.ET_COMPANY_NEW was only triggered if a ↵ | truebrain | |
company named itself, which seems like a very odd place to do so. Trigger it when the company is created instead | |||
2011-12-02 | (svn r23397) -Change: remove the AI_ prefix from all AIEvent enums | truebrain | |
2011-12-02 | (svn r23396) -Fix: squirrel export script did not ignore Doxygen blocks, ↵ | truebrain | |
causing funny results in some corner cases | |||
2011-12-02 | (svn r23395) -Fix [FS#4862]: a character that is path of the 'normal' fonts, ↵ | rubidium | |
but relocated after loading, was missing for the monospace font | |||
2011-12-02 | (svn r23394) -Update from WebTranslator v3.0: | translators | |
german - 2 changes by planetmaker italian - 2 changes by lorenzodv russian - 2 changes by Lone_Wolf spanish - 2 changes by Terkhen | |||
2011-12-02 | (svn r23393) -Fix (r23382): AI / NewGRF sub-windows were now hidden under ↵ | yexo | |
their parent windows | |||
2011-12-01 | (svn r23392) -Fix: [NoAI] assigning 'null' to an AIList element to remove it ↵ | yexo | |
didn't work | |||
2011-12-01 | (svn r23391) -Feature: [NewGRF] Allow translating multiple languages with ↵ | rubidium | |
Action 13 in GRFv8 | |||
2011-12-01 | (svn r23390) -Update from WebTranslator v3.0: | translators | |
belarusian - 2 changes by Wowanxm dutch - 2 changes by habell english_US - 2 changes by Rubidium finnish - 2 changes by jpx_ french - 2 changes by glx polish - 1 changes by Spankin | |||
2011-12-01 | (svn r23389) -Fix (r11777, r12077, r12078): wrong include in strgen project | glx | |