summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-14Fixed Compiler Warningsx12xx12x1-1/+1
2020-10-03Remove SetProperty(...cPlayer)Tiger Wang1-9/+2
2018-01-15cWindow: Fix slot area priority when double click stacking. (#4086)peterbell101-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-3/+5
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-6/+4
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-4/+6
2017-08-17Add cLuaWindow OnClicked Callback (#3901)Lane Kolbly1-1/+1
2017-07-13Handle middle mouse drag (#3847)peterbell101-2/+6
2016-07-18Updated API documentation.Mattes D1-2/+6
2016-02-05Bulk clearing of whitespaceLogicParrot1-32/+32
2015-11-03Implemented brewingLukas Pioch1-0/+1
2015-07-31Unified the doxy-comment format.Mattes D1-28/+26
2015-04-21Narrowed WindowID to use only 7 bits.Mattes D1-1/+1
2015-02-06Readded old commentHowaner1-0/+2
2014-12-17C++11 and function rename.Howaner1-4/+5
2014-12-13Implemented vanilla-like shift click.Howaner1-6/+7
2014-12-13Own classes for all windows.Howaner1-186/+0
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-3/+3
2014-10-03Improved furnacesTiger Wang1-9/+6
2014-09-13Implemented Chest MinecartsTiger Wang1-0/+15
2014-09-111.8: Fixed inventory open packet.Howaner1-1/+2
2014-08-28Enchanting table improvements.Hownaer1-3/+0
2014-07-30Added beacon.Howaner1-0/+21
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-2/+2
2014-07-17Basic style fixes.madmaxoft1-3/+3
2014-07-07Implemented trapped chests & othersTiger Wang1-1/+6
2014-05-05This isn't a enchantment table :DHowaner1-1/+1
2014-05-05Add clicks, exp subtraction, item check, ...Howaner1-3/+9
2014-05-05Add MC|ItemName plugin message.Howaner1-0/+9
2014-05-05Add anvil window and slot area.Howaner1-0/+12
2014-04-17Modified many thingsdaniel09161-1/+1
2014-04-13Fixed invisibility enchantmentsdaniel09161-0/+2
2014-04-12Added complete Enchanting Systemdaniel09161-4/+16
2014-01-20first changes for enchanting (not finished)daniel09161-0/+12
2013-12-07Added basic ender chestsTiger Wang1-0/+17
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-10Implemented inventory dblclick.madmaxoft1-0/+6
2013-11-08cProtocol::SendWindowOpen() signature changed.madmaxoft1-0/+6
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft1-11/+11
2013-08-18Added cWindow property manipulation API.madmaxoft1-2/+8
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+24
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-24/+13
2013-05-30Implemented right-click inventory paintingmadmaxoft@gmail.com1-0/+3
2013-05-30Implemented left-click inventory paintingmadmaxoft@gmail.com1-2/+68
2013-05-26Implemented droppersmadmaxoft@gmail.com1-5/+9
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com1-1/+1
2013-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com1-1/+1
2013-01-08Fixed rclk in doublechestsmadmaxoft@gmail.com1-2/+2
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com1-0/+12
2012-10-20Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com1-1/+2
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-1/+1
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com1-1/+4
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com1-0/+6
2012-09-20Refactored windows.madmaxoft@gmail.com1-0/+172