summaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
Commit message (Collapse)AuthorAge
...
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola2012-03-30
| | | | players too!
* ObjectPropertiesPerttu Ahola2012-03-30
|
* on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfixKahrl2012-03-29
| | | | | | | Add minetest.register_on_joinplayer and minetest.register_on_leaveplayer, make adding new callbacks to scriptapi.cpp easier by adding scriptapi_run_callbacks, also fix a minor bug with PlayerSAO <-> singleplayer mode interaction
* added PlayerSAO and RemotePlayer, removed ServerRemotePlayerKahrl2012-03-29
|
* Rework tool_capabilities a bit (maxwear->uses, scale dig time according to ↵Perttu Ahola2012-03-29
| | | | leveldiff)
* Add EnvRef:set_node()Perttu Ahola2012-03-28
|
* Add range option to PseudoRandom:next()Perttu Ahola2012-03-28
|
* Add blockseed to on_generatedPerttu Ahola2012-03-28
|
* Add minetest.is_singleplayer()Perttu Ahola2012-03-28
|
* Add PseudoRandom in Lua APIPerttu Ahola2012-03-28
|
* Lua API for playing soundsPerttu Ahola2012-03-24
|
* Add sound.digPerttu Ahola2012-03-24
|
* Add sounds, tune thingsPerttu Ahola2012-03-24
|
* Add event manager and use it to trigger soundsPerttu Ahola2012-03-24
|
* Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola2012-03-18
|
* Fix and improve Server's privilege get/settersPerttu Ahola2012-03-15
|
* Clean up log messages everywherePerttu Ahola2012-03-11
|
* Immediate smoke puff when a normal entity is punched to deathPerttu Ahola2012-03-10
|
* LuaEntity armor groupsPerttu Ahola2012-03-10
|
* Entity damage system WIP; Remove C++ mobsPerttu Ahola2012-03-10
|
* Digging time groups WIPPerttu Ahola2012-03-10
|
* Add minetest.get_worldpath() for getting location for custom dataPerttu Ahola2012-02-28
|
* Add EnvRef:set_timeofday(0...1) and EnvRef:get_timeofday()Perttu Ahola2012-01-24
|
* Fix give_initial_stuff mod; experimental mod: dug_item -> drop; ↵Kahrl2012-01-22
| | | | scriptapi.cpp: drops -> drop
* Node placement / mineral / serialization / iron freq / node_dig callbackKahrl2012-01-22
| | | | | | | | - Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
* The huge item definition and item namespace unification patch (itemdef), see ↵Kahrl2012-01-12
| | | | http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
* ObjectRef:setpos() to move player properly (a bit shortcuttish implementation)Perttu Ahola2012-01-06
|
* Implement minetest.register_on_dieplayer()Perttu Ahola2012-01-06
|
* Mark ObjectRef::get_entity_name() deprecatedPerttu Ahola2012-01-02
|
* Add name field to registered entitiesPerttu Ahola2012-01-02
|
* Add ObjectRef:getvelocity(), ObjectRef:setyaw() and ObjectRef:getyaw()Perttu Ahola2012-01-02
|
* Add ObjectRef:get_luaentity()Perttu Ahola2012-01-02
|
* ObjectRef:get_entity_name() and fixing of comments in default/init.luaPerttu Ahola2012-01-02
|
* Make add_entity return a reference to added entity (or nil)Perttu Ahola2012-01-02
|
* Add ObjectRef:get_inventory() and add stuff to documentation commentsPerttu Ahola2012-01-02
|
* Working implementation of experimental:luafurnacePerttu Ahola2012-01-02
|
* Random fixes to InvRef related stuff and a broken luafurnacePerttu Ahola2012-01-02
|
* Add InvRef:get_list() and InvRef:set_list() and fix some things (untested)Perttu Ahola2012-01-02
|
* Add minetest.get_inventory(location), untestedPerttu Ahola2012-01-02
|
* A small robustness addition to ItemStackPerttu Ahola2012-01-02
|
* Rename InvStack to ItemStackPerttu Ahola2012-01-02
|
* Add InvRef and InvStack (currently untested and unusable)Perttu Ahola2012-01-02
|
* Add EnvRef:get_objects_inside_radius(pos, radius)Perttu Ahola2011-12-28
|
* Add get_look_dir(), get_look_pitch() and get_look_yaw() for playersPerttu Ahola2011-12-28
|
* Fix minetest.env:get_player_by_name(nil) causing segfault and similar thingsPerttu Ahola2011-12-28
|
* Add minetest.get_modpath(modname)Perttu Ahola2011-12-11
|
* Enforce modname naming conventionPerttu Ahola2011-12-04
|
* Rename EnvRef:add_luaentity to EnvRef:add_entityPerttu Ahola2011-12-04
|
* Add EnvRef:get_node_light(pos, timeofday)Perttu Ahola2011-12-04
|
* Determine light_propagates from paramtypePerttu Ahola2011-12-04
|