Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-29 | Fix issue 1527 | Craig Robbins | |
https://github.com/minetest/minetest/issues/1527 | |||
2014-02-03 | Huge overhaul of the entire MapgenParams system | kwolekr | |
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations. Separation between the common and mapgen-specific parameters is now strongly defined. Mapgen parameters objects are now properly encapsulated within the proper subsystems. | |||
2014-01-19 | LuaVoxelManip: Add get_param2_data and set_param2_data | kwolekr | |
2013-11-30 | LuaVoxelManip: Add area parameters back to calc_lighting and set_lighting, ↵ | kwolekr | |
made optional this time; also fixed a slight bug with night values being ignored | |||
2013-11-30 | LuaVoxelManip: Add get_light_data() and set_light_data() | kwolekr | |
2013-11-21 | LuaVoxelManip: Update parameter index of set_lighting() | kwolekr | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-07-06 | LuaVoxelManip: Allow liquid updates in non-mapgen VoxelManip objects | kwolekr | |
2013-06-29 | LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ↵ | kwolekr | |
light and liquid updates | |||
2013-06-27 | Apply various fixes to several things | kwolekr | |
2013-06-27 | LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵ | kwolekr | |
back to map | |||
2013-06-27 | Add minetest.get_mapgen_object to API | kwolekr | |
2013-06-27 | Add LuaVoxelManip | kwolekr | |