ShadowNinja
ab9e4ec586
Make Git version detection use VERSION_STRING instead of tags
...
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-05-13 17:00:50 +10:00
ShadowNinja
2de60ae349
Clean up and tweak build system
...
* 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-27 15:00:48 -04:00
Loic Blot
35af6ccbba
Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested
2015-02-24 08:56:52 +01:00
Loic Blot
e329b0c079
Unit tests must be done at integration process.
...
* 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-21 11:04:19 +01:00
sfan5
6782943673
Add LevelDB and redis to Travis Linux builds
2015-02-16 11:55:12 +01:00
ShadowNinja
0a2e53077b
Reduce gettext wide/narrow and string/char* conversions
2015-02-05 03:24:22 -05:00
ShadowNinja
d6134f9808
Add wstrgettext to list of translation update keywords
2015-02-05 03:23:53 -05:00
sfan5
0511bd48a0
Add SQLite3 libraries to buildbot
2015-01-08 16:34:42 -05:00
sfan5
77f3cd1731
Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492)
2015-01-06 19:43:21 +01:00
Kahrl
360b2d5b8a
Add util/bump_version.sh
2014-12-30 00:03:10 +10:00
sfan5
b092142bf4
Update MinGW toolchain downloads used by travis
2014-12-23 17:20:26 +01:00
sfan5
a5f1bb300a
Build for win32 & win64 on Travis too
2014-12-06 19:56:31 +01:00
sfan5
a2eb66716b
Update the cURL the buildbot uses to 7.38.0
2014-10-19 16:09:36 +02:00
Diego Martínez
9795f62d21
updatepo.sh: Find all files
2014-09-30 13:25:26 -04:00
sfan5
1131f436c1
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
2014-07-29 20:03:18 +02:00
ShadowNinja
613a7df3ac
Move master server to seperate repository
2014-06-30 17:27:24 -04:00
proller
36518f32aa
Masterserver: Fix compiling servers.jst
2014-06-30 20:47:50 +04:00
proller
3f19f27fb4
Masterserver: Fix undefined players
2014-06-28 22:10:55 +04:00
sfan5
cdf32e20b8
Update buildbot scripts and add 64-bit buildbot
2014-06-18 16:40:24 +02:00
proller
f07b235e63
Fix null string escape
2014-02-24 20:41:04 +04:00
proller
3116d1d531
Send long announce as POST, show OS in useragent
...
Add lag reporting to masterserver (average dtime)
StyledWriter -> FastWriter in masterserver announce
2014-01-07 02:50:45 +04:00
proller
a8377a8a83
Rename names -> can_see_far_names in announce
2013-12-03 20:14:06 +04:00
proller
6a46180075
Remove link to #, add unlimited_player_transfer_distance to announce
2013-12-03 19:48:43 +04:00
proller
0fe0d4b724
Masterserver uptime fix
2013-11-05 21:18:37 +04:00
Ilya Zhuravlev
09ce114c2d
Fix masterserver README.md
2013-11-04 21:54:25 +04:00
proller
0ed0e86805
Masterserver fixes
2013-11-04 13:02:42 +04:00
proller
7062ed9bbb
Masterserver show privs and js autoload
2013-11-04 04:56:39 +04:00
ShadowNinja
f6cd8b30bb
Add a "More..." link when the serverlist is filtered
2013-11-03 18:21:53 -05:00
ShadowNinja
bf0035ed4d
Only show servers with at least master.min_clients clients
2013-11-03 18:02:07 -05:00
ShadowNinja
c9c80177a0
Use a doT.js template for the serverlist
2013-11-03 17:47:16 -05:00
proller
27f4275ff0
Masterserver totals fix
2013-10-18 23:57:22 +04:00
proller
670ac4ac88
Masterserver update
2013-10-18 01:32:49 +04:00
sapier
281dc6a502
Add translation for main menu
...
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-17 16:01:43 +02:00
Sfan5
42c9f2cc7e
Fix stored XSS vulnerability in the serverlist
2013-08-07 09:24:32 +02:00
proller
437d785409
Master server script improvement
2013-08-05 01:50:34 +04:00
proller
c4f2790630
Masterserver bugfix
2013-08-04 23:46:03 +04:00
proller
e9fc09892b
More info in serverlist
2013-08-03 03:02:59 +04:00
proller
3ce09f147d
Masterserver mods fix
2013-07-13 04:11:26 +04:00
proller
47c9b4b0b2
Better masterserver html
2013-07-13 01:41:49 +04:00
proller
cb3e7ca3b7
Masterserver mods announse, ipv6, better curl errors
2013-07-13 00:19:05 +04:00
RealBadAngel
e0d877e097
Add texture bumpmapping feature.
2013-07-04 02:36:32 +02:00
PilzAdam
b019642e11
Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.sh
2013-05-18 16:13:32 +02:00
proller
282989d2b2
Fix masterserver javascript: adjustable output id
2013-04-11 20:20:11 +04:00
proller
c1be39bd9c
Fix backward compatibility for server uptime in master server web page
2013-03-30 02:36:06 +04:00
proller
4d94e25e23
Masterserver: report gameid, uptime, cosmetic fixes on server web page
2013-03-30 02:03:24 +04:00
Perttu Ahola
80f3777b1d
Update buildwin32.sh to get minetest/common
2013-03-21 19:45:20 +02:00
PilzAdam
0acf1a5573
Update buildbot
2013-02-24 18:52:44 +01:00
PilzAdam
269f01224b
Change Minetest-c55 to Minetest
2013-02-24 18:49:03 +01:00
proller
a06297e4e7
new auto masterserver
2013-02-22 02:04:53 +04:00
sfan5
bfa166236d
Tweak buildbot
...
* 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
2013-01-23 20:42:46 +02:00