Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add colored text (not only colored chat). | Ekdohibs | 2016-05-31 |
| | | | | | Add documentation, move files to a proper place and avoid memory leaks. Make it work with most kind of texts, and allow backgrounds too. | ||
* | Colored chat working as expected for both freetype and non-freetype builds. ↵ | TriBlade9 | 2016-05-31 |
| | | | | @nerzhul improvements * Add unit tests * Fix coding style * move guiChatConsole.hpp to client/ | ||
* | Clean up and tweak build system | ShadowNinja | 2015-03-27 |
| | | | | | | | | | | | | | | | | * Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files. | ||
* | Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵ | Loic Blot | 2015-03-05 |
| | | | | tile.hpp to src/client/ | ||
* | Use proper CMakeLists.txt for network and client directories | Loic Blot | 2015-02-21 |