aboutsummaryrefslogtreecommitdiff
path: root/display.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-05Switched from deprecated functions setyaw and setpos to set_yaw and set_posPierre-Yves Rollo1-2/+2
2018-12-11Update API documentationPierre-Yves Rollo1-18/+17
2018-12-11Added display entity yaw attributePierre-Yves Rollo1-2/+1
2018-12-11Added font_lib deprecation and corresponding notices in READMEsPierre-Yves Rollo1-0/+9
2018-12-08Remove entity where display node not foundPierre-Yves Rollo1-0/+3
2018-12-05New Font:render methodPierre-Yves Rollo1-1/+1
2018-12-04Fixed entity existence verificationPierre-Yves Rollo1-1/+1
2018-12-04Updated API with new groupPierre-Yves Rollo1-12/+10
2018-12-03Depreciation of old display groups and display_lib global + warningsPierre-Yves Rollo3-234/+333
2018-12-02Avoid crash if entity not defined.Pierre-Yves Rollo1-0/+4
2018-12-01Replaced core reference by usual minetest referencePierre-Yves Rollo1-1/+1
2018-11-29Atempt to fix "unknown object" issue + code reworkPierre-Yves Rollo1-56/+50
2018-11-09Update README.mdPierre-Yves Rollo1-1/+1
2018-11-09Update README.mdPierre-Yves Rollo1-1/+1
2018-09-26Update copyright.txtPierre-Yves Rollo1-2/+1
2018-09-26Improve on_rotate functions (#21)12Me211-60/+33
Fixed bugs and improve on_rotate and support color- paramtype2s
2018-09-21Reverting submodule change until zip file does not include submodulePierre-Yves Rollo702-8796/+377
2018-09-21Turned display_api into a submodulePierre-Yves Rollo8-549/+3
2018-09-21Update copyright.txtPierre-Yves Rollo1-0/+2
2018-09-20Improved on_place12Me211-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.
2018-09-20Add missing texturesPierre-Yves Rollo2-0/+0
2018-09-20Added simple wooden signPierre-Yves Rollo2-5/+19
2018-07-16Creation for boards modPierre-Yves Rollo113-2/+495
2018-07-16Cleanup some unused codePierre-Yves Rollo1-15/+6
2018-07-16Fix default font chosing when multiple fontsPierre-Yves Rollo3-2/+15
2018-07-15Removed a debug trick and fixed indentationPierre-Yves Rollo1-21/+20
2018-07-13Update README.mdPierre-Yves Rollo1-0/+10
2018-07-13Replaced default epilepsy font by Metro font.Pierre-Yves Rollo1158-212/+29
2018-07-13Rework all nodes displaying text according to new font_apiPierre-Yves Rollo8-234/+233
2018-07-09Fix Poster crash (amend)Pierre-Yves Rollo1-1/+2
2018-07-09Fixed crash when opening Poster formspec due to change in font_api.Pierre-Yves Rollo1-3/+2
2018-07-09Fix typos in API.mdPierre-Yves Rollo1-3/+3
2018-07-08Added two documentation schemaPierre-Yves Rollo2-0/+1007
2018-07-08Creation of Font class and code update accordingly (fix)Pierre-Yves Rollo1-2/+1
2018-07-08Creation of Font class and code update accordinglyPierre-Yves Rollo7-342/+532
2018-05-30Update README.mdPierre-Yves Rollo1-0/+16
2018-02-25Allow a greater object offsetThomas--S2-8/+40
This allows e.g. polemounted signs. Required for display_modpack to be usable in the streets mod. Backwards compatible.
2018-02-07Seperate signs API from signs definitionsThomas--S43-325/+829
Change modnames from *_lib to *_api
2018-02-02Fix ndef nill value in steles mod when technics not installedPierre-Yves Rollo1-2/+2
2018-02-01Use default formspec styleThomas--S3-0/+4
2018-01-31Fix typo and formatting in API.mdThomas--S1-4/+6
2018-01-29Update display_lib API.mdPierre-Yves Rollo1-10/+10
2018-01-29Update display_lib API.mdPierre-Yves Rollo1-46/+50
2018-01-28Copyright notices updatePierre-Yves Rollo6-9/+34
2018-01-28Update the entities as soon as mapblock is loadedThomas--S5-9/+19
Useful e.g. after /clearobjects Introduces the group `display_lib_node`
2018-01-18Rotation after placement of steles and code stylePierre-Yves Rollo1-30/+23
2018-01-18Added display_lib.entity_spacing variable to centralize entity spacing.Pierre-Yves Rollo3-2/+7
2018-01-13Version 1.0Pierre-Yves Rollo171-157/+251
2018-01-13Version 1.0 - See README.mdPierre-Yves Rollo712-0/+323