aboutsummaryrefslogtreecommitdiff
path: root/display_api/display.lua (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-301-3/+5
| | | | | | | * Use initial_properties * Add more copyright information * It's LGPL not GPL
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-241-40/+5
| | | | | | | | | | | * 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
* Add 'display_api/' from commit '3a43e4ad81dc6595fabfa22c88e229c393f93529'Pierre-Yves Rollo2019-12-311-0/+325
| | | | | | 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-318/+0
|
* Detect rotation restriction (#29)Pierre-Yves Rollo2019-03-141-119/+128
| | | | 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
|
* Use MT5 set_rotation to allow all rotations of nodesPierre-Yves Rollo2019-03-091-23/+92
|
* Switched from deprecated functions setyaw and setpos to set_yaw and set_posPierre-Yves Rollo2019-03-051-2/+2
|
* Added display entity yaw attributePierre-Yves Rollo2018-12-111-2/+1
|
* Remove entity where display node not foundPierre-Yves Rollo2018-12-081-0/+3
|
* Fixed entity existence verificationPierre-Yves Rollo2018-12-041-1/+1
|
* Depreciation of old display groups and display_lib global + warningsPierre-Yves Rollo2018-12-031-0/+236