summaryrefslogtreecommitdiffstats
path: root/source/UI/Window.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-886/+0
2013-11-12cWindow: Fixed item dupe glitch with painting (#278)madmaxoft1-2/+2
2013-11-10Implemented inventory dblclick.madmaxoft1-0/+45
2013-11-08cProtocol::SendWindowOpen() signature changed.madmaxoft1-1/+1
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft1-10/+10
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-2/+2
2013-08-18Added cWindow property manipulation API.madmaxoft1-2/+24
2013-07-27Fixed Window Titles being MCS-*Tiger Wang1-8/+7
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-1/+2
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+53
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com1-1/+1
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com1-1/+3
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-2/+35
2013-05-30Implemented right-click inventory paintingmadmaxoft@gmail.com1-26/+52
2013-05-30Implemented left-click inventory paintingmadmaxoft@gmail.com1-8/+201
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-3/+3
2013-05-26Implemented droppersmadmaxoft@gmail.com1-4/+4
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com1-5/+20
2013-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com1-4/+3
2013-01-08Fixed rclk in doublechestsmadmaxoft@gmail.com1-9/+16
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com1-0/+15
2012-10-20Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com1-9/+32
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-29Unified folder name-casingmadmaxoft@gmail.com1-1/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-7/+7
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-5/+2
2012-09-23Tweaked logging.madmaxoft@gmail.com1-5/+0
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com1-0/+29
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com1-1/+43
2012-09-20Refactored windows.madmaxoft@gmail.com1-0/+385