summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-09(svn r27408) -Update from WebTranslator v3.0:translators
simplified_chinese - 9 changes by xiangyigao
2015-10-05(svn r27407) -Update from WebTranslator v3.0:translators
simplified_chinese - 6 changes by xiangyigao
2015-09-30(svn r27406) -Doc: Use same start/end tile convention in CmdPlantTree as in ↵frosch
other TileArea commands. (HackaLittleBit)
2015-09-27(svn r27405) -Update from WebTranslator v3.0:translators
latin - 2 changes by Supercheese vietnamese - 18 changes by nglekhoi
2015-09-26(svn r27404) -Update from WebTranslator v3.0:translators
arabic_egypt - 64 changes by abdumzn
2015-09-22(svn r27403) -Update from WebTranslator v3.0:translators
polish - 7 changes by McZapkie
2015-09-21(svn r27402) -Update from WebTranslator v3.0:translators
korean - 1 changes by telk5093
2015-09-19(svn r27401) -Update from WebTranslator v3.0:translators
frisian - 2 changes by BAJansen norwegian_bokmal - 8 changes by hafting welsh - 4 changes by kazzie
2015-09-19(svn r27400) -Fix [FS#6368] (r26449): when a dedicated server was paused ↵rubidium
with no clients the tick length was increased significantly, making any assumptions about the tick length used further down in the code are not true anymore. One of such assumptions was that one should readvertise every 15 minutes worth of original ticks, but due to the lengthening this timeframe would be more like 45-60 minutes. Now we'll take the operating system's millisecond counter instead
2015-09-17(svn r27399) -Fix: [Makefile] game script directory and compat*.nut were ↵planetmaker
never installed on *nix
2015-09-15(svn r27398) -Update from WebTranslator v3.0:translators
simplified_chinese - 1 changes by xiangyigao
2015-09-13(svn r27397) -Fix(r27346)[FS#6370]: Fix object editing crash in scenario ↵alberth
editor (based on work by adf88)
2015-09-12(svn r27396) -Update from WebTranslator v3.0:translators
latin - 17 changes by Supercheese
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