aboutsummaryrefslogtreecommitdiff
path: root/src/client/tile.cpp
AgeCommit message (Expand)Author
2023-03-05Tile: Fix segfault caused by invalid PNG dataSmallJoker
2023-03-01Drop dependency on IrrCompileConfignumzero
2023-02-18Source image tracking in tile generation (#12514)20kdc
2023-01-19Fix concurrency in texture source (#13150)x2048
2022-12-27Use multiple threads for mesh generation (#13062)x2048
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-09-06Code optimizations / refactor (#12704)Herman Semenov
2022-07-09Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker
2022-04-16Fix '[combine' when EVDF_TEXTURE_NPOT is disabled. (#12187)paradust7
2021-11-26Minimap: gamma-correct average texture colour calculation (#9249)HybridDog
2021-10-13Add embedded PNG texture modifier (#11498)hecks
2021-09-22Fix "Could not create ITexture, texture needs to have a non-empty name" warningsfan5
2021-09-15Readd TGA to the list of valid texture formats. (#11598)ROllerozxa
2021-07-29Remove unsupported extensions from list in tile.cpphecktest
2021-05-05Use Irrlicht functions to query npot texture supportsfan5
2021-04-20Enable cleanTransparent filter for mipmapping and improve its' algorithm (#11...sfan5
2021-03-16Fix deprecated calls with Irrlicht 1.9Jean-Patrick Guerrero
2021-02-14Fix segfault with invalid texture strings and minimap enabledsfan5
2021-01-22Remove dead code (#10845)rubenwardy
2020-12-24Fix some minor code issues all over the placesfan5
2020-05-20Stop wasting memory on identical textures when texture filtering is disabledsfan5
2020-04-08Overall improvements to log messages (#9598)sfan5
2019-10-18Correction for alpha blending issues in texture mod compositing (#9029)Warr1024
2019-09-29Textures: Load base pack only as last fallback (#8974)SmallJoker
2019-08-04Unify GLES support in gui scaling filtersfan5
2019-08-04Unify OpenGL ES supportsfan5
2019-05-18Optimize string (mis)handling (#8128)Jozef Behran
2019-01-10Import strstr function from FreeBSD 11 libcLoic Blot
2019-01-09Android build fixesLoïc Blot
2019-01-07Fix a crash on Android with Align2Npot2 (#8070)Loïc Blot
2018-09-29Software inventorycube (#7651)Vitaliy
2018-03-11Android build fixes for c++11stujones11
2018-03-10Drop texture file list cache (#6660)Vitaliy
2017-11-17Load files from subfolders in texturepacksnumber Zero
2017-11-04Do not scale texture unless necessary.Lars Hofhansl
2017-10-15Real global textures (#6105)Vitaliy
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-15Modernize client code (#6250)Loïc Blot
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-11Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-06-04C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot
2017-05-19Do not create dummy normalmaps (#4180)you
2017-04-17Remove an unused variable in Android BuildLoic Blot
2017-04-16Android progressbar fix (#5601)Loïc Blot
2017-04-08Hardware coloring for itemstacksDániel Juhász
2017-03-24Tile.cpp: Fix MSVC build broken by 072bbbaSmallJoker
2017-03-22Some performance optimizations (#5424)Loïc Blot
2017-02-05Prevent SIGFPE on entity tile loading issue. (#5178)Auke Kok
2017-01-30Add multiply texture modifiersapier