summaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAge
* Update Gitlab-CI configuration toosfan52021-03-12
|
* Restore Irrlicht 1.9 supportsfan52021-03-09
|
* Bump version to 5.4.0sfan52021-02-23
|
* Set UTF-8 codepage in Windows manifest (#10881)sfan52021-01-29
|
* Update Gitlab-CI pipelinesfan52021-01-04
|
* Bump version to 5.3.0sfan52020-07-09
|
* Request the dedicated GPU when starting Minetest from the `.desktop` file ↵Hugo Locurcio2020-05-10
| | | | | | (#9827) See <https://www.hadess.net/2020/05/dual-gpu-support-launch-on-discrete-gpu.html> for more information about this newly added `.desktop` entry property.
* Fix DPI scaling on Windowssfan52020-04-25
| | | | | the manifest appears to be very sensitive to changes closes #9744
* Implement DPI scaling for Windows (#9586)sfan52020-04-11
|
* Bump version to 5.2.0sfan52020-04-05
|
* Bump version to 5.1.0sfan52019-10-12
|
* Add content_rating tag to appdata (#8538)Carles Pastor Badosa2019-05-18
| | | This tag allows software stores (KDE discover, etc) to filter and know whether applications are suitable for young users.
* Bump version to 5.0.0sfan52019-03-04
|
* Add a basic kubernetes deployment file (#7979)Loïc Blot2018-12-15
| | | | * Add a basic kubernetes deployment file
* Windows: Cpack wix installer (#6153)adrido2018-10-26
| | | | | | Create CPack WIX msi Installer for RUN_IN_PLACE=0 builds Correct paths on Windows for RUN_IN_PLACE=0 Install only required font files Games have their own components, and "minimal" is optional
* Add release information to appdata file (#7771)Carles Pastor Badosa2018-10-16
|
* Fix msvc annoyances (#5963)adrido2017-06-27
| | | | | | | | | | | | | | | | | | | | * MSVC: Fix '/std:c++11' is not a valid compiler option * MSVC/MINGW: Define 'WIN32_LEAN_AND_MEAN' for the whole project In some obscure cases 'Windows.h" got includet before that definition, which leaded to compilation warnings+errors * MSVC: '/arch:SSE' is only available for x86 * MSVC: Fix float conversation * MSVC/MINGW: use winthreads on Windows * MSVC: 'USE_CMAKE_CONFIG' might be already definied by CMake build system * MSVC: Use all available cpu cores for compiling * Add missing include ctime and use std::time_t
* 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