summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-11-27(svn r18309) -Update from WebTranslator v3.0:translators
croatian - 44 changes by UnderwaterHesus french - 18 changes by glx german - 4 changes by planetmaker greek - 31 changes by fumantsu hungarian - 18 changes by alyr italian - 19 changes by lorenzodv polish - 11 changes by silver_777 portuguese - 3 changes by JayCity serbian - 4 changes by etran spanish - 14 changes by Terkhen swedish - 28 changes by Chrill
2009-11-27(svn r18308) -Codechange: Use GetSpriteSize() instead of hardcoded width in ↵frosch
dropdowns with company icon.
2009-11-27(svn r18307) -Fix: some coding style.frosch
2009-11-27(svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items.frosch
2009-11-27(svn r18305) -Codechange: Replace some 2s with WD_FRAMERECT_(LEFT|RIGHT).frosch
2009-11-27(svn r18304) -Codechange: don't use SETX for the arrival/departure panel; ↵rubidium
some languages don't have short abbreviations :(
2009-11-26(svn r18303) -Fix: Widget indices are valid when >= 0.frosch
2009-11-26(svn r18302) -Fix [FS#3328](r18281): city size multiplier was ignored when ↵smatz
generating new game
2009-11-26(svn r18301) -Update from WebTranslator v3.0:translators
dutch - 20 changes by habell finnish - 10 changes by jpx_ german - 20 changes by planetmaker greek - 30 changes by hungarian - 1 changes by alyr italian - 19 changes by lorenzodv portuguese - 18 changes by JayCity serbian - 20 changes by etran spanish - 10 changes by Terkhen
2009-11-26(svn r18299) -Update: the ai changelog documentrubidium
2009-11-26(svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing.frosch
2009-11-26(svn r18296) -Codechange: show the next 4 orders instead of the first 4 ↵rubidium
orders in the ship/aircraft vehicle lists
2009-11-26(svn r18295) -Fix [FS#bigos](r18283): Missed one PR_TERRAFORM.frosch
2009-11-25(svn r18294) -Feature: set the start time of a timetablerubidium
2009-11-25(svn r18293) -Codechange: add a window to set the date. Based on work by ↵rubidium
PhilSophus and Maedhros.
2009-11-25(svn r18292) -Codechange: add a command to set the start date of a ↵rubidium
timetable. Based on work by PhilSophus.
2009-11-25(svn r18291) -Codechange: rework the calculation of the 'days till year' ↵rubidium
macro a bit so it can be properly reused and add a MAX_DAY
2009-11-25(svn r18290) -Codechange: be more strict about what vehicles may use timetablesrubidium
2009-11-25(svn r18289) -Codechange: if using RTL draw the toolbar in the reverse ↵rubidium
direction so the buttons overlap 'nicely'
2009-11-25(svn r18288) -Update from WebTranslator v3.0:translators
catalan - 3 changes by arnau czech - 7 changes by SmatZ dutch - 11 changes by habell finnish - 19 changes by jpx_ french - 9 changes by glx german - 9 changes by dihedral, planetmaker greek - 46 changes by fumantsu hungarian - 31 changes by Petert, alyr polish - 16 changes by silver_777 portuguese - 9 changes by JayCity romanian - 13 changes by kkmic serbian - 9 changes by etran spanish - 6 changes by Terkhen
2009-11-25(svn r18287) -Fix (r17841): a not properly updated list caused reading just ↵rubidium
freed memory which caused buttons to not work as they should
2009-11-25(svn r18286) -Fix (r18280): Number of platforms and platform length start ↵frosch
with 1.
2009-11-25(svn r18285) -Feature: show the expected arrival/departure dates in the ↵rubidium
timetable window. Based on work by PhilSophus.
2009-11-24(svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum.frosch
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ↵frosch
building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns. If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
2009-11-24(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier ↵frosch
and use 8 * cost_multiplier instead.
2009-11-24(svn r18281) -Feature: founding towns in-game (based on work by Belugas, ↵smatz
TheJosh, GeekToo, Terkhen and others)
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input
2009-11-24(svn r18279) -Update from WebTranslator v3.0:translators
traditional_chinese - 3 changes by josesun finnish - 2 changes by jpx_ greek - 34 changes by fumantsu hungarian - 3 changes by alyr polish - 3 changes by silver_777 spanish - 4 changes by Terkhen
2009-11-24(svn r18278) -Cleanup (r1): No need to set a cost multiplier for ↵frosch
raw-industry-construction of banks. They have never been raw industries.
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize ↵rubidium
and sticky boxes and for window captions
2009-11-24(svn r18276) -Fix: [NoAI] Make AIIndustryType::GetConstructionCost() return ↵frosch
-1, if the industry is neither buildable nor prospectable.
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-24(svn r18273) -Codechange: do not require widget numbers for default widgets ↵rubidium
(close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action.
2009-11-24(svn r18272) -Codechange: make FindScrollbar a const functionrubidium
2009-11-24(svn r18271) -Fix [FS#3315]: road vehicles wouldn't reserve a road stop in ↵rubidium
tunnels/on bridges so when they leave wormhole they're still focussed on the main road stop causing unneededly long queues
2009-11-24(svn r18270) -Codechange: split the code for finding a road stop to stop at ↵rubidium
into a seperate function
2009-11-24(svn r18269) -Fix [FS#3326]: crash because there was no (hidden) one way ↵rubidium
widget for the tram toolbar
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to ↵frosch
vehicles only apply to the GRF locally, if it defines engines of that type itself.
2009-11-24(svn r18267) -Codechange: make the music window big font awarerubidium
2009-11-24(svn r18266) -Codechange: Add a function to compute prices from price base ↵frosch
and cost factor and use it consistently for vehicle purchase, running cost, and refit cost.
2009-11-24(svn r18265) -Codechange: make the finance overview window big font awarerubidium
2009-11-23(svn r18264) -Codechange: make the company league window big font awarerubidium
2009-11-23(svn r18263) -Codechange: make the town views resizablerubidium
2009-11-23(svn r18262) -Codechange: make the status bar big font awarerubidium
2009-11-23(svn r18261) -Codechange: center the company icons in the toolbar dropdownsrubidium
2009-11-23(svn r18260) -Codechange: make the company station view big font awarerubidium
2009-11-23(svn r18259) -Codechange: make the graphs big font awarerubidium
2009-11-23(svn r18258) -Update from WebTranslator v3.0:translators
dutch - 1 changes by habell greek - 30 changes by hungarian - 2 changes by alyr indonesian - 6 changes by fanioz polish - 1 changes by silver_777 portuguese - 18 changes by JayCity russian - 13 changes by Lone_Wolf
2009-11-23(svn r18257) -Fix: glitch when the news message is wider than the status barrubidium