summaryrefslogtreecommitdiffstats
path: root/source/UI (unfollow)
Commit message (Expand)AuthorFilesLines
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-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com2-5/+4
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.com4-12/+84
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com4-0/+96
2012-10-24Fixed issues with pickups. sebi.noreply@gmail.com1-1/+2
2012-10-20Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com2-10/+34
2012-09-29Fixed memory leaks in cWindow and cProtocolRecognizermadmaxoft@gmail.com1-0/+5
2012-09-29Hopefully fixed creative inventory tossing items out of the window.madmaxoft@gmail.com1-1/+1
2012-09-29SlotArea: removed excessive loggingmadmaxoft@gmail.com1-4/+0
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-1/+1
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-25Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com1-0/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com5-16/+16
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com4-8/+5
2012-09-23Tweaked logging.madmaxoft@gmail.com2-10/+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.com4-7/+89
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com4-42/+227
2012-09-20Refactored windows.madmaxoft@gmail.com5-0/+1443