aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-05Prevent client crashing if an NDT_AIRLIKE node is droppedCraig Robbins1-13/+13
The player dropping the node can either be themselves or another player (i.e. without this fix you can crash other people's clients) Thanks CWz for reporting the issue
2015-01-05Shorten ManualMapVoxelManipulator to MMVManipkwolekr18-110/+103
2015-01-05Optionally specify propagateSunlight area in calcLightingkwolekr4-21/+39
This fixes the Mapgen V5 calcLighting segfault
2015-01-04Fix off-by-one error in `string:split` implementation.Diego Martínez1-1/+1
2015-01-04Exclude vertical mapblock borders when setting lightkwolekr1-1/+4
2015-01-04NodeDef: Clear NodeResolver related entries too in clear()kwolekr1-0/+8
2015-01-04Add minetest.generate_ores() and minetest.generate_decorations()kwolekr9-37/+93
2015-01-05Fix broken android version due to new openssl not linking correct to curlsapier2-15/+19
2015-01-04NodeResolver: Perform callback immediately if node registration phase finishedkwolekr4-65/+99
Also add NodeResolver callbacks on the client
2015-01-04Fix forgotten favourite list image update of simple menusapier3-9/+23