1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-06-28 14:16:19 +02:00
Commit Graph

36 Commits

Author SHA1 Message Date
41f2eaaabb destroy sign entities if sign node is exploded 2022-10-26 10:32:25 -07:00
4d483563f6 don't let explosions destroy sign entities 2022-10-26 10:23:06 -07:00
889ee5a88d Delete depends.txt, update mod.conf 2022-07-02 12:46:17 +02:00
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
135cae7219 Removed display_api, signs_api, and font_api to make them subtrees 2019-12-31 17:06:15 +01:00
89fc7f863d Fixed API documentation (height replaced by top) 2019-03-14 09:48:27 +01:00
6162f49bc1 Replaced prints by minetest.log and code styling 2019-03-14 09:46:04 +01:00
0ca85ac5c1 Detect rotation restriction (#29)
Autodetect rotation restrictions if on MT<5.0
2019-03-14 09:36:41 +01:00
882af249e0 Fixed crash on MT0.4 2019-03-11 10:16:18 +01:00
76dde2b6f5 Fixed a remaining bug in node placement 2019-03-09 21:18:43 +01:00
5d91a6de20 Update README 2019-03-09 20:47:33 +01:00
2e98900cc0 Use MT5 set_rotation to allow all rotations of nodes 2019-03-09 20:24:53 +01:00
8735de0fce Added mod.conf 2019-03-09 19:08:46 +01:00
46cb9d82dd Switched from deprecated functions setyaw and setpos to set_yaw and set_pos 2019-03-05 20:59:42 +01:00
fc40e54ed2 Update API documentation 2018-12-11 14:58:11 +01:00
c9329d3789 Added display entity yaw attribute 2018-12-11 14:57:42 +01:00
81e6dc89ae Added font_lib deprecation and corresponding notices in READMEs 2018-12-11 11:52:55 +01:00
ffe113c62a Remove entity where display node not found 2018-12-08 19:27:08 +01:00
0f514c5c89 Fixed entity existence verification 2018-12-04 18:01:36 +01:00
4d8dec3b79 Updated API with new group 2018-12-04 17:59:52 +01:00
e46ece5ec6 Depreciation of old display groups and display_lib global + warnings 2018-12-03 16:27:08 +01:00
b88f67f015 Avoid crash if entity not defined. 2018-12-02 15:22:37 +01:00
bcc181cb15 Replaced core reference by usual minetest reference 2018-12-01 20:44:10 +01:00
03983f081e Atempt to fix "unknown object" issue + code rework 2018-11-29 14:27:36 +01:00
77c8b0a5ec Update README.md 2018-11-09 15:28:54 +01:00
9c5752f0d9 Update README.md 2018-11-09 15:28:28 +01:00
5586b9d1c4 Update copyright.txt 2018-09-26 19:43:33 +02:00
44b911be9e Improve on_rotate functions (#21)
Fixed bugs and improve on_rotate and support color- paramtype2s
2018-09-26 19:41:30 +02:00
969bd674c9 Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
d22362a4ac Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
12b556e929 Turned display_api into a submodule 2018-09-21 19:37:38 +02:00
508db92633 Update copyright.txt 2018-09-21 17:08:17 +02:00
dfaf64cd61 Improved on_place
Now uses player view direction when trying to place nodes on the floor or ceiling, for both wallmounted and facedir nodes.
Also supports nodes where paramtype2 is not wallmounted or facedir.
2018-09-20 16:07:43 -04:00
8c7557e45d Rework all nodes displaying text according to new font_api 2018-07-13 20:41:53 +02:00
ec48743fb9 Allow a greater object offset
This allows e.g. polemounted signs.
Required for display_modpack to be usable in the streets mod.
Backwards compatible.
2018-02-25 18:47:58 +01:00
f3970f641e Seperate signs API from signs definitions
Change modnames from *_lib to *_api
2018-02-07 06:04:12 +01:00