aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-11-23Fix invalid escape sequence in database migration codeKahrl
2013-11-23Fix crash when pressing Enter key in formspec menuKahrl
2013-11-21Fix possible implicit conversion of NULL to std::stringkwolekr
2013-11-21LuaVoxelManip: Update parameter index of set_lighting()kwolekr
2013-11-21Mapgen V6: Respect water_level settingkwolekr
2013-11-18fix gettext compile issues under win32MetaDucky
2013-11-17Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr
2013-11-17Increase liquid_loop_max to 10000 againPilzAdam
2013-11-17Revert patch 58f036ad1 that causes object duplication (which tried to fix ↵Perttu Ahola
objects getting hidden from client) and fix the original problem correctly. This fixes the second distinct object duplication bug.
2013-11-17Fix Result of processed Request was written to invalid (non existent) ↵sapier
ResultQueue if requesting thread timed out before
2013-11-17Add missing RequestQueue docsapier
2013-11-17Fix multicaller support in RequestQueuesapier
2013-11-17Do the same for LevelDB interfacekwolekr
2013-11-17Handle blank blocks in databasekwolekr
Fix screwed-up indentation
2013-11-17Revert "Don't use msvc libs for mingw build"kwolekr
This reverts commit 3985c01ad71159b888677d0fe2019d7a05debeed.
2013-11-17Prevent shaders from being created when disabledkwolekr
2013-11-17Don't use msvc libs for mingw buildsapier
2013-11-17Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ↵kwolekr
name if decolist is used Fix warning message for spawnby nodes Prevent type-punning warning caused by casting enum to int
2013-11-17Actually fix weatherkwolekr
The real problem was that MapBlocks were not activated before getting sent to the client
2013-11-16Fix invalid listname and listsize not handled correctly in set_sizesapier
2013-11-16fixed array limit check when reading Lua specialtiles tableMetaDucky
2013-11-15Pass a errfunc to lua_pcall to get a tracebackShadowNinja
2013-11-14Fix formspec background padding when clippedBlockMen
2013-11-14Improved default settings for floatland perlin noise 1. Larger, more ↵proller
detailed floatlands.
2013-11-12Fix compiling with 32bit MinGWSfan5
2013-11-11Fix invalid usage of temporary object in mainmenu json conversionsapier
2013-11-11Disable localization workaround in serversapier
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-10Fix spaces float islands codeproller
2013-11-10FIxed floating isle generation at chunk boundaries0gb.us
A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
2013-11-09Weather: Fix uninitialized weather_update_time (sorry proller)kwolekr
2013-11-06Correct useragent in http queriesproller
Net struct init
2013-11-04Accept hexadecimal and string values for seedskwolekr
2013-11-04Fix invalid use of pointer to temporary object in json2lua conversionsapier
2013-11-04Masterserver show privs and js autoloadproller
2013-11-03Fix invalid usage of texture->getSize() where actually ↵sapier
texture->getOriginalSize() was meant
2013-11-03Fix typoBlockMen
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen
2013-11-03Send a on_receive_fields event when formspec is closed, with fields.quit = ↵Novatux
"true"
2013-11-02Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen
2013-11-02Fix liquid_rangePilzAdam
* Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear
2013-11-02Move the sapling growing and grass adding/removing ABMs to LuaNovatux
2013-11-01Add a callback: minetest.register_on_craft(itemstack, player,Novatux
old_craft_grid, craft_inv) and minetest.register_craft_predict(itemstack, player, old_craft_grid, craft_inv)
2013-11-01Raise the maximum node limit to 0x7fffShadowNinja
As agreed to by kahrl
2013-10-18Masterserver updateproller
2013-10-17Fix object duplication bug (at least in the most reproducible UFO case)Perttu Ahola
2013-10-14Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵Sokomine
'torchlike' like used for drawtype 'plantlike'
2013-10-07FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel
2013-10-05Remove mapgen_air alias (#935)0gb.us