summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-30(svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, ↵frosch
so their capacity is set via OnResize.
2013-06-30(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup ↵frosch
scrollbar capacity before that.
2013-06-30(svn r25533) -Codechange: Use SetCapacityFromWidget more often.frosch
2013-06-30(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets ↵frosch
depend on their number of rows, since that changes when resizing the window.
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX ↵frosch
widgets.
2013-06-30(svn r25527) -Fix[FS#5621]: strndup should not examine strings beyond its ↵alberth
upper limit.
2013-06-30(svn r25526) -Fix: line breaking in fallback layouter was off-by-one, so ↵rubidium
sometimes strings that needed to be broken off earlier got truncated later on
2013-06-30(svn r25525) -Fix: off-by-one in fallback layout w.r.t. colour/font changesrubidium
2013-06-30(svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without ↵rubidium
space after a newline
2013-06-29(svn r25523) -Fix [FS#5587]: SDL does not give an event when an application ↵rubidium
gets mouse focus while going to full screen, so manually force the mouse-is-in-window state
2013-06-29(svn r25522) -Update: baseset descriptionsrubidium
2013-06-29(svn r25521) -Update from WebTranslator v3.0:translators
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
2013-06-29(svn r25520) -Fix-ish: don't pretend that trunk is still doing something ↵rubidium
1.3-ish in the Windows executable version information
2013-06-29(svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and ↵zuu
not the page id
2013-06-29(svn r25518) -Cleanup: remove old stringrubidium
2013-06-29(svn r25517) -Fix-ish (r25515) / Feature-ish [FS#5623]: properly align the ↵rubidium
statistics as well when the infra sharing is turned on
2013-06-29(svn r25516) -Codechange: reduce code duplication in infrastructure ↵rubidium
statistics window
2013-06-29(svn r25515) -Feature [FS#5595]: right align the infrastructure statisticsrubidium
2013-06-29(svn r25514) -Update: other translationsrubidium
2013-06-29(svn r25513) -Fix [FS#5623]: the high score's company/president name was ↵rubidium
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
2013-06-29(svn r25512) -Fix-ish: the high score company name could not have enough ↵rubidium
space to have both the company and president name
2013-06-29(svn r25511) -Fix-ish: add the same printable key assert to the sprite font ↵rubidium
cache as the freetype font cache
2013-06-29(svn r25510) -Fix: forgot to update some documentationrubidium
2013-06-29(svn r25509) -Cleanup: remove old stringsrubidium
2013-06-29(svn r25508) -Change: split unit localisation choice into a choice per type ↵rubidium
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)
2013-06-29(svn r25507) -Cleanup: double definitionrubidium
2013-06-28(svn r25506) -Document: a function, and name it slightly betterrubidium
2013-06-28(svn r25505) -Fix [FS#5563]: use proper doxygen style link to imagesrubidium
2013-06-28(svn r25504) -Feature [FS#5563]: allow images in the (doxygen) documentation ↵rubidium
(adf88)
2013-06-28(svn r25501) -Fix: compilation error on OS Xrubidium
2013-06-28(svn r25497) -Fix (r25479): byte is not unitfrosch
2013-06-28(svn r25495) -Fix [FS#5553]: when addings bits to a (train) station, the ↵rubidium
train trying to stop there could overshoot the (new) stop location and not stop at all
2013-06-28(svn r25494) -Update from WebTranslator v3.0:translators
catalan - 7 changes by juanjo spanish - 5 changes by juanjo vietnamese - 9 changes by nglekhoi
2013-06-27(svn r25493) -Codechange: support for the safer variant of ICU's getFontTablerubidium
2013-06-27(svn r25492) -Doc: Missing comment.michi_cc
2013-06-27(svn r25491) -Fix: ofcourse... doing something with Random messes with the ↵rubidium
regression result...
2013-06-27(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients ↵rubidium
when the company was started after the clients joined
2013-06-27(svn r25489) -Fix (r25488): we want to have the begin, not the end of the ↵rubidium
decoded text as string to pass along
2013-06-27(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode ↵rubidium
them into a plain C string and then pass them on
2013-06-27(svn r25487) -Fix: do not allow control codes in names of things (signs, ↵rubidium
vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone
2013-06-27(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and ↵rubidium
president names in script APIs
2013-06-27(svn r25485) -Fix-ish: silence compiler warningrubidium
2013-06-27(svn r25484) -Update from WebTranslator v3.0:translators
luxembourgish - 21 changes by Phreeze slovak - 2 changes by Milsa
2013-06-27(svn r25483) -Fix: don't commit too much...rubidium
2013-06-27(svn r25482) -Fix [FS#5620]: forced newlines were not properly handledrubidium
2013-06-27(svn r25481) -Fix [FS#5620]: when the font size and colour change directly ↵rubidium
after eachother in a string, the latter isn't taken into account
2013-06-26(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a ↵michi_cc
non-const iconv declaration.
2013-06-26(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier ↵frosch
to modify vehicle capacities, use the same multiplier to modify loading speed.
2013-06-26(svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of ↵frosch
the text advancement.
2013-06-26(svn r25477) -Fix: truncation didn't work because the string was truncated ↵rubidium
(or rather a newline was added) too early