Commit Graph

20490 Commits (1c1a774475634df42f98b62cd4126af34e5cb525)
 

Author SHA1 Message Date
rubidium 1c1a774475 (svn r25510) -Fix: forgot to update some documentation 11 years ago
rubidium 37a38d62ea (svn r25509) -Cleanup: remove old strings 11 years ago
rubidium 1cf6dad8f2 (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)
11 years ago
rubidium 74d3f05fe2 (svn r25507) -Cleanup: double definition 11 years ago
rubidium 17951f57a5 (svn r25506) -Document: a function, and name it slightly better 11 years ago
rubidium 999d05765d (svn r25505) -Fix [FS#5563]: use proper doxygen style link to images 11 years ago
rubidium cf09274d38 (svn r25504) -Feature [FS#5563]: allow images in the (doxygen) documentation (adf88) 11 years ago
rubidium d09127996d (svn r25501) -Fix: compilation error on OS X 11 years ago
frosch 9e70d14a38 (svn r25497) -Fix (r25479): byte is not unit 11 years ago
rubidium 3e03733fa6 (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 11 years ago
translators 68bd24a202 (svn r25494) -Update from WebTranslator v3.0:
catalan - 7 changes by juanjo
spanish - 5 changes by juanjo
vietnamese - 9 changes by nglekhoi
11 years ago
rubidium f2d78be786 (svn r25493) -Codechange: support for the safer variant of ICU's getFontTable 11 years ago
michi_cc b13d452bbe (svn r25492) -Doc: Missing comment. 11 years ago
rubidium 687ec29b86 (svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result... 11 years ago
rubidium 9bcad08a7f (svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined 11 years ago
rubidium 4604f20d57 (svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along 11 years ago
rubidium 9d41bcd010 (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 11 years ago
rubidium 523a555f2a (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 11 years ago
rubidium 64c54f73a8 (svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs 11 years ago
rubidium 6ff95d0ff0 (svn r25485) -Fix-ish: silence compiler warning 11 years ago
translators 383d8b385b (svn r25484) -Update from WebTranslator v3.0:
luxembourgish - 21 changes by Phreeze
slovak - 2 changes by Milsa
11 years ago
rubidium 5f5f273269 (svn r25483) -Fix: don't commit too much... 11 years ago
rubidium d9bdd040ff (svn r25482) -Fix [FS#5620]: forced newlines were not properly handled 11 years ago
rubidium 6fc07559ed (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 11 years ago
michi_cc ac583fc787 (svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration. 11 years ago
frosch 8cbb0ffa2b (svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed. 11 years ago
frosch 6be31ca86c (svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement. 11 years ago
rubidium bb7a5cbb76 (svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early 11 years ago
frosch be9ed9a2bb (svn r25476) -Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width. 11 years ago
translators 348a46fa6d (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
11 years ago
rubidium fd1ee0560c (svn r25474) -Fix [FS#5618]: OS X compilation failure 11 years ago
rubidium b0e63f55ba (svn r25473) -Fix: uninitialised warning 11 years ago
rubidium ba3eda7c1e (svn r25472) -Cleanup: remove the old methods for drawing text 11 years ago
rubidium 8a1af5c1b2 (svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai) 11 years ago
rubidium 672ccbfde5 (svn r25470) -Feature-ish: use ICU's layout engine when that's available 11 years ago
rubidium 1e7ff472c7 (svn r25469) -Add: method for getting the font tables from freetype fonts 11 years ago
rubidium 25c2c7c7ff (svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them 11 years ago
rubidium 0178092c2c (svn r25467) -Add: truncation support to the drawing routine 11 years ago
rubidium fd2c650463 (svn r25466) -Add: drawing routine for the layout engine 11 years ago
rubidium c0538388c9 (svn r25465) -Codechange: add the concept of a layouting engine for text 11 years ago
frosch 4a8f47b9a5 (svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway. 11 years ago
rubidium 755bd9901d (svn r25463) -Codechange: export more size related information from the fonts 11 years ago
rubidium 71f6eab843 (svn r25462) -Codechange: make a better distinction between characters and glyphs 11 years ago
rubidium 7134b7c8a1 (svn r25461) -Fix: MSVC compiler warning 11 years ago
translators 7da3d336f3 (svn r25460) -Update from WebTranslator v3.0:
czech - 4 changes by Eskymak
german - 3 changes by Jogio
luxembourgish - 2 changes by Phreeze
11 years ago
frosch d20db312e6 (svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable. 11 years ago
frosch c1f52d46fe (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. 11 years ago
frosch 1077d2738e (svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft. 11 years ago
frosch 5ede413531 (svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle. 11 years ago
rubidium a290f2d53a (svn r25455) -Cleanup: make local function really local 11 years ago