summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-01(svn r27174) -Feature[FS#6236]: Display relative offset changes in the ↵alberth
sprite aligner (juzza1).
2015-02-28(svn r27173) -Fix [FS#6237] (r27134): Use the regular clipping functions in ↵frosch
the sprite aligner instead of some magic.
2015-02-28(svn r27172) -Fix [FS#6238] (r27167): Apparently Windows randomly drops ↵frosch
SetCursorPos calls. According to internet due to incorrect/missing synchronisation in threads accessing the event queue.
2015-02-25(svn r27171) -Update from WebTranslator v3.0:translators
korean - 11 changes by telk5093 latin - 2 changes by Supercheese
2015-02-24(svn r27169) -Update: Documentationfrosch
2015-02-23(svn r27168) -Update from WebTranslator v3.0:translators
latin - 4 changes by Supercheese
2015-02-22(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling ↵frosch
scrolled/jumped way to far, when OpenTTD lagged during mouse event processing.
2015-02-22(svn r27166) -Codechange: Optimise ScriptList by making use of iterators ↵frosch
instead of looking up map-items multiple times per API call.
2015-02-22(svn r27165) -Update from WebTranslator v3.0:translators
english_US - 3 changes by Supercheese
2015-02-22(svn r27164) -Add: [NoGo] Game scripts can point to a location, station, ↵alberth
industry, or town when publishing news.
2015-02-22(svn r27163) -Fix [FS#6204]: Toolbars were not invalidated when changing ↵frosch
max-vehicles settings. (adf88)
2015-02-22(svn r27162) -Fix [FS#6208]: Tile selection was drawn outside of map in some ↵frosch
cases. (adf88)
2015-02-22(svn r27161) -Fix [FS#6156] [FS#6206]: Reimplement the viewport drawing ↵frosch
algorithm.
2015-02-22(svn r27160) -Fix: Division of signed values by TILE_SIZE requires cast to ↵frosch
stay signed.
2015-02-22(svn r27159) -Codechange: Simplify mapping from smallmap to viewport ↵frosch
coordinates by duplicating less code.
2015-02-22(svn r27158) -Codechange: Simplify mapping from viewport to smallmap ↵frosch
coordinates by duplicating less code.
2015-02-22(svn r27157) -Fix: Mark bridge middle tiles dirty when ↵frosch
building/removing/changing bridges.
2015-02-20(svn r27156) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by siu238X
2015-02-19(svn r27155) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by siu238X
2015-02-18(svn r27154) -Update from WebTranslator v3.0:translators
indonesian - 9 changes by UseYourIllusion korean - 4 changes by telk5093
2015-02-15(svn r27153) -Update from WebTranslator v3.0:translators
german - 3 changes by mbender korean - 2 changes by telk5093 malay - 12 changes by im54
2015-02-15(svn r27152) -Fix: Generated files.frosch
2015-02-14(svn r27151) -Add: Allow changing max heightlevel in scenario editor.frosch
2015-02-14(svn r27150) -Fix (r27146): Forgot scenario toolbar.frosch
2015-02-14(svn r27149) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2015-02-14(svn r27148) -Fix: Rounding and unit-conversion inconsistencies in calls to ↵frosch
MarkAllViewportsDirty.
2015-02-13(svn r27147) -Fix: Scale (non-custom) default window sizes according to GUI ↵frosch
zoom.
2015-02-13(svn r27146) -Fix: Make statusbar and chat-entry window use the same width ↵frosch
as the toolbar. Otherwise they lack a size definition.
2015-02-13(svn r27145) -Update from WebTranslator v3.0:translators
malay - 11 changes by TheITChap
2015-02-12(svn r27144) -Change: The chatbox-width setting now uses percent of screen ↵frosch
width instead of pixels.
2015-02-10(svn r27142) -Update from WebTranslator v3.0:translators
turkish - 77 changes by wakeup
2015-02-09(svn r27141) -Update from WebTranslator v3.0:translators
indonesian - 57 changes by fanioz korean - 3 changes by telk5093
2015-02-08(svn r27140) -Codechange: Fix typo in GenenerateLandscapeWindowMode (chillcore)alberth
2015-02-08(svn r27139) -Update from WebTranslator v3.0:translators
korean - 12 changes by Gimel3830
2015-02-06(svn r27138) -Fix: [NewGRF] Negative positions in industry layouts were ↵frosch
interpreted incorrectly; however since the wrong behaviour is saner, define as the correct behaviour for GRFv8.
2015-02-06(svn r27137) -Fix (r0): Oilrig empty-tile checks were incorrect due to wrong ↵frosch
TileIndexDiff->TileIndexDiffC conversion.
2015-02-05(svn r27136) -Update from WebTranslator v3.0:translators
afrikaans - 1 changes by telanus
2015-02-01(svn r27135) -Fix: Misalignment in generate world window in case of small fonts.frosch
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