| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
Currently translated at 26.2% (241 of 918 strings)
|
|
|
|
| |
Currently translated at 56.3% (517 of 918 strings)
|
|
|
|
| |
Currently translated at 56.2% (516 of 918 strings)
|
|
|
|
| |
Currently translated at 56.1% (515 of 918 strings)
|
|
|
|
| |
Currently translated at 69.4% (638 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 58.6% (538 of 918 strings)
This is a merger of 2 commits.
|
|
|
|
| |
Currently translated at 58.6% (538 of 918 strings)
|
|
|
|
| |
Currently translated at 58.6% (538 of 918 strings)
|
|
|
|
| |
Currently translated at 100.0% (918 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 100.0% (918 of 918 strings)
This is a merger of 4 commits.
|
|
|
|
| |
Currently translated at 97.7% (897 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 59.5% (547 of 918 strings)
This is a merger of 2 commits.
|
|
|
|
| |
Currently translated at 41.6% (382 of 918 strings)
|
|
|
|
| |
Currently translated at 41.2% (379 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 53.8% (494 of 918 strings)
This is a merger of 2 commits.
|
|
|
|
| |
Currently translated at 5.6% (52 of 918 strings)
|
|
|
|
| |
Currently translated at 5.6% (52 of 918 strings)
|
|
|
|
| |
Currently translated at 1.5% (14 of 918 strings)
|
|
|
|
| |
Currently translated at 1.5% (14 of 918 strings)
|
|
|
|
| |
Currently translated at 3.3% (31 of 918 strings)
|
|
|
|
| |
Currently translated at 2.8% (26 of 918 strings)
|
|
|
|
| |
Currently translated at 2.7% (25 of 918 strings)
|
|
|
|
| |
Currently translated at 1.7% (16 of 918 strings)
|
|
|
|
| |
Currently translated at 1.6% (15 of 918 strings)
|
|
|
|
| |
Currently translated at 1.5% (14 of 918 strings)
|
|
|
|
| |
Currently translated at 1.4% (13 of 918 strings)
|
|
|
|
| |
Currently translated at 51.0% (469 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 58.0% (533 of 918 strings)
This is a merger of 2 commits.
|
|
|
|
| |
Currently translated at 100.0% (918 of 918 strings)
|
|
|
|
| |
Currently translated at 97.0% (891 of 918 strings)
|
|
|
|
| |
Currently translated at 46.0% (423 of 918 strings)
|
|
|
|
| |
Currently translated at 43.6% (401 of 918 strings)
|
|
|
|
| |
Currently translated at 57.8% (531 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 49.4% (454 of 918 strings)
This is a merger of 2 commits.
|
|
|
|
|
|
| |
Currently translated at 99.8% (917 of 918 strings)
This is a merger of 3 commits.
|
| |
|
|
|
|
|
|
| |
Currently translated at 66.7% (613 of 918 strings)
There is no need to specify that a mod is an extra.
|
|
|
|
| |
Currently translated at 84.2% (773 of 918 strings)
|
|
|
|
| |
Currently translated at 73.0% (671 of 918 strings)
|
|
|
|
|
|
| |
Currently translated at 73.0% (671 of 918 strings)
This is a merger of 3 commits.
|
|
|
|
| |
Currently translated at 29.5% (271 of 918 strings)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes a bug existing in modmgr.lua as reported by @Wuzzy2 which
caused the mod dependency list to glitch if input was using a line
terminator different than the OS default.
The C++ code does not need any changes as it already trims CR
occurrences on platforms on which the line termination sequence is LF.
Taken into account the size of the depends.txt files used, this should
not introduce a noticeable performance regression.
Fixes #4720
|
|
|
|
|
|
|
| |
It would complain that the value should be higher than the lower
bound, when it should be higher than or equal to the lower bound.
Similar issue for the upper bound.
|
|
|
|
| |
The network protocol does not support larger than 255 mapblocks.
|
| |
|
|
|
|
|
|
|
|
| |
Fixes #4878
Also remove an artificial viewing range reduction that
(presumably) was added to compensate for miscomputed
viewing ranges, and that doesn't seem to be needed any
more (thanks to lhofhansl).
|
|
|
| |
Fixes #4121
|