aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Malay translationYaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48)2020-07-056-34/+69
|
* Add textarea styling to fix text color issuePierre-Yves Rollo2020-06-131-0/+1
|
* Merge pull request #40 from R3R3R3/masterPierre-Yves Rollo2020-02-171-0/+3
|\ | | | | Override on_punch for poster node definition
| * Override on_punch for poster node definitionR3R3R32020-02-101-0/+3
|/ | | | | | | The signs_api `register_sign`'s default `on_punch` sets a sign's formspec to the sign editor. If we protect a poster and then punch/break it, subsequent attempts to view the poster will briefly cause the the sign editor to display before the actual poster formspec. Small, but annoying.
* Add 'signs_api/' from commit 'b837f9d38c3a81dc49c3c1234dbea0d34628b057'Pierre-Yves Rollo2019-12-3111-0/+664
|\ | | | | | | | | | | git-subtree-dir: signs_api git-subtree-mainline: ebadeb20d9e35343981485db90cb99aa0c8b93c7 git-subtree-split: b837f9d38c3a81dc49c3c1234dbea0d34628b057
| * Detect rotation restriction (#29)Pierre-Yves Rollo2019-03-142-4/+9
| | | | | | | | Autodetect rotation restrictions if on MT<5.0
| * Use MT5 set_rotation to allow all rotations of nodesPierre-Yves Rollo2019-03-091-20/+52
| |
| * Added mod.confPierre-Yves Rollo2019-03-091-0/+4
| |
| * Depreciation of old display groups and display_lib global + warningsPierre-Yves Rollo2018-12-031-1/+1
| |
| * Fonts configurable in signs, posters and stelesPierre-Yves Rollo2018-11-231-1/+1
| |
| * Simplified signs formspec for releasePierre-Yves Rollo2018-11-181-12/+3
| |
| * Code simplification and securisationPierre-Yves Rollo2018-11-181-21/+31
| |
| * Improve on_rotate functions (#21)12Me212018-09-261-7/+8
| | | | | | | | Fixed bugs and improve on_rotate and support color- paramtype2s
| * Cleanup some unused codePierre-Yves Rollo2018-07-161-15/+6
| |
| * Rework all nodes displaying text according to new font_apiPierre-Yves Rollo2018-07-132-189/+193
| |
| * Seperate signs API from signs definitionsThomas--S2018-02-0711-0/+626
| | | | Change modnames from *_lib to *_api
* 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
| * 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
* Add 'display_api/' from commit '3a43e4ad81dc6595fabfa22c88e229c393f93529'Pierre-Yves Rollo2019-12-319-0/+733
|\ | | | | | | | | | | git-subtree-dir: display_api git-subtree-mainline: 135cae721906d312cd0084f7343a15760e3aa722 git-subtree-split: 3a43e4ad81dc6595fabfa22c88e229c393f93529
| * Add missing entries to wallmounted_rotationscoil2019-12-311-0/+1
| |
| * Add nil check for node defcoil2019-12-311-0/+6
| |
| * Fixed API documentation (height replaced by top)Pierre-Yves Rollo2019-03-141-3/+3
| |
| * Replaced prints by minetest.log and code stylingPierre-Yves Rollo2019-03-141-7/+13
| |