aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
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
2015-02-12main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLaunc...Loic Blot
2015-02-10Network Layer 7 rework (Packet handling)Loic Blot
2015-02-02Create minidump on fatal Win32 exceptionskwolekr
2015-01-18Fix all warnings and remove -Wno-unused-but-set cflagkwolekr
2015-01-18Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug a...kwolekr
2015-01-18Revert "Fix bug in debug build"kwolekr
2015-01-19Fix bug in debug buildCraig Robbins
2015-01-10Set default value for ENABLE_REDIS to 0sfan5
2015-01-08Remove included SQLite3ShadowNinja
2015-01-08Add SQLite3 libraries to buildbotsfan5
2014-12-29Fix -Wtype-limits warnings and remove disabling of -Wtype-limitsCraig Robbins
2014-12-23Silence misc. warningskwolekr
2014-12-06Add workaround for failing clang buildsfan5
2014-11-30Implement proper font handlingsapier
2014-11-22Fix compiling if no endian.h foundPavel Puchkin
2014-11-21serialize.h: use machine native byte swapping if available, fall-back to prev...Rafael Reilova
2014-11-08Implement WieldMeshSceneNode which improves wield mesh renderingKahrl
2014-11-08Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat
2014-11-01Split up mapgen.cppkwolekr