aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Minor: str:sub -> string.sub for consistency with the rest of the codel10nY. Wang7 days
|
* Fix inconsistent backslash escapingY. Wang7 days
|
* Fixup: add luajit for test_po_filesY. Wang7 days
|
* poconvert: minor refactor; add unittestY. Wang7 days
| | | | | | 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 commitsY. Wang7 days
|
* Change wording (modify component -> configure component)Y. Wang7 days
|
* Setup more strings for localizationY. Wang7 days
|
* Fix punctuationY. Wang7 days
|
* Minor improvements to the translationsY. Wang7 days
|
* Fix some translations strings in the source fileY. Wang7 days
|
* Fix po file headerY. Wang7 days
|
* Link locale/README.md to its po/ counterpartY. Wang7 days
|
* Autogenerate .tr files from .po filesY. Wang7 days
|
* Begin transition to .po filesY. Wang7 days
|
* Update l10n readmeY. Wang7 days
|
* Add documentationY. Wang7 days
|
* Add helper for "insufficient privileges" messagesY. Wang7 days
| | | | | BREAKING: attrans is now implemented as a table with the __call metamethod instead of as a function
* Reformat l10n READMEY. Wang7 days
|
* Refactor GUI code; remove old l10n management scriptsY. Wang7 days
|
* French updateTanavit7 days
|
* Add names of diamond crossings and turnoutsY. Wang7 days
|
* Update and improvement of French translation.Tanavit7 days
|
* [zh] Correct translation of "track"Y. Wang7 days
|
* [de] Correct translationsY. Wang7 days
|
* Add simple l10n GUIY. Wang7 days
|
* l10n: add low 45° platform; remove "on"/"off"; adjust signal namesY. Wang7 days
|
* [zh] Complement translations on coupling and trackworker; [zh_TW] 連線 -> ↵Y. Wang7 days
| | | | 連結
* Update l10n filesY. Wang7 days
|
* French translation file for inclusion in l10nTanavit7 days
|
* Complement l10n README, minor l10n correctionsY. Wang7 days
|
* Add strings for translation; add zh_TW translationywang7 days
|
* Reference MT l10n in translation notes; (update-l10n) do not edit in-placeywang7 days
|
* de: Korrekturenywang7 days
| | | | | | - 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 ↵ywang7 days
| | | | 翻译成”您“
* Add readme for l10nywang7 days
|
* Update German translation; add script to update l10n filesywang7 days
|
* Add translation templateywang7 days
|
* Fix use_texture_alpha for tracksHEADmasterY. Wang2024-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 register_function command so mods can register their own functons, ↵gpcf2024-02-06
| | | | low-level interface for departure boards
* Add chatcommand and luaatc function to get global_slowdownorwell2024-02-06
|
* Set maximum train length and prevent coupling if it would exceedorwell2023-12-20
|
* advtrains_techage: Liquid infotext display needs to be added in corerelease-2.4.3orwell962023-07-20
|
* Fix path_invalidate_ahead after recent commitorwell962023-07-01
|
* Turn loading tracks into loading ramps when within the loaded areaMaverick27972023-06-24
| | | | | | | - Partially addresses Hemiptera #165 / Notabug #6 - Will recalculate wagon textures when the inventory is modified - Only acts as a loading ramp when in a loaded area. - Retains previous flood loading of entire train when area unloaded
* Occupation system: store multiple indices for the same train, introduce ↵orwell962023-06-24
| | | | reverse_lookup_sel() to select appropriate index out of multiple based on a heuristic
* Add function to get wagon in train from indexorwell962023-05-27
| | | | | Can be used to determine which wagon is at a certain world position Testing: use debugitems.lua
* Add craft recipes for the new ks speed indicatorsMaverick27972023-04-12
|
* Make selection boxes of track nodes largerBlockhead2023-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 prototypesY. Wang2023-04-12
| | | | Related issue: https://forum.minetest.net/viewtopic.php?p=414307#p414307
* Add get_fc() and set_fc() commandsMaverick27972023-03-17
| | | | | get_fc: returns a table of each wagon's FC codes set_fc: set a table to overwrite the FC codes of a train's wagons