aboutsummaryrefslogtreecommitdiff
path: root/src/test.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-14Improved default settings for floatland perlin noise 1. Larger, more detailed...proller1-1/+1
2013-11-12Fix compiling with 32bit MinGWSfan51-1/+1
2013-11-11Fix invalid usage of temporary object in mainmenu json conversionsapier1-12/+16
2013-11-11Disable localization workaround in serversapier1-1/+9
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier17-109/+313
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier4-16/+129
2013-11-10Fix spaces float islands codeproller1-46/+41
2013-11-10FIxed floating isle generation at chunk boundaries0gb.us1-44/+46
2013-11-09Weather: Fix uninitialized weather_update_time (sorry proller)kwolekr1-0/+2
2013-11-09Add BlockMen to core dev listPilzAdam1-0/+1
2013-11-09Fix game buttons not beeing 48x48sapier1-7/+8
2013-11-09Fix crash updating gametype without gamesapier1-2/+3
2013-11-08Fix typo in lua_api.txtPilzAdam1-1/+1
2013-11-07Add wrapper for minetest.rotate_and_place.4Evergreen42-0/+19
2013-11-06Don't assert scalars must be vectors.Cy1-4/+4
2013-11-06Fix orient_flags to be optional.Vanessa Ezekowitz1-0/+1
2013-11-06Add 6d facedir rotation prediction routineVanessa Ezekowitz2-0/+95
2013-11-06Correct useragent in http queriesproller5-4/+13
2013-11-05Masterserver uptime fixproller2-2/+3
2013-11-05Add seed entry to world creation dialogkwolekr1-89/+87
2013-11-04Accept hexadecimal and string values for seedskwolekr6-2/+68
2013-11-04Fix invalid use of pointer to temporary object in json2lua conversionsapier1-27/+31
2013-11-04Fix masterserver README.mdIlya Zhuravlev1-6/+21
2013-11-04Masterserver fixesproller2-10/+19
2013-11-04Masterserver show privs and js autoloadproller7-19/+35
2013-11-03Add a "More..." link when the serverlist is filteredShadowNinja1-0/+3
2013-11-03Only show servers with at least master.min_clients clientsShadowNinja1-0/+1
2013-11-03Use a doT.js template for the serverlistShadowNinja5-153/+195
2013-11-03Fix invalid usage of texture->getSize() where actually texture->getOriginalSi...sapier2-6/+6
2013-11-03Fix typoBlockMen1-1/+1
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen5-69/+259
2013-11-03Send a on_receive_fields event when formspec is closed, with fields.quit = "t...Novatux2-11/+21
2013-11-02Add basic protection support to builtinShadowNinja4-0/+53
2013-11-02Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen1-3/+8
2013-11-02Fix possible crash with grass ABM.Novatux1-2/+6
2013-11-02Fix liquid_rangePilzAdam2-4/+10
2013-11-02Fix grass adding/removing ABM.Novatux1-2/+2
2013-11-02Move the sapling growing and grass adding/removing ABMs to LuaNovatux4-139/+134
2013-11-01Add my email address to the main menu creditsShadowNinja1-1/+1
2013-11-01Add more checks to vector functionsShadowNinja1-14/+25
2013-11-01Don't remove background of games in submenusBlockMen1-1/+1
2013-11-01Fixed ignoring of "diggable" property of nodes.0gb.us2-2/+2
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux6-0/+93
2013-11-01Made unknown nodes stop falling nodes properly and shorten linesShadowNinja1-8/+14
2013-11-01Raise the maximum node limit to 0x7fffShadowNinja1-1/+1
2013-11-01Move new core devs to the "Core Developpers" section of mainmenu.Novatux1-2/+3
2013-10-18Masterserver totals fixproller2-9/+12
2013-10-18Masterserver updateproller8-55/+116
2013-10-17Add sanity checks to vector functionsShadowNinja1-1/+13
2013-10-17Remove vector metatable settingShadowNinja2-56/+28