- Oct 06, 2016
-
-
Loïc Blot authored
-
- Sep 21, 2016
-
-
sfan5 authored
The libraries updated in this commit were built with a set of scripts: https://gist.github.com/sfan5/780c24313c164d34634e18677683b9a3 Building new library versions or just using a different MinGW version is now way easier. This means Windows builds no longer need to use ancient library versions just because nobody knows how to build them.
-
- Jul 29, 2016
-
-
Fernando Carmona Varo authored
Instead of trying to manually parse the output of 'git show' which can be different across different git configurations, properly use the 'git rev-parse' command that is intended for this purpose.
-
- May 22, 2016
-
-
Loïc Blot authored
-
- Apr 28, 2016
-
-
ShadowNinja authored
The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
-
- Mar 20, 2016
-
-
ShadowNinja authored
Exit if cd fails and don't insert '\' in string.
-
- Feb 04, 2016
-
-
Pavel Puchkin authored
-
- Dec 26, 2015
-
-
sfan5 authored
The freehoster these files were hosted on is shutting down soon-ish, they're now hosted on my VPS.
-
- Dec 05, 2015
-
-
est31 authored
Now we do sudo apt-get update to download package sources. This fixes travis build with the new GCE based infrastructure. Closes #3427. Closes #3426.
-
- Oct 17, 2015
-
-
PilzAdam authored
Settings are automatically parsed from builtin/settingtypes.txt The edit dialog automatically adjust based on the type of setting
- Sep 02, 2015
-
-
est31 authored
Otherwise, this updates all .po files for all line numbers that changed since the last time updatepo.sh was run. We still add the filename, but this information shouldn't change too often. xgettext beginning with 0.18.4 supports this feature.
-
- Aug 25, 2015
-
-
est31 authored
-
- Jul 18, 2015
-
-
Rui authored
-
- May 11, 2015
-
-
est31 authored
Uses system provided libgmp if found, if not it falls back to mini-gmp.
-
Megaf authored
On Debian 8... ``` Package libjpeg8-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libjpeg62-turbo-dev ``` Using libjpeg-dev should make the OS select the most appropriate lib to be installed. These are the packages available on Debian 8. ``` libjpeg-dev - Development files for the JPEG library [dummy package] libjpeg-turbo-progs - Programs for manipulating JPEG files libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols) libjpeg62-turbo - libjpeg-turbo JPEG runtime library libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library libturbojpeg1 - TurboJPEG runtime library - SIMD optimized libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols) libturbojpeg1-dev - Development files for the TurboJPEG library ``` This seems to work on all current Debian versions, Wheezy, Jessie and Sid. https://packages.debian.org/wheezy/libjpeg-dev https://packages.debian.org/jessie/libjpeg-dev https://packages.debian.org/stretch/libjpeg-dev Im not sure if Ubuntu has this dummy package. http://packages.ubuntu.com/search?keywords=libjpeg-dev Perhaps this should be further discussed. libjpeg8-dev -> libjpeg-dev
-
- May 05, 2015
-
-
ShadowNinja authored
This fixes the problem where 0.4.12-dev versions were erroneously shown as 0.4.11-dev because the tag was added on a separate branch. It also fixes a similar issue when builders didn't fetch new tags when updating. This also removes the number-of-commits-since-tag field, since it's incompatible with this. Said field doesn't seem to be useful anyway if you have the commit hash.
-
- Mar 27, 2015
-
-
ShadowNinja authored
* 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.
-
- Feb 24, 2015
-
-
Loïc Blot authored
-
- Feb 21, 2015
-
-
Loïc Blot authored
* Remove --enable-unittests and --disable-unittests and add --do-unittests function * --do-unittests function will exit 0 on success. * minetest and minetestserver binaries are launched with --do-unittests in travis build.
-
- Feb 16, 2015
-
-
sfan5 authored
-
- Feb 05, 2015
-
-
ShadowNinja authored
-
ShadowNinja authored
-
- Jan 08, 2015
-
-
sfan5 authored
-
- Jan 06, 2015
-
-
sfan5 authored
-
- Dec 29, 2014
-
-
Kahrl authored
-
- Dec 23, 2014
-
-
sfan5 authored
-
- Dec 06, 2014
-
-
sfan5 authored
-
- Oct 19, 2014
-
-
sfan5 authored
-
- Sep 30, 2014
-
-
Diego Martínez authored
-
- Jul 29, 2014
-
-
sfan5 authored
Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
-
- Jun 30, 2014
-
-
ShadowNinja authored
-
proller authored
-
- Jun 28, 2014
-
-
proller authored
-
- Jun 18, 2014
-
-
sfan5 authored
-
- Feb 24, 2014
-
-
proller authored
-
- Jan 06, 2014
-
-
proller authored
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
-
- Dec 03, 2013
- Nov 05, 2013
-
-
proller authored
-