whosit
0ec62a1732
Make posters dyeable ( #20 )
...
* set signs param2 to colorfacedir
- make signs use a color palette and hardware coloring
- add poster coloring crafting recipes and optional depend on dye
* use xcompat
* optipng textures
* make recipe shapeless
* fix spaces/tab mix
* remove xcompat check
2025-03-31 15:27:16 +02:00
Niklp
8156b45724
Make digging of poster and labels a bit harder ( #18 )
2024-05-30 10:35:02 +02:00
Niklp
2878a1b45a
Fix visible color escape sequences when selecting text of posters ( #16 )
2024-04-12 12:19:07 +02:00
Github is a non-free platform owned by Microsoft. Reasonable alternatives exist, such as Gitea, Sourcehut. We need a federated, mastodon-like forge based on ForgeFed. See: https://forgefed.org
4dc2bb661c
Add mcl groups, _mcl_hardness, _mcl_blast_resistance params ( #15 )
...
* MineClonia/MineClone2 _mcl_hardness and _mcl_blast_resistance params
* _mcl_hardness and _mcl_blast_resistance to signs mod
* _mcl_hardness and _mcl_blast_resistance to clocks mod
2024-03-21 21:47:31 +01:00
Niklp
c315900c24
Make dp_modpack game agnostic using XCompat ( #14 )
...
* .
* Add `material.sandstone` (not in upstream xcompat yet)
2024-03-11 09:04:12 +01:00
Niklp
fce192d288
Fix use_texture_alpha issues in mt 5.9 ( #11 )
2023-12-15 18:11:41 -05:00
fluxionary
2c1efede4d
handle interactions w/ explosions ( #3 )
...
* don't let explosions destroy sign entities
* destroy sign entities if sign node is exploded
* remove redundant destructor call
* make sure other things don't try to interact w/ the signs entity
* name will be "" for non-players or unknown players.
* remove default value from initial values
---------
Co-authored-by: Niklp <89982526+Niklp09@users.noreply.github.com >
2023-10-03 09:16:09 +02:00
Niklp
e25588cf91
Use initial_properties ( #6 )
...
* Use initial_properties
* Add more copyright information
* It's LGPL not GPL
2023-09-30 16:42:41 -04:00
Niklp
d7d55fbb79
Allow changing font of boards and remove wipe button ( #5 )
2023-09-13 23:45:25 +10:00
Athozus
ac4bb3d3d3
Update French translations
2023-07-26 21:03:10 +02:00
Niklp
1440f35fa6
Add luacheck, update translations, replace ABMs, bug fixes ( #1 )
...
* 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
2023-07-24 09:59:26 +02:00
889ee5a88d
Delete depends.txt, update mod.conf
2022-07-02 12:46:17 +02:00
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi (MNH48)
33f34e3d60
Update Malay translation
2020-07-05 19:44:42 +08:00
Pierre-Yves Rollo
d36bf7c525
Add textarea styling to fix text color issue
2020-06-13 19:44:16 +02:00
R3R3R3
d63d32b42b
Override on_punch for poster node definition
...
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.
2020-02-10 19:54:38 +01:00
MoNTE48
2c845e4f68
Revert svg
2019-08-20 13:06:18 +02:00
MoNTE48
4ae72c7fad
Lossless compression
2019-08-20 10:43:54 +02:00
Pierre-Yves Rollo
2d63967938
Removed redundant mod dependancies
2019-03-09 19:10:27 +01:00
Pierre-Yves Rollo
8735de0fce
Added mod.conf
2019-03-09 19:08:46 +01:00
Pierre-Yves Rollo
199f9c7a13
Merge branch 'dev' for version 1.2.3
2018-12-14 11:13:37 +01:00
Pierre-Yves Rollo
f1b92adb0f
Fixed craft recipe for labels
2018-12-13 17:44:36 +01:00
Pierre-Yves Rollo
f46dd0a72e
New Font:render method
2018-12-05 15:41:56 +01:00
Pierre-Yves Rollo
0f8db34368
Font chooser form added
2018-11-23 11:35:42 +01:00
Pierre-Yves Rollo
367e5026dd
Fonts configurable in signs, posters and steles
2018-11-23 11:34:55 +01:00
Pierre-Yves Rollo
db66553fbf
Update poster.svg
2018-11-18 15:34:49 +01:00
Pierre-Yves Rollo
1f8451567f
Merge local and origin 'master' branches
2018-11-18 15:32:07 +01:00
Pierre-Yves Rollo
4eb72f0c3f
Moved compatibility functions to compatibility.lua
2018-11-18 15:31:53 +01:00
Pierre-Yves Rollo
d9b10f6c3e
Update depends.txt
2018-11-13 17:20:06 +01:00
Pierre-Yves Rollo
c1835931e5
Added labels and wooden signs
2018-11-01 18:10:26 +01:00
Pierre-Yves Rollo
c1f7b571b8
Add missing textures
2018-09-20 21:15:23 +02:00
Pierre-Yves Rollo
2793e0ab8f
Added simple wooden sign
2018-09-20 15:27:42 +02:00
Pierre-Yves Rollo
8c7557e45d
Rework all nodes displaying text according to new font_api
2018-07-13 20:41:53 +02:00
Pierre-Yves Rollo
e51afb851c
Fix Poster crash (amend)
2018-07-09 14:04:51 +02:00
Pierre-Yves Rollo
8661a5ca62
Fixed crash when opening Poster formspec due to change in font_api.
2018-07-09 13:55:07 +02:00
Thomas--S
f3970f641e
Seperate signs API from signs definitions
...
Change modnames from *_lib to *_api
2018-02-07 06:04:12 +01:00
Thomas--S
3483f34fa9
Use default formspec style
2018-02-01 16:56:19 +01:00
Pierre-Yves Rollo
60e80180c6
Copyright notices update
2018-01-28 19:08:07 +01:00
Thomas--S
1c1be8a7c1
Update the entities as soon as mapblock is loaded
...
Useful e.g. after /clearobjects
Introduces the group `display_lib_node`
2018-01-28 13:46:16 +01:00
Pierre-Yves Rollo
ea36ed50d8
Added display_lib.entity_spacing variable to centralize entity spacing.
2018-01-18 21:46:10 +01:00
Pierre-Yves Rollo
a71ae8e013
Version 1.0
2018-01-13 12:38:55 +01:00
Pierre-Yves Rollo
a49f2e838f
Added texture for display poster formspec.
2017-12-28 20:26:15 +01:00
Pierre-Yves Rollo
da3826e968
Adjustment of poster title size in display form.
2017-12-28 20:22:43 +01:00
Pierre-Yves Rollo
755fba6ce0
Added function signs.set_display_text for programmatically changing the sign text.
2017-12-28 20:21:56 +01:00
Pierre-Yves Rollo
4268154b64
Small adjustment in poster display formspec
2017-12-22 22:54:41 +01:00
Pierre-Yves Rollo
d4b3c808b3
Improvement of Poster formspec for a better display.
2017-12-22 22:39:40 +01:00
Pierre-Yves Rollo
ce8e214400
Copyright and readme update and code style.
2017-12-10 11:14:17 +01:00
Pierre-Yves Rollo
58408a6f07
Added LBM to automatically update entities from signs:text to signs:display_text
2017-12-10 11:03:23 +01:00
Gabriel Pérez-Cerezo
63317776bd
Added compatibility with advtrains mod
2017-12-08 14:04:59 +01:00
Gabriel Pérez-Cerezo
d89b63e1b7
Compatibility with signs_lib
2017-11-30 21:15:06 +01:00
Pierre-Yves Rollo
2e4d8f529c
Fixed craft receipes
2017-09-07 08:09:34 +02:00