summaryrefslogtreecommitdiff
path: root/src/client/content_mapblock.cpp
Commit message (Collapse)AuthorAge
* Fix build error on Ubuntu 16.04sfan52020-06-10
|
* Restore visual_scale support for nodeboxes (and allfaces) (#9906)Vitaliy2020-06-06
|
* Cache liquid alternative IDs (#8053)Vitaliy2020-05-20
|
* content_mapblock: Move static initialization out of functionssfan52020-05-17
|
* Fix texture distortion for flowing liquids (#9561)Elias Åström2020-04-02
| | | | | | | | | Previously textures of the side faces on flowing liquid nodes would become distorted on different axis depending on the liquid level. This is because the nodes always had the same texture coordinates, even when the generated face could have different sizes. This solves that problem by adjusting the texture coordinates for the vertices making up the top of the faces, so the textures will not look compressed for smaller faces.
* Resized torchlike sprite now attaches to surface (#9303)Wuzzy2020-01-20
|
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-28
Update Android.mk Remove 'src/client' from include_directories