zuu
a436485ce4
(svn r25624) -Fix (r25620, r25623): Silence warnings
2013-07-21 17:14:35 +00:00
zuu
df2285061a
(svn r25623) -Fix [FS#5611] (r25296): Progress column width in goal window was not updated when a string changed while the window is open
2013-07-21 15:59:07 +00:00
zuu
17d2c64781
(svn r25622) -Codechange: Improve goal_gui comments (Alberth)
2013-07-21 15:52:52 +00:00
zuu
267431346b
(svn r25621) -Fix (r25342): Also delete page elments when their page is removed (so that they don't reappear on a new page later on)
2013-07-21 15:21:55 +00:00
zuu
4b036690e2
(svn r25620) -Fix (r25342): Save/load of story books were broken
2013-07-21 13:18:45 +00:00
translators
cf74784c2d
(svn r25619) -Update from WebTranslator v3.0:
...
turkish - 7 changes by wakeup
2013-07-20 17:45:09 +00:00
translators
acf5d028b1
(svn r25618) -Update from WebTranslator v3.0:
...
polish - 3 changes by p0358
2013-07-18 17:45:09 +00:00
rubidium
9b9acbbe2c
(svn r25617) -Fix [FS#5655] (r25377): crash when Ctrl+clicking the start date button in timetable window without any orders
2013-07-17 18:37:13 +00:00
translators
a38a61492c
(svn r25616) -Update from WebTranslator v3.0:
...
french - 3 changes by MagicBuzz
german - 1 changes by Jogio
japanese - 10 changes by guppy
korean - 1 changes by junho2813
polish - 31 changes by p0358
turkish - 6 changes by wakeup
2013-07-17 17:45:39 +00:00
translators
18bfda3485
(svn r25615) -Update from WebTranslator v3.0:
...
korean - 26 changes by telk5093
polish - 4 changes by p0358
turkish - 30 changes by wakeup
2013-07-16 17:45:23 +00:00
rubidium
b4f77472bd
(svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail
...
-Fix [FS#5650]: [Script] Be more specific that a non-NewGRF station can be built when asking for a NewGRF station
2013-07-15 18:19:26 +00:00
translators
2276c9cefd
(svn r25613) -Update from WebTranslator v3.0:
...
german - 5 changes by Jogio
2013-07-15 17:45:08 +00:00
rubidium
e28dc02403
(svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to move an order to its current location
2013-07-14 20:21:36 +00:00
michi_cc
c62ee869c8
(svn r25611) -Fix (r25608): Update project files.
2013-07-14 19:13:12 +00:00
translators
fd84a99697
(svn r25610) -Update from WebTranslator v3.0:
...
vietnamese - 37 changes by nglekhoi
2013-07-14 17:45:08 +00:00
rubidium
d89e93ff9a
(svn r25609) -Fix [FS#5216]: under certain circumstances a track type change would make the end-of-line-is-red setting ineffective
2013-07-14 09:21:46 +00:00
rubidium
f84b92a95d
(svn r25608) -Codechange: make EndSegmentReasonBits available in yapf_base.hpp
2013-07-14 09:20:34 +00:00
frosch
8cf5e15587
(svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog.
2013-07-14 08:55:38 +00:00
translators
d11792bd34
(svn r25606) -Update from WebTranslator v3.0:
...
german - 5 changes by Jogio
japanese - 1 changes by guppy
korean - 4 changes by telk5093
2013-07-13 17:45:20 +00:00
rubidium
7a75793fc1
(svn r25605) -Fix [FS#5641]: [Script] If a NewGRF returned station type that 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 15:03:42 +00:00
rubidium
67bb165b9d
(svn r25604) -Fix [FS#5550]: Only the front engine's date of last service was updated
2013-07-13 14:12:14 +00:00
translators
ee4bf436ad
(svn r25600) -Update from WebTranslator v3.0:
...
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 10:28:31 +00:00
planetmaker
622085cfca
(svn r25598) -Doc: Implications of the asynchronous processing of the rcon content command on send time of ADMIN_SERVER_ADMIN_RCON and ADMIN_SERVER_ADMIN_RCON_END packets
2013-07-13 09:59:09 +00:00
rubidium
bb9022c7c1
(svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect
2013-07-13 09:26:11 +00:00
rubidium
7fea190641
(svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too
2013-07-13 06:44:22 +00:00
rubidium
d50614559a
(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts
2013-07-13 06:38:54 +00:00
rubidium
4c552bd367
(svn r25593) -Cleanup: remove a few stale #defines
2013-07-13 06:18:16 +00:00
rubidium
f91f4f1f1a
(svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game
2013-07-12 18:54:27 +00:00
translators
99bf9ecbe5
(svn r25591) -Update from WebTranslator v3.0:
...
japanese - 73 changes by guppy
2013-07-12 17:45:08 +00:00
planetmaker
2d3a8cbdc0
(svn r25590) -Codechange: Align doxygen comments again
2013-07-12 17:15:13 +00:00
planetmaker
2ecbbce498
(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json strings are the same (based on patch by Xaroth)
2013-07-12 17:11:16 +00:00
planetmaker
5bd83befbe
(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)
2013-07-11 20:31:39 +00:00
planetmaker
fdcebd3f2f
(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an RCON_END packet (Xaroth)
2013-07-11 19:57:40 +00:00
translators
196edc8905
(svn r25586) -Update from WebTranslator v3.0:
...
russian - 6 changes by Lone_Wolf
gaelic - 71 changes by GunChleoc
vietnamese - 3 changes by nglekhoi
2013-07-11 17:45:20 +00:00
rubidium
c31b3567f9
(svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full
2013-07-11 17:29:51 +00:00
rubidium
d4f2bcc545
(svn r25581) -Fix: WT3 validation
2013-07-10 17:46:54 +00:00
translators
ceb37a68d8
(svn r25580) -Update from WebTranslator v3.0:
...
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 17:45:33 +00:00
rubidium
0a4e923f18
(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix
2013-07-10 15:38:42 +00:00
translators
ed0bc2b984
(svn r25578) -Update from WebTranslator v3.0:
...
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-09 17:45:43 +00:00
rubidium
199bec0b5d
(svn r25577) -Fix-ish [FS#5638] (r20562): [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in.
2013-07-08 19:42:39 +00:00
translators
fa0f3bb4e7
(svn r25576) -Update from WebTranslator v3.0:
...
dutch - 43 changes by habell
japanese - 420 changes by guppy
2013-07-08 17:45:13 +00:00
translators
42ea9a9344
(svn r25575) -Update from WebTranslator v3.0:
...
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 17:45:42 +00:00
frosch
33cef43594
(svn r25574) -Fix (r25570): Trouble with initialisation order of static members of Layouter and FontCache.
2013-07-07 12:07:06 +00:00
rubidium
534d41ad98
(svn r25573) -Change: make content list appear faster by allowing some window redraws in between
2013-07-07 10:37:16 +00:00
frosch
6bb4748558
(svn r25570) -Add: cache for ParagraphLayouts.
2013-07-06 19:00:33 +00:00
frosch
520a8de3e1
(svn r25569) -Codechange: Cache all Font instances in a static container.
2013-07-06 18:56:23 +00:00
frosch
4f94a183ca
(svn r25568) -Fix: Non-ICU layouter started new lines with the space which triggered the linebreak.
2013-07-06 18:55:38 +00:00
frosch
8701f523ae
(svn r25567) -Codechange: Revive dead DrawStringParams as FontState.
2013-07-06 18:54:26 +00:00
translators
ae279584cc
(svn r25566) -Update from WebTranslator v3.0:
...
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 17:45:58 +00:00
fonsinchen
ae5e88e186
(svn r25565) -Codechange: Rewrite order prediction logic to introduce proper refit prediction
2013-07-06 17:01:31 +00:00