utility.h: Change Buffer's interface to be more compatible with SharedBuffer's interf...
[oweals/minetest.git] / src / inventory.cpp
2011-10-16 Perttu AholaImprove inventory debug output
2011-10-14 Perttu Aholamobv2
2011-09-26 Perttu AholaMerge remote-tracking branch 'marktraceur/master'
2011-09-26 Perttu AholaMerge remote-tracking branch 'kahrl/sectors2sqlite...
2011-09-26 Perttu AholaMerge branch 'view_bobbing_and_vielded_tool'
2011-09-19 KahrlConvert any inventory item into a mesh, bring back...
2011-09-06 Perttu AholaMerge remote-tracking branch 'queatz/sqlite-map'
2011-09-06 JacobFNow SAOs will reflect changes to their temporary invent...
2011-09-02 JacobFMerge branch 'master' of /media/Field/Software/minetest...
2011-08-31 Perttu AholaMerge remote-tracking branch 'queatz/furnace-fix'
2011-08-30 JacobFIf there was no source item in a furnace it would cause...
2011-08-30 Perttu AholaMerge remote-tracking branch 'kahrl/dissector'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/mmb10'
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-30 Perttu AholaMerge remote-tracking branch 'queatz/furnace-is-not...
2011-08-25 JacobFMerged 2 branches because they relied on each other.
2011-08-11 Giuseppe Bilottaconstify inventory item serialization
2011-08-11 Giuseppe BilottaSome inventory const-ification
2011-07-31 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaAdded MaterialItem conversion from old content type...
2011-07-30 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-30 Nils Dagsson MoskoppMerge remote-tracking branch 'origin/upstream'
2011-07-30 Perttu AholaRats are now eatable. Also made their selection box...
2011-07-24 Perttu Aholamerged fix to decapitated trees; other bugs now exists
2011-07-23 Perttu Aholamerged jungle and bluish shadows
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-07-14 Nils Dagsson MoskoppMerge branch 'upstream/master'
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-27 Nils Dagsson MoskoppMerge pull request #13 from Bahamada/upstream_merge
2011-06-26 Perttu Aholareorganized a lot of stuff and modified mapgen and...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-26 Sebastian RühlMerge branch 'master' of https://github.com/erlehmann...
2011-06-19 Perttu Aholafixed a segfault in case of wrong input from network...
2011-06-17 Perttu Aholaseparated inventory-related game content to content_inv...
2011-06-17 Perttu AholaMoved some mapnode content stuff from mapnode.{h,cpp...
2011-06-03 Nils Dagsson Moskopp+ paper, book, bookshelf
2011-06-03 Nils Dagsson Moskopp+ paper, book, bookshelf
2011-06-01 Perttu Aholamerged an old head into main branch
2011-06-01 teddydestodesMerge remote-tracking branch 'upstream/master'
2011-06-01 teddydestodesMerge remote-tracking branch 'upstream/master'
2011-06-01 Nils Dagsson Moskopp+ clay and associated items
2011-06-01 Nils Dagsson Moskopp+ clay and associated items
2011-05-09 Perttu Aholamerged CiaranG's changes: the glass block
2011-05-09 Ciaran GultnieksAdded glass, with rendering and furnace support.
2011-04-22 Perttu AholaRemoved IrrlichtWrapper
2011-04-19 Perttu Aholaitem drop multiplication fix
2011-04-11 Perttu AholaFixed some problems with crafting and inventory
2011-04-10 Perttu Aholaimplemented rats in new system to verify that it works
2011-04-05 Perttu AholaFurnace is now usable. Added more tools.
2011-04-05 Perttu AholaA more robust format for node metadata
2011-04-04 Perttu Aholainitial workings of the furnace
2011-04-04 Perttu AholaChests work now!
2011-02-10 Perttu Aholawork-in-progress texture atlas optimization
2011-02-03 Perttu Aholaadded temporary backwards compatibility to player inventory
2011-01-28 Perttu AholaFixed MBOItem inventory images
2011-01-27 Perttu AholaNow texture handling is fast. Also now players are...
2011-01-07 Perttu AholaAdded a more flexible path system (and fixed some minor...
2010-12-24 Perttu Aholadisconnect method to connection to be used instead...
2010-12-24 Perttu Aholabase stuff for item->object conversion
2010-12-22 Perttu Aholacrafting system!
2010-12-22 Perttu Aholajust savin'
2010-12-21 Perttu Aholaorganizing stuff.
2010-12-20 Perttu Aholaframework for modifying textures
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files