1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-15 08:35:35 +02:00
Commit Graph

260 Commits

Author SHA1 Message Date
Niklp
fce192d288 Fix use_texture_alpha issues in mt 5.9 (#11) 2023-12-15 18:11:41 -05:00
Niklp
27f582b041 Fix formspec does not update on text changes (#10) 2023-12-10 21:42:38 +01:00
Niklp
afe8f517d7 Fix sign formspec updates while used (#9)
* Fix sign formspec updates while used
read https://gitea.your-land.de/your-land/bugtracker/issues/5553

* Better group name
2023-12-08 19:33:01 -05:00
luk3yx
03953f0fc0 Improve exploit fix (#8) 2023-12-04 19:28:14 +11:00
luk3yx
cdc3cf55f5 Fix pattern 2023-12-04 08:48:23 +13:00
luk3yx
7b87099f2c Bugfix 2023-12-04 08:22:43 +13:00
Niklp
2c00acf230 Fix screenshot on CDB (#7) 2023-10-24 20:36:09 +02: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
Niklp09
e52b742b9b Escape formspec content of green board too 2023-07-27 17:51:40 +02:00
Niklp09
bd59f7f78b Escape formspec content of boards and steles 2023-07-27 17:31:41 +02:00
Athozus
1f8e99c9c5 Apply formspec escape in editing formspec (signs api) (#2) 2023-07-27 17:10:27 +02: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
Pierre-Yves Rollo
e0e0305836 Merge pull request #49 from sys4-fr/master
Delete depends.txt, update mod.conf
2022-08-26 11:22:10 +02:00
889ee5a88d Delete depends.txt, update mod.conf 2022-07-02 12:46:17 +02:00
Pierre-Yves Rollo
f5bd6d1046 Delete .gitmodules 2020-12-05 13:20:17 +01:00
Buckaroo Banzai
e6c366df04 Delete .gitmodules 2020-12-04 09:57:27 +01:00
Pierre-Yves Rollo
6135b3a60c Merge pull request #42 from mnh48-minetest/update_malay_july2020
Update Malay translation
2020-07-05 18:15:06 +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
Pierre-Yves Rollo
b12d1f6b5e Merge pull request #40 from R3R3R3/master
Override on_punch for poster node definition
2020-02-17 20:06:31 +01: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
Pierre-Yves Rollo
d2c7abd98b Add 'signs_api/' from commit 'b837f9d38c3a81dc49c3c1234dbea0d34628b057'
git-subtree-dir: signs_api
git-subtree-mainline: ebadeb20d9
git-subtree-split: b837f9d38c
2019-12-31 17:07:27 +01:00
Pierre-Yves Rollo
ebadeb20d9 Add 'font_api/' from commit '4c872e829d716014e601bdf0707edd11a9abbc17'
git-subtree-dir: font_api
git-subtree-mainline: f27b5478b9
git-subtree-split: 4c872e829d
2019-12-31 17:07:14 +01:00
Pierre-Yves Rollo
f27b5478b9 Add 'display_api/' from commit '3a43e4ad81dc6595fabfa22c88e229c393f93529'
git-subtree-dir: display_api
git-subtree-mainline: 135cae7219
git-subtree-split: 3a43e4ad81
2019-12-31 17:06:56 +01:00
Pierre-Yves Rollo
135cae7219 Removed display_api, signs_api, and font_api to make them subtrees 2019-12-31 17:06:15 +01:00
coil
3a43e4ad81 Add missing entries to wallmounted_rotations 2019-12-31 16:58:45 +01:00
coil
09974f0c90 Add nil check for node def 2019-12-31 16:58:20 +01:00
Pierre-Yves Rollo
de915427ee Better compressions of PNG files 2019-08-31 17:11:53 +02: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
4e9af449ff Fixed API documentation (height replaced by top) 2019-03-14 09:48:27 +01:00
Pierre-Yves Rollo
89fc7f863d Fixed API documentation (height replaced by top) v1.3.1 2019-03-14 09:48:27 +01:00
Pierre-Yves Rollo
4c872e829d Replaced prints by minetest.log and code styling 2019-03-14 09:46:04 +01:00
Pierre-Yves Rollo
2b142e9dfe Replaced prints by minetest.log and code styling 2019-03-14 09:46:04 +01:00
Pierre-Yves Rollo
6162f49bc1 Replaced prints by minetest.log and code styling 2019-03-14 09:46:04 +01:00
Pierre-Yves Rollo
b837f9d38c Detect rotation restriction (#29)
Autodetect rotation restrictions if on MT<5.0
2019-03-14 09:36:41 +01:00
Pierre-Yves Rollo
fd4c8e6c68 Detect rotation restriction (#29)
Autodetect rotation restrictions if on MT<5.0
2019-03-14 09:36:41 +01:00
Pierre-Yves Rollo
0ca85ac5c1 Detect rotation restriction (#29)
Autodetect rotation restrictions if on MT<5.0
2019-03-14 09:36:41 +01:00
Pierre-Yves Rollo
767c2653c2 Fixed crash on MT0.4 2019-03-11 10:16:18 +01:00
Pierre-Yves Rollo
882af249e0 Fixed crash on MT0.4 2019-03-11 10:16:18 +01:00
Pierre-Yves Rollo
1c15814156 Updated screenshot 2019-03-09 21:18:57 +01:00
Pierre-Yves Rollo
010b7cc89f Fixed a remaining bug in node placement 2019-03-09 21:18:43 +01:00
Pierre-Yves Rollo
76dde2b6f5 Fixed a remaining bug in node placement 2019-03-09 21:18:43 +01:00
Pierre-Yves Rollo
7c4af47caf Update README 2019-03-09 20:50:48 +01:00
Pierre-Yves Rollo
da1af1fdeb Update README 2019-03-09 20:47:33 +01:00
Pierre-Yves Rollo
5d91a6de20 Update README 2019-03-09 20:47:33 +01:00
Pierre-Yves Rollo
17923d5aea Use MT5 set_rotation to allow all rotations of nodes 2019-03-09 20:24:53 +01:00