aboutsummaryrefslogtreecommitdiff
path: root/display_api/init.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 'display_api/' from commit '3a43e4ad81dc6595fabfa22c88e229c393f93529'Pierre-Yves Rollo2019-12-311-0/+31
|\ | | | | | | | | | | git-subtree-dir: display_api git-subtree-mainline: 135cae721906d312cd0084f7343a15760e3aa722 git-subtree-split: 3a43e4ad81dc6595fabfa22c88e229c393f93529
* | Removed display_api, signs_api, and font_api to make them subtreesPierre-Yves Rollo2019-12-311-31/+0
| |
* | Depreciation of old display groups and display_lib global + warningsPierre-Yves Rollo2018-12-031-234/+25
| |
* | 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
| |
* | 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-211-0/+269
|/
* Turned display_api into a submodulePierre-Yves Rollo2018-09-211-269/+0
|
* 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-251-7/+36
| | | | | | 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-071-0/+242
Change modnames from *_lib to *_api