Commit Graph

507 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
9be635cb5f change license to LGPL to conform to what's written in the forum post
since forever.

Also clarify it in the copyright message, spread the license file around
a bit, and remove some useless "last changed" dates since they've been
inaccurate for a long time.
2014-06-06 03:26:42 -04:00
Diego Martinez
cf6e079044 Fix wrapped lines not drawing. 2014-06-04 05:35:46 -03:00
Diego Martinez
c15c0f06ef Remove debugging statement from last addition. 2014-06-03 07:41:43 -03:00
Diego Martinez
0d84bc13e2 Add support for colored text. 2014-06-03 07:04:26 -03:00
Vanessa Ezekowitz
7c85245691 improve textures for openframe bookshelf 2014-05-30 17:01:54 -04:00
Vanessa Ezekowitz
18b1925835 More readme updates 2014-05-30 01:21:29 -04:00
Vanessa Ezekowitz
7fbc8ad9a7 minor readme update 2014-05-30 01:16:49 -04:00
Vanessa Ezekowitz
45a8e86021 add crafting recipe for bookshelf 2014-05-30 00:42:35 -04:00
Vanessa Ezekowitz
5d1d559109 minor tweak to top-side texture of open-frame bookshelf 2014-05-30 00:09:24 -04:00
Vanessa Ezekowitz
4d9520cf01 finish adding "open frame" bookshelf node def 2014-05-30 00:01:48 -04:00
Vanessa Ezekowitz
3cc4d57b0e get rid of some useless comments 2014-05-29 22:47:05 -04:00
Vanessa Ezekowitz
2f68d17cf7 make front edge of books uneven (looks better this way) 2014-05-29 22:45:20 -04:00
Vanessa Ezekowitz
d9f56ea229 check for presence of moreblocks before overriding empty bookshelf 2014-05-29 19:13:23 -04:00
Vanessa Ezekowitz
2e4dce266f also redefine moreblocks' empty bookshelf in a similar manner 2014-05-29 19:06:53 -04:00
Vanessa Ezekowitz
3db939fca2 add 3d extras mod with 3d nodebox-based bookshelf
by default, this redefines the default bookshelf.
2014-05-29 18:52:51 -04:00
Diego Martinez
7bf1c43c2d Fix signs logging for real now. 2014-05-21 05:40:37 -03:00
Diego Martínez
287559ac97 Print actions to log file when players write to signs. 2014-04-26 10:04:30 -03:00
Xanthin
75d684e628 Add german translation. 2014-04-04 09:11:25 -03:00
Xanthin
e702ef9f13 Fixes to translation. 2014-04-04 09:10:26 -03:00
Vanessa Ezekowitz
ab4b89d76b fix missing infinite stacks detection on signs lib 2014-03-14 12:09:59 -04:00
Vanessa Ezekowitz
a9d42ea19d Fix quoting error in signs lib 2014-02-03 20:18:02 -05:00
Vanessa Ezekowitz
a6122f03d9 Remove old ownership code and use Minetest's built-in ownership code instead
Some minor code rewrites here and there to accommodate this changeover.
2014-01-30 15:53:21 -05:00
Vanessa Ezekowitz
b11b3a95ec that time I was a little UNDERzealous with the coloring of the signs :D 2014-01-25 22:07:50 -05:00
Vanessa Ezekowitz
42077fe331 git a little overzealous on the recoloring of the signs textures - forgot that
the posts need to remain plain-wood-colored.
2014-01-25 21:46:31 -05:00
Vanessa Ezekowitz
72f9da9f3b make the signs textures a little darker, more saturated, so that they
stand out better against default wood.
2014-01-25 13:49:11 -05:00
Vanessa Ezekowitz
3231144272 move signs textures to the right mod 2014-01-25 13:42:59 -05:00
Vanessa Ezekowitz
8f003997b1 fix crash, try #2 2014-01-25 13:36:01 -05:00
Vanessa Ezekowitz
8eb5b6c394 fix crash 2014-01-25 13:20:01 -05:00
Vanessa Ezekowitz
e057d357c8 split signs_lib from homedecor, put them into their own separate mods
package the two together as a modpack so that regular homedecor users don't
see a functional change, but others can take signs_lib and use it as a
standalone mod.

also get rid of some *~ files
2014-01-25 12:57:05 -05:00
kaeza
6295e2699d Change recipes to use wood group. 2014-01-19 13:22:28 -02:00
Vanessa Ezekowitz
fabb714008 fir crash in flip door routine if param2 is nil 2014-01-19 09:00:17 -05:00
Vanessa Ezekowitz
c123501dce retire junglegrass- and dry shrub-based plastic recipes, those nodes
are becoming too rare to use for this now.
2014-01-16 13:41:27 -05:00
Vanessa Ezekowitz
c831a9bf59 remove some excess debug info 2014-01-13 16:12:11 -05:00
Robby-
c00cd064ff Fix all dyes, and make all shutters use the same style of recipe. 2014-01-11 09:07:55 +01:00
Robby-
e60ffda614 Fix the violet shutter. 2014-01-11 09:02:07 +01:00
Vanessa Ezekowitz
610a5b0172 fix crash? 2014-01-06 06:24:31 -05:00
Vanessa Ezekowitz
9f8e99ea95 fix crash on illegal text input
(ok it's probably the wrong way)
2013-12-30 00:46:09 -05:00
VanessaE
651fea2a00 Merge pull request #29 from Jat15/patch-5
True fix toilet sound!
2013-12-23 09:28:06 -08:00
Jat15
b12a831fd7 True fix toilet sound! 2013-12-23 13:06:28 +01:00
VanessaE
c8add7a834 Merge pull request #28 from Jat15/patch-4
Fix max_hear_distance for sound toilet!
2013-12-22 18:00:22 -08:00
Jat15
354507f98f Fix max_hear_distance for sound toilet! 2013-12-23 01:31:21 +01:00
Vanessa Ezekowitz
7a23751de4 gave doors simple wield images (same as inventory image) 2013-12-15 14:16:39 -05:00
Vanessa Ezekowitz
f99827d9f2 fix a copy&paste error, trim a couple redundant lines of code 2013-12-15 14:12:11 -05:00
Vanessa Ezekowitz
744b016f93 local-ize a few variables 2013-12-15 14:07:36 -05:00
Vanessa Ezekowitz
ef6002bee1 add links to the sound files in question 2013-12-14 20:19:28 -05:00
Vanessa Ezekowitz
f1f75f3897 add proper attribution and license info for the sounds used by the doors and
gates
2013-12-14 20:16:50 -05:00
Diego Martínez
981b9fb0bd Merge pull request #27 from Pilcrow182/patch-1
Do not pass a nil itemstack to on_rightclick
2013-12-13 12:31:49 -08:00
Pilcrow182
6b9a31bcba Do not pass a nil itemstack to on_rightclick 2013-12-13 14:17:36 -06:00
kaeza
d04eb1cdef Do not update signs on quit, and fix passing a nil value to format. 2013-12-10 07:32:37 -02:00
Frederico Goncalves Guimaraes
61a21e6c39 Brazilian portuguese translation 2013-11-11 10:58:56 -02:00