aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2017-02-04Add ItemStack key-value meta storagerubenwardy
2017-02-04Derive NodeMetadata from Metadatarubenwardy
2017-01-20Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-001
2017-01-08Move ServerEnvironment to dedicated cpp/header filesLoic Blot
2017-01-08Move ClientEnvironment to dedicated cpp/header filesLoic Blot
2017-01-04Improve getPointedThing() (#4346)Dániel Juhász
2017-01-02Move TileAnimation code to seperate filesfan5
2016-12-21Don't ship with broken languages (#4940)est31
2016-12-07Liquids: Update flow on block loadMillersMan
2016-11-07Windows: Add manifest file and set "High DPI Aware" trueadrido
2016-11-06MSVC: Generate debug information for release builds (#4674)SmallJoker
2016-10-11Disable cmake message concerning WIN32 on non-windows systemsRogier
2016-10-08Move RemotePlayer code to its own cpp/headerLoic Blot
2016-09-29Only include keycode unittests in client build (fixes #4559)sfan5
2016-09-21Don't use ZLIB_WINAPI if the required DLL is not provided to CMakesfan5
2016-09-13Fix "unknown CMake command "check_library_exists" (#4517)Eric Mountain
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2016-07-03openbsd's port fix for non Linux systems w/o libRTDavid Carlier
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-05-22Implement a PostgreSQL backendLoic Blot
2016-03-07Move AreaStore to utilShadowNinja
2016-01-14Add Valleys mapgen.Duane Robertson
2015-12-05Improve LuaJIT detectionFerdinand Thiessen
2015-11-11Mapgen: Add flat mapgen in hidden formparamat
2015-11-06Add server side ncurses terminalest31
2015-10-06Mapgen: Add 4D fractal mapgenparamat
2015-09-01Warn when building without cURLShadowNinja
2015-09-01Enable server build when no builds are enabledShadowNinja
2015-08-23Clean up threadingShadowNinja
2015-07-27Add AreaStore data structureest31
2015-06-29Fix *BSD build with GNU iconvkwolekr
2015-06-27Add minimap featureRealBadAngel
2015-06-13Add utf-8 conversion utilities and re-add intlGUIEditBoxest31
2015-05-18Split ObjDef/ObjDefManager out to objdef.cppkwolekr
2015-05-16Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war...kwolekr
2015-05-11Add LibGMPest31
2015-05-05Make Git version detection use VERSION_STRING instead of tagsShadowNinja
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
2015-04-26Tests: Modularize unit testingkwolekr
2015-04-08Link against shlwapi.lib and unify linker input sources for Windowskwolekr
2015-04-08Fix freetype detectionDmitry Marakasov
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-02-21Move sha1.hpp and base64.hpp to util/Loic Blot
2015-02-21Use proper CMakeLists.txt for network and client directoriesLoic Blot
2015-02-21Unit tests must be done at integration process.Loic Blot
2015-02-16[Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot