summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-10(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ↵michi_cc
conversions in initializer lists.
2015-08-10(svn r27380) -Fix: [Win32] Compilation with MSVC2015.michi_cc
2015-08-10(svn r27379) -Codechange: Do not throw in the destructors of ↵frosch
ScriptTest/ExecMode.
2015-08-10(svn r27378) -Codechange: Fix indentation of the table values, allow Doxygen ↵alberth
to link to the TextColour enum.
2015-08-09(svn r27377) -Codechange: use the pkg-config files of ICU as well. Since ↵rubidium
they are split into separate libraries it becomes possible to split RTL support for natural sorting, although the effect will be minimal
2015-08-09(svn r27376) -Codechange: let libtimidity detection and configuration make ↵rubidium
use of pkg-config
2015-08-09(svn r27375) -Fix-ish: update help parameter for png configuration (it has ↵rubidium
used pkg-config for a long time)
2015-08-09(svn r27374) -Codechange: make zlib detection and configuration make use of ↵rubidium
pkg-config
2015-08-09(svn r27373) -Codechange: make sdl detection and configuration use pkg-configrubidium
2015-08-09(svn r27372) -Codechange: make allegro detection and configuration use ↵rubidium
pkg-config
2015-08-09(svn r27371) -Codechange: make freetype detection and configuration use ↵rubidium
pkg-config
2015-08-09(svn r27370) -Codechange: move the "dedicated server" check into the ↵rubidium
pkg-config check routine
2015-08-09(svn r27369) -Cleanup: there's no need to do dependency checking of ↵rubidium
libraries in OpenTTD; zlib should always be installed if libpng is because it links to zlib
2015-08-09(svn r27368) -Cleanup: undo the special case of OSX; it works fine without itrubidium
2015-08-09(svn r27367) -Codechange: make a distinction between the layouting part of ↵rubidium
ICU (lx) or the sorting/collation part of ICU (i18n)
2015-08-09(svn r27366) -Fix [FS#6358]: Clickareas in settings tree were misaligned ↵frosch
when the filter warning was displayed, if the setting height was defined by the icons instead of the font.
2015-08-09(svn r27365) -Fix: Center settings filter warning also vertically, and also ↵frosch
in case of multiple lines.
2015-08-08(svn r27364) -Update from WebTranslator v3.0:translators
czech - 1 changes by Eskymak dutch - 12 changes by TheTycoonist
2015-08-08(svn r27363) -Codechange: Fix codestyle of one-line methods and header ↵alberth
codestyle of derived structs.
2015-08-08(svn r27362) -Codechange: Codestyle fixes for reference var declarations, ↵alberth
static cast type, operator methods.
2015-08-08(svn r27361) -Fix-ish: when attempting to find a host, try gcc/g++ but also ↵rubidium
CC/CXX appended to the host triple. This to make cross compilation with clang alone easier
2015-08-08(svn r27360) -Feature: allow configuring pkg-config in one go for all librariesrubidium
2015-08-07(svn r27359) -Update from WebTranslator v3.0:translators
swedish - 1 changes by planetmaker
2015-08-02(svn r27358) -Update from WebTranslator v3.0:translators
catalan - 25 changes by juanjo
2015-08-01(svn r27357) -Update from WebTranslator v3.0:translators
catalan - 181 changes by juanjo
2015-07-31(svn r27354) -Fix (r27343): Actually make it work. (rubidium)frosch
2015-07-31(svn r27352) -Update from WebTranslator v3.0:translators
catalan - 134 changes by juanjo
2015-07-30(svn r27347) -Update from WebTranslator v3.0:translators
slovenian - 15 changes by matej1245
2015-07-28(svn r27346) -Feature: Make the object placement gui an independent window.alberth
2015-07-28(svn r27345) -Fix-ish: Hide selected view if no object selected.alberth
2015-07-28(svn r27344) -Doc: Documenting the (Re)setObjectToPlace functions.alberth
2015-07-26(svn r27343) -Feature [FS#6315]: [NewGRF] Allow railtype NewGRF to define ↵frosch
separate sprites for the fences on either track side.
2015-07-26(svn r27342) -Add: Optionally return the number of sprites in the spriteset ↵frosch
from GetCustomRailSprite.
2015-07-26(svn r27341) -Fix [FS#6332]: Do not rerandomise the town name when only ↵frosch
cost-estimating the founding.
2015-07-26(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to ↵frosch
a file no its own. (Cif)
2015-07-25(svn r27339) -Update from WebTranslator v3.0:translators
frisian - 42 changes by BAJansen
2015-07-24(svn r27338) -Update from WebTranslator v3.0:translators
frisian - 8 changes by BAJansen
2015-07-21(svn r27337) -Update from WebTranslator v3.0:translators
simplified_chinese - 1 changes by Gavin
2015-07-17(svn r27336) -Update from WebTranslator v3.0:translators
greek - 36 changes by Jubilee
2015-07-16(svn r27335) -Update from WebTranslator v3.0:translators
greek - 24 changes by Jubilee
2015-07-16(svn r27334) -Revert (r27232) [FS#6342]: No idea what the plan was, but ↵frosch
making the main noise coefficients the same for all smoothness types certainly wasn't.
2015-07-13(svn r27333) -Update from WebTranslator v3.0:translators
greek - 7 changes by Jubilee
2015-07-12(svn r27332) -Change: Enable YAPF cache debugging with desync debug level 2.frosch
2015-07-11(svn r27331) -Cleanup (r26999): Make variety distribution curves more sane.frosch
2015-07-11(svn r27330) -Fix [FS#6335]: Make variety distribution not assume that sea ↵frosch
level is at height 0.2 / 3 * TGPGetMaxHeight().
2015-07-11(svn r27329) -Fix: Add more height_t type-correctness to TGP code.frosch
2015-07-11(svn r27328) -Codechange: Add an assertion to check for uninitialised ↵frosch
variables when tracing variety distribution's control curves.
2015-07-09(svn r27327) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2015-07-08(svn r27326) -Update from WebTranslator v3.0:translators
simplified_chinese - 6 changes by Gavin
2015-06-30(svn r27325) -Update from WebTranslator v3.0:translators
catalan - 4 changes by juanjo