Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | poconvert: minor refactor; add unittest | Y. Wang | 2024-04-13 |
| | | | | | | poconvert.lua now recognizes fuzzy entries in PO files; these entries are also added to the target file, but they are prefixed with "#" (i.e. marked as comments). | ||
* | Fixup: Add translations to previous commits | Y. Wang | 2024-04-13 |
| | |||
* | Change wording (modify component -> configure component) | Y. Wang | 2024-04-13 |
| | |||
* | Setup more strings for localization | Y. Wang | 2024-04-13 |
| | |||
* | Fix punctuation | Y. Wang | 2024-04-13 |
| | |||
* | Minor improvements to the translations | Y. Wang | 2024-04-13 |
| | |||
* | Fix some translations strings in the source file | Y. Wang | 2024-04-13 |
| | |||
* | Fix po file header | Y. Wang | 2024-04-13 |
| | |||
* | Link locale/README.md to its po/ counterpart | Y. Wang | 2024-04-13 |
| | |||
* | Autogenerate .tr files from .po files | Y. Wang | 2024-04-13 |
| | |||
* | Begin transition to .po files | Y. Wang | 2024-04-13 |
| | |||
* | Update l10n readme | Y. Wang | 2024-04-13 |
| | |||
* | Add documentation | Y. Wang | 2024-04-13 |
| | |||
* | Add helper for "insufficient privileges" messages | Y. Wang | 2024-04-13 |
| | | | | | BREAKING: attrans is now implemented as a table with the __call metamethod instead of as a function | ||
* | Reformat l10n README | Y. Wang | 2024-04-13 |
| | |||
* | Refactor GUI code; remove old l10n management scripts | Y. Wang | 2024-04-13 |
| | |||
* | French update | Tanavit | 2024-04-13 |
| | |||
* | Add names of diamond crossings and turnouts | Y. Wang | 2024-04-13 |
| | |||
* | Update and improvement of French translation. | Tanavit | 2024-04-13 |
| | |||
* | [zh] Correct translation of "track" | Y. Wang | 2024-04-13 |
| | |||
* | [de] Correct translations | Y. Wang | 2024-04-13 |
| | |||
* | Add simple l10n GUI | Y. Wang | 2024-04-13 |
| | |||
* | l10n: add low 45° platform; remove "on"/"off"; adjust signal names | Y. Wang | 2024-04-13 |
| | |||
* | [zh] Complement translations on coupling and trackworker; [zh_TW] 連線 -> ↵ | Y. Wang | 2024-04-13 |
| | | | | 連結 | ||
* | Update l10n files | Y. Wang | 2024-04-13 |
| | |||
* | French translation file for inclusion in l10n | Tanavit | 2024-04-13 |
| | |||
* | Complement l10n README, minor l10n corrections | Y. Wang | 2024-04-13 |
| | |||
* | Add strings for translation; add zh_TW translation | ywang | 2024-04-13 |
| | |||
* | Reference MT l10n in translation notes; (update-l10n) do not edit in-place | ywang | 2024-04-13 |
| | |||
* | de: Korrekturen | ywang | 2024-04-13 |
| | | | | | | - Verwendung der Wörter aus der Übersetzung von Minetest - Übersetzung vom "Train copy/paste tool" - Wegfall einiger Wörter in den Übersetzungen für das ATC-System | ||
* | zh_CN: 使用全角的点号 (逗号,句号,冒号) 和引号;You ↵ | ywang | 2024-04-13 |
| | | | | 翻译成”您“ | ||
* | Add readme for l10n | ywang | 2024-04-13 |
| | |||
* | Update German translation; add script to update l10n files | ywang | 2024-04-13 |
| | |||
* | Add translation template | ywang | 2024-04-13 |
| | |||
* | Fix use_texture_alpha for tracks | Y. Wang | 2024-02-25 |
| | | | | | | | | | | | | | | | | The use of textures with transparent pixels (for the default tracks: the "features" on the track) without specifying use_texture_alpha (at least for the mesh drawtype) has been deprecated in a PR from August 2020[1] (i.e. since 5.4.0[2]) and removed in the latest dev version[3]. As a consequence, regular tracks are now rendered with black markers at the same position where e.g. the blue (Lua)ATC marker would be found. This commit fixes the issue by enabling use_texture_alpha by default for all tracks. [1] https://github.com/minetest/minetest/pull/10122 [2] https://dev.minetest.net/Changelog#5.3.0_.E2.86.92_5.4.0 [3] https://github.com/minetest/minetest/pull/13929 | ||
* | Add chatcommand and luaatc function to get global_slowdown | orwell | 2024-02-06 |
| | |||
* | Set maximum train length and prevent coupling if it would exceed | orwell | 2023-12-20 |
| | |||
* | advtrains_techage: Liquid infotext display needs to be added in corerelease-2.4.3 | orwell96 | 2023-07-20 |
| | |||
* | Fix path_invalidate_ahead after recent commit | orwell96 | 2023-07-01 |
| | |||
* | Occupation system: store multiple indices for the same train, introduce ↵ | orwell96 | 2023-06-24 |
| | | | | reverse_lookup_sel() to select appropriate index out of multiple based on a heuristic | ||
* | Add function to get wagon in train from index | orwell96 | 2023-05-27 |
| | | | | | Can be used to determine which wagon is at a certain world position Testing: use debugitems.lua | ||
* | Make selection boxes of track nodes larger | Blockhead | 2023-04-12 |
| | | | | | | | This reduces the difficulty of having to point at the centre of the correct track node, and hopefully does not prevent placing tracks in more than a couple of cases. Three-way turnouts on an angle may be an exception but they may be worth it. User feedback is needed. | ||
* | Report coordinates of wagons with unregistered prototypes | Y. Wang | 2023-04-12 |
| | | | | Related issue: https://forum.minetest.net/viewtopic.php?p=414307#p414307 | ||
* | On_Joinplayer: fix train ID check for attachment update | orwell96 | 2022-06-13 |
| | | | | Previously, statement was always false because train_id is no longer in the luaentity | ||
* | Fix new wagon positioning when wheel positions are asymmetric, and remove ↵ | orwell96 | 2022-02-24 |
| | | | | leftover train.debug | ||
* | Wagons: Add two-pos wheel positioning logic for more realistic look of long ↵ | orwell96 | 2022-02-09 |
| | | | | | | wagons Adds field "wheel_positions" in wagon definition | ||
* | atc_reset(): Removed unused string parameter and also clear ATC autocouple ↵ | orwell96 | 2021-12-31 |
| | | | | | | flag (Cpl) Fixes H#189 and H#190 | ||
* | Automatically group wagons and locomotives based on definition values | Maverick2797 | 2021-12-29 |
| | | | | | | | | | Based on the advtrains wiki groups: Type Group Classifier - Locomotives: group:at_loco is_locomotive = true - Controllable: group:at_control seat_groups.dstand - Passengers: group:at_pax seat_groups.pass - Freight: group:at_freight has_inventory = true | ||
* | Fix speed sign allowing v>max_speed | Y. Wang | 2021-12-16 |
| | |||
* | Trivial fixup for train decoupling regressionrelease-2.4.1 | ywang | 2021-11-20 |
| |