translators
c48745cacc
(svn r25719) -Update from WebTranslator v3.0:
...
korean - 23 changes by telk5093
lithuanian - 39 changes by Stabilitronas
2013-08-11 17:45:14 +00:00
fonsinchen
b98de55d22
(svn r25718) -Fix: return INVALID from GetNextStoppingStation if vehicle would have to unload everything at this same station at the next stop
2013-08-11 11:00:09 +00:00
fonsinchen
1137e250a0
(svn r25717) -Fix: check for type of order before checking for refit type
2013-08-11 10:59:47 +00:00
translators
26bcc8c77f
(svn r25716) -Update from WebTranslator v3.0:
...
brazilian_portuguese - 3 changes by Tucalipe
spanish - 3 changes by Terkhen
2013-08-10 17:45:14 +00:00
fonsinchen
6ce4c1808b
(svn r25715) -Fix: return correct value from StationCargoList::Reserve, fix some documentation and simplify StationCargoList::Load a bit
2013-08-10 14:19:58 +00:00
fonsinchen
0baa72aff9
(svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0
2013-08-10 12:47:24 +00:00
fonsinchen
fd16b0c65c
(svn r25713) -Fix: use proper ObjC style to avoid problems if members are missing
2013-08-10 12:47:22 +00:00
fonsinchen
8222e18586
(svn r25712) -Fix: define kCGBitmapByteOrder32Host to 0 if it's missing.
2013-08-10 12:47:20 +00:00
fonsinchen
f42d60150d
(svn r25711) -Fix: don't use NULL as integer
2013-08-10 12:47:18 +00:00
fonsinchen
a9fde2856c
(svn r25710) -Fix: string arguments to NSNotificationCenter::addObserver and NSNotificationCenter::postNotificationName can't be const in certain versions of OSX
2013-08-10 12:47:16 +00:00
fonsinchen
7ea878b938
(svn r25709) -Fix: don't return -1 as unsigned
2013-08-10 12:47:13 +00:00
fonsinchen
438520c3f4
(svn r25708) -Fix: don't return NULL as bool
2013-08-10 12:47:11 +00:00
fonsinchen
6777059c15
(svn r25707) -Fix: apply coding style wrt if/else
2013-08-10 12:47:10 +00:00
rubidium
13855f0a09
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e2beb08b013753)
2013-08-09 18:43:44 +00:00
translators
6eb6a7372a
(svn r25703) -Update from WebTranslator v3.0:
...
czech - 2 changes by Eskymak
2013-08-09 17:45:09 +00:00
frosch
b0a063ed77
(svn r25702) -Add: about 3000 years of savegame compatibility.
2013-08-08 19:01:02 +00:00
translators
63382ac9c5
(svn r25701) -Update from WebTranslator v3.0:
...
english_US - 1 changes by Rubidium
finnish - 1 changes by jpx_
italian - 1 changes by lorenzodv
norwegian_bokmal - 3 changes by cuthbert
2013-08-08 17:45:30 +00:00
translators
348d657380
(svn r25700) -Update from WebTranslator v3.0:
...
slovenian - 21 changes by matej1245
2013-08-07 17:45:14 +00:00
frosch
8cd7368d7a
(svn r25699) -Fix-ish: Hopefully make the settings type filter dropdown less confusing.
2013-08-07 17:37:41 +00:00
frosch
fbe6b92b1d
(svn r25698) -Fix [FS#5700]: Autoreplace/renew also refits free wagons.
2013-08-06 21:01:14 +00:00
translators
8f95bab001
(svn r25697) -Update from WebTranslator v3.0:
...
catalan - 6 changes by juanjo
simplified_chinese - 2 changes by siu238X
traditional_chinese - 2 changes by siu238X
english_AU - 2 changes by mrtux
estonian - 3 changes by KSiimson
polish - 1 changes by p0358
2013-08-06 17:45:41 +00:00
michi_cc
bd02761b55
(svn r25696) -Fix (r25651): Missing function in the non-ICU paragraph layouter.
2013-08-06 17:35:11 +00:00
frosch
2770a24f9f
(svn r25695) -Fix [FS#5700] (r24882, r25648): Vehicle::MarkDirty must be called for the front engine.
2013-08-06 17:31:16 +00:00
michi_cc
4ed08dcd60
(svn r25694) -Fix (r25651): Picky GCC.
2013-08-05 20:50:55 +00:00
michi_cc
b3ecfbb67a
(svn r25693) -Add: [OSX] Support the new IME functions introduced with 10.5.
2013-08-05 20:38:02 +00:00
michi_cc
d15c1c5d4a
(svn r25692) -Add: Replacement of a part of the edit box text with a new string.
2013-08-05 20:37:57 +00:00
michi_cc
30867c487f
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition string.
2013-08-05 20:37:53 +00:00
michi_cc
e2ec0ddb03
(svn r25690) -Change: [OSX] Position the candidate window at the caret position.
2013-08-05 20:37:48 +00:00
michi_cc
f5e4131492
(svn r25689) -Add: [OSX] Display the IME composition string ourself.
2013-08-05 20:37:44 +00:00
michi_cc
c64e297e0c
(svn r25688) -Codechange: [OSX] Make our view aware of text input by IMEs.
2013-08-05 20:37:40 +00:00
michi_cc
643a294e68
(svn r25687) -Codechange: [OSX] Pass text input directly down to the text handling.
2013-08-05 20:37:37 +00:00
michi_cc
e4d48f3a3b
(svn r25686) -Codechange: [OSX] Abandon IME input if the edit box lost the focus.
2013-08-05 20:37:33 +00:00
michi_cc
de097dd989
(svn r25685) -Codechange: [OSX] Use non-deprecated functions for byte swapping.
2013-08-05 20:37:29 +00:00
michi_cc
0883cf76e3
(svn r25684) -Change: [Win32] Draw the composition string ourselves if possible.
2013-08-05 20:37:25 +00:00
michi_cc
64d2fc4d1e
(svn r25683) -Add: Support for a marked/selected range to the textbuf.
2013-08-05 20:37:22 +00:00
michi_cc
cbdfd31a3c
(svn r25682) -Change: [Win32] Position the IME candidate window at the caret position.
2013-08-05 20:37:18 +00:00
michi_cc
da09fd3077
(svn r25681) -Change: [Win32] Position the IME composition window at the caret position.
2013-08-05 20:37:14 +00:00
michi_cc
21126aec62
(svn r25680) -Codechange: [Win32] Cancel the current IME composition when the input focus changes.
2013-08-05 20:37:11 +00:00
michi_cc
7422120014
(svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system.
2013-08-05 20:37:06 +00:00
michi_cc
13873d2534
(svn r25678) -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition.
2013-08-05 20:37:02 +00:00
michi_cc
b96ef5c758
(svn r25677) -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform.
2013-08-05 20:36:58 +00:00
michi_cc
765e7d349e
(svn r25676) -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds.
2013-08-05 20:36:55 +00:00
michi_cc
63332afcf0
(svn r25675) -Fix: [Win32] Handle DBCS characters correctly in the non-Unicode build.
2013-08-05 20:36:51 +00:00
michi_cc
e3648455aa
(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either.
2013-08-05 20:36:47 +00:00
michi_cc
e37968aadd
(svn r25673) -Fix: [Win32] Use the right code page for converting ANSI strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either.
2013-08-05 20:36:43 +00:00
michi_cc
fdc436b531
(svn r25672) -Fix: [Win32] Handle Unicode characters from outside the BMP correctly.
2013-08-05 20:36:40 +00:00
michi_cc
019984a14f
(svn r25671) -Codechange: Pass character and key code separately to the keyboard handler.
2013-08-05 20:36:36 +00:00
michi_cc
270d8aa639
(svn r25670) -Codechange: Pass UCS-4 characters to the edit box key handler.
2013-08-05 20:36:32 +00:00
michi_cc
1567e32d89
(svn r25669) -Codechange: Pass UCS-4 instead of UCS-2 characters to the hotkey handlers.
2013-08-05 20:36:28 +00:00
michi_cc
b911f4a452
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
2013-08-05 20:36:24 +00:00
michi_cc
923eb009e8
(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus.
2013-08-05 20:36:20 +00:00
michi_cc
8b476de3bf
(svn r25666) -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Based on patch by leecbaker)
2013-08-05 20:36:17 +00:00
michi_cc
8003da77aa
(svn r25665) -Fix [FS#4689]: [OSX] Crash when unhiding the main window.
2013-08-05 20:36:13 +00:00
michi_cc
1ae357e905
(svn r25664) -Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matthieu)
2013-08-05 20:36:10 +00:00
michi_cc
3569a4fe5a
(svn r25663) -Fix [FS#4857]: [OSX] Monospace font detection.
2013-08-05 20:36:06 +00:00
michi_cc
313cdb579e
(svn r25662) -Fix: [OSX] Better rejection of unsuitable fonts during fallback auto-detection.
2013-08-05 20:36:03 +00:00
michi_cc
d5681d7f6d
(svn r25661) -Fix [FS#4847]: [OSX] Rework font detection to work even if no default font sprites are present.
2013-08-05 20:35:59 +00:00
michi_cc
4ec314989d
(svn r25660) -Fix: [OSX] The name's OpenTTD, not OTTD.
2013-08-05 20:35:56 +00:00
michi_cc
d23fdfa403
(svn r25659) -Fix [FS#4420]: [OSX] System mouse cursor could become visible during dragging. (Matthieu)
2013-08-05 20:35:53 +00:00
michi_cc
408c595eb8
(svn r25658) -Fix [FS#4392]: [OSX] The mouse cursor would sometimes jump near the window borders. (Matthieu)
2013-08-05 20:35:49 +00:00
michi_cc
7ba4d425c8
(svn r25657) -Fix [FS#4744]: [OSX] The new 10.7 fullscreen code can now also be compiled with older SDK versions.
2013-08-05 20:35:46 +00:00
michi_cc
2702fe88d7
(svn r25656) -Cleanup: Coding style.
2013-08-05 20:35:42 +00:00
michi_cc
6d50b10074
(svn r25655) -Fix: [OSX] Mouse cursor wasn't displayed properly after switching to fullscreen on 10.7+. (Based on patch by Maedhros)
2013-08-05 20:35:38 +00:00
michi_cc
a31be4ce11
(svn r25654) -Fix: Improve character and word deletion for CJK languages and complex scripts.
2013-08-05 20:35:35 +00:00
michi_cc
76367f6bf1
(svn r25653) -Add: Caret movement by words for CJK languages.
2013-08-05 20:35:31 +00:00
michi_cc
e7dc14b25a
(svn r25652) -Fix: Improve text caret movement for complex scripts.
2013-08-05 20:35:27 +00:00
michi_cc
33f3cf3a5d
(svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil).
2013-08-05 20:35:23 +00:00
translators
9d7ec75fc0
(svn r25650) -Update from WebTranslator v3.0:
...
estonian - 6 changes by KSiimson
vietnamese - 21 changes by myquartz
2013-08-05 17:45:14 +00:00
translators
20c2576142
(svn r25649) -Update from WebTranslator v3.0:
...
estonian - 54 changes by KSiimson
2013-08-04 17:45:10 +00:00
frosch
5bda07c10c
(svn r25648) -Change [FS#5669]: [NewGRF] Invalidate vehicle recolour palette during (un)loading.
2013-08-04 14:02:27 +00:00
frosch
a3efc99034
(svn r25647) -Add: If an editbox is configured to be cleared with ESC, but the editbox is already empty, unselect the editbox instead.
2013-08-03 21:26:49 +00:00
translators
c47ef21af0
(svn r25646) -Update from WebTranslator v3.0:
...
croatian - 2 changes by VoyagerOne
japanese - 1 changes by guppy
2013-08-03 17:45:15 +00:00
translators
aecc18daff
(svn r25645) -Update from WebTranslator v3.0:
...
estonian - 58 changes by KSiimson
german - 3 changes by Jogio
italian - 2 changes by lorenzodv
turkish - 2 changes by wakeup
2013-08-02 17:45:35 +00:00
translators
41f5cefcec
(svn r25644) -Update from WebTranslator v3.0:
...
catalan - 21 changes by juanjo
dutch - 2 changes by habell
estonian - 73 changes by KSiimson
polish - 2 changes by wojteks86
spanish - 12 changes by juanjo
thai - 7 changes by sf_alpha
2013-08-01 17:45:41 +00:00
planetmaker
1024fd3116
(svn r25643) -Fix (r25480): [OSX] Define version constants before they're used
2013-07-31 18:50:01 +00:00
translators
ef31b04ef0
(svn r25641) -Update from WebTranslator v3.0:
...
catalan - 2 changes by juanjo
english_US - 2 changes by Rubidium
estonian - 30 changes by KSiimson
finnish - 2 changes by jpx_
japanese - 6 changes by guppy
russian - 2 changes by Lone_Wolf
serbian - 64 changes by trgo
slovak - 2 changes by Milsa
2013-07-31 17:45:53 +00:00
alberth
24d3594723
(svn r25640) -Fix: Do not suggest a start date for the game when there will be no vehicles available at all.
2013-07-31 07:30:18 +00:00
alberth
46901b73b2
(svn r25639) -Codechange: Rename both 'STR_ERROR_NO_VEHICLES_AVAILABLE*' strings.
2013-07-31 07:25:58 +00:00
fonsinchen
ca1c792144
(svn r25637) -Fix: don't keep minimal routing information if automatic distribution has been disabled
2013-07-30 19:03:56 +00:00
fonsinchen
456627e01c
(svn r25636) -Fix: invalidate last_loading_station when stopping in depot
2013-07-30 18:55:52 +00:00
translators
3351214e22
(svn r25635) -Update from WebTranslator v3.0:
...
estonian - 231 changes by KSiimson
japanese - 2 changes by guppy
2013-07-30 17:45:17 +00:00
translators
1ee4666f66
(svn r25634) -Update from WebTranslator v3.0:
...
estonian - 144 changes by KSiimson
2013-07-29 17:45:15 +00:00
translators
ced1c82bbd
(svn r25633) -Update from WebTranslator v3.0:
...
estonian - 147 changes by KSiimson
2013-07-28 17:45:12 +00:00
rubidium
184e7744c3
(svn r25630) -Fix [FS#5666]: city list sort of population and rating are reversed compared to the icon
2013-07-27 14:46:33 +00:00
translators
a02c00404d
(svn r25628) -Update from WebTranslator v3.0:
...
faroese - 2 changes by karihj
2013-07-26 17:45:08 +00:00
translators
53b4ca9d6d
(svn r25627) -Update from WebTranslator v3.0:
...
brazilian_portuguese - 62 changes by Tucalipe
vietnamese - 35 changes by myquartz
2013-07-25 17:45:16 +00:00
translators
ea121aa170
(svn r25626) -Update from WebTranslator v3.0:
...
turkish - 4 changes by wakeup
2013-07-24 17:45:08 +00:00
translators
6d150fd97f
(svn r25625) -Update from WebTranslator v3.0:
...
polish - 15 changes by p0358
tamil - 20 changes by aswn
2013-07-21 17:45:16 +00:00
zuu
789b4e320b
(svn r25624) -Fix (r25620, r25623): Silence warnings
2013-07-21 17:14:35 +00:00
zuu
4f6d19465b
(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
7a805b621e
(svn r25622) -Codechange: Improve goal_gui comments (Alberth)
2013-07-21 15:52:52 +00:00
zuu
5ea7ab1ad2
(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
09897c5fd6
(svn r25620) -Fix (r25342): Save/load of story books were broken
2013-07-21 13:18:45 +00:00
translators
5eb8f0a0bb
(svn r25619) -Update from WebTranslator v3.0:
...
turkish - 7 changes by wakeup
2013-07-20 17:45:09 +00:00
translators
1180f57df9
(svn r25618) -Update from WebTranslator v3.0:
...
polish - 3 changes by p0358
2013-07-18 17:45:09 +00:00
rubidium
fb1d479a51
(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
b6a624bb92
(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
304bb319e5
(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
de90a1ffb3
(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
72fb509286
(svn r25613) -Update from WebTranslator v3.0:
...
german - 5 changes by Jogio
2013-07-15 17:45:08 +00:00
rubidium
6e12838376
(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
translators
5e5e0b5029
(svn r25610) -Update from WebTranslator v3.0:
...
vietnamese - 37 changes by nglekhoi
2013-07-14 17:45:08 +00:00
rubidium
f178899609
(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
740643f2b2
(svn r25608) -Codechange: make EndSegmentReasonBits available in yapf_base.hpp
2013-07-14 09:20:34 +00:00
frosch
c35591c864
(svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog.
2013-07-14 08:55:38 +00:00
translators
b7c1c5ccf0
(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
57a3a2b147
(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
e6eede841a
(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
94d48eb27f
(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
rubidium
5eac3a77d2
(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
8f89cd6dd3
(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
fac0bc4176
(svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts
2013-07-13 06:38:54 +00:00
rubidium
e6ae8cf420
(svn r25593) -Cleanup: remove a few stale #defines
2013-07-13 06:18:16 +00:00
rubidium
81ce9ad189
(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
11f756ac97
(svn r25591) -Update from WebTranslator v3.0:
...
japanese - 73 changes by guppy
2013-07-12 17:45:08 +00:00
planetmaker
bb7f08f8db
(svn r25590) -Codechange: Align doxygen comments again
2013-07-12 17:15:13 +00:00
planetmaker
2e390613a6
(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
7686587f02
(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth)
2013-07-11 20:31:39 +00:00
planetmaker
4a1bf704ee
(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
09a30ca7b5
(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
2d459b2fc0
(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
56a899f4bd
(svn r25581) -Fix: WT3 validation
2013-07-10 17:46:54 +00:00
translators
3ed33255a2
(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
423b44e552
(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix
2013-07-10 15:38:42 +00:00
translators
b8ba32db06
(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
635ec0dd9f
(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
84b0b288b3
(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
201415848d
(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
0c0db5c4c7
(svn r25574) -Fix (r25570): Trouble with initialisation order of static members of Layouter and FontCache.
2013-07-07 12:07:06 +00:00
rubidium
51f0d11ee3
(svn r25573) -Change: make content list appear faster by allowing some window redraws in between
2013-07-07 10:37:16 +00:00
frosch
d0eff986be
(svn r25570) -Add: cache for ParagraphLayouts.
2013-07-06 19:00:33 +00:00
frosch
4824cb7886
(svn r25569) -Codechange: Cache all Font instances in a static container.
2013-07-06 18:56:23 +00:00
frosch
72a531bc82
(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
3fa1b4e8c3
(svn r25567) -Codechange: Revive dead DrawStringParams as FontState.
2013-07-06 18:54:26 +00:00
translators
3c0fbaaa13
(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
b09c4043ec
(svn r25565) -Codechange: Rewrite order prediction logic to introduce proper refit prediction
2013-07-06 17:01:31 +00:00
frosch
290fbd2231
(svn r25564) -Add: a simple clipping rule to decide whether a string without linebreaks is visible before computing the layouting. This skips around 2/3 of layout computations in usual-sized list-like windows.
2013-07-06 12:18:20 +00:00
rubidium
e3bb1d8c73
(svn r25563) -Fix: WT3 validation error
2013-07-05 19:35:29 +00:00
frosch
840f836704
(svn r25562) -Fix [FS#5633]: If the next order cannot be resolved, reset the current order property instead of leaving it in an intermediate state.
2013-07-05 19:09:18 +00:00
translators
c6aad246c9
(svn r25561) -Update from WebTranslator v3.0:
...
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-05 17:45:28 +00:00
rubidium
3f7fdd738b
(svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references
2013-07-04 20:06:27 +00:00
rubidium
1e715bfbea
(svn r25557) -Fix [FS#5524]: one could build bridges over owned land of another company
2013-07-04 20:05:07 +00:00
translators
021cc15672
(svn r25556) -Update from WebTranslator v3.0:
...
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 17:46:01 +00:00
rubidium
4c443bce5c
(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger
2013-07-04 16:36:47 +00:00
translators
76566fde5b
(svn r25554) -Update from WebTranslator v3.0:
...
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-03 17:45:39 +00:00
rubidium
1efc64fa7d
(svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case
2013-07-02 18:57:26 +00:00
translators
79ddda1b10
(svn r25552) -Update from WebTranslator v3.0:
...
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-02 17:45:30 +00:00
frosch
e8b6d2b32d
(svn r25551) -Fix (r25465): Possible reading of uninitialised memory due to undefined execution order.
2013-07-01 19:53:05 +00:00
rubidium
d9065fbfbe
(svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing threads could crash OpenTTD
2013-07-01 19:48:52 +00:00
translators
68659495b5
(svn r25549) -Update from WebTranslator v3.0:
...
finnish - 41 changes by jpx_
korean - 39 changes by telk5093
polish - 6 changes by p0358
slovak - 37 changes by Milsa
2013-07-01 17:45:24 +00:00
frosch
3a81868518
(svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some other places.
2013-07-01 17:15:30 +00:00
rubidium
7bc4845aac
(svn r25547) -Fix [FS#5626]: ICU returns the width of the visual run as if 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-07-01 15:26:27 +00:00
rubidium
f4c9ba4981
(svn r25546) -Fix: two small memory leaks
2013-06-30 20:40:49 +00:00
translators
36bd61f303
(svn r25545) -Update from WebTranslator v3.0:
...
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 17:46:07 +00:00
rubidium
1ff95f36bf
(svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and validations for setting the extra text in the town window became too stringent
2013-06-30 15:59:10 +00:00
frosch
c1bf3122ad
(svn r25543) -Cleanup: Make the bridge and object picker not restore their previous size, but the previously saved size.
2013-06-30 14:39:09 +00:00
frosch
f128c61595
(svn r25542) -Fix: Do not just add 65 pixels to the width of the train vehicle list whenever it is opened, but remember the width of the train list separately from other vehicle types.
2013-06-30 14:38:45 +00:00
frosch
c640289d7f
(svn r25541) -Cleanup: No need to clear a bit which is never set.
2013-06-30 14:38:20 +00:00
frosch
83a0174ef2
(svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr)
2013-06-30 14:37:50 +00:00
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
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
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
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
michi_cc
0150ab1bb2
(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration.
2013-06-26 21:17:09 +00:00
frosch
7c9f0545b4
(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed.
2013-06-26 20:38:32 +00:00
frosch
653a005d19
(svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement.
2013-06-26 19:35:40 +00:00
rubidium
809120bc05
(svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early
2013-06-26 19:10:22 +00:00
frosch
eb7962a72e
(svn r25476) -Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width.
2013-06-26 18:49:53 +00:00
translators
fc5335111d
(svn r25475) -Update from WebTranslator v3.0:
...
czech - 59 changes by Eskymak
luxembourgish - 8 changes by Phreeze
slovak - 27 changes by Milsa
thai - 4 changes by nirakanz
2013-06-26 17:45:27 +00:00
rubidium
8f9d213675
(svn r25474) -Fix [FS#5618]: OS X compilation failure
2013-06-26 15:02:16 +00:00
rubidium
3fe1e9176d
(svn r25473) -Fix: uninitialised warning
2013-06-25 20:48:12 +00:00
rubidium
f980d1a43c
(svn r25472) -Cleanup: remove the old methods for drawing text
2013-06-25 20:44:54 +00:00
rubidium
8bbbb1b37a
(svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai)
2013-06-25 20:44:23 +00:00
rubidium
48c1e4f87e
(svn r25470) -Feature-ish: use ICU's layout engine when that's available
2013-06-25 20:40:58 +00:00
rubidium
7b10e39bf1
(svn r25469) -Add: method for getting the font tables from freetype fonts
2013-06-25 20:39:58 +00:00
rubidium
c90dbe2018
(svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them
2013-06-25 20:39:03 +00:00
rubidium
899c4d85e4
(svn r25467) -Add: truncation support to the drawing routine
2013-06-25 20:38:29 +00:00
rubidium
4f0ef61d4e
(svn r25466) -Add: drawing routine for the layout engine
2013-06-25 20:38:12 +00:00
rubidium
2446b8ea60
(svn r25465) -Codechange: add the concept of a layouting engine for text
2013-06-25 20:29:31 +00:00
frosch
bbbecceae1
(svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway.
2013-06-25 20:22:08 +00:00
rubidium
43a37f7f28
(svn r25463) -Codechange: export more size related information from the fonts
2013-06-25 20:21:21 +00:00
rubidium
092c33be3f
(svn r25462) -Codechange: make a better distinction between characters and glyphs
2013-06-25 20:20:15 +00:00
rubidium
b4106e686b
(svn r25461) -Fix: MSVC compiler warning
2013-06-25 18:52:12 +00:00
translators
9bb031533d
(svn r25460) -Update from WebTranslator v3.0:
...
czech - 4 changes by Eskymak
german - 3 changes by Jogio
luxembourgish - 2 changes by Phreeze
2013-06-25 17:45:17 +00:00
frosch
e158383118
(svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable.
2013-06-24 21:02:26 +00:00
frosch
58ae2d5aeb
(svn r25458) -Fix-ish: Enable the autorefit-button in the order GUI in case the vehicle is not auto-refittable but already has a autorefit-order set to allow clearing the refit.
2013-06-24 21:01:05 +00:00
frosch
bfbdbe688e
(svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft.
2013-06-24 20:58:25 +00:00
frosch
abb5a13f1e
(svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle.
2013-06-24 20:57:50 +00:00
rubidium
be2b87c1cd
(svn r25455) -Cleanup: make local function really local
2013-06-24 20:52:28 +00:00
rubidium
7c0f34130c
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
2013-06-24 18:39:19 +00:00
translators
8197a3ea2a
(svn r25453) -Update from WebTranslator v3.0:
...
vietnamese - 1 changes by nglekhoi
2013-06-24 17:45:08 +00:00
rubidium
ed36aa0458
(svn r25452) -Codechange: let the chat messages be drawn like the console messages; drawing complete multiline strings from the bottom, instead of manually breaking the strings and drawing those
2013-06-23 20:44:18 +00:00
frosch
798f472552
(svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes.
2013-06-23 20:08:13 +00:00
rubidium
aa3c106843
(svn r25450) -Fix: compilation without freetype
2013-06-23 18:32:02 +00:00
rubidium
ab4bd11208
(svn r25449) -Fix: WT3 validation error
2013-06-23 17:48:39 +00:00
translators
048b705360
(svn r25448) -Update from WebTranslator v3.0:
...
slovak - 4 changes by Milsa
2013-06-23 17:45:14 +00:00
planetmaker
8b25444300
(svn r25447) -Fix (r25437): [OSX] Compilation was broken
2013-06-23 17:14:34 +00:00
rubidium
8190d26f9e
(svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown
2013-06-23 15:38:51 +00:00
rubidium
8c5a7cf0ab
(svn r25445) -Codechange: simplify the font loading
2013-06-23 15:37:18 +00:00
rubidium
c23eaf0790
(svn r25444) -Codechange: move sprite font code together with the other sprite font code
2013-06-23 15:36:29 +00:00
rubidium
ac4dd5d627
(svn r25443) -Codechange: move the glyph to sprite cache into the FreeTypeFontCache instance
2013-06-23 15:35:06 +00:00
rubidium
d724088a1c
(svn r25442) -Codechange: move height and ascender information into the FontCache instances
2013-06-23 15:32:09 +00:00
rubidium
eb4388f4f3
(svn r25441) -Codechange: move the freetype font allocation into the FreeTypeFontCache
2013-06-23 15:29:20 +00:00
rubidium
97a42f4b4f
(svn r25440) -Fix: MSVC compilation error
2013-06-23 15:27:55 +00:00
rubidium
a285743d48
(svn r25439) -Codechange: move the glyph to sprite ID mapping into the SpriteFontCache
2013-06-23 15:25:35 +00:00
rubidium
e1a2a8275b
(svn r25438) -Codechange: introduce classes for the FontCache
2013-06-23 15:24:36 +00:00
rubidium
94a5fe6b92
(svn r25437) -Codechange: rework the FreeTypeSettings structure to make it better grouped
2013-06-23 15:23:22 +00:00