Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix screenshot links in AppData file | sfan5 | 2016-01-09 |
| | |||
* | Rename minetest-icon.svg to minetest.svg - Fixes #1564 | HEXcube | 2015-09-03 |
| | | | | | | -Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines -Ensures compatibility with icon themes -Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change | ||
* | Add Japanese translation of desktop file | Rui | 2015-08-19 |
| | |||
* | Add Russian comment translation to minetest.desktop | mich1 | 2015-04-27 |
| | |||
* | Revert the upper-case PROJECT_NAME nonsense that was part of #2402 | sfan5 | 2015-04-27 |
| | |||
* | Add Spanish comment translation to minetest.desktop | ngosang | 2015-04-12 |
| | |||
* | 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. | ||
* | Standalone bundle for OSX (w/ dependencies!) | Pavel Puchkin | 2015-03-17 |
| | |||
* | Add Turkish comment translation to minetest.desktop | Mahmut Elmas | 2015-03-07 |
| | |||
* | Add german and french translation for minetest.desktop | Loic Blot | 2015-02-12 |
| | | | | This fixes #1573 | ||
* | Improve desktop file | Markus Koschany | 2015-01-20 |
| | |||
* | Fix OSX packaging finally | Pavel Puchkin | 2014-12-16 |
| | | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com> | ||
* | Revert the icon name in minetest.desktop | ShadowNinja | 2014-09-21 |
| | | | | | This reverts commit 7993696fc4b59354974059e1f8d6b3063d316411, which broke the icon on most distributions. | ||
* | Fix wrong Icon name in minetest.desktop | sapier | 2014-08-22 |
| | |||
* | Add AppData file | David Gumberg | 2014-06-13 |
| | |||
* | Improved win32 file version information | sapier | 2014-03-02 |
| | |||
* | Compress textures | David Gumberg | 2013-06-18 |
| | |||
* | Fix things for cross-compiling using mingw | Perttu Ahola | 2012-04-02 |
| | |||
* | Move icon files to misc/ | Perttu Ahola | 2012-03-20 |
| | |||
* | Include the freedesktop.org-standard .desktop file in misc/ to aid package ↵ | Perttu Ahola | 2011-12-01 |
| | | | | makers | ||
* | Remove old stuff from misc/ | Perttu Ahola | 2011-12-01 |
| | |||
* | Moved the temporary mapgen test files and added a modified map.cpp too... ↵ | Perttu Ahola | 2011-05-19 |
These are probably useful in the next mapgen update and shouldn't be lost. --HG-- rename : src/noise.cpp.new => misc/noise.cpp rename : src/noise.h.new => misc/noise.h |