]> git.lizzy.rs Git - dragonfireclient.git/history - doc
Merge pull request #447 from sapier/add_lua_log_parameter_check
[dragonfireclient.git] / doc /
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-24 WeblateMerge remote branch 'origin/master'
2013-01-23 RealBadAngelTreegen update. Some new symbols. Speed up code a bit.
2013-01-21 sapieradd support for saving settings by lua command (server...
2013-01-07 sapierFix buttons not working for Lua-triggered formspecs
2013-01-07 RealBadAngelL-Systems treegen update.
2013-01-04 JeijaImplement textarea in formspec, a multiline input field
2013-01-04 PilzAdamAdd on_rightclick(pos, node, clicker) callback for...
2013-01-02 Perttu AholaAdd InvRef:get_location()
2013-01-02 sapierAdd TOCLIENT_SHOW_FORMSPEC to display formspecs at...
2012-12-30 RealBadAngelL-System treegen
2012-12-17 PilzAdamAdd ability to change the itemstack in placenode callbacks
2012-12-17 Ilya ZhuravlevFix hypen used as minus sign (manpages), fix spelling...
2012-12-01 RealBadAngelNew elements in formspec, item_image and item_image_button.
2012-12-01 PilzAdamAdd the group attached_node
2012-12-01 PilzAdamMerge support for anaglyph stereo
2012-11-30 Matthew IAdd shutdown hook interface to Lua API
2012-11-25 Perttu AholaBump version to 0.4.4 as this isn't compatible with...
2012-11-25 MirceaKitsuneRealBadAngel's patch which allows the lua api to read...
2012-11-25 MirceaKitsuneA bunch of fixes
2012-11-25 MirceaKitsuneUpdate attachments at the ending of the addToScene...
2012-11-25 MirceaKitsuneFramework for the attachment system, new object propert...
2012-11-25 MirceaKitsuneGet the new animation framework properly working
2012-11-25 MirceaKitsuneJoint positioning and rotation code, and fix a problem...
2012-11-25 MirceaKitsuneAllow the LUA API to set animations to meshes as well...
2012-11-25 MirceaKitsuneGet the mesh working through the memory cache properly...
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-12 xyzzMerge pull request #284 from RealBadAngel/master
2012-11-08 RealBadAngelAdding background to Formspec
2012-11-03 PilzAdamMerge pull request #274 from PilzAdam/falling
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-11-01 PilzAdamMerge pull request #270 from PilzAdam/master
2012-11-01 PilzAdamAdd falling_node to special groups in lua-api.txt
2012-09-09 Perttu AholaAdd nodedef.on_blast() to lua_api.txt in order to suppo...
2012-09-09 Perttu AholaAdd dtime_s to entity activation
2012-09-09 Perttu AholaFix ObjectRef:punch()
2012-09-07 Ilya ZhuravlevAdd liquid_renewable property.
2012-09-02 Perttu AholaAdd overridable function for handling dropped items...
2012-09-01 Perttu AholaAdd bouncy node group
2012-09-01 Perttu AholaAdd disable_jump and fall_damage_add_percent node groups
2012-09-01 Ilya ZhuravlevAdd InventoryList width property & allow custom craftin...
2012-08-12 Matthew IAdd ban management routines to Lua API
2012-08-12 Matthew IExtend Lua API in order to implement chat commands
2012-07-26 Perttu AholaExperimental-ish rollback functionality
2012-07-26 Perttu AholaWorking group-shapeless and multigroup recipes
2012-07-25 Perttu AholaAdd special return value -1 to inventry callbacks
2012-07-25 Perttu AholaImprove inventory callbacks a bit
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu AholaDetached inventories
2012-07-24 Perttu AholaImprove node timer format (map format version 25) and...
2012-07-23 Perttu AholaAdd oldnode parameter to minetest.register_on_placenode...
2012-07-23 Perttu AholaDescribe node definition fields better in lua_api.txt
2012-07-23 Perttu AholaUpdate lua_api.txt a bit
2012-07-23 darkroseImplement node timers
2012-07-22 Perttu AholaFormspec button_exit[] and image_button_exit[]
2012-07-22 darkroseDoc updates for formspec
2012-07-22 Perttu Aholaminetest.register_on_player_receive_fields()
2012-07-22 Matthew IUpdate Lua API documentation to include minetest.get_mo...
2012-07-21 Perttu AholaBITCH, THIS IS 0.4.0.
2012-07-20 darkroseAdd minetest.get_craft_recipe()
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-17 Perttu AholaAdd pointed_thing to lua_api.txt
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...
next