aboutsummaryrefslogtreecommitdiff
path: root/mods (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-24Add Ore infrastructure and l_register_ore()kwolekr10-17/+248
2013-03-24Mapgen indev: float islands, larger far biomesproller7-78/+233
2013-03-23Allow spawning particles from the server, from luaJeija13-55/+1059
2013-03-23Move rightclickable to the proper placePilzAdam2-2/+3
2013-03-23Include backface_culling flag in serialization format for TileDefsJürgen Doser3-10/+17
2013-03-24Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati4-4/+6
2013-03-236d facedirRealBadAngel5-86/+335
2013-03-23Random guest name and finite liquid checkboxproller3-2/+37
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', default...Perttu Ahola5-1/+153
2013-03-22CMakeLists.txt: Add games/common to be installed when availablePerttu Ahola1-0/+5
2013-03-21Support game-specific minetest.confPerttu Ahola6-0/+30
2013-03-21lua_api.txt: Document paths, games and common mod loadingPerttu Ahola1-0/+30
2013-03-21Update buildwin32.sh to get minetest/commonPerttu Ahola1-0/+11
2013-03-21Update README.txt to instruct to get minetest/common tooPerttu Ahola1-5/+13
2013-03-21Common mods supportPerttu Ahola4-7/+68
2013-03-19Allow falling nodes to pass through solid "buildable_to" nodes.Splizard1-1/+7
2013-03-19Git-ignore SQLite build filesJuhani Numminen1-0/+2
2013-03-18Fix Map::initBlockMake to actually use chunksize settingkwolekr1-7/+3
2013-03-19Prevent passing nil to unpack() in minetest.afterPilzAdam1-2/+2
2013-03-17Add jungle grass to jungleskwolekr4-13/+53
2013-03-17Don't erase modified_blocksIlya Zhuravlev1-3/+3
2013-03-17Add FPS limit to menu cloudsShadowNinja1-2/+22
2013-03-17lua methods set_look_pitch and set_look_yawRealBadAngel5-2/+51
2013-03-17Fix new_style_waterPilzAdam2-11/+136
2013-03-17Add missing settings to minetest.conf.examplePilzAdam1-1/+4
2013-03-17Allow minetest.after to take a variable number of argumentsJeija2-5/+5
2013-03-16build with ogles2 driverproller3-0/+140
2013-03-16Some minor cleanups from the last commitkwolekr4-9/+11
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller12-41/+456
2013-03-16Make saplings only grow on dirt or grass, make jungle tree trunks only replac...kwolekr2-12/+35
2013-03-16Re-add jungles, apple treeskwolekr8-44/+118
2013-03-15Optimize Mapgen::updateLighting(), add setLighting()kwolekr2-8/+113
2013-03-14Liquid fine tuningproller5-53/+112
2013-03-14Remove 'tape and glue', update Credits tabkwolekr1-12/+65
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja11-56/+177
2013-03-13fix typo invalid for loop endsapier1-1/+1
2013-03-11Clean up Mapgenkwolekr6-3220/+784
2013-03-11Move l_get_all_craft_recipes to scriptapi_craftsapier3-73/+74
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev63-1417/+1330
2013-03-10Update menulogo.pngIlya Zhuravlev1-0/+0
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr7-553/+774
2013-03-06Change libjson to libjsoncpp in .gitignorePilzAdam1-1/+3
2013-03-06Fix Irrlicht includes in scriptapi_*kwolekr7-11/+2
2013-03-05fix link if system json lib existsproller2-7/+7
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel4-0/+120
2013-03-05Allow any character in formspec strings with escape charkwolekr5-56/+129
2013-03-05split scriptapi.cppsapier29-6541/+8096
2013-03-04Bump version to 0.4.5kwolekr1-1/+1
2013-03-03Fix pickup of dropped items when the player only takes a part of themPilzAdam1-0/+1
2013-03-03Add one more curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);Ilya Zhuravlev1-0/+1