- Jun 14, 2015
-
-
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 11, 2015
-
-
est31 authored
-
- Jun 09, 2015
- Jun 06, 2015
-
-
HybridDog authored
* abort if theres no active timer * only reduce the timer.time of all timers when its necessary * move updating timers_to_add into a seperate function
-
- 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.
-
est31 authored
Now logs ACTION[ServerThread]: player sets time to 6:03 instead of ACTION[ServerThread]: player sets time to 6:3
-
est31 authored
-
- Jun 01, 2015
- 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 :)
-
- May 21, 2015
-
-
est31 authored
This allows newer versions to add additional information that isn't read by us, but still in a backwards compatible manner.
-
- May 20, 2015
-
-
est31 authored
-
- May 19, 2015
-
-
kwolekr authored
Also, clean up surrounding code style Replace by-value parameter passing with const refs when possible Fix post-increment of iterators
-
rubenwardy authored
-
kwolekr authored
libstdc++ doesn't include <cstring> inside of <string>, unlike libc++.
-
kwolekr authored
-
est31 authored
Its a possible mistake to log in to a server with twice the same name. Before, it triggered a server wide error message, now it logs to actionstream.
-