]> git.lizzy.rs Git - minetest.git/history - src/client/tile.cpp
Tile.cpp: Fix MSVC build broken by 072bbba
[minetest.git] / src / client / tile.cpp
2017-03-24 SmallJokerTile.cpp: Fix MSVC build broken by 072bbba
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-02-06 Auke KokPrevent SIGFPE on entity tile loading issue. (#5178)
2017-01-30 sapierAdd multiply texture modifier
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-02 Luke Puchner-HardmanAdded "[sheet" to the texture special commands.
2016-12-26 sfan5Irrlicht 1.9 support
2016-09-15 Thomas--SAdd an [invert:<mode> texture modifier
2016-09-14 sfan5Allow escaping of texture names when passed as an argum...
2016-08-12 Thomas--SAdd an [opacity:<r> texture modifier. Makes the base...
2016-05-09 SmallJokerAdd [resize texture modifier Resizes the texture to...
2016-04-25 SmallJokertile.cpp: Automatically upscale lower resolution texture
2016-04-07 kwolekrRe-add and disable blit_with_interpolate_overlay
2016-04-05 Samuel SiebFix compiler warnings from "Add an option to colorize...
2016-04-03 Samuel SiebAdd an option to colorize to respect the destination...
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
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...