| Commit message (Expand) | Author | Age |
... | |
* | Add ItemStack key-value meta storage | rubenwardy | 2017-02-04 |
* | Derive NodeMetadata from Metadata | rubenwardy | 2017-02-04 |
* | Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072) | red-001 | 2017-01-20 |
* | Move ServerEnvironment to dedicated cpp/header files | Loic Blot | 2017-01-08 |
* | Move ClientEnvironment to dedicated cpp/header files | Loic Blot | 2017-01-08 |
* | Improve getPointedThing() (#4346) | Dániel Juhász | 2017-01-04 |
* | Move TileAnimation code to seperate file | sfan5 | 2017-01-02 |
* | Don't ship with broken languages (#4940) | est31 | 2016-12-21 |
* | Liquids: Update flow on block load | MillersMan | 2016-12-07 |
* | Windows: Add manifest file and set "High DPI Aware" true | adrido | 2016-11-07 |
* | MSVC: Generate debug information for release builds (#4674) | SmallJoker | 2016-11-06 |
* | Disable cmake message concerning WIN32 on non-windows systems | Rogier | 2016-10-11 |
* | Move RemotePlayer code to its own cpp/header | Loic Blot | 2016-10-08 |
* | Only include keycode unittests in client build (fixes #4559) | sfan5 | 2016-09-29 |
* | Don't use ZLIB_WINAPI if the required DLL is not provided to CMake | sfan5 | 2016-09-21 |
* | Fix "unknown CMake command "check_library_exists" (#4517) | Eric Mountain | 2016-09-13 |
* | Add MapSettingsManager and new mapgen setting script API functions | kwolekr | 2016-07-03 |
* | openbsd's port fix for non Linux systems w/o libRT | David Carlier | 2016-07-03 |
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
* | Implement a PostgreSQL backend | Loic Blot | 2016-05-22 |
* | Move AreaStore to util | ShadowNinja | 2016-03-07 |
* | Add Valleys mapgen. | Duane Robertson | 2016-01-14 |
* | Improve LuaJIT detection | Ferdinand Thiessen | 2015-12-05 |
* | Mapgen: Add flat mapgen in hidden form | paramat | 2015-11-11 |
* | Add server side ncurses terminal | est31 | 2015-11-06 |
* | Mapgen: Add 4D fractal mapgen | paramat | 2015-10-06 |
* | Warn when building without cURL | ShadowNinja | 2015-09-01 |
* | Enable server build when no builds are enabled | ShadowNinja | 2015-09-01 |
* | Clean up threading | ShadowNinja | 2015-08-23 |
* | Add AreaStore data structure | est31 | 2015-07-27 |
* | Fix *BSD build with GNU iconv | kwolekr | 2015-06-29 |
* | Add minimap feature | RealBadAngel | 2015-06-27 |
* | Add utf-8 conversion utilities and re-add intlGUIEditBox | est31 | 2015-06-13 |
* | Split ObjDef/ObjDefManager out to objdef.cpp | kwolekr | 2015-05-18 |
* | Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war... | kwolekr | 2015-05-16 |
* | Add LibGMP | est31 | 2015-05-11 |
* | Make Git version detection use VERSION_STRING instead of tags | ShadowNinja | 2015-05-05 |
* | Revert the upper-case PROJECT_NAME nonsense that was part of #2402 | sfan5 | 2015-04-27 |
* | Tests: Modularize unit testing | kwolekr | 2015-04-26 |
* | Link against shlwapi.lib and unify linker input sources for Windows | kwolekr | 2015-04-08 |
* | Fix freetype detection | Dmitry Marakasov | 2015-04-08 |
* | Move globals from main.cpp to more sane locations | Craig Robbins | 2015-04-01 |
* | Clean scaling pre-filter for formspec/HUD. | Aaron Suen | 2015-04-01 |
* | Clean up and tweak build system | ShadowNinja | 2015-03-27 |
* | Standalone bundle for OSX (w/ dependencies!) | Pavel Puchkin | 2015-03-17 |
* | Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til... | Loic Blot | 2015-03-05 |
* | Move sha1.hpp and base64.hpp to util/ | Loic Blot | 2015-02-21 |
* | Use proper CMakeLists.txt for network and client directories | Loic Blot | 2015-02-21 |
* | Unit tests must be done at integration process. | Loic Blot | 2015-02-21 |
* | [Patch 2/4] Network rework: packet writing, sending and cleanups | Loic Blot | 2015-02-16 |