]> git.lizzy.rs Git - minetest.git/history - doc
Increment protocol version
[minetest.git] / doc /
2012-06-17 Perttu AholaExplain node boxes in lua_api.txt
2012-06-16 Perttu AholaMention node drawtypes in lua_api.txt
2012-06-16 Perttu AholaNode texture animation
2012-06-10 Perttu AholaAdd some missing object properties to doc/lua_api.txt
2012-06-10 Perttu AholaNode placement client-side prediction
2012-06-08 Perttu AholaUpdate and fix doc/mapformat.txt; make current format...
2012-06-06 Perttu AholaAdd minetest.serialize() and minetest.deserialize()
2012-06-06 Perttu AholaAllow groups in crafting recipes
2012-06-05 Perttu AholaFix small errors in lua_api.txt
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-06-03 darkroseAdd InvRef:is_empty(listname) and make chests/furnaces...
2012-06-03 darkroseAdd can_dig callback
2012-06-03 Perttu AholaImplement image[<X>,<Y>;<W>,<H>;<texture name>] and...
2012-06-03 Perttu AholaReshape inventory menu code
2012-06-03 Perttu AholaAdd ObjRef:is_player() and modify ObjRef:get_player_nam...
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaminetest.get_craft_result
2012-06-03 Perttu AholaNodeMetaRef:{to,from}_table and lua_api.txt additions
2012-06-03 Perttu Aholaon_metadata_inventory_{move,offer,take}
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-06-03 Perttu AholaAdd node on_construct, on_destruct callbacks and update...
2012-05-21 Perttu AholaAdd support for putting modpacks directly into mod...
2012-04-14 Perttu AholaAdd "Registered definitions of stuff" to doc/lua_api.txt
2012-04-09 Perttu AholaSupport static_spawnpoint setting
2012-04-09 Perttu AholaImprove doc/lua_api.txt and add minetest.get_item_group...
2012-04-08 Perttu AholaAdd minimal documentation about the $world/game/ addition
2012-04-08 Perttu Aholaminetest.get_node_group(name, group)
2012-04-08 Perttu AholaEnvRef:find_nodes_in_area(minp, maxp, nodenames)
2012-04-07 Perttu AholaImprove doc/lua_api.txt
2012-04-07 Sergey GilfanovPerlinNoise for Lua.
2012-04-06 Perttu AholaAdd EnvRef:find_node_near(pos, radius, nodenames)
2012-04-01 Perttu AholaImplement dropped items as LuaEntities; leave the old...
2012-04-01 Perttu AholaRemplement and improve /setting in Lua, now called...
2012-03-31 Perttu AholaImprove /grant and /revoke output, add /auth_reload
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-31 Perttu AholaFix doc/lua_api.txt
2012-03-31 Perttu Aholainitial_properties field in entity definition
2012-03-31 Perttu AholaMore documentation in doc/lua_api.txt
2012-03-31 Perttu AholaAllow group:groupname in ABM definition and implement...
2012-03-30 Perttu AholaImproved teleport command
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-30 Perttu AholaObjectRef:set_armor_groups() and ObjectRef:set_properti...
2012-03-29 Perttu Aholaminetest.register_chatcommand(cmd, def)
2012-03-29 Perttu AholaUse GenericCAO in place of LuaEntityCAO and PlayerCAO
2012-03-29 Perttu AholaRework tool_capabilities a bit (maxwear->uses, scale...
2012-03-28 Perttu AholaAdd EnvRef:set_node()
2012-03-28 Perttu AholaAdd range option to PseudoRandom:next()
2012-03-28 Perttu AholaAdd blockseed to on_generated
2012-03-28 Perttu AholaAdd minetest.is_singleplayer()
2012-03-28 Perttu Aholadoc/lua_api.txt: minetest.get_worldpath(modname) -...
2012-03-27 Perttu AholaAdd PseudoRandom in Lua API
2012-03-27 Perttu AholaFix and extend minetest.after(time, func, param)
2012-03-26 Perttu AholaAdd minetest.after(time, func)
2012-03-25 Perttu AholaUpdate doc/lua_api.txt
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaUpdate doc/lua_api.txt
2012-03-22 Perttu AholaUpdate doc/lua_api.txt and doc/mapformat.txt even more
2012-03-22 Perttu AholaDescribe format of nodes in doc/mapformat.txt
2012-03-22 Perttu AholaUpdate doc/mapformat.txt
2012-03-22 Perttu Aholamapformat WIP
2012-03-22 Perttu AholaAdd output levels --info and --trace (--verbose is...
2012-03-22 Perttu AholaAdd more information to lua_api.txt
2012-03-22 Perttu AholaUpdate Lua API documentation and move it into doc/lua_a...
2012-03-18 Perttu AholaMove doc/changelog.txt and doc/ancient_main_comment...
2012-03-11 Perttu AholaUpdate --gameid to manpages
2012-03-11 Perttu AholaImprove command-line parameters
2012-03-11 Perttu AholaMove huge comment from the beginning of main.cpp to...
2012-02-28 Perttu AholaMerge remote-tracking branch 'jn/random-fixes'
2012-02-28 Juhani NumminenAdd UNIX man pages to aid package creators.
2011-11-09 Perttu AholaUpdate changelog and call this 0.3.1 0.3.1
2011-11-03 Perttu AholaUpdate /README.txt, remove duplicate /doc/README.txt...
2011-11-01 Perttu AholaSet version to 0.3.0 and update changelog 0.3.0
2011-10-21 Perttu Ahola0.3.dev-20111021
2011-10-16 Perttu AholaUpdate changelog (albeit a bit late)
2011-10-16 Perttu AholaUpdate Linux build instructions in README.txt a bit...
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-26 Perttu AholaMerge remote-tracking branch 'darkrose/master'
2011-09-22 Perttu AholaMake client report a newer version number to the server... 0.2.20110922_1
2011-09-22 Perttu AholaOh well, let's call it just 0.2.20110922 0.2.20110922
2011-09-22 Perttu AholaUpdate changelog and version to 0.2.20110922_rc1
2011-09-22 darkroseadded locking chests - clean patch
2011-09-16 Perttu AholaMerge remote-tracking branch 'sfan5/apple-trees'
2011-09-16 Perttu AholaUpdate changelog
2011-09-02 JacobFMerge branch 'master' of /media/Field/Software/minetest...
2011-08-31 Perttu AholaMerge remote-tracking branch 'queatz/furnace-fix'
2011-08-30 Perttu AholaUpdated changelog
2011-08-30 Perttu AholaMerge remote-tracking branch 'kahrl/dissector'
2011-08-25 Kahrldissector branch: fix for doc/protocol.txt: CONTROLTYPE...
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-31 Perttu AholaFixes a bug that made the server to deny non-empty...
2011-07-31 Perttu Aholaupdated changelog
2011-07-30 Perttu Aholachangelog update and disable motd by default
2011-07-30 Perttu AholaUpdated CMakeLists, changelog and example config for...
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged the content type extension and delta
next