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