Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Add backtrace to error function" | ShadowNinja | 2014-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 weather | proller | 2014-04-18 |
| | |||
* | Add checks for nil in minetest.after | ShadowNinja | 2014-04-13 |
| | |||
* | Fix crash when teleporting near unknown node | BlockMen | 2014-04-11 |
| | |||
* | Fix "ghost stacks" created when a player clicks an item on the ground: | Novatux | 2014-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. | RealBadAngel | 2014-03-21 |
| | | | | | Parallax mapping with slope information. Overriding normal maps. | ||
* | Fix error when calling minetest.node_punch without a pointed_thing | ShadowNinja | 2014-03-11 |
| | |||
* | Replace pause and message menu by formspec ones | sapier | 2014-03-05 |
| | |||
* | Remove "Server -!- " prefix from player messages | ShadowNinja | 2014-02-27 |
| | |||
* | Add the option to bind to a specific address | ShadowNinja | 2014-02-05 |
| | |||
* | Escape texture pack names | ShadowNinja | 2014-02-03 |
| | |||
* | Add minetest.kick_player(name, reason) | sapier | 2014-02-03 |
| | |||
* | Fix error on mod download failure | ShadowNinja | 2014-01-24 |
| | |||
* | Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacks | ShadowNinja | 2014-01-23 |
| | |||
* | Add pointed_thing to minetest.register_on_placenode | ShadowNinja | 2014-01-21 |
| | | | | As suggested by qwrwed. | ||
* | Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵ | PilzAdam | 2014-01-19 |
| | | | | param for node | ||
* | Fixed mainmenu lua errors because of changes in get_textlist_index | Dániel Varga | 2014-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" | ShadowNinja | 2014-01-13 |
| | |||
* | Add minetest.override_item | ShadowNinja | 2014-01-13 |
| | |||
* | Add formspec table | Kahrl | 2014-01-13 |
| | |||
* | Fix doc and forceloading crash. | Novatux | 2014-01-12 |
| | |||
* | Add forceloading | Novatux | 2014-01-11 |
| | |||
* | Deepcopy pointed_thing for after_place_node, give it to on_rightclick too. | Novatux | 2014-01-11 |
| | |||
* | Pass pointed_thing to after_place_node | ShadowNinja | 2014-01-06 |
| | |||
* | Add protection support to auto-rotated nodes | ShadowNinja | 2014-01-06 |
| | |||
* | Prevent auto-rotated nodes replacing the nodes they are placed on | ShadowNinja | 2014-01-06 |
| | |||
* | Escape error messages in error dialog | PilzAdam | 2014-01-06 |
| | |||
* | Fix main menu error message dialog: Now multi-line messages aren't cut at ↵ | Perttu Ahola | 2014-01-06 |
| | | | | half of second line | ||
* | Fix absence of images when compiled with RUN_IN_PLACE=0. | Ilya Zhuravlev | 2014-01-05 |
| | |||
* | Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7." | Novatux | 2013-12-30 |
| | | | | This reverts commit 4e5760a5416cbca6945b1b4484cbd96bea7b250c. | ||
* | Add 'on_prejoinplayer' callback | kaeza | 2013-12-12 |
| | |||
* | Implement search tab and version picker | sapier | 2013-12-11 |
| | |||
* | Move script_run_callbacks to Lua | ShadowNinja | 2013-12-07 |
| | |||
* | Only create one alias metatable | ShadowNinja | 2013-12-04 |
| | |||
* | Shaders rework. | RealBadAngel | 2013-12-03 |
| | |||
* | Assume a selection box for fences | 0gb.us | 2013-11-30 |
| | | | | Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype. | ||
* | Change default value of is_ground_content to true | kwolekr | 2013-11-30 |
| | | | | Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves | ||
* | Fix modstore/favourites hang by adding asynchronous lua job support | sapier | 2013-11-29 |
| | |||
* | Split server/client port setting to avoid port number clashes in mainmenu | sapier | 2013-11-28 |
| | |||
* | Rollback fixes and get_node_actions | ShadowNinja | 2013-11-27 |
| | |||
* | Temporary disable local install button due to irrlicht dialog breaking ↵ | sapier | 2013-11-24 |
| | | | | localization | ||
* | Fix my name (doesn't display correctly because of utf8 characters) | Novatux | 2013-11-23 |
| | |||
* | Fix rename modpack button not working, fixes #1019 | Sfan5 | 2013-11-23 |
| | |||
* | Prevent enabling Shaders if Direct3D is used | Sfan5 | 2013-11-23 |
| | |||
* | Fix usage of 'minetest' where 'engine' was intended | ShadowNinja | 2013-11-21 |
| | |||
* | Fix modmanager screenshot path | BlockMen | 2013-11-19 |
| | |||
* | Fix issue #1009 (minetest.get_connected_players() returns non-existing players) | kwolekr | 2013-11-17 |
| | |||
* | Replace print()s with minetest.log() in builtin | PilzAdam | 2013-11-17 |
| | |||
* | Fix "TODO read modinfo" in modmanager to improve ui usability | sapier | 2013-11-10 |
| | |||
* | Add BlockMen to core dev list | PilzAdam | 2013-11-09 |
| |