summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-07-14(svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to ↵rubidium
move an order to its current location
2013-07-14(svn r25610) -Update from WebTranslator v3.0:translators
vietnamese - 37 changes by nglekhoi
2013-07-14(svn r25609) -Fix [FS#5216]: under certain circumstances a track type change ↵rubidium
would make the end-of-line-is-red setting ineffective
2013-07-14(svn r25608) -Codechange: make EndSegmentReasonBits available in yapf_base.hpprubidium
2013-07-14(svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog.frosch
2013-07-13(svn r25606) -Update from WebTranslator v3.0:translators
german - 5 changes by Jogio japanese - 1 changes by guppy korean - 4 changes by telk5093
2013-07-13(svn r25605) -Fix [FS#5641]: [Script] If a NewGRF returned station type that ↵rubidium
could not be built by an AI via callback 18, an unknown error would be thrown instead of falling back to the default station
2013-07-13(svn r25604) -Fix [FS#5550]: Only the front engine's date of last service ↵rubidium
was updated
2013-07-13(svn r25600) -Update from WebTranslator v3.0:translators
traditional_chinese - 8 changes by siu238X japanese - 287 changes by guppy russian - 1 changes by Lone_Wolf tamil - 6 changes by ganesh
2013-07-13(svn r25597) -Fix [FS#5635]: [Content] When the server closed the ↵rubidium
connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect
2013-07-13(svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are ↵rubidium
automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too
2013-07-13(svn r25594) -Fix-ish: some Doxygen warnings/errors for scriptsrubidium
2013-07-13(svn r25593) -Cleanup: remove a few stale #definesrubidium
2013-07-12(svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game ↵rubidium
would also change the settings using the default even though they were not allowed to change in-game
2013-07-12(svn r25591) -Update from WebTranslator v3.0:translators
japanese - 73 changes by guppy
2013-07-12(svn r25590) -Codechange: Align doxygen comments againplanetmaker
2013-07-12(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json ↵planetmaker
strings are the same (based on patch by Xaroth)
2013-07-11(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)planetmaker
2013-07-11(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with ↵planetmaker
an RCON_END packet (Xaroth)
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