Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-05 | Make Git version detection use VERSION_STRING instead of tags | ShadowNinja | |
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-27 | Clean up and tweak build system | ShadowNinja | |
* 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-24 | Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested | Loic Blot | |
2015-02-21 | Unit 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-16 | Add LevelDB and redis to Travis Linux builds | sfan5 | |
2015-02-05 | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | |
2015-02-05 | Add wstrgettext to list of translation update keywords | ShadowNinja | |
2015-01-08 | Add SQLite3 libraries to buildbot | sfan5 | |
2015-01-06 | Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492) | sfan5 | |
2014-12-30 | Add util/bump_version.sh | Kahrl | |
2014-12-23 | Update MinGW toolchain downloads used by travis | sfan5 | |
2014-12-06 | Build for win32 & win64 on Travis too | sfan5 | |
2014-10-19 | Update the cURL the buildbot uses to 7.38.0 | sfan5 | |
2014-09-30 | updatepo.sh: Find all files | Diego Martínez | |
2014-07-29 | Add 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-30 | Move master server to seperate repository | ShadowNinja | |
2014-06-30 | Masterserver: Fix compiling servers.jst | proller | |
2014-06-28 | Masterserver: Fix undefined players | proller | |
2014-06-18 | Update buildbot scripts and add 64-bit buildbot | sfan5 | |
2014-02-24 | Fix null string escape | proller | |
2014-01-07 | Send long announce as POST, show OS in useragent | proller | |
Add lag reporting to masterserver (average dtime) StyledWriter -> FastWriter in masterserver announce | |||
2013-12-03 | Rename names -> can_see_far_names in announce | proller | |
2013-12-03 | Remove link to #, add unlimited_player_transfer_distance to announce | proller | |
2013-11-05 | Masterserver uptime fix | proller | |
2013-11-04 | Fix masterserver README.md | Ilya Zhuravlev | |
2013-11-04 | Masterserver fixes | proller | |
2013-11-04 | Masterserver show privs and js autoload | proller | |
2013-11-03 | Add a "More..." link when the serverlist is filtered | ShadowNinja | |
2013-11-03 | Only show servers with at least master.min_clients clients | ShadowNinja | |
2013-11-03 | Use a doT.js template for the serverlist | ShadowNinja | |
2013-10-18 | Masterserver totals fix | proller | |
2013-10-18 | Masterserver update | proller | |
2013-08-17 | Add translation for main menu | sapier | |
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp | |||
2013-08-07 | Fix stored XSS vulnerability in the serverlist | Sfan5 | |
2013-08-05 | Master server script improvement | proller | |
2013-08-04 | Masterserver bugfix | proller | |
2013-08-03 | More info in serverlist | proller | |
2013-07-13 | Masterserver mods fix | proller | |
2013-07-13 | Better masterserver html | proller | |
2013-07-13 | Masterserver mods announse, ipv6, better curl errors | proller | |
2013-07-04 | Add texture bumpmapping feature. | RealBadAngel | |
2013-05-18 | Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.sh | PilzAdam | |
2013-04-11 | Fix masterserver javascript: adjustable output id | proller | |
2013-03-30 | Fix backward compatibility for server uptime in master server web page | proller | |
2013-03-30 | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller | |
2013-03-21 | Update buildwin32.sh to get minetest/common | Perttu Ahola | |
2013-02-24 | Update buildbot | PilzAdam | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-02-22 | new auto masterserver | proller | |
2013-01-23 | Tweak buildbot | sfan5 | |
* 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 |