summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-02-01(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ↵frosch
ScaleGUITrad().
2015-02-01(svn r27133) -Fix: Dragging of free wagons in depot failed with GUI zoom.frosch
2015-02-01(svn r27132) -Codechange: Add an assertion about the size of the Tile struct ↵frosch
to ensure alignment assumptions.
2015-02-01(svn r27131) -Fix: Dropdown- and tooltip-windows should not steal the focus.frosch
2015-01-31(svn r27130) -Update from WebTranslator v3.0:translators
simplified_chinese - 1 changes by ww9980
2015-01-30(svn r27129) -Update from WebTranslator v3.0:translators
malay - 18 changes by im54
2015-01-29(svn r27128) -Update from WebTranslator v3.0:translators
afrikaans - 2 changes by kdzar
2015-01-26(svn r27127) -Update from WebTranslator v3.0:translators
latin - 1 changes by Supercheese
2015-01-26(svn r27126) -Fix [FS#6218] (r26873): Reduce memory footprint of map array ↵planetmaker
by shuffling its variables
2015-01-23(svn r27125) -Update from WebTranslator v3.0:translators
latin - 3 changes by Supercheese
2015-01-22(svn r27124) -Update from WebTranslator v3.0:translators
norwegian_nynorsk - 18 changes by 2rB
2015-01-20(svn r27123) -Fix [FS#5371] [FS#6214]: API docs (krinn)frosch
2015-01-19(svn r27122) -Update from WebTranslator v3.0:translators
bulgarian - 22 changes by komara
2015-01-18(svn r27121) -Update from WebTranslator v3.0:translators
irish - 2 changes by tem latin - 1 changes by Supercheese
2015-01-17(svn r27120) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2015-01-17(svn r27119) -Fix: Action 7/9 condition 0A failed for present, but disabled, ↵frosch
NewGRF.
2015-01-15(svn r27118) -Update from WebTranslator v3.0:translators
english_US - 1 changes by Supercheese irish - 5 changes by tem
2015-01-10(svn r27117) -Fix/Feature: Make use of both rocky tile sets from the base ↵frosch
graphics.
2015-01-10(svn r27116) -Update from WebTranslator v3.0:translators
esperanto - 1 changes by polluks slovak - 15 changes by Blayss
2015-01-07(svn r27115) -Update from WebTranslator v3.0:translators
irish - 10 changes by tem
2015-01-06(svn r27114) -Update from WebTranslator v3.0:translators
catalan - 2 changes by juanjo danish - 2 changes by Gankenstein spanish - 5 changes by juanjo
2015-01-05(svn r27113) -Update from WebTranslator v3.0:translators
spanish - 1 changes by juanjo
2015-01-04(svn r27112) -Update from WebTranslator v3.0:translators
luxembourgish - 1 changes by Phreeze spanish - 2 changes by SilverSurferZzZ
2015-01-04(svn r27111) -Doc: Extend script documentation with Save and Load functions.alberth
2015-01-03(svn r27110) -Update from WebTranslator v3.0:translators
afrikaans - 1 changes by telanus spanish - 1 changes by SilverSurferZzZ
2015-01-02(svn r27109) -Fix (r27102): MinGW compilationrubidium
2015-01-02(svn r27108) -Update from WebTranslator v3.0:translators
latin - 1 changes by Supercheese spanish - 2 changes by SilverSurferZzZ
2015-01-02(svn r27107) -Fix [FS#6183]: road vehicles could not reverse to be sent to ↵rubidium
depots when the following tile has the right type to run on, but could not be entered; e.g. facing toward a depot with the entry facing the wrong way failed to reverse whereas facing towards an empty tile allowed the vehicle to reverse (estys)
2015-01-01(svn r27106) -Fix [FS#6176]: Use the actual max speed of the vehicle in ↵michi_cc
front when determining if a RV can overtake.
2015-01-01(svn r27105) -Fix [FS#6195]: grow_counter was not properly bounded by ↵rubidium
growth_rate, but by some other value used to calculate growth_rate.
2015-01-01(svn r27104) -Fix [FS#6194]: support 64 bits integere in the ScriptLists as wellrubidium
2015-01-01(svn r27103) -Update: copyright daterubidium
2015-01-01(svn r27102) -Fix [FS#6194]: money values would end up wrong in strings when ↵rubidium
outside of the bounds of a 32 bits integer
2014-12-31(svn r27101) -Update from WebTranslator v3.0:translators
simplified_chinese - 4 changes by mhching luxembourgish - 17 changes by Phreeze
2014-12-30(svn r27100) -Update from WebTranslator v3.0:translators
luxembourgish - 334 changes by Phreeze
2014-12-27(svn r27099) -Update from WebTranslator v3.0:translators
spanish - 2 changes by SilverSurferZzZ
2014-12-26(svn r27098) -Update from WebTranslator v3.0:translators
hungarian - 1 changes by Brumi
2014-12-25(svn r27097) -Update from WebTranslator v3.0:translators
serbian - 26 changes by Suleiman
2014-12-24(svn r27094) -Update from WebTranslator v3.0:translators
esperanto - 4 changes by polluks
2014-12-24(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)frosch
2014-12-24(svn r27090) -Codechange [FS#5976]: Simplify some hierarchical groups code. ↵frosch
(Juanjo)
2014-12-23(svn r27089) -Update from WebTranslator v3.0:translators
esperanto - 24 changes by polluks
2014-12-22(svn r27088) -Update from WebTranslator v3.0:translators
irish - 20 changes by tem
2014-12-21(svn r27087) -Fix (r26864): the shadow bit of disaster vehicles got cleared ↵rubidium
after being set to show a shadow
2014-12-18(svn r27086) -Codechange: Simplify opening of windows by always returning a ↵alberth
valid window pointer.
2014-12-18(svn r27085) -Fix: Always return a valid window to the world generation gui ↵alberth
code.
2014-12-18(svn r27084) -Doc: Improve documentation of AllocateWindowDescFront.alberth
2014-12-16(svn r27083) -Update from WebTranslator v3.0:translators
latin - 9 changes by Supercheese
2014-12-14(svn r27082) -Update from WebTranslator v3.0:translators
lithuanian - 4 changes by Stabilitronas
2014-12-13(svn r27081) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093 lithuanian - 11 changes by Stabilitronas