aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-24Set of changes to build mineTest using Visual Studio 11.0. These affectMukul Sati
the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
2013-03-236d facedirRealBadAngel
2013-03-23Merge pull request #563 from proller/guestproller
Random guest name and finite liquid checkbox
2013-03-23Random guest name and finite liquid checkboxproller
2013-03-22Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵Perttu Ahola
defaults to air
2013-03-22CMakeLists.txt: Add games/common to be installed when availablePerttu Ahola
2013-03-21Support game-specific minetest.confPerttu Ahola
2013-03-21lua_api.txt: Document paths, games and common mod loadingPerttu Ahola
2013-03-21Update buildwin32.sh to get minetest/commonPerttu Ahola
2013-03-21Update README.txt to instruct to get minetest/common tooPerttu Ahola
2013-03-21Common mods supportPerttu Ahola
Implement "common mods", includeable from {$user,$share}/games/common/$modname by using the game.conf setting common_mods = $modname,$modname2,...
2013-03-19Allow falling nodes to pass through solid "buildable_to" nodes.Splizard
2013-03-19Git-ignore SQLite build filesJuhani Numminen
2013-03-18Fix Map::initBlockMake to actually use chunksize settingkwolekr
2013-03-19Prevent passing nil to unpack() in minetest.afterPilzAdam
2013-03-17Add jungle grass to jungleskwolekr
2013-03-17Don't erase modified_blocksIlya Zhuravlev
2013-03-17Add FPS limit to menu cloudsShadowNinja
2013-03-17lua methods set_look_pitch and set_look_yawRealBadAngel
2013-03-17Fix new_style_waterPilzAdam
2013-03-17Add missing settings to minetest.conf.examplePilzAdam
2013-03-17Allow minetest.after to take a variable number of argumentsJeija
2013-03-16build with ogles2 driverproller
2013-03-16Some minor cleanups from the last commitkwolekr
2013-03-16initial mapgen indev version with farscale feature and huge cavesproller
2013-03-16Make saplings only grow on dirt or grass, make jungle tree trunks only ↵kwolekr
replace air
2013-03-16Re-add jungles, apple treeskwolekr
2013-03-15Optimize Mapgen::updateLighting(), add setLighting()kwolekr
2013-03-14Liquid fine tuningproller
2013-03-14Remove 'tape and glue', update Credits tabkwolekr
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
2013-03-13fix typo invalid for loop endsapier
2013-03-11Clean up Mapgenkwolekr
2013-03-11Move l_get_all_craft_recipes to scriptapi_craftsapier
2013-03-11Migrate to STL containers/algorithms.Ilya Zhuravlev
2013-03-10Update menulogo.pngIlya Zhuravlev
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr
2013-03-09Translated using Weblate (Russian)Mitori Itoshiki
2013-03-09Translated using Weblate (Chinese (China))Shen Zheyu
2013-03-07Translated using Weblate (Russian)4aiman Konsorumaniakku
2013-03-07Translated using Weblate (Japanese)c h
2013-03-06Change libjson to libjsoncpp in .gitignorePilzAdam
2013-03-06Fix Irrlicht includes in scriptapi_*kwolekr
2013-03-05fix link if system json lib existsproller
2013-03-05Added method to get all registered recipes for item(node)RealBadAngel
2013-03-05Allow any character in formspec strings with escape charkwolekr
2013-03-05split scriptapi.cppsapier
Remerge some files in order to reduce number of additional files Make necessary changes for split, rename files, reorganize some bits
2013-03-04Bump version to 0.4.50.4.5kwolekr
2013-03-03Fix pickup of dropped items when the player only takes a part of themPilzAdam
2013-03-02Merge pull request #513 from sfan5/patch-2kwolekr
Add python script to doc/protocol.txt