]> git.lizzy.rs Git - minetest.git/history - src/client/tile.cpp
Drop dependency on IrrCompileConfig
[minetest.git] / src / client / tile.cpp
2023-03-01 numzeroDrop dependency on IrrCompileConfig
2023-02-17 20kdcSource image tracking in tile generation (#12514)
2023-01-19 x2048Fix concurrency in texture source (#13150)
2022-12-27 x2048Use multiple threads for mesh generation (#13062)
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-07-09 SmallJokerEnforce limits of settings that could cause buggy behav...
2022-04-16 paradust7Fix '[combine' when EVDF_TEXTURE_NPOT is disabled....
2021-11-26 HybridDogMinimap: gamma-correct average texture colour calculati...
2021-10-13 hecksAdd embedded PNG texture modifier (#11498)
2021-09-22 sfan5Fix "Could not create ITexture, texture needs to have...
2021-09-15 ROllerozxaReadd TGA to the list of valid texture formats. (#11598)
2021-07-29 hecktestRemove unsupported extensions from list in tile.cpp
2021-05-05 sfan5Use Irrlicht functions to query npot texture support
2021-04-20 sfan5Enable cleanTransparent filter for mipmapping and impro...
2021-03-16 Jean-Patrick GuerreroFix deprecated calls with Irrlicht 1.9
2021-02-14 sfan5Fix segfault with invalid texture strings and minimap...
2021-01-22 rubenwardyRemove dead code (#10845)
2020-12-24 sfan5Fix some minor code issues all over the place
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
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...