- Aug 18, 2015
-
-
kwolekr authored
-
- Aug 16, 2015
-
-
kwolekr authored
-
- Aug 13, 2015
- Aug 10, 2015
-
-
kwolekr authored
Also misc. minor cleanups
-
- Aug 06, 2015
-
-
kwolekr authored
-
- Aug 05, 2015
-
-
RealBadAngel authored
-
- Aug 03, 2015
-
-
paramat authored
-
- Jul 27, 2015
-
-
est31 authored
-
- Jul 25, 2015
-
-
SmallJoker authored
-
Loïc Blot authored
-
- Jul 23, 2015
-
-
est31 authored
Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
-
- Jul 20, 2015
-
-
Elia Argentieri authored
-
- Jul 18, 2015
- Jul 16, 2015
-
-
RealBadAngel authored
-
- Jul 10, 2015
-
-
kwolekr authored
-
- Jul 08, 2015
-
-
est31 authored
Use wide_to_utf8 and utf8_to_wide instead of wide_to_narrow and narrow_to_wide at almost all places. Only exceptions: test functions for narrow conversion, and chat, which is done in a separate commit.
-
- Jul 03, 2015
-
-
kwolekr authored
-
- Jun 29, 2015
-
-
rubenwardy authored
-
- Jun 22, 2015
-
-
TeTpaAka authored
-
MirceaKitsune authored
-
- Jun 20, 2015
-
-
paramat authored
-
- Jun 13, 2015
-
-
Ilya Zhuravlev authored
-
TeTpaAka authored
-
TeTpaAka authored
-
- Jun 12, 2015
-
-
est31 authored
According to doc, dofile() raises an error when parsing failed due to syntax errors. Fixes #2775
-
- 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.
-
- May 29, 2015
-
-
kwolekr authored
-
- May 28, 2015
-
-
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 22, 2015
-
-
SmallJoker authored
Also fix a startup error caused by s_security.cpp
-
- 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
-
- May 18, 2015
- May 17, 2015
-
-
kwolekr authored
This adds the ability to grab 'slices' of noise calculated by PerlinNoiseMap. Retrieving smaller slices of noise from the computation result as needed optimizes memory usage while maintaining a reasonable amount of CPU overhead.
-
kwolekr authored
-
ShadowNinja authored
-
kwolekr authored
-