summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-09(svn r27395) -Update from WebTranslator v3.0:translators
frisian - 14 changes by BAJansen
2015-09-03(svn r27394) -Update from WebTranslator v3.0:translators
frisian - 25 changes by BAJansen
2015-08-31(svn r27391) -Update from WebTranslator v3.0:translators
english_US - 2 changes by Supercheese
2015-08-30(svn r27390) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2015-08-20(svn r27389) -Fix: There are two different availability conditions for ↵frosch
fdatasync in the manpage. Use them both, since at least on some MinGW versions one is not enough.
2015-08-20(svn r27388) -Update from WebTranslator v3.0:translators
dutch - 4 changes by TheTycoonist
2015-08-19(svn r27387) -Update from WebTranslator v3.0:translators
dutch - 2 changes by TheTycoonist
2015-08-14(svn r27386) -Update from WebTranslator v3.0:translators
dutch - 3 changes by TheTycoonist
2015-08-13(svn r27385) -Fix: compilation failure due #define-ing enum name of a system ↵rubidium
library before including the system library
2015-08-13(svn r27384) -Update from WebTranslator v3.0:translators
catalan - 35 changes by juanjo
2015-08-12(svn r27383) -Fix: win32 sound driver would not catch the exception due to ↵rubidium
constness difference
2015-08-10(svn r27382) -Add: [Win32] Project files for Visual Studio 2015.michi_cc
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