aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mapgen: Add 4D fractal mapgenparamat2015-10-061-0/+1
* Warn when building without cURLShadowNinja2015-09-011-0/+9
* Enable server build when no builds are enabledShadowNinja2015-09-011-0/+6
* Clean up threadingShadowNinja2015-08-231-1/+1
* Add AreaStore data structureest312015-07-271-0/+22
* Fix *BSD build with GNU iconvkwolekr2015-06-291-1/+8
* Add minimap featureRealBadAngel2015-06-271-0/+1
* Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-131-0/+1
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-181-0/+1
* Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war...kwolekr2015-05-161-0/+1
* Add LibGMPest312015-05-111-0/+4
* Make Git version detection use VERSION_STRING instead of tagsShadowNinja2015-05-051-1/+1
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-271-22/+21
* Tests: Modularize unit testingkwolekr2015-04-261-6/+2
* Link against shlwapi.lib and unify linker input sources for Windowskwolekr2015-04-081-1/+3
* Fix freetype detectionDmitry Marakasov2015-04-081-16/+23
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+1
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-0/+2
* Clean up and tweak build systemShadowNinja2015-03-271-284/+180
* Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin2015-03-171-1/+14
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot2015-03-051-1/+0
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-211-2/+0
* Use proper CMakeLists.txt for network and client directoriesLoic Blot2015-02-211-7/+9
* Unit tests must be done at integration process.Loic Blot2015-02-211-1/+5
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-3/+3
* main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLaunc...Loic Blot2015-02-121-0/+1
* Network Layer 7 rework (Packet handling)Loic Blot2015-02-101-0/+5
* Create minidump on fatal Win32 exceptionskwolekr2015-02-021-2/+3
* Fix all warnings and remove -Wno-unused-but-set cflagkwolekr2015-01-181-7/+0
* Add SemiDebug (-O1 with debug symbols) build mode and do not optimize Debug a...kwolekr2015-01-181-3/+24
* Revert "Fix bug in debug build"kwolekr2015-01-181-1/+1
* Fix bug in debug buildCraig Robbins2015-01-191-1/+1
* Set default value for ENABLE_REDIS to 0sfan52015-01-101-1/+1
* Remove included SQLite3ShadowNinja2015-01-081-8/+1
* Add SQLite3 libraries to buildbotsfan52015-01-081-0/+3
* Fix -Wtype-limits warnings and remove disabling of -Wtype-limitsCraig Robbins2014-12-291-5/+0
* Silence misc. warningskwolekr2014-12-231-0/+5
* Add workaround for failing clang buildsfan52014-12-061-0/+5
* Implement proper font handlingsapier2014-11-301-0/+1
* Fix compiling if no endian.h foundPavel Puchkin2014-11-221-0/+3
* serialize.h: use machine native byte swapping if available, fall-back to prev...Rafael Reilova2014-11-211-0/+3
* Implement WieldMeshSceneNode which improves wield mesh renderingKahrl2014-11-081-0/+1
* Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, ...paramat2014-11-081-0/+1
* Split up mapgen.cppkwolekr2014-11-011-1/+4
* Split settings into seperate source and header filesShadowNinja2014-09-211-77/+78
* Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL CMa...sfan52014-07-291-9/+7
* Remove indev mapgenproller2014-07-121-1/+0
* Remove math mapgenproller2014-07-121-1/+0
* Copy zlib and freetype dll to windows package toosapier2014-06-291-0/+6
* OS X compatibility fixesMartin Doege2014-06-291-8/+25