summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
* Gitlab-CI enhancements (#5629)Loïc Blot2017-04-21
|
* Update .appdata and .desktop filesJuhani Numminen2017-03-05
|
* Windows: Add manifest file and set "High DPI Aware" trueadrido2016-11-07
| | | | | This resolves washy font and incorrect mouse handling on Windows if a screen with high DPI is used.
* Update AppData file with more URLs and keywordssfan52016-08-12
|
* Add simulation categoryRémi Verschelde2016-08-10
|
* Finally set a window icon on X11est312016-07-05
| | | | | | | | | | Since the creation of minetest, it had no window icon on X11. Now we have one. The misc/minetest-xorg-icon-128.png file is a rendering of the misc/minetest.svg file with inkscape, created with something like: inkscape -z -e misc/minetest-xorg-icon-128.png -w 128 -h 128 misc/minetest.svg
* Fix screenshot links in AppData filesfan52016-01-09
|
* Rename minetest-icon.svg to minetest.svg - Fixes #1564HEXcube2015-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 fileRui2015-08-19
|
* Add Russian comment translation to minetest.desktopmich12015-04-27
|
* Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan52015-04-27
|
* Add Spanish comment translation to minetest.desktopngosang2015-04-12
|
* Clean up and tweak build systemShadowNinja2015-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 Puchkin2015-03-17
|
* Add Turkish comment translation to minetest.desktopMahmut Elmas2015-03-07
|
* Add german and french translation for minetest.desktopLoic Blot2015-02-12
| | | | This fixes #1573
* Improve desktop fileMarkus Koschany2015-01-20
|
* Fix OSX packaging finallyPavel Puchkin2014-12-16
| | | | Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Revert the icon name in minetest.desktopShadowNinja2014-09-21
| | | | | This reverts commit 7993696fc4b59354974059e1f8d6b3063d316411, which broke the icon on most distributions.
* Fix wrong Icon name in minetest.desktopsapier2014-08-22
|
* Add AppData fileDavid Gumberg2014-06-13
|
* Improved win32 file version informationsapier2014-03-02
|
* Compress texturesDavid Gumberg2013-06-18
|
* Fix things for cross-compiling using mingwPerttu Ahola2012-04-02
|
* Move icon files to misc/Perttu Ahola2012-03-20
|
* Include the freedesktop.org-standard .desktop file in misc/ to aid package ↵Perttu Ahola2011-12-01
| | | | makers
* Remove old stuff from misc/Perttu Ahola2011-12-01
|
* Moved the temporary mapgen test files and added a modified map.cpp too... ↵Perttu Ahola2011-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