aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2016-01-09Fix screenshot links in AppData filesfan5
2015-09-03Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube
-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
2015-08-19Add Japanese translation of desktop fileRui
2015-04-27Add Russian comment translation to minetest.desktopmich1
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
2015-04-12Add Spanish comment translation to minetest.desktopngosang
2015-03-27Clean up and tweak build systemShadowNinja
* 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.
2015-03-17Standalone bundle for OSX (w/ dependencies!)Pavel Puchkin
2015-03-07Add Turkish comment translation to minetest.desktopMahmut Elmas
2015-02-12Add german and french translation for minetest.desktopLoic Blot
This fixes #1573
2015-01-20Improve desktop fileMarkus Koschany
2014-12-16Fix OSX packaging finallyPavel Puchkin
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-09-21Revert the icon name in minetest.desktopShadowNinja
This reverts commit 7993696fc4b59354974059e1f8d6b3063d316411, which broke the icon on most distributions.
2014-08-22Fix wrong Icon name in minetest.desktopsapier
2014-06-13Add AppData fileDavid Gumberg
2014-03-02Improved win32 file version informationsapier
2013-06-18Compress texturesDavid Gumberg
2012-04-02Fix things for cross-compiling using mingwPerttu Ahola
2012-03-20Move icon files to misc/Perttu Ahola
2011-12-01Include the freedesktop.org-standard .desktop file in misc/ to aid package ↵Perttu Ahola
makers
2011-12-01Remove old stuff from misc/Perttu Ahola
2011-05-19Moved the temporary mapgen test files and added a modified map.cpp too... ↵Perttu Ahola
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