aboutsummaryrefslogtreecommitdiff
path: root/font_api/init.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-241-0/+3
| | | | | | | | | | | * 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 'font_api/' from commit '4c872e829d716014e601bdf0707edd11a9abbc17'Pierre-Yves Rollo2019-12-311-0/+35
| | | | | | git-subtree-dir: font_api git-subtree-mainline: f27b5478b9b67d0867098ef9f30801a7fc0c04ee git-subtree-split: 4c872e829d716014e601bdf0707edd11a9abbc17
* Removed display_api, signs_api, and font_api to make them subtreesPierre-Yves Rollo2019-12-311-35/+0
|
* Updated font_api mod desctiption in headersPierre-Yves Rollo2018-12-111-13/+12
|
* Added font_lib deprecation and corresponding notices in READMEsPierre-Yves Rollo2018-12-111-3/+1
|
* Better management of display_api integrationPierre-Yves Rollo2018-12-111-52/+2
|
* New Font:render methodPierre-Yves Rollo2018-12-051-29/+35
|
* Fixed width fonts specific managementPierre-Yves Rollo2018-12-051-5/+22
|
* New font selection formspecPierre-Yves Rollo2018-11-101-4/+4
|
* Fix default font chosing when multiple fontsPierre-Yves Rollo2018-07-161-1/+2
|
* Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-131-4/+8
|
* Creation of Font class and code update accordinglyPierre-Yves Rollo2018-07-081-289/+6
|
* Seperate signs API from signs definitionsThomas--S2018-02-071-0/+343
Change modnames from *_lib to *_api