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