Age | Commit message (Collapse) | Author |
|
|
|
r10820.
|
|
company name and the player number, i.e. always put a space between them.
|
|
must use {STRING1}, so pass it the correct params
|
|
instead of {COMPANY}
|
|
|
|
savegame failed and do not crash on loading savegames that were altered by patches or branches.
|
|
because everything is already 64 bits by default.
|
|
brazilian_portuguese - 14 fixed by fukumori (14)
bulgarian - 13 fixed by thetitan (10), groupsky (3)
catalan - 13 fixed by arnaullv (13)
czech - 9 fixed by Hadez (9)
dutch - 13 fixed by habell (13)
esperanto - 13 fixed by LaPingvino (13)
finnish - 15 fixed by habazi (15)
french - 9 fixed by glx (9)
frisian - 99 fixed by ikkejw (99)
german - 6 fixed by moewe2 (6)
hungarian - 9 fixed by miham (9)
italian - 13 fixed by lorenzodv (13)
korean - 15 fixed by darkttd (15)
norwegian_nynorsk - 9 fixed by khaavik (9)
polish - 16 fixed, 1 changed by meush (17)
russian - 6 fixed, 3 changed by HMage (9)
slovak - 9 fixed by lengyel (9)
spanish - 15 fixed by eusebio (15)
traditional_chinese - 15 fixed, 5 changed by xbddc (20)
ukrainian - 9 fixed by mad (9)
|
|
Remove translations which should not be empty
|
|
Replace very old tabs which should be spaces by spaces
|
|
|
|
brazilian_portuguese - 69 changed by fukumori (69)
frisian - 48 fixed by ikkejw (48)
russian - 57 changed by DarkFenX (57)
ukrainian - 5 changed by znikoz (5)
|
|
bulgarian - 3 fixed, 68 changed by groupsky (71)
danish - 45 changed by ThomasA (4), MiR (41)
finnish - 2 fixed by pallokala (2)
frisian - 2 changed by talzaroff (2)
greek - 40 fixed, 1 changed by Kesnar (41)
italian - 2 changed by sidew (2)
swedish - 2 fixed, 1 deleted, 55 changed by ChrillDeVille (58)
|
|
brazilian_portuguese - 6 fixed, 2 changed by fukumori (8)
danish - 5 changed by MiR (3), ThomasA (2)
estonian - 1 changed by kristjans (1)
frisian - 82 fixed, 85 changed by ikkejw (82), talzaroff (85)
greek - 64 fixed, 3 changed by Kesnar (67)
italian - 1 changed by sidew (1)
japanese - 92 fixed by ickoonite (92)
polish - 1 changed by meush (1)
slovak - 7 changed by lengyel (7)
slovenian - 160 fixed by Necrolyte (160)
turkish - 2 changed by jnmbk (2)
|
|
search&replace broke)
|
|
|
|
estonian - 5 changed by kristjans (5)
frisian - 669 fixed, 17 changed by ikkejw (574), Bouke (2), talzaroff (110)
italian - 1 changed by sidew (1)
turkish - 2 fixed, 16 changed by jnmbk (18)
|
|
- A proper ./configure, so everything needs to be configured only once, not for every make.
- Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
- A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
- Proper support for OSX universal binaries.
- Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
- Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.
Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy.
|