aboutsummaryrefslogtreecommitdiff
path: root/display_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* handle interactions w/ explosions (#3)fluxionary2023-10-031-1/+15
| | | | | | | | | | | | | | | | | * 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-174/+5
| | | | | | | * Use initial_properties * Add more copyright information * It's LGPL not GPL
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-242-44/+9
| | | | | | | | | | | * 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-2/+3
|
* Add 'display_api/' from commit '3a43e4ad81dc6595fabfa22c88e229c393f93529'Pierre-Yves Rollo2019-12-319-0/+733
|\ | | | | | | | | | | git-subtree-dir: display_api git-subtree-mainline: 135cae721906d312cd0084f7343a15760e3aa722 git-subtree-split: 3a43e4ad81dc6595fabfa22c88e229c393f93529
| * Reverting submodule change until zip file does not include submodulePierre-Yves Rollo2018-09-211-0/+0
| |
* | Removed display_api, signs_api, and font_api to make them subtreesPierre-Yves Rollo2019-12-319-726/+0
| |
* | Fixed API documentation (height replaced by top)Pierre-Yves Rollo2019-03-141-3/+3
| |
* | Replaced prints by minetest.log and code stylingPierre-Yves Rollo2019-03-141-7/+13
| |
* | Detect rotation restriction (#29)Pierre-Yves Rollo2019-03-144-124/+133
| | | | | | | | Autodetect rotation restrictions if on MT<5.0
* | Fixed crash on MT0.4Pierre-Yves Rollo2019-03-111-1/+1
| |
* | Fixed a remaining bug in node placementPierre-Yves Rollo2019-03-091-15/+17
| |
* | Update READMEPierre-Yves Rollo2019-03-091-1/+12
| |
* | Use MT5 set_rotation to allow all rotations of nodesPierre-Yves Rollo2019-03-092-23/+93
| |
* | Added mod.confPierre-Yves Rollo2019-03-091-0/+2
| |
* | Switched from deprecated functions setyaw and setpos to set_yaw and set_posPierre-Yves Rollo2019-03-051-2/+2
| |
* | Update API documentationPierre-Yves Rollo2018-12-111-18/+17
| |
* | Added display entity yaw attributePierre-Yves Rollo2018-12-111-2/+1
| |
* | Added font_lib deprecation and corresponding notices in READMEsPierre-Yves Rollo2018-12-111-0/+9
| |
* | Remove entity where display node not foundPierre-Yves Rollo2018-12-081-0/+3
| |
* | Fixed entity existence verificationPierre-Yves Rollo2018-12-041-1/+1
| |
* | Updated API with new groupPierre-Yves Rollo2018-12-041-12/+10
| |
* | Depreciation of old display groups and display_lib global + warningsPierre-Yves Rollo2018-12-033-234/+333
| |
* | Avoid crash if entity not defined.Pierre-Yves Rollo2018-12-021-0/+4
| |
* | Replaced core reference by usual minetest referencePierre-Yves Rollo2018-12-011-1/+1
| |
* | Atempt to fix "unknown object" issue + code reworkPierre-Yves Rollo2018-11-291-56/+50
| |
* | Update README.mdPierre-Yves Rollo2018-11-091-1/+1
| |
* | Update README.mdPierre-Yves Rollo2018-11-091-1/+1
| |
* | Update copyright.txtPierre-Yves Rollo2018-09-261-2/+1
| |
* | Improve on_rotate functions (#21)12Me212018-09-261-60/+33
| | | | | | | | Fixed bugs and improve on_rotate and support color- paramtype2s
* | Reverting submodule change until zip file does not include submodulePierre-Yves Rollo2018-09-217-0/+549
|/
* Turned display_api into a submodulePierre-Yves Rollo2018-09-217-549/+0
|
* Update copyright.txtPierre-Yves Rollo2018-09-211-0/+2
|
* Improved on_place12Me212018-09-201-41/+39
| | | | Now uses player view direction when trying to place nodes on the floor or ceiling, for both wallmounted and facedir nodes. Also supports nodes where paramtype2 is not wallmounted or facedir.
* Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-131-3/+3
|
* Allow a greater object offsetThomas--S2018-02-252-8/+40
| | | | | | This allows e.g. polemounted signs. Required for display_modpack to be usable in the streets mod. Backwards compatible.
* Seperate signs API from signs definitionsThomas--S2018-02-076-0/+517
Change modnames from *_lib to *_api