aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add node on_construct, on_destruct callbacks and update lua_api.txtPerttu Ahola2012-06-031-4/+52
* Strip unneeded variables from NodeMetadatadarkrose2012-06-031-39/+9
* WIP node metadata, node timersKahrl2012-06-031-180/+156
* EnvRef:find_nodes_in_area(minp, maxp, nodenames)Perttu Ahola2012-04-081-0/+50
* PerlinNoise for Lua.Sergey Gilfanov2012-04-071-0/+140
* Add EnvRef:find_node_near(pos, radius, nodenames)Perttu Ahola2012-04-061-3/+45
* Remove debug outputPerttu Ahola2012-04-041-2/+0
* Fix dropped nodeitem visualsPerttu Ahola2012-04-041-0/+3
* Implement dropped items as LuaEntities; leave the old ones as is for compatib...Perttu Ahola2012-04-011-2/+16
* Remplement and improve /setting in Lua, now called /setPerttu Ahola2012-04-011-0/+10
* Allow getting the path of builtin.lua using minetest.get_modpath("__builtin")Perttu Ahola2012-04-011-1/+6
* Add 'fly' and 'fast' privileges and the underlying privileges-to-client systemPerttu Ahola2012-03-311-0/+11
* initial_properties field in entity definitionPerttu Ahola2012-03-311-1/+6
* Reimplement authentication handler in Lua; now we have 1) infinite privilege ...Perttu Ahola2012-03-301-4/+125
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-301-61/+94
* ObjectPropertiesPerttu Ahola2012-03-301-3/+2
* on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl2012-03-291-102/+186
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-291-21/+27
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to le...Perttu Ahola2012-03-291-2/+13
* Add EnvRef:set_node()Perttu Ahola2012-03-281-3/+9
* Add range option to PseudoRandom:next()Perttu Ahola2012-03-281-2/+13
* Add blockseed to on_generatedPerttu Ahola2012-03-281-2/+4
* Add minetest.is_singleplayer()Perttu Ahola2012-03-281-0/+8
* Add PseudoRandom in Lua APIPerttu Ahola2012-03-281-0/+110
* Lua API for playing soundsPerttu Ahola2012-03-241-6/+65
* Add sound.digPerttu Ahola2012-03-241-0/+3
* Add sounds, tune thingsPerttu Ahola2012-03-241-4/+5
* Add event manager and use it to trigger soundsPerttu Ahola2012-03-241-0/+28
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-181-0/+1
* Fix and improve Server's privilege get/settersPerttu Ahola2012-03-151-4/+1
* Clean up log messages everywherePerttu Ahola2012-03-111-15/+15
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-101-6/+18
* LuaEntity armor groupsPerttu Ahola2012-03-101-0/+14
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-101-28/+25
* Digging time groups WIPPerttu Ahola2012-03-101-90/+161
* Add minetest.get_worldpath() for getting location for custom dataPerttu Ahola2012-02-281-0/+9
* Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()Perttu Ahola2012-01-241-0/+34
* Fix give_initial_stuff mod; experimental mod: dug_item -> drop; scriptapi.cpp...Kahrl2012-01-221-3/+3
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-221-113/+201
* The huge item definition and item namespace unification patch (itemdef), see ...Kahrl2012-01-121-1320/+1319
* ObjectRef:setpos() to move player properly (a bit shortcuttish implementation)Perttu Ahola2012-01-061-0/+4
* Implement minetest.register_on_dieplayer()Perttu Ahola2012-01-061-0/+26
* Mark ObjectRef::get_entity_name() deprecatedPerttu Ahola2012-01-021-0/+1
* Add name field to registered entitiesPerttu Ahola2012-01-021-0/+4
* Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()Perttu Ahola2012-01-021-0/+40
* Add ObjectRef:get_luaentity()Perttu Ahola2012-01-021-0/+12
* ObjectRef:get_entity_name() and fixing of comments in default/init.luaPerttu Ahola2012-01-021-0/+13
* Make add_entity return a reference to added entity (or nil)Perttu Ahola2012-01-021-2/+7
* Add ObjectRef:get_inventory() and add stuff to documentation commentsPerttu Ahola2012-01-021-4/+18
* Working implementation of experimental:luafurnacePerttu Ahola2012-01-021-5/+54