------------------------------------------------------------------------
r26904 | rubidium | 2014-09-21 20:07:54 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix: account for the height level for showing the seen area in the viewport (ic111)

------------------------------------------------------------------------
r26903 | translators | 2014-09-21 19:45:52 +0200 (Sun, 21 Sep 2014) | 5 lines

-Update from WebTranslator v3.0:
lithuanian - 132 changes by Stabilitronas
vietnamese - 1 changes by nglekhoi
welsh - 5 changes by kazzie

------------------------------------------------------------------------
r26902 | rubidium | 2014-09-21 19:37:30 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix (r26900): erroneous spaces instead of tabs

------------------------------------------------------------------------
r26901 | rubidium | 2014-09-21 19:31:41 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix [FS#6120]: typo in string

------------------------------------------------------------------------
r26900 | rubidium | 2014-09-21 19:29:48 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix-ish: dirty the appropriate area around map edges when terraforming there to prevent any artefacts from occuring (ic111)

------------------------------------------------------------------------
r26899 | rubidium | 2014-09-21 19:27:37 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: reduce the amount of tiles that needs to be drawn by taking the height of tiles into account instead of drawing way too many (ic111)

------------------------------------------------------------------------
r26898 | rubidium | 2014-09-21 19:22:50 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix: hopefully make regression under MinGW work again

------------------------------------------------------------------------
r26897 | fonsinchen | 2014-09-21 18:45:51 +0200 (Sun, 21 Sep 2014) | 1 line

-Change: Add some more AIStationList autotests
------------------------------------------------------------------------
r26896 | fonsinchen | 2014-09-21 18:44:37 +0200 (Sun, 21 Sep 2014) | 1 line

-Codechange: Move AIStationList* tests to separate test case
------------------------------------------------------------------------
r26895 | fonsinchen | 2014-09-21 18:41:03 +0200 (Sun, 21 Sep 2014) | 1 line

-Change: Allow for multiple independent test cases for AI API regression
------------------------------------------------------------------------
r26894 | fonsinchen | 2014-09-21 18:25:15 +0200 (Sun, 21 Sep 2014) | 1 line

-Feature: Swap method for script lists
------------------------------------------------------------------------
r26893 | fonsinchen | 2014-09-21 18:20:48 +0200 (Sun, 21 Sep 2014) | 1 line

-Feature: ScriptStationList_Cargo for sorting cargo by from and via
------------------------------------------------------------------------
r26892 | fonsinchen | 2014-09-21 18:20:14 +0200 (Sun, 21 Sep 2014) | 1 line

-Feature: Script API for retrieving planned flow
------------------------------------------------------------------------
r26891 | fonsinchen | 2014-09-21 18:19:52 +0200 (Sun, 21 Sep 2014) | 1 line

-Codechange: Add methods to retrieve flows from a FlowStatMap
------------------------------------------------------------------------
r26890 | rubidium | 2014-09-21 16:45:35 +0200 (Sun, 21 Sep 2014) | 2 lines

-Cleanup: remove unneeded obfuscation via IConsoleSetSetting

------------------------------------------------------------------------
r26889 | fonsinchen | 2014-09-21 16:22:32 +0200 (Sun, 21 Sep 2014) | 1 line

-Feature: Predict links for station-autorefitting vehicles
------------------------------------------------------------------------
r26888 | rubidium | 2014-09-21 14:44:38 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: use ints for some z-levels of vehicles (ic111)

------------------------------------------------------------------------
r26887 | rubidium | 2014-09-21 14:39:24 +0200 (Sun, 21 Sep 2014) | 2 lines

-Add: cheat for changing the height level (mostly due to the mess with changing snow levels and such)

------------------------------------------------------------------------
r26886 | rubidium | 2014-09-21 14:35:34 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change (r26885): the max height setting belongs more in the limitations section of the settings

------------------------------------------------------------------------
r26885 | rubidium | 2014-09-21 14:25:04 +0200 (Sun, 21 Sep 2014) | 2 lines

-Feature-ish: user interface for limiting the maximum height of a map

------------------------------------------------------------------------
r26884 | rubidium | 2014-09-21 14:02:03 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change: scale the NewGRF's snow line level according to the configured maximum map height

------------------------------------------------------------------------
r26883 | rubidium | 2014-09-21 13:53:06 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change: make maximum desert height scale with the maximum configured height

------------------------------------------------------------------------
r26882 | rubidium | 2014-09-21 13:40:11 +0200 (Sun, 21 Sep 2014) | 2 lines

-Feature: allow limiting the height of bridges (ic111)

------------------------------------------------------------------------
r26881 | rubidium | 2014-09-21 13:28:29 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: bump the savegame version

------------------------------------------------------------------------
r26880 | rubidium | 2014-09-21 13:27:34 +0200 (Sun, 21 Sep 2014) | 2 lines

-Add: stub settings for limiting bridge and map height

------------------------------------------------------------------------
r26879 | rubidium | 2014-09-21 13:24:51 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: remove most MayHaveBridgeAbove calls since the data is now always accessible

------------------------------------------------------------------------
r26878 | rubidium | 2014-09-21 13:23:33 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change: move m6 to TileExtended to keep Tile 8 bytes and thus better alignable

------------------------------------------------------------------------
r26877 | rubidium | 2014-09-21 13:20:29 +0200 (Sun, 21 Sep 2014) | 2 lines

-Update: documentation about the map array

------------------------------------------------------------------------
r26876 | rubidium | 2014-09-21 13:20:11 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: move 'has bride above' data from m6 to type

------------------------------------------------------------------------
r26875 | rubidium | 2014-09-21 13:18:10 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: move TropicZone information from m6 to type

------------------------------------------------------------------------
r26874 | rubidium | 2014-09-21 13:17:47 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix (r26872): hopefully fix MSVC compile error

------------------------------------------------------------------------
r26873 | rubidium | 2014-09-21 13:14:58 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change: split type_height into a type and height array (ic111)

------------------------------------------------------------------------
r26872 | rubidium | 2014-09-21 13:12:42 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change: give the disaster vehicles the same treatment as aircraft in r26866; make the ascend and descend if needed to cross high mountains (based on patch by ic111)

------------------------------------------------------------------------
r26871 | peter1138 | 2014-09-21 11:12:04 +0200 (Sun, 21 Sep 2014) | 2 lines

-Codechange: Centre and draw arbitrary size highscore screen. Highscore text continues to be drawn with 640x480 dimensions.

------------------------------------------------------------------------
r26870 | rubidium | 2014-09-21 10:19:32 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix (r15190): since freeform edges the 'tile height' at southern edge * 8 pixels just 'south' of the edge tile would not be drawn and would as a result not be refreshed causing artefacts to remain there. This adds a virtual slope to level 0 so it can be redrawn appropriately. Loosely based on patch by ic111

------------------------------------------------------------------------
r26869 | rubidium | 2014-09-21 09:57:45 +0200 (Sun, 21 Sep 2014) | 2 lines

-Add: support for an all black palette to prevent the need of having a black tile of all different slopes (ic111)

------------------------------------------------------------------------
r26868 | rubidium | 2014-09-21 09:48:18 +0200 (Sun, 21 Sep 2014) | 2 lines

-Add: methods for getting a (theoretical) slope and tile height of tiles outside of the map array (ic111)

------------------------------------------------------------------------
r26867 | rubidium | 2014-09-21 08:41:11 +0200 (Sun, 21 Sep 2014) | 2 lines

-Fix (r26866): hopefully fix MSVC compile error

------------------------------------------------------------------------
r26866 | rubidium | 2014-09-21 08:35:34 +0200 (Sun, 21 Sep 2014) | 2 lines

-Change: make aircraft ascend/descend when they are too close to the ground or too far away (based on patch by ic111)

------------------------------------------------------------------------
r26865 | translators | 2014-09-20 19:45:14 +0200 (Sat, 20 Sep 2014) | 3 lines

-Update from WebTranslator v3.0:
welsh - 11 changes by kazzie

------------------------------------------------------------------------
r26864 | rubidium | 2014-09-20 17:46:44 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: bring a bit more OO into the disaster vehicles

------------------------------------------------------------------------
r26863 | rubidium | 2014-09-20 17:31:26 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: move a number of Vehicle* functions into the Vehicle class

------------------------------------------------------------------------
r26862 | peter1138 | 2014-09-20 14:27:09 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: Don't shrink widget size in new game window.

------------------------------------------------------------------------
r26861 | peter1138 | 2014-09-20 14:25:36 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: Include height of dropdown image in dropdown widget. Draw vertically centred image in dropdown button.

------------------------------------------------------------------------
r26860 | rubidium | 2014-09-20 14:11:15 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: improve worst case performance of terraforming (O(n^2) -> O(n log n)) and let memory usage scale to the amount of tiles affected instead of allocating memory for the worst case scenario (patch by ic111)

------------------------------------------------------------------------
r26859 | frosch | 2014-09-20 13:32:54 +0200 (Sat, 20 Sep 2014) | 1 line

-Fix [FS#6119]: Height computation of game script text in town GUI did not consider margins.
------------------------------------------------------------------------
r26858 | peter1138 | 2014-09-20 12:23:38 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: Rearrange smallmap filter and settings expand/collapse buttons to fix frame borders and allow buttons to fit height of resize button.

------------------------------------------------------------------------
r26857 | fonsinchen | 2014-09-20 11:41:25 +0200 (Sat, 20 Sep 2014) | 1 line

-Fix [FS#6110]: Reserve cargo after refitting and only if necessary.
------------------------------------------------------------------------
r26856 | peter1138 | 2014-09-20 11:18:22 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: Ensure company face widgets can fit company face.

------------------------------------------------------------------------
r26855 | peter1138 | 2014-09-20 10:55:35 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: Render vertical scrollbars the same as horizontal scrollbars, with sprites instead of text.

------------------------------------------------------------------------
r26854 | peter1138 | 2014-09-20 02:27:14 +0200 (Sat, 20 Sep 2014) | 2 lines

-Codechange: Don't override computed minimal size with static minimal size, instead only increase it.

------------------------------------------------------------------------
r26853 | rubidium | 2014-09-19 22:06:51 +0200 (Fri, 19 Sep 2014) | 2 lines

-Cleanup [Squirrel]: remove some stuff that we never did and especially never should use

------------------------------------------------------------------------
r26852 | rubidium | 2014-09-19 19:53:50 +0200 (Fri, 19 Sep 2014) | 2 lines

-Fix: WT3 validation error

------------------------------------------------------------------------
r26851 | translators | 2014-09-19 19:47:00 +0200 (Fri, 19 Sep 2014) | 6 lines

-Update from WebTranslator v3.0:
belarusian - 33 changes by KorneySan
brazilian_portuguese - 100 changes by Tucalipe
russian - 2 changes by KorneySan
welsh - 4 changes by kazzie

------------------------------------------------------------------------
r26850 | planetmaker | 2014-09-19 11:28:23 +0200 (Fri, 19 Sep 2014) | 1 line

-Fix: [Makefile] Compilation of strgen requires also defining  variable in  for platforms like Solaris
------------------------------------------------------------------------
r26849 | alberth | 2014-09-18 21:53:22 +0200 (Thu, 18 Sep 2014) | 2 lines

-Fix[FS#6113]: Better display of refit information in articulated vehicles.

------------------------------------------------------------------------
r26848 | alberth | 2014-09-18 21:50:41 +0200 (Thu, 18 Sep 2014) | 2 lines

-Codechange: Unduplicate summing of cargo capacities in GetTotalCapacityOfArticulatedParts.

------------------------------------------------------------------------
r26847 | fonsinchen | 2014-09-18 19:49:19 +0200 (Thu, 18 Sep 2014) | 1 line

-Fix [FS#6110]: Don't assign a next hop when returning cargo
------------------------------------------------------------------------
r26846 | translators | 2014-09-18 19:45:51 +0200 (Thu, 18 Sep 2014) | 4 lines

-Update from WebTranslator v3.0:
bulgarian - 46 changes by Wold
english_US - 5 changes by Supercheese

------------------------------------------------------------------------
r26845 | rubidium | 2014-09-17 20:35:45 +0200 (Wed, 17 Sep 2014) | 2 lines

-Fix [Squirrel]: more uninitialized variables in constructors

------------------------------------------------------------------------
r26844 | rubidium | 2014-09-17 19:52:50 +0200 (Wed, 17 Sep 2014) | 2 lines

-Fix: clang compile error

------------------------------------------------------------------------
r26843 | translators | 2014-09-17 19:45:37 +0200 (Wed, 17 Sep 2014) | 4 lines

-Update from WebTranslator v3.0:
ukrainian - 25 changes by Strategy
welsh - 8 changes by kazzie

------------------------------------------------------------------------
r26842 | rubidium | 2014-09-16 23:14:18 +0200 (Tue, 16 Sep 2014) | 2 lines

-Codechange [Squirrel]: other simple cases of non-initialised instance variables

------------------------------------------------------------------------
r26841 | rubidium | 2014-09-16 23:13:24 +0200 (Tue, 16 Sep 2014) | 2 lines

-Codechange [Squirrel]: move the actual initialisation of instance variables of SQString into the constructor

------------------------------------------------------------------------
r26840 | rubidium | 2014-09-16 23:11:14 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: merge Init and constructor of SQSharedState

------------------------------------------------------------------------
r26839 | rubidium | 2014-09-16 23:10:01 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: some dead code and making switch fall throughs more explicit

------------------------------------------------------------------------
r26838 | rubidium | 2014-09-16 22:14:03 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix (r26831): attempt to make MSVC like the code again

------------------------------------------------------------------------
r26837 | rubidium | 2014-09-16 22:09:20 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: remove some pointless assignments

------------------------------------------------------------------------
r26836 | rubidium | 2014-09-16 22:08:44 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: merge SQLexer::Init with the constructor; there's no need to construct first and then call init in the next line

------------------------------------------------------------------------
r26835 | rubidium | 2014-09-16 22:07:47 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: remove dead code from the lexer

------------------------------------------------------------------------
r26834 | rubidium | 2014-09-16 22:07:19 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: prevent unitialized memory warning by moving code from (static) Init to constructure for SQFunctionProto

------------------------------------------------------------------------
r26833 | rubidium | 2014-09-16 22:06:28 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: remove a few bits of dead code

------------------------------------------------------------------------
r26832 | rubidium | 2014-09-16 22:06:05 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: ensure instance variable of SQNativeClosure is properly initialized

------------------------------------------------------------------------
r26831 | rubidium | 2014-09-16 22:05:21 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix [Squirrel]: (bogus) warning about falling through in a switch

------------------------------------------------------------------------
r26830 | rubidium | 2014-09-16 19:56:15 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix: WT3 string validation

------------------------------------------------------------------------
r26829 | translators | 2014-09-16 19:47:02 +0200 (Tue, 16 Sep 2014) | 9 lines

-Update from WebTranslator v3.0:
finnish - 19 changes by jpx_
persian - 65 changes by Garga
polish - 4 changes by wojteks86
russian - 2 changes by Lone_Wolf
swedish - 31 changes by spacejens
urdu - 80 changes by siphr
welsh - 42 changes by kazzie

------------------------------------------------------------------------
r26828 | rubidium | 2014-09-16 19:14:07 +0200 (Tue, 16 Sep 2014) | 2 lines

-Fix: memory leak when passing -c multiple times

------------------------------------------------------------------------
r26827 | frosch | 2014-09-15 21:26:03 +0200 (Mon, 15 Sep 2014) | 1 line

-Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK.
------------------------------------------------------------------------
r26826 | translators | 2014-09-15 19:47:04 +0200 (Mon, 15 Sep 2014) | 8 lines

-Update from WebTranslator v3.0:
croatian - 4 changes by VoyagerOne
greek - 2 changes by Jubilee
italian - 4 changes by lorenzodv
korean - 32 changes by telk5093
persian - 34 changes by farazfaraji
urdu - 9 changes by siphr

------------------------------------------------------------------------