Age | Commit message (Expand) | Author |
2016-03-19 | Clean up Strfnd | ShadowNinja |
2015-10-14 | Rename macros with two leading underscores | ShadowNinja |
2015-08-25 | Change i++ to ++i | David Jones |
2015-08-19 | Fix inventory replace bug | est31 |
2015-07-19 | MoveItemSomewhere double bugfix | est31 |
2015-07-01 | Inventory manager style cleanup and further checks | est31 |
2015-06-23 | Add MoveSomewhere inventory action | est31 |
2015-06-22 | Fix bug when craft input isn't replaced | TeTpaAka |
2015-04-01 | Move globals from main.cpp to more sane locations | Craig Robbins |
2015-03-24 | Don't send an InventoryAction at each setInventoryModified, we only need one ... | Loic Blot |
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when NDEB... | Craig Robbins |
2015-01-13 | Performance fixes. | onkrot |
2014-11-19 | Clean up rollback | ShadowNinja |
2014-09-21 | Split settings into seperate source and header files | ShadowNinja |
2013-11-01 | Add a callback: minetest.register_on_craft(itemstack, player, | Novatux |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl |
2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier |
2013-02-24 | Update Copyright Years | Sfan5 |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam |
2012-09-02 | Fix moving stuff into a mismatched stack in a "infinite" inventory | Perttu Ahola |
2012-09-02 | Make inventory GUI do sane things when server-side inventory acts unusually | Perttu Ahola |
2012-09-01 | Add InventoryList width property & allow custom crafting grids. | Ilya Zhuravlev |
2012-08-12 | Fix wrong amount of nodes being dropped from inventory | Perttu Ahola |
2012-08-12 | Remove unwanted ! from ifs in inventory record-for-rollback code | Perttu Ahola |
2012-07-28 | Fix inventory segfault when rollback recording is disabled | Perttu Ahola |
2012-07-27 | Experimental-ish rollback functionality | Perttu Ahola |
2012-07-25 | Add special return value -1 to inventry callbacks | Perttu Ahola |
2012-07-25 | Improve inventory callbacks a bit | Perttu Ahola |
2012-07-25 | Remove special handling of creative mode | Perttu Ahola |
2012-07-25 | Detached inventory callbacks and reworked node metadata callbacks | Perttu Ahola |
2012-07-24 | Detached inventories | Perttu Ahola |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as GP... | Perttu Ahola |
2012-06-03 | Properly handle dropping of items from nodes, and disallow moving items direc... | Perttu Ahola |
2012-06-03 | on_metadata_inventory_{move,offer,take} | Perttu Ahola |
2012-01-22 | Client-side prediction of inventory changes, and some inventory menu fixes | Kahrl |
2012-01-22 | Inventory menu (with dragging) improved. Crafting is now handled via a IACTIO... | Kahrl |
2012-01-13 | Inventory menu changes: Tooltips; dragging; drop from menu. Lag is a bit anno... | Kahrl |
2012-01-12 | The huge item definition and item namespace unification patch (itemdef), see ... | Kahrl |
2012-01-02 | Add InvRef and InvStack (currently untested and unusable) | Perttu Ahola |