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

264 Commits

Author SHA1 Message Date
Pierre-Yves Rollo
6827063fbd Create README.md 2018-11-07 10:56:09 +01:00
Pierre-Yves Rollo
01ba1d47b1 Updated changelog v1.2 2018-11-01 18:56:59 +01:00
Pierre-Yves Rollo
c1835931e5 Added labels and wooden signs 2018-11-01 18:10:26 +01:00
Pierre-Yves Rollo
1a50b59995 Rewrited split_lines to avoid a string.split bug if first line empty 2018-11-01 12:25:47 +01:00
Pierre-Yves Rollo
06d35ec9bf Rewrited split_lines to avoid a string.split bug if first line empty 2018-11-01 12:25:47 +01:00
Pierre-Yves Rollo
b74407e11e Changed UTF8 routines and added char fallback mechanism 2018-11-01 10:47:39 +01:00
Pierre-Yves Rollo
95c9da849d Changed UTF8 routines and added char fallback mechanism 2018-11-01 10:47:39 +01:00
Pierre-Yves Rollo
bb24d91645 Merge pull request #24 from 12Me21/master
Fixes collision boxes on right directional signs
2018-10-08 09:13:07 +02:00
12Me21
125cae3300 Fixes collision boxes on right directional signs 2018-10-07 00:32:12 -04:00
Pierre-Yves Rollo
aac0ccf591 Merge pull request #23 from pandorabox-io/master 2018-10-03 10:24:03 +02:00
Thomas Rudin
1c40830ddf fix infinite stack of steles 2018-10-03 09:07:42 +02:00
Pierre-Yves Rollo
f6b11d6cc6 Update copyright.txt 2018-09-26 19:43:33 +02:00
Pierre-Yves Rollo
5586b9d1c4 Update copyright.txt 2018-09-26 19:43:33 +02:00
12Me21
8fa161c90b Improve on_rotate functions (#21)
Fixed bugs and improve on_rotate and support color- paramtype2s
2018-09-26 19:41:30 +02:00
12Me21
a9c7e2235f Improve on_rotate functions (#21)
Fixed bugs and improve on_rotate and support color- paramtype2s
2018-09-26 19:41:30 +02:00
12Me21
44b911be9e Improve on_rotate functions (#21)
Fixed bugs and improve on_rotate and support color- paramtype2s
2018-09-26 19:41:30 +02:00
Pierre-Yves Rollo
969bd674c9 Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
Pierre-Yves Rollo
d22362a4ac Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
Pierre-Yves Rollo
12b556e929 Turned display_api into a submodule 2018-09-21 19:37:38 +02:00
Pierre-Yves Rollo
508db92633 Update copyright.txt 2018-09-21 17:08:17 +02:00
Pierre-Yves Rollo
30af909da5 Merge pull request #20 from 12Me21/master
Improved on_place
2018-09-21 17:07:11 +02:00
12Me21
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
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
a0d596bab9 Creation for boards mod v1.1.1 2018-07-16 10:26:26 +02:00
Pierre-Yves Rollo
2f1899a35d Cleanup some unused code 2018-07-16 10:18:37 +02:00
Pierre-Yves Rollo
c19348d305 Cleanup some unused code 2018-07-16 10:18:37 +02:00
Pierre-Yves Rollo
35ead5a2a5 Fix default font chosing when multiple fonts 2018-07-16 10:18:08 +02:00
Pierre-Yves Rollo
4b02cfdfca Fix default font chosing when multiple fonts 2018-07-16 10:18:08 +02:00
Pierre-Yves Rollo
076adbe8ab Removed a debug trick and fixed indentation 2018-07-15 09:40:18 +02:00
Pierre-Yves Rollo
fac6dfe1f8 Removed a debug trick and fixed indentation 2018-07-15 09:40:18 +02:00
Pierre-Yves Rollo
897b0f1f98 Update README.md 2018-07-13 23:23:46 +02:00
Pierre-Yves Rollo
78f7994976 Replaced default epilepsy font by Metro font. v1.1.0 2018-07-13 23:16:05 +02:00
Pierre-Yves Rollo
8d94b1ffed Rework all nodes displaying text according to new font_api 2018-07-13 20:41:53 +02:00
Pierre-Yves Rollo
80b616ab97 Rework all nodes displaying text according to new font_api 2018-07-13 20:41:53 +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
Pierre-Yves Rollo
825557ff31 Fix typos in API.md 2018-07-09 07:19:27 +00:00
Pierre-Yves Rollo
a83d494d45 Fix typos in API.md 2018-07-09 07:19:27 +00:00
Pierre-Yves Rollo
98272ebf63 Added two documentation schema 2018-07-08 21:27:39 +02:00
Pierre-Yves Rollo
d3aae9b262 Added two documentation schema 2018-07-08 21:27:39 +02:00
Pierre-Yves Rollo
e233ffb691 Creation of Font class and code update accordingly (fix) 2018-07-08 20:41:02 +02:00
Pierre-Yves Rollo
b96550ab24 Creation of Font class and code update accordingly (fix) 2018-07-08 20:41:02 +02:00
Pierre-Yves Rollo
52973fbd84 Creation of Font class and code update accordingly 2018-07-08 20:36:34 +02:00
Pierre-Yves Rollo
c6cad702bc Creation of Font class and code update accordingly 2018-07-08 20:36:34 +02:00
Pierre-Yves Rollo
23bcd70199 Update README.md v1.0.1 2018-05-30 10:07:04 +00:00
Pierre-Yves Rollo
aa319e4144 Merge pull request #15 from Thomas--S/positions
PR merged : Allow a greater object offset
2018-03-04 18:15:44 +01:00
Thomas--S
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
Pierre-Yves Rollo
9c877a0244 Merge pull request #12 from Thomas--S/api
Seperate signs API from signs definitions
2018-02-13 21:12:04 +01:00