14 Commits

Author SHA1 Message Date
Aaron Suen
b73d1d1290 Pre-clean-transparent filter on all textures
Some users may use filtering but not have the "clean transparent"
filter enabled in the Minetest engine config.  Bake this filter
into all images to (1) avoid the consequences of this (i.e. black
halos), and (2) possibly speed up startup time (the filter will
converge immediately).
2021-09-23 07:36:21 -04:00
Aaron Suen
215c2cd36e Flora hints 2021-07-05 11:34:33 -04:00
Aaron Suen
01c2e17e4b Fix glyph kerning issues
Glyphs were too close to texture edge, causing
them to run into each other and bleed/wrap around
with filtering enabled.
2021-07-04 11:20:30 -04:00
Aaron Suen
75bb408590 More crisp charcoal glyph textures
Also separate into mask layers
2021-07-04 11:02:21 -04:00
Aaron Suen
56a5028646 Tweak texture compositing, vary alpha
- Make texture pure black so it can be used to
  darken gravel as well.
- Bolden texture alpha so it can be controlled per
  node def with opacity.
- Use lighter effect on sand, heavier on gravel.
2021-07-03 10:50:25 -04:00
Aaron Suen
04bb7d083e New raked sand prototype
New pattern textures by GreenXenith
- Linear and Nexus shapes
- Recipe determined by player looking direction
- Rake same again to clear
- Handle pattern loss on digging, silktouch
2021-07-02 23:08:04 -04:00
Aaron Suen
20eae3dc49 Simplify sand raking, add recipe 2021-07-02 17:51:35 -04:00
Aaron Suen
a87c7391e6 Fix missing pattern 2021-07-02 15:52:11 -04:00
Aaron Suen
40e8d23a16 Proof of concept sand-raking nodes 2021-07-02 15:40:52 -04:00
Aaron Suen
95f0fb0ee9 Heaviest image compression option 2021-03-09 08:33:58 -05:00
Aaron Suen
410ebd5d8d Recompression using ECT
https://github.com/fhanau/Efficient-Compression-Tool
2021-03-09 08:16:23 -05:00
Aaron Suen
787d548e3b Make filenames consistent with new names 2020-06-28 12:13:41 -04:00
Aaron Suen
0904c78987 Retire unnecessary "blank" images. 2019-11-10 10:44:41 -05:00
Aaron Suen
0066343fd6 Rename the mod to nc_writing.
Nicer to have nothing alphabetically above nc_api, even though
it's not realistic to expect dependency order to match lexical
order in the long run...
2019-10-01 20:56:50 -04:00