fluxionary
|
ed3a679bca
|
don't emit translation strings to the log (#17)
* don't emit translation strings to the log
* fix luacheck
* don't double-log signs_lib prefix
|
2 months ago |
Buckaroo Banzai
|
5ae111e1fa
|
fix unconditional access to `default` global (#16)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
|
2 months ago |
fluxionary
|
aff005e745
|
handle interactions w/ explosions (#14)
* prevent signs entities from being destroyed
* handle tnt destroying a sign
* remove redundant destructor call
|
3 months ago |
Niklp
|
3d0e8d47e6
|
add setting for custom edit priv (#15)
* add setting for custom edit priv
* fix indent
* hmm maybe now?
|
3 months ago |
Niklp
|
8aafe6608c
|
update API.md
|
7 months ago |
Niklp
|
e66863d115
|
Merge pull request #11 from Niklp09/master
use MT5 translator
|
8 months ago |
Niklp
|
4018128e84
|
use signs_lib.S
|
8 months ago |
Niklp09
|
a9858c76af
|
use MT5 translator
|
8 months ago |
flux
|
60d67afab3
|
force all signs into the sign group
|
9 months ago |
fluxionary
|
4dbfbec96e
|
remove sign entity if sign is gone (due to voxelmanip or such) (#9)
|
9 months ago |
Luke aka SwissalpS
|
14efa6eeb7
|
hotfix fake player action
|
11 months ago |
wsor4035
|
b0808a376a
|
Remove `default` dependency (#6)
|
1 year ago |
OgelGames
|
aa5f865131
|
Add luacheck (#3)
Co-authored-by: syimyuzya <syimyuzya@gmail.com>
|
1 year ago |
OgelGames
|
30d0af57be
|
optimize all textures
1666613 bytes -> 1023131 bytes (61% of the original size)
|
1 year ago |
Sekai Zhou
|
fe5cbb0a66
|
Full Unicode Plane 0 charset support (63000+ chars, only ~2MB) (#2)
Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
|
1 year ago |
Vanessa Dannenberg
|
1327cb2112
|
make sure digger is valid before checking for creative
(else assume survival)
|
2 years ago |
OgelGames
|
c08eb3452f
|
allow writing `#` on signs
|
2 years ago |
Vanessa Dannenberg
|
3ee06f9ba2
|
protect against nil player on rightclick
(some mods' machines don't supply a valid player object)
|
2 years ago |
Vanessa Dannenberg
|
02c19e89d9
|
don't try to run the glow code if the sign's being punched by a machine
that doesn't use a fake player object e.g. basic_machines
|
2 years ago |
Vanessa Dannenberg
|
8b6f5e23a6
|
fix typo
|
2 years ago |
tenplus1
|
85dd92fb25
|
update register_sign to add glow effect for all signs with allow_glow check.
|
2 years ago |
tenplus1
|
16b9251511
|
Add glow feature to signs, with three brightness levels
|
2 years ago |
Vanessa Dannenberg
|
b0fac5ef9f
|
remove the old blue/starry background
(replaced with a transparent image so that
it can still be themed by Dreambuilder)
tidied up the formspec a bit
|
2 years ago |
Vanessa Dannenberg
|
34689b5b04
|
bump minimum engine ver
|
2 years ago |
sys4
|
8b6e41c3fe
|
Fix warnings regarding use_texture_alpha
Add use_texture_alpha = "clip" for standard signs.
Break Minetest 5.4< compatibility.
|
2 years ago |
Nathaniel Freeman
|
d077d23f1a
|
mod.conf update to minetest 5.2.0+ compat
|
2 years ago |
tenplus1
|
d71dcf4874
|
add text check for entity creation
|
2 years ago |
Isidor Zeuner
|
ac8b00f826
|
Merge branch 'nonascii' into nonascii-european-test
|
2 years ago |
Isidor Zeuner
|
707f633f0d
|
Merge branch 'master' into nonascii
|
2 years ago |
VanessaE
|
8527f1d5b2
|
writing [ or ] into a sign breaks the form for some users
the exact effect varies with client behavior and the particular text contents.
(characters erased, disappering formspec elements, loss of text)
|
2 years ago |
Vanessa Dannenberg
|
3c824aedf8
|
Merge branch 'updateonoff' into 'master'
On/off switch doesn't reset the text anymore
See merge request VanessaE/signs_lib!5
|
2 years ago |
Zughy
|
fe72e32396
|
update on off
|
2 years ago |
Vanessa Dannenberg
|
f7a4fefd34
|
Merge branch 'no_priv' into 'master'
Sign and land owners always able to edit a sign
See merge request VanessaE/signs_lib!4
|
2 years ago |
Zughy
|
664e99d34a
|
Sign and land owners always able to edit a sign
|
2 years ago |
Vanessa Dannenberg
|
e3c5fd2736
|
Merge branch 'separate_formspec' into 'master'
Signs formspec as separate formspecs (instead of dwelling in nodes metadata)
See merge request VanessaE/signs_lib!3
|
2 years ago |
Zughy
|
e7ab3e66a7
|
Signs formspec as separate formspecs (instead of dwelling in nodes metadata)
|
2 years ago |
Isidor Zeuner
|
c82952befb
|
Merge branch 'nonascii' into nonascii-european-test
|
2 years ago |
Isidor Zeuner
|
26c3935c9b
|
add texture generation scripts from https://github.com/zeuner/signs-font-generate
|
2 years ago |
Isidor Zeuner
|
3ef11a995b
|
recreate textures using latest version of https://github.com/zeuner/signs-font-generate
|
2 years ago |
Isidor Zeuner
|
22af21aeaf
|
Merge branch 'nonascii' into nonascii-european-test
|
2 years ago |
Isidor Zeuner
|
af45e591e3
|
recreate textures using https://github.com/zeuner/signs-font-generate
|
2 years ago |
Isidor Zeuner
|
b174cea893
|
Merge branch 'nonascii' into nonascii-european-test
|
2 years ago |
Isidor Zeuner
|
4a196211ee
|
Merge branch 'master' into nonascii
|
2 years ago |
Isidor Zeuner
|
942e91e00e
|
better align to existing font
|
2 years ago |
Isidor Zeuner
|
4b2d4db848
|
test with some european languages
|
2 years ago |
Isidor Zeuner
|
4b432eec08
|
support for non-ascii characters
|
2 years ago |
Isidor Zeuner
|
d956c87dbc
|
support for non-ascii characters
|
2 years ago |
VanessaE
|
1a6b9f38ff
|
enable static save on signs' entities
|
2 years ago |
VanessaE
|
8b975d7fa1
|
add minimum minetest version key for contentdb
|
3 years ago |
VanessaE
|
b633a4bf8c
|
fix wrong default sign entity ref
|
3 years ago |