]> git.lizzy.rs Git - dragonfireclient.git/history - src/script
Add an option to disable object <-> object collision for Lua entities
[dragonfireclient.git] / src / script /
2013-07-20 PilzAdamAdd an option to disable object <-> object collision...
2013-07-20 PilzAdamAdd liquid_range to nodedef
2013-07-20 PilzAdamMake range of tools configureable
2013-07-20 RealBadAngelAdd set_breath and get_breath to lua API.
2013-07-14 KahrlChange ContentFeatures array to a vector
2013-07-13 prollerLeveled nodebox
2013-07-06 kwolekrLuaVoxelManip: Allow liquid updates in non-mapgen Voxel...
2013-07-06 kwolekrMapgen V7: Huge rewrite, also tweaks to cavegen et al.
2013-07-03 sapierFix possible 0 pointer access
2013-07-01 kwolekrDecoration: Add schematic rotation support
2013-06-30 kwolekrLuaVoxelManip: Fix minor bug with set_lighting, remove...
2013-06-28 kwolekrApply various fixes to several things
2013-06-28 kwolekrLuaVoxelManip: Separate VoxelManip data get/set from...
2013-06-28 kwolekrAdd Lua on_mapgen_init callback, and minetest.set_mapge...
2013-06-28 kwolekrAdd Lua PerlinNoiseMap:get#dMap_flat API
2013-06-28 kwolekrAdd minetest.get_mapgen_object to API
2013-06-28 kwolekrAdd LuaVoxelManip
2013-06-23 kwolekrDecoration: Add support for zero probability, fix break...
2013-06-22 kwolekrA handful of minor fixes to various things
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-20 KahrlMake minetest.debug accept multiple parameters; convert...
2013-06-19 PilzAdamAdd drowning
2013-06-17 kwolekrDecoration: Change divlen to sidelen
2013-06-17 kwolekrAdd initial Decoration support, many misc. improvements...
2013-06-16 KahrlLazy sunday typo fixing. s/unban_player_of_ip/unban_pla...
2013-06-06 KahrlFix class/struct forward declaration inconsistencies...
2013-06-03 sweetbomberCorrected segfault when registering new biomes.
2013-06-01 sapierFix missing find_path and line_of_sight
2013-06-01 MetaDuckyFix some nullptr exceptions when handling invalid node...
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-06-01 MetaDuckyFix minetest.get_inventory(loc) always returning nil...
2013-05-25 MetaDuckyFixed wrongly named invref:get_location() table members...
2013-05-25 KahrlAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT...
2013-05-25 sapierFix itemstack:add item not working correct
2013-05-24 sapierMove scriptapi to separate folder (by sapier)