------------------------------------------------------------------------
r25545 | translators | 2013-06-30 19:46:07 +0200 (Sun, 30 Jun 2013) | 12 lines

-Update from WebTranslator v3.0:
croatian - 39 changes by VoyagerOne
english_AU - 39 changes by mrtux
french - 39 changes by glx
german - 1 changes by Jogio
hungarian - 39 changes by Brumi
italian - 39 changes by lorenzodv
korean - 2 changes by telk5093
polish - 5 changes by wojteks86
thai - 42 changes by nirakanz
turkish - 113 changes by emremeydan

------------------------------------------------------------------------
r25544 | rubidium | 2013-06-30 17:59:10 +0200 (Sun, 30 Jun 2013) | 2 lines

-Fix [FS#5625] (r25488, r25486): [GS] The checks and validations for setting the extra text in the town window became too stringent

------------------------------------------------------------------------
r25543 | frosch | 2013-06-30 16:39:09 +0200 (Sun, 30 Jun 2013) | 1 line

-Cleanup: Make the bridge and object picker not restore their previous size, but the previously saved size.
------------------------------------------------------------------------
r25542 | frosch | 2013-06-30 16:38:45 +0200 (Sun, 30 Jun 2013) | 1 line

-Fix: Do not just add 65 pixels to the width of the train vehicle list whenever it is opened, but remember the width of the train list separately from other vehicle types.
------------------------------------------------------------------------
r25541 | frosch | 2013-06-30 16:38:20 +0200 (Sun, 30 Jun 2013) | 1 line

-Cleanup: No need to clear a bit which is never set.
------------------------------------------------------------------------
r25540 | frosch | 2013-06-30 16:37:50 +0200 (Sun, 30 Jun 2013) | 1 line

-Fix: Unify selecting a new object class in the object GUI. (sbr)
------------------------------------------------------------------------
r25539 | frosch | 2013-06-30 16:37:24 +0200 (Sun, 30 Jun 2013) | 1 line

-Codechange: Setup object GUI matrix before restoring selected object, so that the matrix state can be properly set. (sbr)
------------------------------------------------------------------------
r25538 | frosch | 2013-06-30 16:37:01 +0200 (Sun, 30 Jun 2013) | 1 line

-Fix [FS#5567] (r25283): Use the UI index of the selected object to make it visible when re-opening the build object window. (sbr)
------------------------------------------------------------------------
r25537 | frosch | 2013-06-30 16:36:31 +0200 (Sun, 30 Jun 2013) | 1 line

-Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
------------------------------------------------------------------------
r25536 | frosch | 2013-06-30 16:36:07 +0200 (Sun, 30 Jun 2013) | 1 line

-Cleanup: No need to set scrollbar capacity anywhere but in OnResize.
------------------------------------------------------------------------
r25535 | frosch | 2013-06-30 16:35:44 +0200 (Sun, 30 Jun 2013) | 1 line

-Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize.
------------------------------------------------------------------------
r25534 | frosch | 2013-06-30 16:34:23 +0200 (Sun, 30 Jun 2013) | 1 line

-Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that.
------------------------------------------------------------------------
r25533 | frosch | 2013-06-30 16:33:32 +0200 (Sun, 30 Jun 2013) | 1 line

-Codechange: Use SetCapacityFromWidget more often.
------------------------------------------------------------------------
r25532 | frosch | 2013-06-30 16:33:15 +0200 (Sun, 30 Jun 2013) | 1 line

-Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window.
------------------------------------------------------------------------
r25531 | frosch | 2013-06-30 16:32:31 +0200 (Sun, 30 Jun 2013) | 1 line

-Codechange: Use separate function to set data of WWT_MATRIX widgets.
------------------------------------------------------------------------
r25527 | alberth | 2013-06-30 10:29:51 +0200 (Sun, 30 Jun 2013) | 2 lines

-Fix[FS#5621]: strndup should not examine strings beyond its upper limit.

------------------------------------------------------------------------
r25526 | rubidium | 2013-06-30 09:46:10 +0200 (Sun, 30 Jun 2013) | 2 lines

-Fix: line breaking in fallback layouter was off-by-one, so sometimes strings that needed to be broken off earlier got truncated later on

------------------------------------------------------------------------
r25525 | rubidium | 2013-06-30 09:29:31 +0200 (Sun, 30 Jun 2013) | 2 lines

-Fix: off-by-one in fallback layout w.r.t. colour/font changes

------------------------------------------------------------------------
r25524 | rubidium | 2013-06-30 09:21:37 +0200 (Sun, 30 Jun 2013) | 2 lines

-Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline

------------------------------------------------------------------------
r25523 | rubidium | 2013-06-29 20:21:19 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix [FS#5587]: SDL does not give an event when an application gets mouse focus while going to full screen, so manually force the mouse-is-in-window state

------------------------------------------------------------------------
r25522 | rubidium | 2013-06-29 19:50:59 +0200 (Sat, 29 Jun 2013) | 2 lines

-Update: baseset descriptions

------------------------------------------------------------------------
r25521 | translators | 2013-06-29 19:45:43 +0200 (Sat, 29 Jun 2013) | 9 lines

-Update from WebTranslator v3.0:
english_US - 39 changes by Rubidium
german - 40 changes by Jogio, planetmaker
japanese - 48 changes by riolukid
korean - 3 changes by telk5093
spanish - 39 changes by Terkhen
tamil - 16 changes by aswn
turkish - 154 changes by emremeydan

------------------------------------------------------------------------
r25520 | rubidium | 2013-06-29 18:13:41 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information

------------------------------------------------------------------------
r25519 | zuu | 2013-06-29 16:54:07 +0200 (Sat, 29 Jun 2013) | 1 line

-Fix [FS#5614] (r25342): Select page to update by its id and not the page id
------------------------------------------------------------------------
r25518 | rubidium | 2013-06-29 15:20:40 +0200 (Sat, 29 Jun 2013) | 2 lines

-Cleanup: remove old string

------------------------------------------------------------------------
r25517 | rubidium | 2013-06-29 15:19:19 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix-ish (r25515) / Feature-ish [FS#5623]: properly align the statistics as well when the infra sharing is turned on

------------------------------------------------------------------------
r25516 | rubidium | 2013-06-29 15:11:52 +0200 (Sat, 29 Jun 2013) | 2 lines

-Codechange: reduce code duplication in infrastructure statistics window

------------------------------------------------------------------------
r25515 | rubidium | 2013-06-29 14:41:43 +0200 (Sat, 29 Jun 2013) | 2 lines

-Feature [FS#5595]: right align the infrastructure statistics

------------------------------------------------------------------------
r25514 | rubidium | 2013-06-29 14:11:38 +0200 (Sat, 29 Jun 2013) | 2 lines

-Update: other translations

------------------------------------------------------------------------
r25513 | rubidium | 2013-06-29 14:09:55 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix [FS#5623]: the high score's company/president name was stored with encoded string codes, causing it to cause trouble when the encoding of the string codes changes. Furthermore, check the incoming dangerous content better

------------------------------------------------------------------------
r25512 | rubidium | 2013-06-29 14:07:40 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix-ish: the high score company name could not have enough space to have both the company and president name

------------------------------------------------------------------------
r25511 | rubidium | 2013-06-29 14:03:44 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache

------------------------------------------------------------------------
r25510 | rubidium | 2013-06-29 11:51:03 +0200 (Sat, 29 Jun 2013) | 2 lines

-Fix: forgot to update some documentation

------------------------------------------------------------------------
r25509 | rubidium | 2013-06-29 11:50:32 +0200 (Sat, 29 Jun 2013) | 2 lines

-Cleanup: remove old strings

------------------------------------------------------------------------
r25508 | rubidium | 2013-06-29 11:47:18 +0200 (Sat, 29 Jun 2013) | 4 lines

-Change: split unit localisation choice into a choice per type of unit, and move it to the advanced settings
-Feature [FS#5482]: have tractive effort in imperial (lbf) and metric (kgf) units
-Feature: have weights and volumes in imperial units (short tons, gallons)

------------------------------------------------------------------------
r25507 | rubidium | 2013-06-29 10:58:25 +0200 (Sat, 29 Jun 2013) | 2 lines

-Cleanup: double definition

------------------------------------------------------------------------
r25506 | rubidium | 2013-06-28 23:11:35 +0200 (Fri, 28 Jun 2013) | 2 lines

-Document: a function, and name it slightly better

------------------------------------------------------------------------
r25505 | rubidium | 2013-06-28 22:54:05 +0200 (Fri, 28 Jun 2013) | 2 lines

-Fix [FS#5563]: use proper doxygen style link to images

------------------------------------------------------------------------
r25504 | rubidium | 2013-06-28 22:53:42 +0200 (Fri, 28 Jun 2013) | 2 lines

-Feature [FS#5563]: allow images in the (doxygen) documentation (adf88)

------------------------------------------------------------------------
r25501 | rubidium | 2013-06-28 21:31:31 +0200 (Fri, 28 Jun 2013) | 2 lines

-Fix: compilation error on OS X

------------------------------------------------------------------------
r25497 | frosch | 2013-06-28 21:20:45 +0200 (Fri, 28 Jun 2013) | 1 line

-Fix (r25479): byte is not unit
------------------------------------------------------------------------
r25495 | rubidium | 2013-06-28 20:09:07 +0200 (Fri, 28 Jun 2013) | 2 lines

-Fix [FS#5553]: when addings bits to a (train) station, the train trying to stop there could overshoot the (new) stop location and not stop at all

------------------------------------------------------------------------
r25494 | translators | 2013-06-28 19:45:19 +0200 (Fri, 28 Jun 2013) | 5 lines

-Update from WebTranslator v3.0:
catalan - 7 changes by juanjo
spanish - 5 changes by juanjo
vietnamese - 9 changes by nglekhoi

------------------------------------------------------------------------
r25493 | rubidium | 2013-06-27 23:21:47 +0200 (Thu, 27 Jun 2013) | 2 lines

-Codechange: support for the safer variant of ICU's getFontTable

------------------------------------------------------------------------
r25492 | michi_cc | 2013-06-27 23:18:56 +0200 (Thu, 27 Jun 2013) | 1 line

-Doc: Missing comment.
------------------------------------------------------------------------
r25491 | rubidium | 2013-06-27 22:30:22 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix: ofcourse... doing something with Random messes with the regression result...

------------------------------------------------------------------------
r25490 | rubidium | 2013-06-27 22:20:13 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined

------------------------------------------------------------------------
r25489 | rubidium | 2013-06-27 22:07:09 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along

------------------------------------------------------------------------
r25488 | rubidium | 2013-06-27 21:57:41 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on

------------------------------------------------------------------------
r25487 | rubidium | 2013-06-27 21:56:54 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix: do not allow control codes in names of things (signs, vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone

------------------------------------------------------------------------
r25486 | rubidium | 2013-06-27 21:23:23 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix [FS#5613-ish]: missing length validation for town and president names in script APIs

------------------------------------------------------------------------
r25485 | rubidium | 2013-06-27 20:33:46 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix-ish: silence compiler warning

------------------------------------------------------------------------
r25484 | translators | 2013-06-27 19:45:14 +0200 (Thu, 27 Jun 2013) | 4 lines

-Update from WebTranslator v3.0:
luxembourgish - 21 changes by Phreeze
slovak - 2 changes by Milsa

------------------------------------------------------------------------
r25483 | rubidium | 2013-06-27 18:25:30 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix: don't commit too much...

------------------------------------------------------------------------
r25482 | rubidium | 2013-06-27 18:24:19 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix [FS#5620]: forced newlines were not properly handled

------------------------------------------------------------------------
r25481 | rubidium | 2013-06-27 17:22:19 +0200 (Thu, 27 Jun 2013) | 2 lines

-Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account

------------------------------------------------------------------------
r25480 | michi_cc | 2013-06-26 23:17:09 +0200 (Wed, 26 Jun 2013) | 1 line

-Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration.
------------------------------------------------------------------------
r25479 | frosch | 2013-06-26 22:38:32 +0200 (Wed, 26 Jun 2013) | 1 line

-Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed.
------------------------------------------------------------------------
r25478 | frosch | 2013-06-26 21:35:40 +0200 (Wed, 26 Jun 2013) | 1 line

-Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement.
------------------------------------------------------------------------
r25477 | rubidium | 2013-06-26 21:10:22 +0200 (Wed, 26 Jun 2013) | 2 lines

-Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early

------------------------------------------------------------------------
r25476 | frosch | 2013-06-26 20:49:53 +0200 (Wed, 26 Jun 2013) | 1 line

-Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width.
------------------------------------------------------------------------
r25475 | translators | 2013-06-26 19:45:27 +0200 (Wed, 26 Jun 2013) | 6 lines

-Update from WebTranslator v3.0:
czech - 59 changes by Eskymak
luxembourgish - 8 changes by Phreeze
slovak - 27 changes by Milsa
thai - 4 changes by nirakanz

------------------------------------------------------------------------
r25474 | rubidium | 2013-06-26 17:02:16 +0200 (Wed, 26 Jun 2013) | 2 lines

-Fix [FS#5618]: OS X compilation failure

------------------------------------------------------------------------
r25473 | rubidium | 2013-06-25 22:48:12 +0200 (Tue, 25 Jun 2013) | 2 lines

-Fix: uninitialised warning

------------------------------------------------------------------------
r25472 | rubidium | 2013-06-25 22:44:54 +0200 (Tue, 25 Jun 2013) | 2 lines

-Cleanup: remove the old methods for drawing text

------------------------------------------------------------------------
r25471 | rubidium | 2013-06-25 22:44:23 +0200 (Tue, 25 Jun 2013) | 2 lines

-Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai)

------------------------------------------------------------------------
r25470 | rubidium | 2013-06-25 22:40:58 +0200 (Tue, 25 Jun 2013) | 2 lines

-Feature-ish: use ICU's layout engine when that's available

------------------------------------------------------------------------
r25469 | rubidium | 2013-06-25 22:39:58 +0200 (Tue, 25 Jun 2013) | 2 lines

-Add: method for getting the font tables from freetype fonts

------------------------------------------------------------------------
r25468 | rubidium | 2013-06-25 22:39:03 +0200 (Tue, 25 Jun 2013) | 2 lines

-Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them

------------------------------------------------------------------------
r25467 | rubidium | 2013-06-25 22:38:29 +0200 (Tue, 25 Jun 2013) | 2 lines

-Add: truncation support to the drawing routine

------------------------------------------------------------------------
r25466 | rubidium | 2013-06-25 22:38:12 +0200 (Tue, 25 Jun 2013) | 2 lines

-Add: drawing routine for the layout engine

------------------------------------------------------------------------
r25465 | rubidium | 2013-06-25 22:29:31 +0200 (Tue, 25 Jun 2013) | 2 lines

-Codechange: add the concept of a layouting engine for text

------------------------------------------------------------------------
r25464 | frosch | 2013-06-25 22:22:08 +0200 (Tue, 25 Jun 2013) | 1 line

-Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
------------------------------------------------------------------------
r25463 | rubidium | 2013-06-25 22:21:21 +0200 (Tue, 25 Jun 2013) | 2 lines

-Codechange: export more size related information from the fonts

------------------------------------------------------------------------
r25462 | rubidium | 2013-06-25 22:20:15 +0200 (Tue, 25 Jun 2013) | 2 lines

-Codechange: make a better distinction between characters and glyphs

------------------------------------------------------------------------
r25461 | rubidium | 2013-06-25 20:52:12 +0200 (Tue, 25 Jun 2013) | 2 lines

-Fix: MSVC compiler warning

------------------------------------------------------------------------
r25460 | translators | 2013-06-25 19:45:17 +0200 (Tue, 25 Jun 2013) | 5 lines

-Update from WebTranslator v3.0:
czech - 4 changes by Eskymak
german - 3 changes by Jogio
luxembourgish - 2 changes by Phreeze

------------------------------------------------------------------------
r25459 | frosch | 2013-06-24 23:02:26 +0200 (Mon, 24 Jun 2013) | 1 line

-Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable.
------------------------------------------------------------------------
r25458 | frosch | 2013-06-24 23:01:05 +0200 (Mon, 24 Jun 2013) | 1 line

-Fix-ish: Enable the autorefit-button in the order GUI in case the vehicle is not auto-refittable but already has a autorefit-order set to allow clearing the refit.
------------------------------------------------------------------------
r25457 | frosch | 2013-06-24 22:58:25 +0200 (Mon, 24 Jun 2013) | 1 line

-Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft.
------------------------------------------------------------------------
r25456 | frosch | 2013-06-24 22:57:50 +0200 (Mon, 24 Jun 2013) | 1 line

-Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle.
------------------------------------------------------------------------
r25455 | rubidium | 2013-06-24 22:52:28 +0200 (Mon, 24 Jun 2013) | 2 lines

-Cleanup: make local function really local

------------------------------------------------------------------------
r25454 | rubidium | 2013-06-24 20:39:19 +0200 (Mon, 24 Jun 2013) | 2 lines

-Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it

------------------------------------------------------------------------
r25453 | translators | 2013-06-24 19:45:08 +0200 (Mon, 24 Jun 2013) | 3 lines

-Update from WebTranslator v3.0:
vietnamese - 1 changes by nglekhoi

------------------------------------------------------------------------
r25452 | rubidium | 2013-06-23 22:44:18 +0200 (Sun, 23 Jun 2013) | 2 lines

-Codechange: let the chat messages be drawn like the console messages; drawing complete multiline strings from the bottom, instead of manually breaking the strings and drawing those

------------------------------------------------------------------------
r25451 | frosch | 2013-06-23 22:08:13 +0200 (Sun, 23 Jun 2013) | 1 line

-Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes.
------------------------------------------------------------------------
r25450 | rubidium | 2013-06-23 20:32:02 +0200 (Sun, 23 Jun 2013) | 2 lines

-Fix: compilation without freetype

------------------------------------------------------------------------
r25449 | rubidium | 2013-06-23 19:48:39 +0200 (Sun, 23 Jun 2013) | 2 lines

-Fix: WT3 validation error

------------------------------------------------------------------------
r25448 | translators | 2013-06-23 19:45:14 +0200 (Sun, 23 Jun 2013) | 3 lines

-Update from WebTranslator v3.0:
slovak - 4 changes by Milsa

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