aboutsummaryrefslogtreecommitdiff
path: root/src/environment.h (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-29Update Credits tabkwolekr1-5/+6
2013-03-29Fix node replacement in not-quite-loaded chunks0gb.us1-3/+10
2013-03-29Fix last singlenode modificationkwolekr1-7/+8
2013-03-29Don't replace existing nodes in singlenode mapgenkwolekr1-6/+11
2013-03-27Prevent infinite loop with invalid Inventory formatkwolekr1-0/+4
2013-03-28Fix parameter list of obj:set_attach() and obj:set_bone_position()PilzAdam1-2/+8
2013-03-28Closed add object <-> object collision handlingsapier10-33/+157
2013-03-26README.txt: Add some build stuffPerttu Ahola1-1/+2
2013-03-24Vary ore sheet y position by noisekwolekr2-6/+9
2013-03-24Ensure ore can fit in OreSheet::generate()kwolekr1-3/+4
2013-03-24Use minetest.register_ore() in minimalPilzAdam1-54/+64
2013-03-24Add more error checking to l_register_orekwolekr1-2/+14
2013-03-24Fix indentation of lua_api.txtPerttu Ahola1-74/+74
2013-03-24Update lua_api.txtkwolekr1-1/+43
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