summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Collapse)AuthorAge
...
* Fix regression dirt texture not beeing default in non cloud menusapier2014-06-14
|
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-12
|
* New feature: drop a item instead a stack while...Lord89James2014-06-10
| | | | sneaking
* Allow custom liquids to have dropssfan52014-06-08
|
* Re-add missing shaders setting. (Generate normalmaps)RealBadAngel2014-06-04
|
* Add success and output return values to chat commandsShadowNinja2014-05-28
|
* Add item eat callbackrubenwardy2014-05-26
|
* Sort commands and privs alphabetically in '/help'.Diego Martinez2014-05-24
| | | | Also make a stray variable local.
* Rework dumping functionsShadowNinja2014-05-24
| | | | | | | | | Changes: * Add comments to explain the dumping code * Add support for dumping values of any type (as '<' <type> '>') * Add support for tables as keys in dump2() * Make dump2() return it's result (like dump()) rather than printing it * Simplify and optimize function serialization via serialize()
* Fix a bunch of small bugs due to mainmenu cleanupsapier2014-05-24
| | | | | | | Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button
* Item entity stacks merge on the ground.RealBadAngel2014-05-23
| | | | Add TTL to item entities.
* Fix singleplayer dialogs missing game customizationsapier2014-05-17
|
* Add formspec toolkit and refactor mainmenu to use itsapier2014-05-16
| | | | | Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews
* Fix old client showing duplicated health bar on new serversapier2014-05-11
| | | | | Fix client not showing hearts and bubbles on connecting to old server Fix server not remembering hud flags correctly
* Fix healthbar not beeing hidden on disabled damagesapier2014-05-10
|
* Use "core" namespace internallyShadowNinja2014-05-08
|
* Organize builtin into subdirectoriesShadowNinja2014-05-07
|
* Fix heart + bubble bar size on different texture packssapier2014-05-07
| | | | | | | 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
* Fix usage of deprecated functions in builtinsapier2014-04-29
|
* Add proper lua api deprecated handlingsapier2014-04-29
|
* Add support for function serialization to minetest.serializeShadowNinja2014-04-27
|
* Remove dependency on marshal and many other async changesShadowNinja2014-04-27
| | | | | | | | | | | | 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
* Revert "Add backtrace to error function"ShadowNinja2014-04-24
| | | | | | | | 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.
* Remove liquid_finite and weatherproller2014-04-18
|
* Add checks for nil in minetest.afterShadowNinja2014-04-13
|
* Fix crash when teleporting near unknown nodeBlockMen2014-04-11
|
* Fix "ghost stacks" created when a player clicks an item on the ground:Novatux2014-03-22
| | | | | | | 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
* Normal maps generation on the fly.RealBadAngel2014-03-21
| | | | | Parallax mapping with slope information. Overriding normal maps.
* Fix error when calling minetest.node_punch without a pointed_thingShadowNinja2014-03-11
|
* Replace pause and message menu by formspec onessapier2014-03-05
|
* Remove "Server -!- " prefix from player messagesShadowNinja2014-02-27
|
* Add the option to bind to a specific addressShadowNinja2014-02-05
|
* Escape texture pack namesShadowNinja2014-02-03
|
* Add minetest.kick_player(name, reason)sapier2014-02-03
|
* Fix error on mod download failureShadowNinja2014-01-24
|
* Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja2014-01-23
|
* Add pointed_thing to minetest.register_on_placenodeShadowNinja2014-01-21
| | | | As suggested by qwrwed.
* Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵PilzAdam2014-01-19
| | | | param for node
* Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga2014-01-18
| | | | | Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
* Fix spelling of "attempt"ShadowNinja2014-01-13
|
* Add minetest.override_itemShadowNinja2014-01-13
|
* Add formspec tableKahrl2014-01-13
|
* Fix doc and forceloading crash.Novatux2014-01-12
|
* Add forceloadingNovatux2014-01-11
|
* Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux2014-01-11
|
* Pass pointed_thing to after_place_nodeShadowNinja2014-01-06
|
* Add protection support to auto-rotated nodesShadowNinja2014-01-06
|
* Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja2014-01-06
|
* Escape error messages in error dialogPilzAdam2014-01-06
|
* Fix main menu error message dialog: Now multi-line messages aren't cut at ↵Perttu Ahola2014-01-06
| | | | half of second line