aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_inventory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-29Fixed potential NULL pointer and leak when setting node metadataMetaDucky5-19/+56
2013-11-29Cavegen: Respect is_ground_content MapNode setting; fix some code formatting ...kwolekr3-25/+29
2013-11-30Fix broken thread stop handlingsapier5-6/+35
2013-11-29Fix old gcc buildsapier1-1/+1
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier27-559/+2271
2013-11-28Split server/client port setting to avoid port number clashes in mainmenusapier4-40/+50
2013-11-28Don't use variable length arraysShadowNinja1-1/+1
2013-11-27Rollback fixes and get_node_actionsShadowNinja8-568/+618
2013-11-27SQLite rollbackMario Barrera1-174/+960
2013-11-25Fix line_of_sight (AGAIN)sapier1-4/+6
2013-11-24Reenable -dev suffixPilzAdam1-1/+1
2013-11-24Bump version to 0.4.8kwolekr2-3/+3
2013-11-24Don't continue trying to deserialize blank block datakwolekr2-0/+2
2013-11-24Temporary disable local install button due to irrlicht dialog breaking locali...sapier1-1/+2
2013-11-23Fix my name (doesn't display correctly because of utf8 characters)Novatux1-1/+1
2013-11-23Fix rename modpack button not working, fixes #1019Sfan51-2/+5
2013-11-23Run updatepo.shPilzAdam21-4349/+5101
2013-11-23Translated using Weblate (Spanish)Pablo Lezaeta1-3/+3
2013-11-23Translated using Weblate (Russian)Anton Tsyganenko1-6/+5
2013-11-23Translated using Weblate (Polish)Maciej Kasatkin1-87/+85
2013-11-23Translated using Weblate (Czech)Jakub Vaněk1-2/+2
2013-11-23Translated using Weblate (Romanian)King Artur1-224/+245
2013-11-23Translated using Weblate (Czech)Jakub Vaněk1-13/+12
2013-11-23Translated using Weblate (Czech)Frantisek Simorda1-6/+5
2013-11-23Translated using Weblate (Spanish)Pablo Lezaeta1-1/+1
2013-11-23Translated using Weblate (Czech)Heisenberg CZE1-3/+3
2013-11-23Translated using Weblate (Spanish)Pablo Lezaeta1-41/+46
2013-11-23Translated using Weblate (Czech)Petr Hála1-14/+15
2013-11-23Translated using Weblate (Czech)Heisenberg CZE1-7/+7
2013-11-23Translated using Weblate (Czech)Heisenberg CZE1-129/+141
2013-11-23Translated using Weblate (Czech)Petr Hála1-88/+97
2013-11-23Fix invalid escape sequence in database migration codeKahrl1-1/+1
2013-11-23Prevent enabling Shaders if Direct3D is usedSfan51-1/+6
2013-11-23Fix crash when pressing Enter key in formspec menuKahrl1-7/+8
2013-11-21Fix usage of 'minetest' where 'engine' was intendedShadowNinja1-2/+2
2013-11-21Fix possible implicit conversion of NULL to std::stringkwolekr1-1/+3
2013-11-21LuaVoxelManip: Update parameter index of set_lighting()kwolekr1-2/+2
2013-11-21Mapgen V6: Respect water_level settingkwolekr1-2/+2
2013-11-19Fix modmanager screenshot pathBlockMen1-1/+1
2013-11-18fix gettext compile issues under win32MetaDucky1-1/+1
2013-11-17Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr3-1/+17
2013-11-17Increase liquid_loop_max to 10000 againPilzAdam2-2/+2
2013-11-17Revert patch 58f036ad1 that causes object duplication (which tried to fix obj...Perttu Ahola1-23/+60
2013-11-17Fix Result of processed Request was written to invalid (non existent) ResultQ...sapier3-86/+92
2013-11-17Add missing RequestQueue docsapier1-0/+7
2013-11-17Fix multicaller support in RequestQueuesapier4-43/+44
2013-11-17Do the same for LevelDB interfacekwolekr2-61/+74
2013-11-17Handle blank blocks in databasekwolekr1-85/+96
2013-11-17Revert "Don't use msvc libs for mingw build"kwolekr1-1/+1
2013-11-17Replace print()s with minetest.log() in builtinPilzAdam3-6/+6