Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix texture distortion for flowing liquids (#9561) | Elias Åström | 2020-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) | Wuzzy | 2020-01-20 |
| | |||
* | Move client-specific files to 'src/client' (#7902) | Quentin Bazin | 2018-11-28 |
Update Android.mk Remove 'src/client' from include_directories |