aboutsummaryrefslogtreecommitdiff
path: root/steles/nodes.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/+2
| | | | | | | * 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-111-4/+2
| | | | | * . * Add `material.sandstone` (not in upstream xcompat yet)
* Is ground content (#12)Luke aka SwissalpS2024-03-011-19/+20
| | | | | | | | | | | * 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
* 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>
* Escape formspec content of boards and stelesNiklp092023-07-271-9/+18
|
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-241-4/+4
| | | | | | | | | | | * 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
* 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-9/+13
|
* fix infinite stack of stelesThomas Rudin2018-10-031-1/+1
|
* Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-131-6/+7
|
* Seperate signs API from signs definitionsThomas--S2018-02-071-10/+10
| | | | Change modnames from *_lib to *_api
* Fix ndef nill value in steles mod when technics not installedPierre-Yves Rollo2018-02-021-2/+2
|
* Use default formspec styleThomas--S2018-02-011-0/+1
|
* Update the entities as soon as mapblock is loadedThomas--S2018-01-281-1/+3
| | | | | Useful e.g. after /clearobjects Introduces the group `display_lib_node`
* Rotation after placement of steles and code stylePierre-Yves Rollo2018-01-181-30/+23
|
* Added display_lib.entity_spacing variable to centralize entity spacing.Pierre-Yves Rollo2018-01-181-1/+1
|
* Version 1.0Pierre-Yves Rollo2018-01-131-1/+1
|
* Release 2017-08-26Pierre-Yves Rollo2017-08-261-0/+1
|
* add intllib support (i18n)fat1152017-08-051-6/+10
| | | | | | | | -> mods ontime_clocks, signs, signs_roads & steles add french translations add updatepo.sh script to update po/pot files add specific array for full description of steles
* Relicensing to LGPL, fixes and evolutionsPierre-Yves Rollo2016-08-251-0/+20
|
* Check existence of material before registering stelePierre-Yves Rollo2015-12-031-44/+47
|
* Creation of steles modPierre-Yves Rollo2015-11-281-0/+65