Clean up Strfnd
[oweals/minetest.git] / src / client / tile.cpp
2016-03-20 ShadowNinjaClean up Strfnd
2015-10-17 kwolekrRefactor thread utility interface
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-20 RealBadAngelRemove use of engine sent texture tiling flags - theyre...
2015-08-02 Břetislav Štecsrc/client/tile.cpp: Fix reference counting
2015-07-21 RealBadAngelAdd wielded (and CAOs) shader
2015-07-16 RealBadAngelFix relief mapping issues
2015-06-27 RealBadAngelAdd minimap feature
2015-04-26 Aaron SuenFix fast leaves with texture_clean_transparent enabled.
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-03-31 Aaron SuenMove texture_min_size even further down the pipe. Now...
2015-03-23 Aaron SuenFix for sun/moon tonemaps: don't upscale 1px images.
2015-03-21 Aaron SuenFix composite textures with texture_min_size. Moved...
2015-03-21 Aaron SuenConfigurable automatic texture scaling and filtering...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...