aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove xcompat dependencyHEADmasterMinetest dedicated server2024-06-298-273/+4
|
* Make digging of poster and labels a bit harder (#18)Niklp2024-05-301-3/+3
|
* Fix visible color escape sequences when selecting text of posters (#16)Niklp2024-04-121-2/+1
|
* Add mcl groups, _mcl_hardness, _mcl_blast_resistance params (#15)Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org2024-03-213-6/+34
| | | | | | | * MineClonia/MineClone2 _mcl_hardness and _mcl_blast_resistance params * _mcl_hardness and _mcl_blast_resistance to signs mod * _mcl_hardness and _mcl_blast_resistance to clocks mod
* Make dp_modpack game agnostic using XCompat (#14)Niklp2024-03-1124-86/+93
| | | | | * . * Add `material.sandstone` (not in upstream xcompat yet)
* Is ground content (#12)Luke aka SwissalpS2024-03-013-29/+37
| | | | | | | | | | | * clocks aren't ground content * signs aren't ground content and some whitespace indentation fixes * steles aren't ground content and some whitespace indentation fixes
* Fix use_texture_alpha issues in mt 5.9 (#11)Niklp2023-12-155-4/+28
|
* Fix formspec does not update on text changes (#10)Niklp2023-12-101-0/+2
|
* Fix sign formspec updates while used (#9)Niklp2023-12-081-4/+12
| | | | | | * Fix sign formspec updates while used read https://gitea.your-land.de/your-land/bugtracker/issues/5553 * Better group name
* Improve exploit fix (#8)luk3yx2023-12-042-12/+1
|
* Fix patternluk3yx2023-12-041-1/+1
|
* Bugfixluk3yx2023-12-042-8/+13
|
* Fix screenshot on CDB (#7)Niklp2023-10-243-7/+12
|
* handle interactions w/ explosions (#3)fluxionary2023-10-035-1/+28
| | | | | | | | | | | | | | | | | * don't let explosions destroy sign entities * destroy sign entities if sign node is exploded * remove redundant destructor call * make sure other things don't try to interact w/ the signs entity * name will be "" for non-players or unknown players. * remove default value from initial values --------- Co-authored-by: Niklp <89982526+Niklp09@users.noreply.github.com>
* Use initial_properties (#6)Niklp2023-09-3023-1407/+29
| | | | | | | * Use initial_properties * Add more copyright information * It's LGPL not GPL
* Allow changing font of boards and remove wipe button (#5)Niklp2023-09-139-42/+43
|
* Escape formspec content of green board tooNiklp092023-07-271-0/+3
|
* Escape formspec content of boards and stelesNiklp092023-07-272-10/+23
|
* Apply formspec escape in editing formspec (signs api) (#2)Athozus2023-07-271-2/+6
|
* Update French translationsAthozus2023-07-266-24/+26
|
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-2491-1465/+415
| | | | | | | | | | | * luacheck, mt 5 translation, german translation, maintenance * fix luacheck warnings * Fix digital clock nodebox and texture * Fix luacheck usage * Add comment why fonts are not split into several lines
* Merge pull request #49 from sys4-fr/masterPierre-Yves Rollo2022-08-2618-57/+40
|\ | | | | Delete depends.txt, update mod.conf
| * Delete depends.txt, update mod.confsys42022-07-0218-57/+40
|/
* Delete .gitmodulesPierre-Yves Rollo2020-12-051-3/+0
|\
| * Delete .gitmodulesBuckaroo Banzai2020-12-041-3/+0
|/
* Merge pull request #42 from mnh48-minetest/update_malay_july2020Pierre-Yves Rollo2020-07-056-34/+69
|\ | | | | Update Malay translation
| * Update Malay translationYaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48)2020-07-056-34/+69
|/
* Add textarea styling to fix text color issuePierre-Yves Rollo2020-06-131-0/+1
|
* Merge pull request #40 from R3R3R3/masterPierre-Yves Rollo2020-02-171-0/+3
|\ | | | | Override on_punch for poster node definition
| * Override on_punch for poster node definitionR3R3R32020-02-101-0/+3
|/ | | | | | | The signs_api `register_sign`'s default `on_punch` sets a sign's formspec to the sign editor. If we protect a poster and then punch/break it, subsequent attempts to view the poster will briefly cause the the sign editor to display before the actual poster formspec. Small, but annoying.
* Add 'signs_api/' from commit 'b837f9d38c3a81dc49c3c1234dbea0d34628b057'Pierre-Yves Rollo2019-12-3111-0/+664
|\ | | | | | | | | | | git-subtree-dir: signs_api git-subtree-mainline: ebadeb20d9e35343981485db90cb99aa0c8b93c7 git-subtree-split: b837f9d38c3a81dc49c3c1234dbea0d34628b057
| * Detect rotation restriction (#29)Pierre-Yves Rollo2019-03-142-4/+9
| | | | | | | | Autodetect rotation restrictions if on MT<5.0
| * Use MT5 set_rotation to allow all rotations of nodesPierre-Yves Rollo2019-03-091-20/+52
| |
| * Added mod.confPierre-Yves Rollo2019-03-091-0/+4
| |
| * Depreciation of old display groups and display_lib global + warningsPierre-Yves Rollo2018-12-031-1/+1
| |
| * Fonts configurable in signs, posters and stelesPierre-Yves Rollo2018-11-231-1/+1
| |
| * Simplified signs formspec for releasePierre-Yves Rollo2018-11-181-12/+3
| |
| * Code simplification and securisationPierre-Yves Rollo2018-11-181-21/+31
| |
| * Improve on_rotate functions (#21)12Me212018-09-261-7/+8
| | | | | | | | Fixed bugs and improve on_rotate and support color- paramtype2s
| * Cleanup some unused codePierre-Yves Rollo2018-07-161-15/+6
| |
| * Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-132-189/+193
| |
| * Seperate signs API from signs definitionsThomas--S2018-02-0711-0/+626
| | | | Change modnames from *_lib to *_api
* Add 'font_api/' from commit '4c872e829d716014e601bdf0707edd11a9abbc17'Pierre-Yves Rollo2019-12-3122-0/+2540
|\ | | | | | | | | | | git-subtree-dir: font_api git-subtree-mainline: f27b5478b9b67d0867098ef9f30801a7fc0c04ee git-subtree-split: 4c872e829d716014e601bdf0707edd11a9abbc17
| * Replaced prints by minetest.log and code stylingPierre-Yves Rollo2019-03-141-6/+11
| |
| * Small update of READMEPierre-Yves Rollo2019-03-091-1/+1
| |
| * Added mod.confPierre-Yves Rollo2019-03-091-0/+3
| |
| * Update API documentationPierre-Yves Rollo2018-12-111-3/+11
| |
| * Updated font_api mod desctiption in headersPierre-Yves Rollo2018-12-111-16/+15
| |
| * Updated font_api mod desctiption in headersPierre-Yves Rollo2018-12-116-68/+62
| |
| * Added font_lib deprecation and corresponding notices in READMEsPierre-Yves Rollo2018-12-113-4/+64
| |