frosch
d798766f2e
(svn r25539) -Codechange: Setup object GUI matrix before restoring selected object, so that the matrix state can be properly set. (sbr)
2013-06-30 14:37:24 +00:00
frosch
bcb0e04bf2
(svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object to make it visible when re-opening the build object window. (sbr)
2013-06-30 14:37:01 +00:00
frosch
43ec0bf0c1
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
2013-06-30 14:36:31 +00:00
frosch
8116aeff21
(svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in OnResize.
2013-06-30 14:36:07 +00:00
frosch
634607573f
(svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize.
2013-06-30 14:35:44 +00:00
frosch
df732f2bae
(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that.
2013-06-30 14:34:23 +00:00
frosch
e184b9799c
(svn r25533) -Codechange: Use SetCapacityFromWidget more often.
2013-06-30 14:33:32 +00:00
frosch
5f8f71edf0
(svn r25532) -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.
2013-06-30 14:33:15 +00:00
frosch
98fdd20f84
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
2013-06-30 14:32:31 +00:00
alberth
631540c400
(svn r25527) -Fix[FS#5621]: strndup should not examine strings beyond its upper limit.
2013-06-30 08:29:51 +00:00
rubidium
92f276f26d
(svn r25526) -Fix: line breaking in fallback layouter was off-by-one, so sometimes strings that needed to be broken off earlier got truncated later on
2013-06-30 07:46:10 +00:00
rubidium
4fed658a63
(svn r25525) -Fix: off-by-one in fallback layout w.r.t. colour/font changes
2013-06-30 07:29:31 +00:00
rubidium
ea5d35a896
(svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline
2013-06-30 07:21:37 +00:00
rubidium
4fbcb73166
(svn r25523) -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
2013-06-29 18:21:19 +00:00
rubidium
ccf36ca71b
(svn r25522) -Update: baseset descriptions
2013-06-29 17:50:59 +00:00
translators
d894a6b897
(svn r25521) -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
2013-06-29 17:45:43 +00:00
rubidium
c33040e037
(svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information
2013-06-29 16:13:41 +00:00
zuu
be4451d40f
(svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and not the page id
2013-06-29 14:54:07 +00:00
rubidium
094ac8c441
(svn r25518) -Cleanup: remove old string
2013-06-29 13:20:40 +00:00
rubidium
4356510408
(svn r25517) -Fix-ish (r25515) / Feature-ish [FS#5623]: properly align the statistics as well when the infra sharing is turned on
2013-06-29 13:19:19 +00:00
rubidium
ba1e42d057
(svn r25516) -Codechange: reduce code duplication in infrastructure statistics window
2013-06-29 13:11:52 +00:00
rubidium
c27ce651c9
(svn r25515) -Feature [FS#5595]: right align the infrastructure statistics
2013-06-29 12:41:43 +00:00
rubidium
1b9f54f0b2
(svn r25514) -Update: other translations
2013-06-29 12:11:38 +00:00
rubidium
bdb62c14e2
(svn r25513) -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
2013-06-29 12:09:55 +00:00
rubidium
66b7123ed9
(svn r25512) -Fix-ish: the high score company name could not have enough space to have both the company and president name
2013-06-29 12:07:40 +00:00
rubidium
fac0b83df6
(svn r25511) -Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache
2013-06-29 12:03:44 +00:00
rubidium
dd49c84363
(svn r25510) -Fix: forgot to update some documentation
2013-06-29 09:51:03 +00:00
rubidium
096f1e37d3
(svn r25509) -Cleanup: remove old strings
2013-06-29 09:50:32 +00:00
rubidium
f9c9ff6ec3
(svn r25508) -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)
2013-06-29 09:47:18 +00:00
rubidium
6e97b7a6e8
(svn r25507) -Cleanup: double definition
2013-06-29 08:58:25 +00:00
rubidium
5b2a5ac790
(svn r25506) -Document: a function, and name it slightly better
2013-06-28 21:11:35 +00:00
rubidium
31af0a3397
(svn r25505) -Fix [FS#5563]: use proper doxygen style link to images
2013-06-28 20:54:05 +00:00
rubidium
270257ab34
(svn r25504) -Feature [FS#5563]: allow images in the (doxygen) documentation (adf88)
2013-06-28 20:53:42 +00:00
rubidium
3831e3829d
(svn r25501) -Fix: compilation error on OS X
2013-06-28 19:31:31 +00:00
frosch
934f4decba
(svn r25497) -Fix (r25479): byte is not unit
2013-06-28 19:20:45 +00:00
rubidium
d3ccc7c194
(svn r25495) -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
2013-06-28 18:09:07 +00:00
translators
6e8f2f29f5
(svn r25494) -Update from WebTranslator v3.0:
...
catalan - 7 changes by juanjo
spanish - 5 changes by juanjo
vietnamese - 9 changes by nglekhoi
2013-06-28 17:45:19 +00:00
rubidium
0c14a586bd
(svn r25493) -Codechange: support for the safer variant of ICU's getFontTable
2013-06-27 21:21:47 +00:00
michi_cc
6f359bc1f0
(svn r25492) -Doc: Missing comment.
2013-06-27 21:18:56 +00:00
rubidium
43a9cfcaa4
(svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result...
2013-06-27 20:30:22 +00:00
rubidium
11e6d5c8df
(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined
2013-06-27 20:20:13 +00:00
rubidium
868001a1e0
(svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along
2013-06-27 20:07:09 +00:00
rubidium
19eca468fc
(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on
2013-06-27 19:57:41 +00:00
rubidium
8463335b00
(svn r25487) -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
2013-06-27 19:56:54 +00:00
rubidium
5d37e21d04
(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs
2013-06-27 19:23:23 +00:00
rubidium
928df8163a
(svn r25485) -Fix-ish: silence compiler warning
2013-06-27 18:33:46 +00:00
translators
b82a3460d1
(svn r25484) -Update from WebTranslator v3.0:
...
luxembourgish - 21 changes by Phreeze
slovak - 2 changes by Milsa
2013-06-27 17:45:14 +00:00
rubidium
6ab0545022
(svn r25483) -Fix: don't commit too much...
2013-06-27 16:25:30 +00:00
rubidium
569eaf0e11
(svn r25482) -Fix [FS#5620]: forced newlines were not properly handled
2013-06-27 16:24:19 +00:00
rubidium
bd2f4b9a24
(svn r25481) -Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account
2013-06-27 15:22:19 +00:00