From a71ae8e01314d0653f785a022a898636cdf54424 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Sat, 13 Jan 2018 12:38:55 +0100 Subject: Version 1.0 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 80fe3f3..def1949 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,20 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2018-01-13 (Version 1.0) + +- Switch to Epilepsy font by KREATIVE SOFTWARE + +- Add settings "default_font" + +- Add horizontal alignment + +- Add tool for creating font textures from .ttf font files + +- Fix UTF 8 to Unicode decoding + +- Updated forum thread link in README.md + ### 2017-12-19 This change is a preparation to merge Andrzej Pieńkowski fork (apienk) : new font and support of UTF chars. -- cgit v1.2.3 From f3970f641eb60bf92492b6715084273cc1bceb74 Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Thu, 1 Feb 2018 16:54:55 +0100 Subject: Seperate signs API from signs definitions Change modnames from *_lib to *_api --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index def1949..f7f8146 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ This modpack provides mods with dynamic display. Mods are : -- **display_lib**: A library for adding display entities to nodes; -- **font_lib**: A library for displaying fonts on entities; +- **display_api**: A library for adding display entities to nodes; +- **font_api**: A library for displaying fonts on entities; - **ontime_clocks**: A mod providing clocks which display the ingame time; +- **signs_api**: A library for the easy creation of signs; - **signs**: A mod providing signs and direction signs displaying text; - **signs_road**: A mod providing road signs displaying text; - **steles**: A mod providing stone steles with text; -- cgit v1.2.3 From 23bcd7019986c5a943baad30cd73034f88079394 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Wed, 30 May 2018 10:07:04 +0000 Subject: Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f7f8146..d088124 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,22 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2018-05-30 (Version 1.0.1) + +Mostly bug fixes : + +- Fix steles orientation when placing + +- Update entity on mapblock load + +- Use default formspec style + +- Fix ndef nill value in steles mod when technics not installed + +- Seperate signs API from signs définitions + +- Allow a greater offset between display and block + ### 2018-01-13 (Version 1.0) - Switch to Epilepsy font by KREATIVE SOFTWARE -- cgit v1.2.3 From 897b0f1f98beef2e4cd67fbd717f5078bcc6f2b1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Fri, 13 Jul 2018 23:23:46 +0200 Subject: Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d088124..9ec6ef8 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2018-07-13 (Version 1.1.0) + +- Font API rework introducing Font class. + +- Replaced default Epilepsy Font by Metro Font for licensing purposes, + +- Rework of all nodes displaying text accordingly to the Font API rework. + +As font_epilepsy mod has been replaced by font_metro mod, **don't forget to activate font_metro mod after updating** or you won't have any text displayed. + ### 2018-05-30 (Version 1.0.1) Mostly bug fixes : -- cgit v1.2.3 From a0d596bab9ad7f1001e2e2bdf8aa36d5f4e432ef Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Mon, 16 Jul 2018 10:26:26 +0200 Subject: Creation for boards mod --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9ec6ef8..13abfca 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ -# Display Modpack +# Display Modpack +Version 1.1.1 This modpack provides mods with dynamic display. Mods are : - **display_api**: A library for adding display entities to nodes; - **font_api**: A library for displaying fonts on entities; -- **ontime_clocks**: A mod providing clocks which display the ingame time; - **signs_api**: A library for the easy creation of signs; + +- **boards**: A mod providing school boards; +- **ontime_clocks**: A mod providing clocks which display the ingame time; - **signs**: A mod providing signs and direction signs displaying text; - **signs_road**: A mod providing road signs displaying text; - **steles**: A mod providing stone steles with text; @@ -16,6 +19,12 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2018-07-16 (Version 1.1.1) + +- Boards mod added. + +- Bug fix in default font chosing when multiple font registered. + ### 2018-07-13 (Version 1.1.0) - Font API rework introducing Font class. -- cgit v1.2.3 From 01ba1d47b1b5d5f12155009ae34644093240d913 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Thu, 1 Nov 2018 18:56:59 +0100 Subject: Updated changelog --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 13abfca..5419bf3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Display Modpack -Version 1.1.1 +Version 1.2 This modpack provides mods with dynamic display. Mods are : @@ -19,6 +19,14 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Changelog +### 2018-11-01 (Version 1.2) + +- Labels and woodend signs added. + +- Fallback mechanism for missing chars (For example: "é" --> "e" --> "E"). + +- Several bug fixes by 12Me21 and naturefreshmilk. + ### 2018-07-16 (Version 1.1.1) - Boards mod added. -- cgit v1.2.3 From 3bb05ea6a688215f461e01f4e1141319369dac39 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Tue, 13 Nov 2018 13:58:27 +0100 Subject: Updated README.md with links and fonts --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5419bf3..0d5e048 100644 --- a/README.md +++ b/README.md @@ -3,20 +3,29 @@ Version 1.2 This modpack provides mods with dynamic display. Mods are : -- **display_api**: A library for adding display entities to nodes; -- **font_api**: A library for displaying fonts on entities; -- **signs_api**: A library for the easy creation of signs; +- **[display_api](https://github.com/pyrollo/display_modpack/tree/master/display_api)**: A library for adding display entities to nodes; +- **[font_api](https://github.com/pyrollo/display_modpack/tree/master/font_api)**: A library for displaying fonts on entities; +- **[signs_api](https://github.com/pyrollo/display_modpack/tree/master/signs_api)**: A library for the easy creation of signs; +- **[font_metro](https://github.com/pyrollo/display_modpack/tree/master/font_metro)**: A font mod used as default font (includes uppercase, lowercase and accentuated latin letters, usual signs, cyrillic and greek letters) -- **boards**: A mod providing school boards; -- **ontime_clocks**: A mod providing clocks which display the ingame time; -- **signs**: A mod providing signs and direction signs displaying text; -- **signs_road**: A mod providing road signs displaying text; -- **steles**: A mod providing stone steles with text; +- **[boards](https://github.com/pyrollo/display_modpack/tree/master/boards)**: A mod providing school boards (includes *tiny cursive font*, a handwriting style font); +- **[ontime_clocks](https://github.com/pyrollo/display_modpack/tree/master/ontime_clocks)**: A mod providing clocks which display the ingame time; +- **[signs](https://github.com/pyrollo/display_modpack/tree/master/signs)**: A mod providing signs and direction signs displaying text; +- **[signs_road](https://github.com/pyrollo/display_modpack/tree/master/signs_road)**: A mod providing road signs displaying text; +- **[steles](https://github.com/pyrollo/display_modpack/tree/master/steles)**: A mod providing stone steles with text; For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums. ![Presentation image of Display_Modpack](screenshot.png) +## Extra fonts + +*Metro* and *Tiny Cursive* fonts are provided in **Display Modpack** (in **font_metro** and **boards** mods) but you can add more fonts by installing fonts mod. Be aware that each font comes with numerous textures. This can result in slowing media downloading and/or client display. + +Extra font mods can be found here: + * [OldWizard](https://github.com/pyrollo/font_oldwizard): An old style gothic font. + * [Botic](https://github.com/pyrollo/font_botic): A scifi style font. + ## Changelog ### 2018-11-01 (Version 1.2) -- cgit v1.2.3 From a720c1ffd72bf2bb42bf2741b207a82c246147b5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Tue, 13 Nov 2018 14:25:33 +0100 Subject: Typo fixing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0d5e048..d264782 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For more information, see the [forum topic](https://forum.minetest.net/viewtopic ## Extra fonts -*Metro* and *Tiny Cursive* fonts are provided in **Display Modpack** (in **font_metro** and **boards** mods) but you can add more fonts by installing fonts mod. Be aware that each font comes with numerous textures. This can result in slowing media downloading and/or client display. +*Metro* and *Tiny Cursive* fonts are provided in **Display Modpack** (in **font_metro** and **boards** mods) but you can add more fonts by installing font mods. Be aware that each font mod comes with numerous textures. This can result in slowing media downloading and/or client display. Extra font mods can be found here: * [OldWizard](https://github.com/pyrollo/font_oldwizard): An old style gothic font. -- cgit v1.2.3 From 1c51fa772357defe0126fb32ee4fd3731d944ceb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Fri, 23 Nov 2018 11:56:08 +0100 Subject: Updated readme and screenshot for v1.2.1 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d264782..91ae894 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Display Modpack -Version 1.2 +Version 1.2.1 This modpack provides mods with dynamic display. Mods are : @@ -28,6 +28,10 @@ Extra font mods can be found here: ## Changelog +### 2018-11-01 (Version 1.2.1) + +- Now font can be chosen per sign / stele + ### 2018-11-01 (Version 1.2) - Labels and woodend signs added. -- cgit v1.2.3 From 69000775586aee037a3cabe14972cdab494bf1c5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Sun, 2 Dec 2018 21:04:01 +0100 Subject: Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 91ae894..e8325b1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Display Modpack -Version 1.2.1 +Version 1.2.2 This modpack provides mods with dynamic display. Mods are : @@ -28,6 +28,10 @@ Extra font mods can be found here: ## Changelog +### 2018-12-02 (Version 1.2.2) + +- Fixed a bug that prevented Display API from working on some systems (Raspberry Pi) + ### 2018-11-01 (Version 1.2.1) - Now font can be chosen per sign / stele -- cgit v1.2.3