aboutsummaryrefslogtreecommitdiff
path: root/signs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove xcompat dependencyHEADmasterMinetest dedicated server2024-06-293-65/+1
|
* 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-211-0/+14
| | | | | | | * 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-114-12/+14
| | | | | * . * Add `material.sandstone` (not in upstream xcompat yet)
* Fix use_texture_alpha issues in mt 5.9 (#11)Niklp2023-12-151-0/+1
|
* handle interactions w/ explosions (#3)fluxionary2023-10-031-0/+5
| | | | | | | | | | | | | | | | | * 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-303-179/+5
| | | | | | | * Use initial_properties * Add more copyright information * It's LGPL not GPL
* Allow changing font of boards and remove wipe button (#5)Niklp2023-09-134-24/+24
|
* Update French translationsAthozus2023-07-261-10/+10
|
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-2413-247/+72
| | | | | | | | | | | * 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 textarea styling to fix text color issuePierre-Yves Rollo2020-06-131-0/+1
|
* 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.
* Revert svgMoNTE482019-08-205-5/+924
|
* Lossless compressionMoNTE482019-08-2018-924/+5
|
* Removed redundant mod dependanciesPierre-Yves Rollo2019-03-091-2/+0
|
* Added mod.confPierre-Yves Rollo2019-03-091-0/+4
|
* Merge branch 'dev' for version 1.2.3Pierre-Yves Rollo2018-12-141-3/+2
|\
| * New Font:render methodPierre-Yves Rollo2018-12-051-3/+2
| |
* | Fixed craft recipe for labelsPierre-Yves Rollo2018-12-131-1/+1
|/
* Font chooser form addedPierre-Yves Rollo2018-11-231-36/+57
|\
| * Fonts configurable in signs, posters and stelesPierre-Yves Rollo2018-11-231-36/+57
| |
* | Update poster.svgPierre-Yves Rollo2018-11-181-7/+10
| |
* | Merge local and origin 'master' branchesPierre-Yves Rollo2018-11-181-1/+2
|\ \
| * | Update depends.txtPierre-Yves Rollo2018-11-131-1/+2
| |/
* / Moved compatibility functions to compatibility.luaPierre-Yves Rollo2018-11-182-35/+28
|/
* Added labels and wooden signsPierre-Yves Rollo2018-11-019-91/+202
|
* Add missing texturesPierre-Yves Rollo2018-09-202-0/+0
|
* Added simple wooden signPierre-Yves Rollo2018-09-202-5/+19
|
* Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-131-7/+5
|
* Fix Poster crash (amend)Pierre-Yves Rollo2018-07-091-1/+2
|
* Fixed crash when opening Poster formspec due to change in font_api.Pierre-Yves Rollo2018-07-091-3/+2
|
* Seperate signs API from signs definitionsThomas--S2018-02-074-170/+42
| | | | Change modnames from *_lib to *_api
* Use default formspec styleThomas--S2018-02-012-0/+3
|
* Copyright notices updatePierre-Yves Rollo2018-01-281-2/+8
|
* Update the entities as soon as mapblock is loadedThomas--S2018-01-281-1/+1
| | | | | Useful e.g. after /clearobjects Introduces the group `display_lib_node`
* Added display_lib.entity_spacing variable to centralize entity spacing.Pierre-Yves Rollo2018-01-181-1/+1
|
* Version 1.0Pierre-Yves Rollo2018-01-132-4/+4
|
* Added texture for display poster formspec.Pierre-Yves Rollo2017-12-282-0/+88
|
* Adjustment of poster title size in display form.Pierre-Yves Rollo2017-12-281-4/+5
|
* Added function signs.set_display_text for programmatically changing the sign ↵Pierre-Yves Rollo2017-12-281-4/+8
| | | | text.
* Small adjustment in poster display formspecPierre-Yves Rollo2017-12-221-1/+1
|
* Improvement of Poster formspec for a better display.Pierre-Yves Rollo2017-12-222-18/+44
|
* Copyright and readme update and code style.Pierre-Yves Rollo2017-12-101-1/+1
|
* Added LBM to automatically update entities from signs:text to signs:display_textPierre-Yves Rollo2017-12-101-2/+37
|
* Added compatibility with advtrains modGabriel Pérez-Cerezo2017-12-081-1/+1
|
* Compatibility with signs_libGabriel Pérez-Cerezo2017-11-302-5/+5
|
* Fixed craft receipesPierre-Yves Rollo2017-09-071-2/+2
|