aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-02Translated using Weblate (Polish)Maciej Kasatkin
2013-02-02Translated using Weblate (Italian)Robert Arkenin
2013-02-02Translated using Weblate (German)Pilz Adam
2013-02-02Translated using Weblate (French)sub reptice
2013-02-01Translated using Weblate (Spanish)Marco gonzalez
2013-01-31Translated using Weblate (Spanish)Diego Martínez
2013-01-31Translated using Weblate (Spanish)Marco gonzalez
2013-01-30Translated using Weblate (Polish)Maciej Kasatkin
2013-01-29Translated using Weblate (Russian)Robert Arkenin
2013-01-29Translated using Weblate (Russian)Pavel Elagin
2013-01-29Translated using Weblate (Spanish)Marco gonzalez
2013-01-29Translated using Weblate (Spanish)Diego Martínez
2013-01-29Translated using Weblate (Russian)Ilya Zhuravlev
2013-01-29Translated using Weblate (Spanish)Marco gonzalez
2013-01-29Translated using Weblate (Russian)Pavel Elagin
2013-01-29Add Spanish, Russian, Polish and Romanian languages.Ilya Zhuravlev
2013-01-27Dont call on_rightclick() if sneak is pressedPilzAdam
2013-01-28Place block when holding sneak while right-clicking nodes with formspecJeija
2013-01-28Workaround failing Travis clang build.Ilya Zhuravlev
2013-01-26Merge pull request #447 from sapier/add_lua_log_parameter_checkkwolekr
BUGFIX: check parameters for minetest.log lua function
2013-01-26check parameters for minetest.log lua functionsapier
2013-01-24Merge remote branch 'origin/master'Weblate
2013-01-24Translated using Weblate (German)Pilz Adam
2013-01-23Tweak buildbotsfan5
* CURL support * only download packages if they don't exist * fixed download links (libvorbis and libogg) * manual downloading if automatic downloading fails (only minetest and minetest_game) * mingwm10.dll and openal_stripped.zip are downloaded automatically
2013-01-23Treegen update. Some new symbols. Speed up code a bit.RealBadAngel
2013-01-23Merge pull request #436 from doserj/mod_selectionceleron55
Fix some crashes and improved behaviour for mod selection gui
2013-01-23Update translation filesPerttu Ahola
2013-01-22Make sure that settings are written to config file when settings are removed.Jürgen Doser
Previously, settings where only written when a value has changed, and removal of a setting value didn't count as a change.
2013-01-22Fix crash when pressing delete button in server browser and no server is ↵Jürgen Doser
selected. A check for that was there, but was comparing an unsigned variable to -1, which doesn't work.
2013-01-22Improve behaviour for empty modpacks and when no mods at all are installed:Jürgen Doser
Only show enable all / disable all buttons for all add-ons when at least one add-on is installed. When no add-on ist installed, don't show any buttons or checkboxes. Added is_modpack flag to ModSpec to distinguish empty modpacks from normal mods and check this flag in mod selection gui so that empty modpacks are not treated like mods that can be enabled or disabled.
2013-01-22Fix crash when no world is selected and configure button is pressed.Jürgen Doser
by moving return statement out of if-then-else clause...
2013-01-22Disable travis email notifications.Ilya Zhuravlev
2013-01-22Add .travis.ymlIlya Zhuravlev
2013-01-22Fix msvc buildIlya Zhuravlev
2013-01-21add support for saving settings by lua command (server doesn't autosave on exit)sapier
2013-01-21Add mapgen parameters to minetest.conf.examplePerttu Ahola
2013-01-21Use a string identifier for a mapgen instead of versionkwolekr
2013-01-21Fix compile on certain Linux configurations, reduce spawn point heightkwolekr
2013-01-21Removed Mapgen V7 for nowkwolekr
2013-01-21Last set of minor cleanupskwolekr
2013-01-21Fix MapgenV6::getGroundLevelAtPoint()kwolekr
2013-01-21Finish and clean up mapgen configurationkwolekr
2013-01-21Add Settings::getStruct and Settings::setStructkwolekr
2013-01-21Clean up EmergeManager, do initial work on Mapgen configurationkwolekr
2013-01-21Readded and optimized mapgen V6kwolekr
2013-01-21Cleaned & enhanced noise object managementkwolekr
2013-01-21Add initial Lua biomedef support, fixed biome selectionkwolekr
2013-01-21The new mapgen, noise functions, et al.kwolekr
2013-01-21Make WATER_LEVEL configurable, fix slight comparison bug in findSpawnPos()kwolekr
2013-01-21Only clear block modified flag if writing to db was successfulkwolekr