summaryrefslogtreecommitdiff
path: root/src/client/tile.cpp
Commit message (Expand)AuthorAge
* tile.cpp: Automatically upscale lower resolution textureSmallJoker2016-04-25
* Re-add and disable blit_with_interpolate_overlaykwolekr2016-04-07
* Fix compiler warnings from "Add an option to colorize to respect the destinat...Samuel Sieb2016-04-06
* Add an option to colorize to respect the destination alphaSamuel Sieb2016-04-03
* Clean up StrfndShadowNinja2016-03-19
* Refactor thread utility interfacekwolekr2015-10-16
* Change i++ to ++iDavid Jones2015-08-25
* Clean up threadingShadowNinja2015-08-23
* Remove use of engine sent texture tiling flags - theyre no longer neededRealBadAngel2015-08-20
* src/client/tile.cpp: Fix reference countingBřetislav Štec2015-08-02
* Add wielded (and CAOs) shaderRealBadAngel2015-07-21
* Fix relief mapping issuesRealBadAngel2015-07-16
* Add minimap featureRealBadAngel2015-06-27
* Fix fast leaves with texture_clean_transparent enabled.Aaron Suen2015-04-26
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-01
* Move texture_min_size even further down the pipe. Now, textures are JIT-upsca...Aaron Suen2015-03-31
* Fix for sun/moon tonemaps: don't upscale 1px images.Aaron Suen2015-03-23
* Fix composite textures with texture_min_size. Moved upscaling of textures to ...Aaron Suen2015-03-22
* Configurable automatic texture scaling and filtering at load time.Aaron Suen2015-03-20
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-07
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-05