aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)Author
2023-03-05Increase used IrrlichtMt versionsfan5
2023-03-05Kubernetes: Deployments are stable since v1.16Thomas Laubrock
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#deployment-v116 K8s Version v1.16 doesn't allow `extensions/v1beta1` as API version.
2022-12-31Bump used IrrlichtMt versionsfan5
2022-09-16Bump used IrrlichtMt versionsfan5
2022-08-15Cut back on Gitlab-ci & misc pipeline updatessfan5
2022-08-15Remove resolution of appstream screenshots (#12652)Fábio Rodrigues Ribeiro
resolves Appdata not valid #12597
2022-08-04Bump version to 5.6.0sfan5
2022-07-23Centralize IrrlichtMt version used for buildssfan5
maybe a submodule would have really been easier...
2022-05-17Add vcs-browser and contribute URLs to AppdataJakobDev
2022-05-02Add German translation to AppData file (#12161)JakobDev
2022-01-30Bump version to 5.5.0sfan5
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
2021-08-27Add debian 11 to Gitlab-CI (#11571)Loïc Blot
* feat(gitlab-ci): add debian 11 support
2021-03-12Update Gitlab-CI configuration toosfan5
2021-03-09Restore Irrlicht 1.9 supportsfan5
2021-02-23Bump version to 5.4.0sfan5
2021-01-29Set UTF-8 codepage in Windows manifest (#10881)sfan5
2021-01-04Update Gitlab-CI pipelinesfan5
2020-07-09Bump version to 5.3.05.3.0sfan5
2020-05-10Request the dedicated GPU when starting Minetest from the `.desktop` file ↵Hugo Locurcio
(#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.
2020-04-25Fix DPI scaling on Windowssfan5
the manifest appears to be very sensitive to changes closes #9744
2020-04-11Implement DPI scaling for Windows (#9586)sfan5
2020-04-05Bump version to 5.2.05.2.0sfan5
2019-10-12Bump version to 5.1.05.1.0sfan5
2019-05-18Add content_rating tag to appdata (#8538)Carles Pastor Badosa
This tag allows software stores (KDE discover, etc) to filter and know whether applications are suitable for young users.
2019-03-04Bump version to 5.0.05.0.0sfan5
2018-12-15Add a basic kubernetes deployment file (#7979)Loïc Blot
* Add a basic kubernetes deployment file
2018-10-26Windows: Cpack wix installer (#6153)adrido
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
2018-10-16Add release information to appdata file (#7771)Carles Pastor Badosa
2017-06-27Fix msvc annoyances (#5963)adrido
* 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
2017-04-21Gitlab-CI enhancements (#5629)Loïc Blot
2017-03-05Update .appdata and .desktop filesJuhani Numminen
2016-11-07Windows: Add manifest file and set "High DPI Aware" trueadrido
This resolves washy font and incorrect mouse handling on Windows if a screen with high DPI is used.
2016-08-12Update AppData file with more URLs and keywordssfan5
2016-08-10Add simulation categoryRémi Verschelde
2016-07-05Finally set a window icon on X11est31
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
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