summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-07-11(svn r25586) -Update from WebTranslator v3.0:translators
russian - 6 changes by Lone_Wolf gaelic - 71 changes by GunChleoc vietnamese - 3 changes by nglekhoi
2013-07-11(svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an ↵rubidium
error, due to the stack to throw the error already being full
2013-07-10(svn r25581) -Fix: WT3 validationrubidium
2013-07-10(svn r25580) -Update from WebTranslator v3.0:translators
japanese - 578 changes by guppy norwegian_bokmal - 49 changes by cuthbert russian - 33 changes by Lone_Wolf slovak - 13 changes by Milsa
2013-07-10(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fixrubidium
2013-07-09(svn r25578) -Update from WebTranslator v3.0:translators
czech - 6 changes by Eskymak hungarian - 1 changes by Brumi japanese - 262 changes by guppy polish - 6 changes by wojteks86 portuguese - 61 changes by JayCity brazilian_portuguese - 48 changes by Tucalipe slovak - 2 changes by Milsa
2013-07-08(svn r25577) -Fix-ish [FS#5638] (r20562): [Script] Documentation implied ↵rubidium
that XXList::AddItem has a default for value if it isn't filled in.
2013-07-08(svn r25576) -Update from WebTranslator v3.0:translators
dutch - 43 changes by habell japanese - 420 changes by guppy
2013-07-07(svn r25575) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by siu238X croatian - 2 changes by VoyagerOne english_AU - 2 changes by mrtux japanese - 32 changes by guppy norwegian_bokmal - 38 changes by cuthbert slovak - 1 changes by Milsa tamil - 15 changes by aswn turkish - 29 changes by emremeydan
2013-07-07(svn r25574) -Fix (r25570): Trouble with initialisation order of static ↵frosch
members of Layouter and FontCache.
2013-07-07(svn r25573) -Change: make content list appear faster by allowing some ↵rubidium
window redraws in between
2013-07-06(svn r25570) -Add: cache for ParagraphLayouts.frosch
2013-07-06(svn r25569) -Codechange: Cache all Font instances in a static container.frosch
2013-07-06(svn r25568) -Fix: Non-ICU layouter started new lines with the space which ↵frosch
triggered the linebreak.
2013-07-06(svn r25567) -Codechange: Revive dead DrawStringParams as FontState.frosch
2013-07-06(svn r25566) -Update from WebTranslator v3.0:translators
catalan - 21 changes by smauleon simplified_chinese - 11 changes by siu238X traditional_chinese - 4 changes by siu238X hungarian - 2 changes by IPG japanese - 9 changes by guppy norwegian_bokmal - 27 changes by cuthbert polish - 1 changes by p0358 brazilian_portuguese - 2 changes by Tucalipe slovak - 1 changes by Milsa turkish - 63 changes by emremeydan
2013-07-06(svn r25565) -Codechange: Rewrite order prediction logic to introduce proper ↵fonsinchen
refit prediction
2013-07-06(svn r25564) -Add: a simple clipping rule to decide whether a string without ↵frosch
linebreaks is visible before computing the layouting. This skips around 2/3 of layout computations in usual-sized list-like windows.
2013-07-05(svn r25563) -Fix: WT3 validation errorrubidium
2013-07-05(svn r25562) -Fix [FS#5633]: If the next order cannot be resolved, reset the ↵frosch
current order property instead of leaving it in an intermediate state.
2013-07-05(svn r25561) -Update from WebTranslator v3.0:translators
traditional_chinese - 118 changes by siu238X hungarian - 5 changes by IPG japanese - 221 changes by guppy slovak - 2 changes by Milsa spanish - 2 changes by Terkhen
2013-07-04(svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing ↵rubidium
data via a looping set of references
2013-07-04(svn r25557) -Fix [FS#5524]: one could build bridges over owned land of ↵rubidium
another company
2013-07-04(svn r25556) -Update from WebTranslator v3.0:translators
catalan - 83 changes by smauleon simplified_chinese - 44 changes by siu238X traditional_chinese - 52 changes by siu238X french - 2 changes by glx galician - 50 changes by Michi hungarian - 2 changes by Brumi japanese - 936 changes by guppy polish - 3 changes by p0358 slovak - 2 changes by Milsa thai - 2 changes by nirakanz
2013-07-04(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated ↵rubidium
before they were shown, causing an assertion to trigger
2013-07-03(svn r25554) -Update from WebTranslator v3.0:translators
czech - 44 changes by Eskymak english_US - 2 changes by Rubidium finnish - 2 changes by jpx_ italian - 2 changes by lorenzodv korean - 2 changes by telk5093 russian - 2 changes by Lone_Wolf slovak - 8 changes by Milsa
2013-07-02(svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are ↵rubidium
available, and tell what to do in that case
2013-07-02(svn r25552) -Update from WebTranslator v3.0:translators
russian - 39 changes by Lone_Wolf slovak - 19 changes by Milsa swedish - 1 changes by Joel_A thai - 3 changes by nirakanz turkish - 4 changes by emremeydan
2013-07-01(svn r25551) -Fix (r25465): Possible reading of uninitialised memory due to ↵frosch
undefined execution order.
2013-07-01(svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing ↵rubidium
threads could crash OpenTTD
2013-07-01(svn r25549) -Update from WebTranslator v3.0:translators
finnish - 41 changes by jpx_ korean - 39 changes by telk5093 polish - 6 changes by p0358 slovak - 37 changes by Milsa
2013-07-01(svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some ↵frosch
other places.
2013-07-01(svn r25547) -Fix [FS#5626]: ICU returns the width of the visual run as if ↵rubidium
the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly
2013-06-30(svn r25546) -Fix: two small memory leaksrubidium
2013-06-30(svn r25545) -Update from WebTranslator v3.0:translators
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
2013-06-30(svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and ↵rubidium
validations for setting the extra text in the town window became too stringent
2013-06-30(svn r25543) -Cleanup: Make the bridge and object picker not restore their ↵frosch
previous size, but the previously saved size.
2013-06-30(svn r25542) -Fix: Do not just add 65 pixels to the width of the train ↵frosch
vehicle list whenever it is opened, but remember the width of the train list separately from other vehicle types.
2013-06-30(svn r25541) -Cleanup: No need to clear a bit which is never set.frosch
2013-06-30(svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr)frosch
2013-06-30(svn r25539) -Codechange: Setup object GUI matrix before restoring selected ↵frosch
object, so that the matrix state can be properly set. (sbr)
2013-06-30(svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected ↵frosch
object to make it visible when re-opening the build object window. (sbr)
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ↵frosch
rows and columns from the resize step size.
2013-06-30(svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in ↵frosch
OnResize.
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.