- Jun 20, 2015
-
-
est31 authored
* Use enum for GENERIC_CMD_* * Rename m_attachements to attachement_parent_ids (public member and clearer name) * Rename GENERIC_CMD_SET_ATTACHMENT to GENERIC_CMD_ATTACH_TO * USHRT_MAX + 1 buffer sizes to prevent overflows as @kahrl suggested * Remove unneccessary m_id from GenericCAO (shadowing protected superclass member for no reason) as @kahrl suggested
-
est31 authored
-
- Jun 18, 2015
- Jun 17, 2015
- Jun 16, 2015
-
-
est31 authored
* Make method (more) consistent with current code stlye * Move index into loop constructor after @rubenwardy's suggestion * Cache inv_s->getList(s.listname), which removes a possibly bad scenario of inv_s being null. * Properly check for validity
-
est31 authored
Adds list-rings, a method to implement item sending between inventories via shift-click. Nice insider feature: a ring consisting of a single inventory list serves as nice clean-up method. Also adds them to minimal game, and the standard inventory. Craft output slots are not supported.
-
Nathaniel Olsen authored
-
- Jun 15, 2015
-
-
paramat authored
Decorations: Remove lower limit of water level for placement
-
SmallJoker authored
-
- Jun 14, 2015
-
-
est31 authored
-
RealBadAngel authored
-
est31 authored
-
est31 authored
While utf8_to_wide works well, wide_to_utf8 is quite broken on android, for some reason.
-
- Jun 13, 2015
-
-
Ilya Zhuravlev authored
-
est31 authored
-
TeTpaAka authored
-
TeTpaAka authored
-
- Jun 12, 2015
- Jun 03, 2015
-
-
paramat authored
-
- Jun 02, 2015
-
-
est31 authored
If you run minetest with valgrind, you'll quickly notice uninitialized jump depend error messages that point to s_base.cpp:131. This commit fixes those.
-
- Jun 01, 2015
-
-
est31 authored
-
- May 31, 2015
-
-
est31 authored
Spare direct multoplication, use constant MapBlock::nodecount instead of local nodecount variables. Also use strides at one place instead of multiplications.
-
- May 30, 2015
-
-
SmallJoker authored
-
- May 29, 2015
- May 28, 2015
-
-
Kahrl authored
-
TeTpaAka authored
ObjectRef: get_properties get_armor_groups get_animation get_attach get_bone_position Players: get_physics_override hud_get_hotbar_itemcount hud_get_hotbar_image hud_get_hotbar_selected_image get_sky get_day_night_ratio get_local_animation get_eye_offset Global: minetest.get_gen_notify minetest.get_noiseparams
-
- May 27, 2015
- May 26, 2015
-
-
paramat authored
Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, 0.5 persistence for humidity
-
- May 24, 2015
- May 23, 2015
-
-
paramat authored
Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code
-
- May 22, 2015
-
-
SmallJoker authored
Also fix a startup error caused by s_security.cpp
-
est31 authored
Thanks to @UltimateNate for pointing this out :)
-