- Jun 22, 2015
-
-
MirceaKitsune authored
-
- Jun 15, 2015
-
-
SmallJoker authored
-
- Jun 13, 2015
-
-
TeTpaAka 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 27, 2015
-
-
est31 authored
-
- May 15, 2015
- Apr 01, 2015
-
-
Zeno- authored
Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
-
- Mar 19, 2015
-
-
Loïc Blot authored
-
- Mar 07, 2015
-
-
Zeno- authored
For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives
-
- Mar 05, 2015
-
-
Loïc Blot authored
-
- Mar 04, 2015
-
-
Loïc Blot authored
* This permit to cleanup the player checking loop
-
Loïc Blot authored
* Call UpdateCrafting into SendInventory because this functions is only called before SendInventory * Use Player* instead of peer_id for UpdateCrafting because SendInventory already has the Player* pointer, then don't loop for searching Player* per peer_id * m_env_mutex don't need to be used with this modification because it's already locked before the calls
-
- Mar 03, 2015
- Feb 17, 2015
-
-
Loïc Blot authored
SAO work: ActiveObject types & SAO cleanup * Replace u8 types with ActiveObjectType. * Merge content_object.h into activeobject.h * Remove DummyLoadSAO, it's now unused. * Remove ItemSAO, it's also unused
-
- Jan 19, 2015
-
-
kwolekr authored
-
- Nov 08, 2014
-
-
SmallJoker authored
-
- Sep 21, 2014
-
-
ShadowNinja authored
This also cleans up settings a bit
-
- Jun 23, 2014
-
-
ShadowNinja authored
-
- Mar 12, 2014
-
-
Selat authored
-
- Dec 03, 2013
-
-
PilzAdam authored
-
- Sep 10, 2013
-
-
PilzAdam authored
-
- Aug 17, 2013
-
-
PilzAdam authored
-
- Aug 14, 2013
-
-
Kahrl authored
-
- Aug 13, 2013
-
-
sapier authored
-
- Aug 07, 2013
-
-
Kahrl authored
-
- Aug 03, 2013
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Jul 30, 2013
-
-
sapier authored
-
- Jul 20, 2013
-
-
PilzAdam authored
-
RealBadAngel authored
-
- May 25, 2013
-
-
sapier authored
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
-
- May 20, 2013
-
-
sapier authored
-
- Apr 25, 2013
-
-
sapier authored
-
- Apr 09, 2013
-
-
sapier authored
-
- Apr 05, 2013
-
-
MirceaKitsune authored
-
- Mar 29, 2013
-
-
PilzAdam authored
-