aboutsummaryrefslogtreecommitdiff
path: root/font_api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make dp_modpack game agnostic using XCompat (#14)Niklp2024-03-112-4/+3
| | | | | * . * Add `material.sandstone` (not in upstream xcompat yet)
* Improve exploit fix (#8)luk3yx2023-12-041-7/+1
|
* Fix patternluk3yx2023-12-041-1/+1
|
* Bugfixluk3yx2023-12-041-8/+8
|
* Use initial_properties (#6)Niklp2023-09-302-169/+0
| | | | | | | * Use initial_properties * Add more copyright information * It's LGPL not GPL
* Update French translationsAthozus2023-07-261-0/+2
|
* Add luacheck, update translations, replace ABMs, bug fixes (#1)Niklp2023-07-248-15/+22
| | | | | | | | | | | * 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
* Delete depends.txt, update mod.confsys42022-07-022-4/+4
|
* Add 'font_api/' from commit '4c872e829d716014e601bdf0707edd11a9abbc17'Pierre-Yves Rollo2019-12-3122-0/+2540
| | | | | | 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-3122-2540/+0
|
* Revert svgMoNTE482019-08-202-2/+1007
|
* Lossless compressionMoNTE482019-08-206-1007/+2
|
* Replaced prints by minetest.log and code stylingPierre-Yves Rollo2019-03-141-6/+11
|
* Small update of READMEPierre-Yves Rollo2019-03-091-1/+1
|
* Added mod.confPierre-Yves Rollo2019-03-091-0/+3
|
* Update API documentationPierre-Yves Rollo2018-12-111-3/+11
|
* Updated font_api mod desctiption in headersPierre-Yves Rollo2018-12-111-16/+15
|
* Updated font_api mod desctiption in headersPierre-Yves Rollo2018-12-116-68/+62
|
* Added font_lib deprecation and corresponding notices in READMEsPierre-Yves Rollo2018-12-113-4/+64
|
* Better management of display_api integrationPierre-Yves Rollo2018-12-113-52/+80
|
* Better management of invalid UTF stringsPierre-Yves Rollo2018-12-111-3/+12
|
* New Font:render methodPierre-Yves Rollo2018-12-053-118/+124
|
* Fixed width fonts specific managementPierre-Yves Rollo2018-12-053-62/+121
|
* Font chooser form addedPierre-Yves Rollo2018-11-236-4/+171
|\
| * Fonts configurable in signs, posters and stelesPierre-Yves Rollo2018-11-231-10/+23
| |
| * Added font formspec texturesPierre-Yves Rollo2018-11-184-0/+0
| |
| * Code simplification and securisationPierre-Yves Rollo2018-11-181-83/+66
| |
| * New font selection formspecPierre-Yves Rollo2018-11-102-4/+175
| |
* | Update README.mdPierre-Yves Rollo2018-11-131-0/+9
| |
* | Update README.mdPierre-Yves Rollo2018-11-091-1/+1
|/
* Rewrited split_lines to avoid a string.split bug if first line emptyPierre-Yves Rollo2018-11-011-10/+10
|
* Changed UTF8 routines and added char fallback mechanismPierre-Yves Rollo2018-11-012-87/+269
|
* Fix default font chosing when multiple fontsPierre-Yves Rollo2018-07-162-2/+14
|
* Removed a debug trick and fixed indentationPierre-Yves Rollo2018-07-151-21/+20
|
* Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-132-13/+15
|
* Fix typos in API.mdPierre-Yves Rollo2018-07-091-3/+3
|
* Added two documentation schemaPierre-Yves Rollo2018-07-082-0/+1007
|
* Creation of Font class and code update accordingly (fix)Pierre-Yves Rollo2018-07-081-2/+1
|
* Creation of Font class and code update accordinglyPierre-Yves Rollo2018-07-086-340/+528
|
* Seperate signs API from signs definitionsThomas--S2018-02-079-0/+804
Change modnames from *_lib to *_api