summaryrefslogtreecommitdiff
path: root/src/lang
AgeCommit message (Collapse)Author
2020-07-24Update: Translations from eintstranslators
belarusian: 35 changes by KorneySan
2020-07-22Update: Translations from eintstranslators
belarusian: 64 changes by KorneySan russian: 2 changes by KorneySan
2020-07-21Update: Translations from eintstranslators
belarusian: 11 changes by KorneySan
2020-07-12Update: Translations from eintstranslators
korean: 1 change by telk5093
2020-07-10Update: Disuse of STR_ERROR_INCOMPATIBLE_ROADTrevorShelton
2020-07-01Update: Translations from eintstranslators
czech: 3 changes by djst
2020-06-25Update: Translations from eintstranslators
indonesian: 16 changes by adjayanto
2020-06-24Update: Translations from eintstranslators
swedish: 3 changes by Joel_A
2020-06-22Update: Translations from eintstranslators
ukrainian: 1 change by nsergiy korean: 1 change by telk5093
2020-06-19Update: Translations from eintstranslators
swedish: 33 changes by Joel_A
2020-06-12Update: Translations from eintstranslators
polish: 1 change by MaksOPENTTD1 danish: 1 change by beruic
2020-06-05Add: introduce CMake for project managementPatric Stout
CMake works on all our supported platforms, like MSVC, Mingw, GCC, Clang, and many more. It allows for a single way of doing things, so no longer we need shell scripts and vbs scripts to work on all our supported platforms. Additionally, CMake allows to generate project files for like MSVC, KDevelop, etc. This heavily reduces the lines of code we need to support multiple platforms from a project perspective. Addtiionally, this heavily improves our detection of libraries, etc.
2020-05-30Update: Translations from eintstranslators
croatian: 1 change by VoyagerOne
2020-05-27Update: Translations from eintstranslators
chinese (traditional): 2 changes by ww9980 chinese (simplified): 1 change by ww9980
2020-05-20Update: Translations from eintstranslators
latvian: 9 changes by Tranzistors
2020-05-18Update: Translations from eintstranslators
latvian: 35 changes by Tranzistors
2020-05-17Update: Translations from eintstranslators
spanish (mexican): 7 changes by Absay
2020-05-16Update: Translations from eintstranslators
latvian: 13 changes by Tranzistors
2020-05-15Update: Translations from eintstranslators
indonesian: 1 change by fanioz dutch: 1 change by JanWillem latvian: 39 changes by Tranzistors spanish (mexican): 1 change by Absay
2020-05-14Update: Translations from eintstranslators
spanish (mexican): 16 changes by Absay russian: 3 changes by Lone_Wolf
2020-05-13Update: Translations from eintstranslators
latvian: 21 changes by Tranzistors korean: 5 changes by telk5093
2020-05-12Update: Translations from eintstranslators
latvian: 45 changes by Tranzistors spanish (mexican): 9 changes by Absay
2020-05-11Update: Translations from eintstranslators
latvian: 54 changes by Tranzistors spanish (mexican): 4 changes by Absay
2020-05-11Add: INR currency (#8136)Ilayaraja
Co-authored-by: ilayarja97 <ilayarja97@gmail.com>
2020-05-10Update: Translations from eintstranslators
latvian: 80 changes by Tranzistors spanish (mexican): 10 changes by Absay
2020-05-09Update: Translations from eintstranslators
latvian: 8 changes by Tranzistors spanish (mexican): 1 change by Absay
2020-05-07Update: Translations from eintstranslators
latvian: 38 changes by Tranzistors
2020-05-06Update: Translations from eintstranslators
2020-05-06Update: Lang filesglx
2020-05-06Codechange: Use a dynamic copyright yearglx
2020-05-04Update: Translations from eintstranslators
korean: 1 change by telk5093
2020-04-17Update: Translations from eintstranslators
welsh: 4 changes by kazzie
2020-04-16Update: Translations from eintstranslators
tamil: 16 changes by aswn
2020-04-08Update: Translations from eintstranslators
catalan: 30 changes by juanjo
2020-04-07Update: Translations from eintstranslators
luxembourgish: 9 changes by Phreeze
2020-04-04Update: Translations from eintstranslators
estonian: 32 changes by taavi
2020-03-27Update: Translations from eintstranslators
danish: 2 changes by Knogle
2020-03-22Update: Translations from eintstranslators
polish: 22 changes by MaksOPENTTD1
2020-03-21Update: Translations from eintstranslators
polish: 20 changes by MaksOPENTTD1
2020-03-20Update: Translations from eintstranslators
hungarian: 26 changes by Brumi korean: 3 changes by telk5093
2020-03-18Update: Translations from eintstranslators
french: 3 changes by glx
2020-03-17Update: Translations from eintstranslators
korean: 1 change by telk5093
2020-02-23Update: Translations from eintstranslators
croatian: 20 changes by VoyagerOne
2020-02-15Update: Translations from eintstranslators
italian: 2 changes by AlphaJack korean: 8 changes by telk5093
2020-02-14Update: Translations from eintstranslators
afrikaans: 179 changes by Maccie123 chinese (traditional): 4 changes by firetimer chinese (simplified): 100 changes by firetimer
2020-02-10Update: Translations from eintstranslators
dutch: 2 changes by JanWillem spanish (mexican): 2 changes by Absay
2020-02-09Update: Translations from eintstranslators
basque: 17 changes by Thadah
2020-02-08Update: Translations from eintstranslators
russian: 2 changes by Lone_Wolf
2020-02-05Update: Translations from eintstranslators
korean: 2 changes by telk5093
2020-02-04Feature #7756: Allow server to supply a reason to kicked/banned clientsBjarni Thor
This commit adds the missing feature of allowing the server owner to provide a reason for kicking/banning a client, which the client sees in a pop-up window after being kicked. The implementation extends the network protocol by adding a new network action called NETWORK_ACTION_KICKED that is capable of having an error string, unlike the other network error packages. Additionally, the kick function broadcasts a message to all clients about the kicked client and the reason for the kick.