summaryrefslogtreecommitdiffstats
path: root/source/UI/SlotArea.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-897/+0
2013-11-11Fixed dblclicking in crafting slot area.madmaxoft1-0/+14
2013-11-10Implemented inventory dblclick.madmaxoft1-4/+72
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft1-1/+1
2013-10-24Pickups now have collection delay when vomitedTiger Wang1-1/+1
2013-09-09Added a few changes [SEE DESC]Tiger Wang1-1/+1
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-1/+1
2013-08-02Shift+clicking won't combine different item metas.madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-815/+815
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-41/+20
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+20
2013-06-02Shift + click doesn't "destroy" item enchantmentmadmaxoft@gmail.com1-5/+6
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-0/+31
2013-05-30Implemented left-click inventory paintingmadmaxoft@gmail.com1-7/+7
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-3/+3
2013-05-26Implemented droppersmadmaxoft@gmail.com1-24/+8
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com1-1/+1
2013-05-19Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com1-2/+2
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com1-68/+79
2013-04-10Dispensers rewritten to use ItemGridmadmaxoft@gmail.com1-1/+1
2013-04-10Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com1-3/+3
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-1/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-10/+10
2013-01-08Fixed rclk in doublechestsmadmaxoft@gmail.com1-1/+48
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com1-0/+48
2012-10-24Fixed issues with pickups. sebi.noreply@gmail.com1-1/+2
2012-09-29SlotArea: removed excessive loggingmadmaxoft@gmail.com1-4/+0
2012-09-26Fixed a bug in the inventory system where it would de-sync when dragging items with non-default metadata/healthfaketruth1-1/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-5/+5
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-1/+1
2012-09-23Tweaked logging.madmaxoft@gmail.com1-5/+5
2012-09-21Fixed a potential crash in shift-click (gcc warning)madmaxoft@gmail.com1-1/+1
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com1-5/+52
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com1-25/+106
2012-09-20Refactored windows.madmaxoft@gmail.com1-0/+569