summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2015-05-05Make Git version detection use VERSION_STRING instead of tagsShadowNinja
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.
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-02-24Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requestedLoic Blot
2015-02-21Unit tests must be done at integration process.Loic Blot
* 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.
2015-02-16Add LevelDB and redis to Travis Linux buildssfan5
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-02-05Add wstrgettext to list of translation update keywordsShadowNinja
2015-01-08Add SQLite3 libraries to buildbotsfan5
2015-01-06Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492)sfan5
2014-12-30Add util/bump_version.shKahrl
2014-12-23Update MinGW toolchain downloads used by travissfan5
2014-12-06Build for win32 & win64 on Travis toosfan5
2014-10-19Update the cURL the buildbot uses to 7.38.0sfan5
2014-09-30updatepo.sh: Find all filesDiego Martínez
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan5
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
2014-06-30Move master server to seperate repositoryShadowNinja
2014-06-30Masterserver: Fix compiling servers.jstproller
2014-06-28Masterserver: Fix undefined playersproller
2014-06-18Update buildbot scripts and add 64-bit buildbotsfan5
2014-02-24Fix null string escapeproller
2014-01-07Send long announce as POST, show OS in useragentproller
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce
2013-12-03Rename names -> can_see_far_names in announceproller
2013-12-03Remove link to #, add unlimited_player_transfer_distance to announceproller
2013-11-05Masterserver uptime fixproller
2013-11-04Fix masterserver README.mdIlya Zhuravlev
2013-11-04Masterserver fixesproller
2013-11-04Masterserver show privs and js autoloadproller
2013-11-03Add a "More..." link when the serverlist is filteredShadowNinja
2013-11-03Only show servers with at least master.min_clients clientsShadowNinja
2013-11-03Use a doT.js template for the serverlistShadowNinja
2013-10-18Masterserver totals fixproller
2013-10-18Masterserver updateproller
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-07Fix stored XSS vulnerability in the serverlistSfan5
2013-08-05Master server script improvementproller
2013-08-04Masterserver bugfixproller
2013-08-03More info in serverlistproller
2013-07-13Masterserver mods fixproller
2013-07-13Better masterserver htmlproller
2013-07-13Masterserver mods announse, ipv6, better curl errorsproller
2013-07-04Add texture bumpmapping feature.RealBadAngel
2013-05-18Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam
2013-04-11Fix masterserver javascript: adjustable output idproller
2013-03-30Fix backward compatibility for server uptime in master server web pageproller
2013-03-30Masterserver: report gameid, uptime, cosmetic fixes on server web pageproller
2013-03-21Update buildwin32.sh to get minetest/commonPerttu Ahola
2013-02-24Update buildbotPilzAdam
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-22new auto masterserverproller
2013-01-23Tweak buildbotsfan5
* CURL support * only download packages if they don't exist * fixed download links (libvorbis and libogg) * manual downloading if automatic downloading fails (only minetest and minetest_game) * mingwm10.dll and openal_stripped.zip are downloaded automatically