aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2014-05-10Fix healthbar not beeing hidden on disabled damagesapier
2014-05-08Use "core" namespace internallyShadowNinja
2014-05-07Organize builtin into subdirectoriesShadowNinja
2014-05-07Fix heart + bubble bar size on different texture packssapier
Add DPI support for statbar Move heart+bubble bar to Lua HUD Add statbar size (based upon an idea by blue42u) Add support for customizing breath and statbar
2014-04-29Fix usage of deprecated functions in builtinsapier
2014-04-29Add proper lua api deprecated handlingsapier
2014-04-27Add support for function serialization to minetest.serializeShadowNinja
2014-04-27Remove dependency on marshal and many other async changesShadowNinja
This makes a number of changes: * Remove the dependency on marshal by using string.dump and loadstring. * Use lua_tolstring rather than having Lua functions pass string lengths to C++. * Move lua_api/l_async_events.* to cpp_api/s_async.*, where it belongs. * Make AsyncWorkerThread a child of ScriptApiBase, this removes some duplicate functionality. * Don't wait for async threads to shut down. (Is this safe? Might result in corruption if the thread is writing to a file.) * Pop more unused items from the stack * Code style fixes * Other misc changes
2014-04-24Revert "Add backtrace to error function"ShadowNinja
This reverts commit 5b518ed2feff28c9bf21ad940c1b211b72d71bd1. This caused duplicate tracebacks and tracebacks when unwanted. It also ignored the level argument to error() and didn't pass the message (or level) to debug.traceback(). Use xpcall() or lua_pcall()'s errorhandler argument instead.
2014-04-18Remove liquid_finite and weatherproller
2014-04-13Add checks for nil in minetest.afterShadowNinja
2014-04-11Fix crash when teleporting near unknown nodeBlockMen
2014-03-22Fix "ghost stacks" created when a player clicks an item on the ground:Novatux
since the object is not immediately removed, any other code may still think an object is there, therefore leading to item duplication. This code therefore sets the itemstring to '' after the object is picked up to avoid such issues
2014-03-21Normal maps generation on the fly.RealBadAngel
Parallax mapping with slope information. Overriding normal maps.
2014-03-11Fix error when calling minetest.node_punch without a pointed_thingShadowNinja
2014-03-05Replace pause and message menu by formspec onessapier
2014-02-27Remove "Server -!- " prefix from player messagesShadowNinja
2014-02-05Add the option to bind to a specific addressShadowNinja
2014-02-03Escape texture pack namesShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2014-01-24Fix error on mod download failureShadowNinja
2014-01-23Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja
2014-01-21Add pointed_thing to minetest.register_on_placenodeShadowNinja
As suggested by qwrwed.
2014-01-19Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵PilzAdam
param for node
2014-01-18Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga
Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
2014-01-13Fix spelling of "attempt"ShadowNinja
2014-01-13Add minetest.override_itemShadowNinja
2014-01-13Add formspec tableKahrl
2014-01-12Fix doc and forceloading crash.Novatux
2014-01-11Add forceloadingNovatux
2014-01-11Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux
2014-01-06Pass pointed_thing to after_place_nodeShadowNinja
2014-01-06Add protection support to auto-rotated nodesShadowNinja
2014-01-06Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja
2014-01-06Escape error messages in error dialogPilzAdam
2014-01-06Fix main menu error message dialog: Now multi-line messages aren't cut at ↵Perttu Ahola
half of second line
2014-01-05Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev
2013-12-30Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."Novatux
This reverts commit 4e5760a5416cbca6945b1b4484cbd96bea7b250c.
2013-12-12Add 'on_prejoinplayer' callbackkaeza
2013-12-11Implement search tab and version pickersapier
2013-12-07Move script_run_callbacks to LuaShadowNinja
2013-12-04Only create one alias metatableShadowNinja
2013-12-03Shaders rework.RealBadAngel
2013-11-30Assume a selection box for fences0gb.us
Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype.
2013-11-30Change default value of is_ground_content to truekwolekr
Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier
2013-11-28Split server/client port setting to avoid port number clashes in mainmenusapier
2013-11-27Rollback fixes and get_node_actionsShadowNinja
2013-11-24Temporary disable local install button due to irrlicht dialog breaking ↵sapier
localization
2013-11-23Fix my name (doesn't display correctly because of utf8 characters)Novatux