aboutsummaryrefslogtreecommitdiff
path: root/display_api
Commit message (Collapse)AuthorAge
* Avoid crash if entity not defined.Pierre-Yves Rollo2018-12-02
|
* Replaced core reference by usual minetest referencePierre-Yves Rollo2018-12-01
|
* Atempt to fix "unknown object" issue + code reworkPierre-Yves Rollo2018-11-29
|
* Update README.mdPierre-Yves Rollo2018-11-09
|
* Update README.mdPierre-Yves Rollo2018-11-09
|
* Update copyright.txtPierre-Yves Rollo2018-09-26
|
* Improve on_rotate functions (#21)12Me212018-09-26
| | | | Fixed bugs and improve on_rotate and support color- paramtype2s
* Reverting submodule change until zip file does not include submodulePierre-Yves Rollo2018-09-21
|
* Turned display_api into a submodulePierre-Yves Rollo2018-09-21
|
* Update copyright.txtPierre-Yves Rollo2018-09-21
|
* Improved on_place12Me212018-09-20
| | | | 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-13
|
* Allow a greater object offsetThomas--S2018-02-25
| | | | | | 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-07
Change modnames from *_lib to *_api