Commit Graph

26 Commits

Author SHA1 Message Date
Diego Martínez 2df6dbcad9 Fix warnings issued by `luacheck`. 2017-02-15 23:53:52 -03:00
Diego Martínez dc7b60c11f Split I18N stuff into its own submod. 2017-01-29 21:51:07 -03:00
Diego Martínez 0d3da0c328 Use new intllib API. 2017-01-25 00:09:18 -03:00
Auke Kok 138e078f1b Whitespace damage fixes.
This is cleaned up by `cleanfile` (from the linux kernel tree
tool set).
2016-12-31 12:33:46 -08:00
Vanessa Ezekowitz 7ac5e9e815 use mesh nodes for chainlink and barbed wire fences and corners
(so that I can give them custom collision boxes)
2015-10-04 10:06:30 -04:00
Tim 91092d99be introduce nodebox abstractions used by fences, like corner nodeboxes, and indirectly slab_x; update fences accordingly 2015-08-19 15:32:19 +02:00
Vanessa Ezekowitz e414163e5e phase out redundant wrought-iron fence #2 image 2015-05-07 14:50:22 -04:00
Vanessa Ezekowitz dee9e2587f phase out several more redundant fence and gate images 2015-05-04 01:26:37 -04:00
Vanessa Ezekowitz a35b57d713 rename most wood, metal, etc textures
to bring them all together into one "category" instead of being scattered across the directory
also combine a couple dupes.
2015-04-27 23:48:02 -04:00
jp 546f8b501c Opti. code 2015-02-28 10:14:46 +01:00
Tim 78045a752f move most other homedecor nodes to the new registration function, remove any unnecessary fields due to minetest or homedecor defaults 2015-01-24 00:34:02 +01:00
Tim f60eb9ca47 whitespace cleanup, now also making most of homedecor consistenly use the same indentation style 2015-01-23 22:14:00 +01:00
Tim b5188493cc abstract common nodebox forms, fixing some ignored ones in the process 2015-01-23 12:37:23 -05:00
Tim be4ed12b6c whitespace cleanup:
* remove all trailing whitespaces
* make inbox and computer use the prevalent indentation rules
* CRLF->LF where found
2015-01-21 00:44:23 +01:00
Vanessa Ezekowitz a64b436dc2 don't reference obsolete pole images as fence wields 2014-12-20 18:13:16 -05:00
Vanessa Ezekowitz 5d078198f2 make signs_lib optional for base homedecor mod 2014-11-22 15:43:35 -05:00
jp 3bb41cbb4f Textures optimizing 2014-11-03 12:46:45 +01:00
kilbith b9e62b0a0c Update wrought iron fences
- Add nodeboxes (cross, and crosses + sides for the corner piece).
- Readjustment of the selection boxes.

https://cdn.mediacru.sh/pr00x9SA-Igm.png
https://cdn.mediacru.sh/jDg96C9zMDrz.png
2014-10-18 15:49:21 +02:00
kilbith 44372532e4 Fix corner edge 2014-10-06 21:12:38 +02:00
Vanessa Ezekowitz 2a04eadcc7 add vertical edge to corner piece 2014-10-06 14:38:46 -04:00
kilbith 2c02e8ba36 Improved wrought iron fence model, added corner version 2014-10-06 14:26:14 -04:00
Vanessa Ezekowitz 85e0d13957 add a second type of wrought iron fence
to go with the door that just went in
2014-09-22 03:14:09 -04:00
Vanessa Ezekowitz 37ed09edae consolidate text pos and nodebox def tables
each sign type has a separate table which now defines the nodebox
model and position of the text on that model, instead of separate
sets of tables for each.
2014-08-03 19:53:52 -04:00
Vanessa Ezekowitz c5ce3bc53d texture and size cleanups on signs
MUCH more readable background texture for all signs

use exact-to-pixel dimensions on all signs
move sign models to start of signs_lib where they can be seen
make homedecor's brass/iron signs-on-posts use them
adjust all textures accordingly
2014-08-03 19:44:21 -04:00
Xanthin e702ef9f13 Fixes to translation. 2014-04-04 09:10:26 -03: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