Compare commits
No commits in common. "master" and "font_formspec" have entirely different histories.
master
...
font_forms
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "display_api"]
|
||||
path = display_api
|
||||
url = https://github.com/pyrollo/display_api.git
|
109
README.md
@ -1,115 +1,100 @@
|
||||
# Display Modpack
|
||||
Version 1.3.1
|
||||
# Display Modpack
|
||||
Version 1.1.1
|
||||
|
||||
This modpack provides mods with dynamic display. Mods are :
|
||||
|
||||
- **[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)
|
||||
- **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;
|
||||
|
||||
- **[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;
|
||||
- **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;
|
||||
|
||||
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 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.
|
||||
* [Botic](https://github.com/pyrollo/font_botic): A scifi style font.
|
||||
|
||||
## Deprecation notice (for modders)
|
||||
|
||||
### December 2018
|
||||
Following objects are deprecated, shows a warning in log when used:
|
||||
* `display_modpack_node` group (use `display_api` group instead);
|
||||
* `display_lib_node` group (use `display_api` group instead);
|
||||
* `display_lib` global table (use `display_api` global table instead);
|
||||
* `font_lib` global table (use `font_api` global table instead);
|
||||
|
||||
These objects will be removed in the future.
|
||||
|
||||
## Changelog
|
||||
### 2019-03-14 (Version 1.3.1)
|
||||
- __dispay_api__: Display API now detects automatically whenr rotation restrictions have to be applied.
|
||||
- __sign_api__: Screwdriver behavior changed. Now, left click rotates and changes direction.
|
||||
|
||||
### 2019-03-09 (Version 1.3)
|
||||
- __display_api__: Display nodes can be rotated in every directions (if running Minetest 5 or above).
|
||||
- __display_api__: New setting to restrict rotations to Minetest 0.4 abilities (restriction enabled by default).
|
||||
- __sign_api__: Changed behavior of screwdriver if no rotation restriction.
|
||||
|
||||
### 2018-12-14 (Version 1.2.3)
|
||||
- __display_api__: New `yaw` attributes, entities can now have different angles with node.
|
||||
- __font_api__: New `Font:render` method for texture creation
|
||||
- __font_api__: Specific management for fixed width font. Allows number of columns based texture width.
|
||||
- __font_api__: Improve `display_api` integration into `font_api`. Display API fully optional. `font_api.on_display_update` defined only if `display_api` enabled.
|
||||
- __font_api__: Improve management of invalid UTF strings (should not crash anymore)
|
||||
- __font_api__: Deprecation of `font_lib`
|
||||
- __signs__: Fixed craft recipe for labels
|
||||
|
||||
### 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
|
||||
|
||||
### 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.
|
||||
- Bug fix in default font chosing when multiple font registered.
|
||||
|
||||
- Bug fix in default font chosing when multiple font registered.
|
||||
|
||||
### 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 :
|
||||
|
||||
- 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
|
||||
|
||||
- Add settings "default_font"
|
||||
|
||||
- Add horizontal alignment
|
||||
|
||||
- Add tool for creating font textures from .ttf font files
|
||||
- Fix UTF 8 to Unicode decoding
|
||||
|
||||
- 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.
|
||||
|
||||
- Font\_lib support for multiple fonts (nothing yet visible in mods) ;
|
||||
- Font\_lib support for Unicode characters (limited to Unicode Plane 0: 0000-FFFF, see [Wikipedia](https://en.wikipedia.org/wiki/Unicode)) ;
|
||||
|
||||
- Font\_lib support for Unicode characters (limited to Unicode Plane 0: 0000-FFFF, see [Wikipedia](https://en.wikipedia.org/wiki/Unicode)) ;
|
||||
|
||||
- New "default" font with original textures from Vanessa Ezekowitz (VanessaE) ;
|
||||
|
||||
### 2017-12-10
|
||||
|
||||
- Compatibility of signs mod with signs_lib (thanks to gpcf) ;
|
||||
|
||||
- Added large banner in road signs (thanks to gpcf) ;
|
||||
|
||||
### 2017-08-26
|
||||
- Changed signs from wallmounted to facedir to improve textures and make it possible to use screwdriver.
|
||||
|
||||
- Changed signs from wallmounted to facedir to improve textures and make it possible to use screwdriver.
|
||||
**IMPORTANT** : Map will be updated to change to new nodes but inventory items will turn into "Unknown items" and have to be re-crafted.
|
||||
|
||||
- Intllib support added with french translation (whole modpack, thanks to fat115) ;
|
||||
|
||||
- Punch on nodes to update entity (signs, signs_road and steles). Usefull in case of /clearobjects ;
|
||||
|
||||
- Changed wooden direction sign textures (signs) ;
|
||||
|
||||
- Added back and side textures to all signs (road_signs) ;
|
||||
|
||||
- Added more sign types : White/yellow/green signs and direction signs (signs_road) ;
|
||||
|
||||
|
||||
|
||||
|
2
boards/depends.txt
Normal file
@ -0,0 +1,2 @@
|
||||
default
|
||||
signs_api
|
@ -137,4 +137,3 @@ minetest.register_craft(
|
||||
}
|
||||
})
|
||||
|
||||
minetest.log("action", "[boards] loaded.")
|
||||
|
@ -1,35 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Yaya (Nurul Azeera Hidayah @ Muhammad Nur Hidayat) <translation@mnh48.moe>, 2020.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Display Modpack\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-07-16 10:00+0200\n"
|
||||
"PO-Revision-Date: 2020-07-05 11:31+0000\n"
|
||||
"Language-Team: Malay <translation@mnh48.moe>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Last-Translator: Yaya MNH48 <translation@mnh48.moe>\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"Language: ms\n"
|
||||
|
||||
#: init.lua
|
||||
msgid "Text"
|
||||
msgstr "Teks"
|
||||
|
||||
#: init.lua
|
||||
msgid "Write"
|
||||
msgstr "Tulis"
|
||||
|
||||
#: init.lua
|
||||
msgid "Wipe"
|
||||
msgstr "Padam"
|
||||
|
||||
#: init.lua
|
||||
msgid "Black board"
|
||||
msgstr "Papan hitam"
|
@ -1,4 +0,0 @@
|
||||
name = boards
|
||||
title = Black boards
|
||||
description = Writable school boards using sign_api
|
||||
depends = default,signs_api
|
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 563 B |
Before Width: | Height: | Size: 232 B After Width: | Height: | Size: 485 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 248 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 77 B After Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 90 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 105 B After Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 75 B After Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 72 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 71 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 80 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 90 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 97 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 91 B After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 76 B After Width: | Height: | Size: 294 B |
Before Width: | Height: | Size: 78 B After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 75 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 75 B After Width: | Height: | Size: 292 B |
Before Width: | Height: | Size: 75 B After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 102 B After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 312 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 303 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 168 B |
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 324 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 107 B After Width: | Height: | Size: 182 B |
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 91 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 91 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 89 B After Width: | Height: | Size: 318 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 93 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 309 B |
Before Width: | Height: | Size: 94 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 95 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 100 B After Width: | Height: | Size: 329 B |
Before Width: | Height: | Size: 103 B After Width: | Height: | Size: 327 B |
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 315 B |
Before Width: | Height: | Size: 75 B After Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 73 B After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 78 B After Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 84 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 85 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 92 B After Width: | Height: | Size: 313 B |
Before Width: | Height: | Size: 88 B After Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 81 B After Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 82 B After Width: | Height: | Size: 299 B |
Before Width: | Height: | Size: 80 B After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 83 B After Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 86 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 300 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 304 B |