Translated using Weblate (Chinese (Simplified))
[oweals/minetest.git] / src / client / tile.cpp
2020-05-20 sfan5Stop wasting memory on identical textures when texture...
2020-04-08 sfan5Overall improvements to log messages (#9598)
2019-10-18 Warr1024Correction for alpha blending issues in texture mod...
2019-09-29 SmallJokerTextures: Load base pack only as last fallback (#8974)
2019-08-04 sfan5Unify GLES support in gui scaling filter
2019-08-04 sfan5Unify OpenGL ES support
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-01-09 Loic BlotImport strstr function from FreeBSD 11 libc
2019-01-09 Loïc BlotAndroid build fixes
2019-01-07 Loïc BlotFix a crash on Android with Align2Npot2 (#8070)
2018-09-29 VitaliySoftware inventorycube (#7651)
2018-03-11 stujones11Android build fixes for c++11
2018-03-10 VitaliyDrop texture file list cache (#6660)
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-11-05 Lars HofhanslDo not scale texture unless necessary.
2017-10-15 VitaliyReal global textures (#6105)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-15 Loïc BlotModernize client code (#6250)
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-19 youDo not create dummy normalmaps (#4180)
2017-04-17 Loic BlotRemove an unused variable in Android Build
2017-04-16 Loïc BlotAndroid progressbar fix (#5601)
2017-04-09 Dániel JuhászHardware coloring for itemstacks
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 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...