aboutsummaryrefslogtreecommitdiff
path: root/signs_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove xcompat dependencyHEADmasterMinetest dedicated server2024-06-292-2/+2
|
* Make dp_modpack game agnostic using XCompat (#14)Niklp2024-03-113-5/+4
| | | | | * . * Add `material.sandstone` (not in upstream xcompat yet)
* Is ground content (#12)Luke aka SwissalpS2024-03-011-10/+11
| | | | | | | | | | | * 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 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-041-5/+0
|
* Bugfixluk3yx2023-12-041-0/+5
|
* handle interactions w/ explosions (#3)fluxionary2023-10-031-0/+1
| | | | | | | | | | | | | | | | | * 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-302-176/+0
| | | | | | | * Use initial_properties * Add more copyright information * It's LGPL not GPL
* Apply formspec escape in editing formspec (signs api) (#2)Athozus2023-07-271-2/+6
|
* Update French translationsAthozus2023-07-261-1/+1
|
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-2411-245/+38
| | | | | | | | | | | * 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
* Delete depends.txt, update mod.confsys42022-07-022-8/+5
|
* Update Malay translationYaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48)2020-07-051-7/+7
|
* 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
* Removed display_api, signs_api, and font_api to make them subtreesPierre-Yves Rollo2019-12-3111-664/+0
|
* 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