Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Minor improvements to the translations | Y. Wang | 2023-10-04 |
| | |||
* | Fix some translations strings in the source file | Y. Wang | 2023-10-04 |
| | |||
* | Fix po file header | Y. Wang | 2023-10-04 |
| | |||
* | Link locale/README.md to its po/ counterpart | Y. Wang | 2023-10-04 |
| | |||
* | Autogenerate .tr files from .po files | Y. Wang | 2023-10-04 |
| | |||
* | Begin transition to .po files | Y. Wang | 2023-10-04 |
| | |||
* | Update l10n readme | Y. Wang | 2023-05-15 |
| | |||
* | Add documentation | Y. Wang | 2022-11-03 |
| | |||
* | Add helper for "insufficient privileges" messages | Y. Wang | 2022-11-02 |
| | | | | | BREAKING: attrans is now implemented as a table with the __call metamethod instead of as a function | ||
* | Reformat l10n README | Y. Wang | 2022-11-01 |
| | |||
* | Refactor GUI code; remove old l10n management scripts | Y. Wang | 2022-10-15 |
| | |||
* | French update | Tanavit | 2022-10-15 |
| | |||
* | Add names of diamond crossings and turnouts | Y. Wang | 2022-10-15 |
| | |||
* | Update and improvement of French translation. | Tanavit | 2022-10-15 |
| | |||
* | [zh] Correct translation of "track" | Y. Wang | 2022-10-15 |
| | |||
* | [de] Correct translations | Y. Wang | 2022-10-15 |
| | |||
* | Add simple l10n GUI | Y. Wang | 2022-10-15 |
| | |||
* | l10n: add low 45° platform; remove "on"/"off"; adjust signal names | Y. Wang | 2022-10-15 |
| | |||
* | [zh] Complement translations on coupling and trackworker; [zh_TW] 連線 -> ↵ | Y. Wang | 2022-10-15 |
| | | | | 連結 | ||
* | Update l10n files | Y. Wang | 2022-10-15 |
| | |||
* | French translation file for inclusion in l10n | Tanavit | 2022-10-15 |
| | |||
* | Complement l10n README, minor l10n corrections | Y. Wang | 2022-10-15 |
| | |||
* | Add strings for translation; add zh_TW translation | ywang | 2022-10-15 |
| | |||
* | Reference MT l10n in translation notes; (update-l10n) do not edit in-place | ywang | 2022-10-15 |
| | |||
* | de: Korrekturen | ywang | 2022-10-15 |
| | | | | | | - 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 | 2022-10-15 |
| | | | | 翻译成”您“ | ||
* | Add readme for l10n | ywang | 2022-10-15 |
| | |||
* | Update German translation; add script to update l10n files | ywang | 2022-10-15 |
| | |||
* | Add translation template | ywang | 2022-10-15 |
| | |||
* | 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 | ||
* | Minor change to README | Antonia | 2022-03-03 |
| | | | | 45 degree platform design is not a sound | ||
* | 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 | ||
* | Load/Unload Track FC Integration | Maverick2797 | 2021-12-29 |
| | | | | | | | | - Set a freight code in the track to whitelist only wagons with that FC as the current one - Set as # to disable the track - Set as a blank field (default) to allow all wagons to activate, irrespective of their FC | ||
* | 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 | ||
* | Luaautomation: add section_occupancy() | Maverick2797 | 2021-12-29 |
| | | | | | | | Returns a table of train ids for the specified section. Returns nil if the section id is not provided.. Returns false if the section id is invalid. Returns an empty table if the section id is valid but empty of trains. | ||
* | Fix speed sign allowing v>max_speed | Y. Wang | 2021-12-16 |
| | |||
* | Add C&C Servers into the testing server list, since we are using the latest ↵ | Emojigit | 2021-11-26 |
| | | | | commit | ||
* | Trivial fixup for train decoupling regressionrelease-2.4.1 | ywang | 2021-11-20 |
| | |||
* | Interlocking: Correct duplicate influence points semi-automaticallyrelease-2.4.0 | orwell96 | 2021-11-14 |
| | | | | Searches and deletes duplicate influence points for the same signal when "Influence Point" formspec is opened. | ||
* | rewrite readme in markdown, add more information | Gabriel Pérez-Cerezo | 2021-11-10 |
| | |||
* | Remove non-deterministic test | Gabriel Pérez-Cerezo | 2021-11-10 |
| | |||
* | Activate serialize_lib unit tests | Gabriel Pérez-Cerezo | 2021-11-10 |
| | |||
* | Add more unit tests, fix broken unit test | Gabriel Pérez-Cerezo | 2021-11-09 |
| | |||
* | configure build.yml to run the unit tests | Gabriel Pérez-Cerezo | 2021-11-09 |
| | |||
* | readme atc_set_ars_disable typo | Maverick2797 | 2021-11-09 |
| | |||
* | add sourcehut build file | Gabriel Pérez-Cerezo | 2021-11-09 |
| | |||
* | split_at_index where index=1 | Maverick2797 | 2021-11-08 |
| | | | | | Splitting at index=1 results in multiple empty trains being created. Can be prevented by an atc_speed > 0 check by the user, but easier just to return false and do nothing. | ||
* | New-Ks: minor additions/corrections to ywang's work: | orwell96 | 2021-11-08 |
| | | | | | | - Add sign for line speed 20 (else no way to return to max line speed once set) - When no distant signal info available (default), Ks displays green light (2 sections free) - Normal and wall signals again signal maximum speed (persistent restriction can be given via line speed nouw) |