aboutsummaryrefslogtreecommitdiff
path: root/src/subgame.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-21Support game-specific minetest.confPerttu Ahola1-0/+3
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