summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-28(svn r25494) -Update from WebTranslator v3.0:translators
catalan - 7 changes by juanjo spanish - 5 changes by juanjo vietnamese - 9 changes by nglekhoi
2013-06-27(svn r25493) -Codechange: support for the safer variant of ICU's getFontTablerubidium
2013-06-27(svn r25492) -Doc: Missing comment.michi_cc
2013-06-27(svn r25491) -Fix: ofcourse... doing something with Random messes with the ↵rubidium
regression result...
2013-06-27(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients ↵rubidium
when the company was started after the clients joined
2013-06-27(svn r25489) -Fix (r25488): we want to have the begin, not the end of the ↵rubidium
decoded text as string to pass along
2013-06-27(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode ↵rubidium
them into a plain C string and then pass them on
2013-06-27(svn r25487) -Fix: do not allow control codes in names of things (signs, ↵rubidium
vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone
2013-06-27(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and ↵rubidium
president names in script APIs
2013-06-27(svn r25485) -Fix-ish: silence compiler warningrubidium
2013-06-27(svn r25484) -Update from WebTranslator v3.0:translators
luxembourgish - 21 changes by Phreeze slovak - 2 changes by Milsa
2013-06-27(svn r25483) -Fix: don't commit too much...rubidium
2013-06-27(svn r25482) -Fix [FS#5620]: forced newlines were not properly handledrubidium
2013-06-27(svn r25481) -Fix [FS#5620]: when the font size and colour change directly ↵rubidium
after eachother in a string, the latter isn't taken into account
2013-06-26(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a ↵michi_cc
non-const iconv declaration.
2013-06-26(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier ↵frosch
to modify vehicle capacities, use the same multiplier to modify loading speed.
2013-06-26(svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of ↵frosch
the text advancement.
2013-06-26(svn r25477) -Fix: truncation didn't work because the string was truncated ↵rubidium
(or rather a newline was added) too early
2013-06-26(svn r25476) -Cleanup: Remove unused _max_char_size, _max_char_height, ↵frosch
_max_char_width.
2013-06-26(svn r25475) -Update from WebTranslator v3.0:translators
czech - 59 changes by Eskymak luxembourgish - 8 changes by Phreeze slovak - 27 changes by Milsa thai - 4 changes by nirakanz
2013-06-26(svn r25474) -Fix [FS#5618]: OS X compilation failurerubidium
2013-06-25(svn r25473) -Fix: uninitialised warningrubidium
2013-06-25(svn r25472) -Cleanup: remove the old methods for drawing textrubidium
2013-06-25(svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil ↵rubidium
and Thai)
2013-06-25(svn r25470) -Feature-ish: use ICU's layout engine when that's availablerubidium
2013-06-25(svn r25469) -Add: method for getting the font tables from freetype fontsrubidium
2013-06-25(svn r25468) -Fix-ish: the min/max of the close box were so small the glyph ↵rubidium
wouldn't even fit between them
2013-06-25(svn r25467) -Add: truncation support to the drawing routinerubidium
2013-06-25(svn r25466) -Add: drawing routine for the layout enginerubidium
2013-06-25(svn r25465) -Codechange: add the concept of a layouting engine for textrubidium
2013-06-25(svn r25464) -Fix: Hide default size button in non-newstation rail-station ↵frosch
picker since it is not resizeable anyway.
2013-06-25(svn r25463) -Codechange: export more size related information from the fontsrubidium
2013-06-25(svn r25462) -Codechange: make a better distinction between characters and ↵rubidium
glyphs
2013-06-25(svn r25461) -Fix: MSVC compiler warningrubidium
2013-06-25(svn r25460) -Update from WebTranslator v3.0:translators
czech - 4 changes by Eskymak german - 3 changes by Jogio luxembourgish - 2 changes by Phreeze
2013-06-24(svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the ↵frosch
consist is not refittable.
2013-06-24(svn r25458) -Fix-ish: Enable the autorefit-button in the order GUI in case ↵frosch
the vehicle is not auto-refittable but already has a autorefit-order set to allow clearing the refit.
2013-06-24(svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor ↵frosch
of aircraft.
2013-06-24(svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not ↵frosch
refittable vehicle.
2013-06-24(svn r25455) -Cleanup: make local function really localrubidium
2013-06-24(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other ↵rubidium
than default fonts, so get rid of it
2013-06-24(svn r25453) -Update from WebTranslator v3.0:translators
vietnamese - 1 changes by nglekhoi
2013-06-23(svn r25452) -Codechange: let the chat messages be drawn like the console ↵rubidium
messages; drawing complete multiline strings from the bottom, instead of manually breaking the strings and drawing those
2013-06-23(svn r25451) -Fix (r25445): Ini configuration for medium font was ↵frosch
overwritten by front configuration of other sizes.
2013-06-23(svn r25450) -Fix: compilation without freetyperubidium
2013-06-23(svn r25449) -Fix: WT3 validation errorrubidium
2013-06-23(svn r25448) -Update from WebTranslator v3.0:translators
slovak - 4 changes by Milsa
2013-06-23(svn r25447) -Fix (r25437): [OSX] Compilation was brokenplanetmaker
2013-06-23(svn r25446) -Codechange: call sprite fontcache code from freetype font ↵rubidium
cache in case a sprite must be shown
2013-06-23(svn r25445) -Codechange: simplify the font loadingrubidium