summaryrefslogtreecommitdiffstats
path: root/Essentials/src/com/earth2me/essentials/InventoryWorkaround.java
Commit message (Expand)AuthorAgeLines
* Don't spill out items, if inventory is full on buy signs.snowleo2011-10-09-1/+15
* Less use of Craftbukkit code, so less things will break on MC update.snowleo2011-08-27-2/+1
* NPE fix in InventoryWorkaroundsnowleo2011-07-18-0/+5
* Fix InventoryWorkaround.addItem() not using the combined list.snowleo2011-07-18-2/+2
* Don't add items with an amount of 0 or lower to the inventory.snowleo2011-07-01-1/+1
* Workaround methods are staticsnowleo2011-06-12-2/+2
* Use the correct maxStackSize, when adding things to the inventory.snowleo2011-06-12-5/+126
* Cleaned InventoryWorkaroundsnowleo2011-06-06-23/+24
* Several bug fixes and cleanup.snowleo2011-06-01-1/+5
* Workaround for bukkit bug again.snowleo2011-05-22-3/+4
* Cleanupsnowleo2011-05-22-1/+0
* Fix that dropItem drops Stack that are over MaxStackSize.snowleo2011-05-22-29/+79
* [trunk] empty fields in Inventory now return null instead of Material.AIRsnowleo2011-04-08-0/+3
* [trunk] Replace all CraftInventory with Inventorysnowleo2011-04-08-6/+5
* New RB #670ementalo2011-04-08-4/+4
* Moving all files to trunk.snowleo2011-03-19-0/+136