aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2014-09-21Split settings into seperate source and header filesShadowNinja
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL CMa...sfan5
2014-07-12Remove indev mapgenproller
2014-07-12Remove math mapgenproller
2014-06-29Copy zlib and freetype dll to windows package toosapier
2014-06-29OS X compatibility fixesMartin Doege
2014-06-17Remove not really used guiTextInputMenusapier
2014-05-25Works for debian and a few other distributions but fails for even more so bac...sapier
2014-05-24Fix library link ordersapier
2014-05-18Add support for interlaced polarized 3d screenssapier
2014-04-19Replace deathscreen by formspec variantsapier
2014-04-16Add redis database backendSfan5
2014-03-11Fix generating winresource.o with build dir != source dirSfan5
2014-03-05Replace pause and message menu by formspec onessapier
2014-03-02Improved win32 file version informationsapier
2014-02-23Fix test for broken LuaJIT versions, solves #1152Sfan5
2014-02-16Fix broken cross-compilingSfan5
2014-02-13Add check to avoid usage of broken LuaJIT < 2.0.0beta8sapier
2014-01-31Add propper client initializationsapier
2014-01-21Fix curl dll not getting installed when sound is disabledSfan5
2014-01-13Add formspec tableKahrl
2014-01-05BUILD: fix cmake list parsinghasufell
2014-01-05BUILD: prefer pkg-config for freetype2 detectionhasufell
2014-01-05Add option to link to OpenGL ES, fixes #1051Sfan5
2013-12-13Rewrite client media download and support hash-based remote downloadKahrl
2013-12-13Implement httpfetch module and initialize it from main()Kahrl
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-09-29Pass VERSION_EXTRA to GenerateVersion.cmakeKahrl
2013-09-28Show git hash in version string at top left corner of windowKahrl
2013-09-28Add curl, freetype and luaJIT to CMAKE_BUILD_INFOPilzAdam
2013-09-15Always use builtin JThread librarykwolekr
2013-09-09Use system-wide LevelDB instead of bundled oneSfan5
2013-09-09Add dummy and LevelDB database backendsIlya Zhuravlev
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Remove farmeshKahrl
2013-07-02Change debug optimization level back to -O1kwolekr
2013-07-02Replace C++ mainmenu by formspec powered onesapier
2013-06-23New math mapgen with fractal based worldsproller
2013-05-25Move scriptapi to separate folder (by sapier)sapier
2013-04-21Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapg...kwolekr
2013-04-18Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr
2013-04-08Use system wide LuaJIT if aviable.RealBadAngel
2013-04-07Revert "Fix to be able to build from dir different than source dir"kwolekr
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-04-06Fix to be able to build from dir different than source dirDiego Martínez
2013-04-06Add Dijkstra A* and A* without prefetching pathfind algorithmssapier
2013-03-29Fix build on Linux with some glibcskwolekr
2013-03-23Allow spawning particles from the server, from luaJeija
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola
2013-03-16build with ogles2 driverproller