Protocol 25: wstring -> string for custom access denial reasons
[oweals/minetest.git] / doc /
2015-04-21 ShadowNinjaAdd minetest.global_exists()
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-04-08 est31Document for api functions that rely on current_modname...
2015-04-08 kwolekrSchematics: Prepend mod path to relative schematic...
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-27 ShadowNinjaDocument nil player as being allowed for can_dig
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-24 paramatlua_api/l_mapgen: generate_ores/decorations: make p1...
2015-03-22 Loic BlotRevert "Add a Lua call to do damages / heals" ok @Shado...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-03-18 Loic BlotAdd a Lua call to do damages / heals
2015-03-11 paramatlua_api/l_mapgen: Fix overlapping areas of minetest...
2015-03-06 paramatBiome API: Enable decorations placed on water
2015-03-05 BlockMenImprove group-based connection between raillike nodes
2015-02-27 Craig RobbinsChange find_surface_nodes_in_area to find_nodes_in_area...
2015-02-27 Loic BlotAdd find_surface_nodes_in_area LUA call which permit...
2015-02-27 rubenwardyWrap lines longer than 80 characters in lua_api.txt...
2015-02-23 KahrlDisallow object:remove() if the object is a player
2015-02-18 Perttu AholaBump version to 0.4.12
2015-02-18 est31Server: announce MIN/MAX protocol version supported...
2015-02-16 rubenwardyFix minetest.item_eat's replace_with_item, fixes #2292
2015-01-20 TriBlade9Added ratio argument to colorize, removed the weird...
2015-01-20 Markus KoschanyFix hyphen used as minus sign
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-15 kwolekrAdd ability to delete MapBlocks from map
2015-01-13 kwolekrbuiltin: Unify register wrapper functions and wrap...
2015-01-12 paramatLua-api.txt: Document that paramtype='light' results...
2015-01-05 ShadowNinjaAdd registered_ores and registered_decorations
2015-01-05 kwolekrAdd minetest.generate_ores() and minetest.generate_deco...
2015-01-04 Craig RobbinsRemove freezemelt documentation from lua_api.txt
2015-01-04 kwolekrAdd warning about using deprecated fields in Mapgen...
2015-01-03 WuzzyRewrite lua_api.txt into Markdown format
2014-12-30 Diego MartínezFix documentation for string functions
2014-12-30 kwolekrAdd core.get_mapgen_names() to Main Menu API (and use it)
2014-12-29 kwolekrExpose mapgen parameters on scripting init
2014-12-29 kwolekrLuaVoxelManip: Remove blank allocator
2014-12-29 kwolekrLuaItemStack: Fix and document behavior of set_name...
2014-12-29 kwolekrDecoration: Add height_min and height_max parameters
2014-12-29 kwolekrOre: Add Vein ore type
2014-12-28 kwolekrOre: Add Blob ore type
2014-12-28 kwolekrLuaVoxelManip: Add option to allocate blank data
2014-12-25 kwolekrBump version to 0.4.11 0.4.11
2014-12-20 paramatlua_api.txt: improve noise documentation. Remove previo...
2014-12-14 Craig RobbinsFix typo in lua_api.txt
2014-12-12 Jürgen DoserAdd basic support for generating API documentation...
2014-12-12 kwolekrAdd support for NoiseParams in minetest.get_perlin...
2014-12-10 kwolekrRename and repurpose minetest.set_noiseparam_defaults...
2014-12-06 kwolekrRewrite generate notification mechanism
2014-12-06 SmallJokerAdd Lua helper functions vector.apply(v) math.sign...
2014-11-28 Ciaran GultnieksImprove Lua API documentation
2014-11-27 SmallJokerAdd minetest.copy_table(table) To get rid off the ...
2014-11-13 SmallJokerAdd option 'eased' to NoiseParams
2014-10-29 Craig RobbinsAdded names colours and refactored parseColorString()
2014-10-22 David ThompsonSearch for subgames using $MINETEST_SUBGAME_PATH.
2014-10-19 RealBadAngelCustom collision boxes node property.
2014-10-18 RealBadAngelAdd meshnode drawtype.
2014-10-05 BlockMenAdd [colorize modifier 1711/head
2014-10-02 Diego MartínezAdd better documentation for alternate drop definition...
2014-10-02 BlockMenAdd optional framed glasslike drawtype 1694/head
2014-09-21 TriBlade9Add firelike drawtype
2014-09-20 ShadowNinjaAdd compression API 1633/head
2014-09-12 ShadowNinjaSimplify and optimize schematic replacements
2014-09-01 kwolekrAdd LuaVoxelManip methods: get_node_at() and set_node_at()
2014-09-01 kwolekrUpdate Mapgen VoxelManipulator on buffer invalidation
2014-08-25 sapierRemove invalid doc about minetest.get_time_us()
2014-08-25 sapierAdd missing doc for minetest.get_us_time()
2014-08-23 Craig RobbinsFix seg fault if popping from empty stack (L-system...
2014-08-22 sapierAdd video driver selection to settings menu (based... 1495/head
2014-08-22 sfan5Add ^[mask texture modifier
2014-08-22 rubenwardyCorrect spelling mistakes in documentation
2014-08-19 sapierMod profiling support
2014-07-29 sfan5Rework texture generating code, add texture grouping...
2014-07-16 sapierAdd srollbar formspec element 1391/head
2014-07-06 sapierUpdate version numbers for 0.4.10
2014-07-05 sfan5Fix typos in doc/lua-api.txt
2014-07-04 KahrlFix typo in doc/lua_api.txt
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-06-24 RealBadAngelTooltips rework.
2014-06-18 RealBadAngelAdd tooltips for button, imagebutton and checkbox.
2014-06-14 sapierFix regression dirt texture not beeing default in non... 1309/head
2014-05-28 ShadowNinjaAdd success and output return values to chat commands 1129/head
2014-05-26 rubenwardyAdd item eat callback
2014-05-16 sapierAdd formspec toolkit and refactor mainmenu to use it 1241/head
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 sapierFix heart + bubble bar size on different texture packs 1265/head
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-04-25 BlockMenMove the old stuff to doc
2014-04-24 ShadowNinjaUpdate documentation on is_ground_content
2014-04-18 prollerRemove liquid_finite and weather 1235/head
2014-04-12 BlockMenAdd player:set_eye_offset() by @MirceaKitsune and clean up
2014-04-12 BlockMenAdd third person view
2014-04-08 sapierCleanup client init states by bumping protocol version 1143/head
2014-03-05 sapierReplace pause and message menu by formspec ones 1164/head
2014-02-27 ShadowNinjaRemove "Server -!- " prefix from player messages
2014-02-16 kwolekrSchematic: Add force_placement parameter to minetest...
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
next