aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-03-21Fix connected nodes' selection boxes.Auke Kok
2016-03-21Mgv7/flat/fractal: Stop tunnel-floor biome nodes being placed everywhereparamat
2016-03-19Clean up StrfndShadowNinja
2016-03-19Mgv7: Limit pseudorandom caves to surface mapchunk or belowparamat
2016-03-19Allow NodeTimer, ABM and block mgmt interval changes.Auke Kok
2016-03-15Remove chat escape sequences from chat messages, for future colored chat.Ekdohibs
2016-03-15Add option to not send pre v25 init packetest31
2016-03-15Fix two reconnect bugsest31
2016-03-15Much better API for auth.{cpp, h}est31
2016-03-14Mapgen: Fix light in tunnels at mapchunk bordersparamat
2016-03-14Fix player teleportation bug whilst sneakingHybridDog
2016-03-14Connected nodes: fix 2 minor bugsAuke Kok
2016-03-12Resend blocks when modified while sending to clientJeija
2016-03-12Add options for screenshot format and qualityDiego Martinez
2016-03-12Allow nodes to specify which sides to connect to.Auke Kok
2016-03-12Nodebox: Allow nodeboxes to "connect"Auke Kok
2016-03-12Fix chat console not opening after formspec opened over itShadowNinja
2016-03-12Documentation: Auto-update conf.example and settings_translation_file.cppparamat
2016-03-11Fix ask_reconnect_on_crash option being ignoredorwell96
2016-03-09Avoid try/catch for settings.Auke Kok
2016-03-09Add consistent monotonic day counter - get_day_count()Auke Kok
2016-03-07Add AreaStore custom ID APIShadowNinja
2016-03-07Implement AreaStore serializationShadowNinja
2016-03-07Fix SpatialAreaStore not freeing removed areasShadowNinja
2016-03-07Add basic AreaStore method documentationShadowNinja
2016-03-07Sort AreaStore headerShadowNinja
2016-03-07Clean up VectorAreaStoreShadowNinja
2016-03-07Move AreaStore container selection logic into getOptimalImplementationShadowNinja
2016-03-07Move AreaStore to utilShadowNinja
2016-03-07Make AreaStore cache setting privateShadowNinja
2016-03-07Simplify AreaStore ID managementShadowNinja
2016-03-07s_env.{cpp, h} cleanupsest31
2016-03-07Add minetest.register_lbm() to run code on block load onlyest31
2016-03-07Use LuaErrors in security check macrosShadowNinja
2016-03-04Mgvalleys: Correct spawn problemsDuane Robertson
2016-03-04Decoration API: Allow force_placement of simple decorationsparamat
2016-03-03Require minetest.request_http_api to be called from the mod's main scopeJeija
2016-03-03Fix main menu being unable to set secure settingsShadowNinja
2016-03-03Remove debug.getupvalue from the Lua sandbox whitelistShadowNinja
2016-03-02Add support for non-ASCII characters to chat consoleShadowNinja
2016-03-02Add Android chat formShadowNinja
2016-03-02Add text selection and copying to consoleShadowNinja
2016-03-02Unlock cursor when opening consoleShadowNinja
2016-03-02Use the console instead of a dedicated window when pressing keymap_chat/cmdEsteban I. Ruiz Moreno
2016-03-01Revert "Fix jumping at node edge"nerzhul
2016-02-27Nodedef: Restore smooth lighting to waterparamat
2016-02-27Mgvalleys: Add Dry RiverbedsDuane Robertson
2016-02-27Update po files, minetest.conf.example and settings_translation_file.cppest31
2016-02-26Fix minetest.request_insecure_environment() always returning nilJeija
2016-02-26Mapblock mesh: Allow to use VBORealBadAngel