Player data to Database (#5475)
[oweals/minetest.git] / src / CMakeLists.txt
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-17 Perttu AholaMeshUpdateQueue: Add a MapBlock cache that minimizes...
2017-04-07 adridoWindows: Skip cmd for release builds (#5416)
2017-04-02 Loïc BlotUpdate embedded jsoncpp from unk version to 0.10.6...
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-02-04 rubenwardyDerive NodeMetadata from Metadata
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-08 Loic BlotMove ClientEnvironment to dedicated cpp/header files
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-02 sfan5Move TileAnimation code to seperate file
2016-12-21 est31Don't ship with broken languages (#4940)
2016-12-07 MillersManLiquids: Update flow on block load
2016-11-07 adridoWindows: Add manifest file and set "High DPI Aware...
2016-11-06 SmallJokerMSVC: Generate debug information for release builds...
2016-10-11 RogierDisable cmake message concerning WIN32 on non-windows...
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-09-29 sfan5Only include keycode unittests in client build (fixes...
2016-09-21 sfan5Don't use ZLIB_WINAPI if the required DLL is not provid...
2016-09-14 Eric MountainFix "unknown CMake command "check_library_exists" ...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-07-03 David Carlieropenbsd's port fix for non Linux systems w/o libRT
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-22 Loic BlotImplement a PostgreSQL backend 4124/head
2016-03-07 ShadowNinjaMove AreaStore to util
2016-01-14 Duane RobertsonAdd Valleys mapgen.
2015-12-05 Ferdinand ThiessenImprove LuaJIT detection
2015-11-11 paramatMapgen: Add flat mapgen in hidden form
2015-11-06 est31Add server side ncurses terminal
2015-10-06 paramatMapgen: Add 4D fractal mapgen
2015-09-01 ShadowNinjaWarn when building without cURL
2015-09-01 ShadowNinjaEnable server build when no builds are enabled
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-07-27 est31Add AreaStore data structure
2015-06-29 kwolekrFix *BSD build with GNU iconv
2015-06-27 RealBadAngelAdd minimap feature
2015-06-13 est31Add utf-8 conversion utilities and re-add intlGUIEditBox
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-05-17 kwolekrAdd -Wsign-compare for Clang builds and fix some signed...
2015-05-11 est31Add LibGMP
2015-05-05 ShadowNinjaMake Git version detection use VERSION_STRING instead...
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-26 kwolekrTests: Modularize unit testing
2015-04-08 kwolekrLink against shlwapi.lib and unify linker input sources...
2015-04-08 Dmitry MarakasovFix freetype detection
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-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-17 Pavel PuchkinStandalone bundle for OSX (w/ dependencies!)
2015-03-05 Loic BlotReplace std::list to std::vector into tile.cpp (m_textu...
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-21 Loic BlotUse proper CMakeLists.txt for network and client direct...
2015-02-21 Loic BlotUnit tests must be done at integration process.
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...
2015-02-12 Loic Blotmain.cpp rework * Move ClientLauncher class to a dedica...
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)
2015-02-02 kwolekrCreate minidump on fatal Win32 exceptions
2015-01-19 kwolekrFix all warnings and remove -Wno-unused-but-set cflag
2015-01-19 kwolekrAdd SemiDebug (-O1 with debug symbols) build mode and...
2015-01-18 kwolekrRevert "Fix bug in debug build"
2015-01-18 Craig RobbinsFix bug in debug build
2015-01-10 sfan5Set default value for ENABLE_REDIS to 0
2015-01-08 ShadowNinjaRemove included SQLite3 2046/head
2015-01-08 sfan5Add SQLite3 libraries to buildbot
2014-12-29 Craig RobbinsFix -Wtype-limits warnings and remove disabling of...
2014-12-23 kwolekrSilence misc. warnings
2014-12-06 sfan5Add workaround for failing clang build
2014-11-30 sapierImplement proper font handling
2014-11-22 Pavel PuchkinFix compiling if no endian.h found
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-11-08 KahrlImplement WieldMeshSceneNode which improves wield mesh...
2014-11-08 paramatAdd mgv5. New noise code, uses biome API. Eased 3d...
2014-11-01 kwolekrSplit up mapgen.cpp
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-07-29 sfan5Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove...
2014-07-12 prollerRemove indev mapgen
2014-07-12 prollerRemove math mapgen
2014-06-29 sapierCopy zlib and freetype dll to windows package too
2014-06-29 Martin DoegeOS X compatibility fixes
2014-06-17 sapierRemove not really used guiTextInputMenu 1364/head
2014-05-24 sapierWorks for debian and a few other distributions but...
2014-05-24 sapierFix library link order
2014-05-17 sapierAdd support for interlaced polarized 3d screens 1269/head
2014-04-19 sapierReplace deathscreen by formspec variant 1178/head
2014-04-16 Sfan5Add redis database backend
2014-03-11 Sfan5Fix generating winresource.o with build dir != source dir
2014-03-05 sapierReplace pause and message menu by formspec ones 1164/head
2014-03-02 sapierImproved win32 file version information 973/head
2014-02-23 Sfan5Fix test for broken LuaJIT versions, solves #1152
2014-02-16 Sfan5Fix broken cross-compiling
2014-02-13 sapierAdd check to avoid usage of broken LuaJIT < 2.0.0beta8 1142/head
2014-01-31 sapierAdd propper client initialization 1116/head
2014-01-21 Sfan5Fix curl dll not getting installed when sound is disabled
2014-01-13 KahrlAdd formspec table
2014-01-05 hasufellBUILD: fix cmake list parsing
2014-01-05 hasufellBUILD: prefer pkg-config for freetype2 detection
2014-01-05 Sfan5Add option to link to OpenGL ES, fixes #1051
2013-12-13 KahrlRewrite client media download and support hash-based...
2013-12-13 KahrlImplement httpfetch module and initialize it from main()
2013-11-11 sapierFix win32/msvc i18n (quite UGLY version, blame Microsoft)
next